@cloudtower/eagle 0.31.9 → 0.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/index.js +12 -15
- package/dist/cjs/coreX/ChartWithTooltip/index.js +12 -14
- package/dist/cjs/coreX/UnitWithChart/index.js +12 -14
- package/dist/cjs/index.js +237 -239
- package/dist/cjs/legacy-antd.js +109 -111
- package/dist/cjs/stats1.html +1 -1
- package/dist/cjs/utils/tower.js +0 -17
- package/dist/components.css +1017 -1034
- package/dist/esm/core/index.js +1 -3
- package/dist/esm/coreX/ChartWithTooltip/index.js +0 -2
- package/dist/esm/coreX/UnitWithChart/index.js +0 -2
- package/dist/esm/index.js +0 -1
- package/dist/esm/legacy-antd.js +0 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/esm/utils/tower.js +1 -17
- package/dist/src/core/Tooltip/index.d.ts +0 -1
- package/dist/src/core/index.d.ts +0 -3
- package/dist/src/coreX/UnitWithChart/index.d.ts +0 -1
- package/dist/src/spec/base.d.ts +0 -1
- package/dist/src/utils/tower.d.ts +0 -1
- package/dist/style.css +938 -953
- package/package.json +4 -4
- package/dist/cjs/core/BytePerSecond/index.js +0 -45
- package/dist/esm/core/BytePerSecond/index.js +0 -39
- package/dist/src/core/BytePerSecond/index.d.ts +0 -3
- package/dist/stories/docs/core/BytePerSecond.stories.d.ts +0 -17
package/dist/components.css
CHANGED
|
@@ -29572,41 +29572,6 @@ 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
|
-
.E_b1nip9bk {
|
|
29576
|
-
padding: 4px 11px;
|
|
29577
|
-
}
|
|
29578
|
-
|
|
29579
|
-
.E_bqamoqe {
|
|
29580
|
-
white-space: nowrap;
|
|
29581
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29582
|
-
}
|
|
29583
|
-
|
|
29584
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29585
|
-
--color: #0080ff;
|
|
29586
|
-
}
|
|
29587
|
-
|
|
29588
|
-
.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] {
|
|
29589
|
-
--color: #0080ff;
|
|
29590
|
-
}
|
|
29591
|
-
|
|
29592
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29593
|
-
margin-left: 1px;
|
|
29594
|
-
}
|
|
29595
|
-
|
|
29596
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29597
|
-
border-top-right-radius: 0;
|
|
29598
|
-
border-bottom-right-radius: 0;
|
|
29599
|
-
}
|
|
29600
|
-
|
|
29601
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29602
|
-
border-top-left-radius: 0;
|
|
29603
|
-
border-bottom-left-radius: 0;
|
|
29604
|
-
}
|
|
29605
|
-
|
|
29606
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29607
|
-
border-radius: unset;
|
|
29608
|
-
}
|
|
29609
|
-
|
|
29610
29575
|
.E_c18gxmrl {
|
|
29611
29576
|
border: 1px solid #d8deeb;
|
|
29612
29577
|
border-radius: 4px;
|
|
@@ -29632,29 +29597,18 @@ html body {
|
|
|
29632
29597
|
padding: 8px 12px;
|
|
29633
29598
|
}
|
|
29634
29599
|
|
|
29635
|
-
.
|
|
29636
|
-
|
|
29637
|
-
|
|
29638
|
-
|
|
29639
|
-
.E_c1uzzomf .card-title {
|
|
29640
|
-
font-size: 16px;
|
|
29641
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29642
|
-
font-weight: 700;
|
|
29643
|
-
line-height: 32px;
|
|
29600
|
+
.E_m74vjol {
|
|
29601
|
+
display: flex;
|
|
29602
|
+
justify-content: space-between;
|
|
29603
|
+
width: 100%;
|
|
29644
29604
|
}
|
|
29645
29605
|
|
|
29646
|
-
.
|
|
29647
|
-
|
|
29648
|
-
border-radius: 8px;
|
|
29649
|
-
background: #fff;
|
|
29606
|
+
.E_m74vjol .action {
|
|
29607
|
+
margin-left: 16px;
|
|
29650
29608
|
}
|
|
29651
29609
|
|
|
29652
|
-
.
|
|
29653
|
-
|
|
29654
|
-
font-size: 14px;
|
|
29655
|
-
line-height: 22px;
|
|
29656
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29657
|
-
text-align: center;
|
|
29610
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29611
|
+
width: 100%;
|
|
29658
29612
|
}
|
|
29659
29613
|
|
|
29660
29614
|
.E_berrcjl {
|
|
@@ -29676,129 +29630,64 @@ html body {
|
|
|
29676
29630
|
color: #005ed1;
|
|
29677
29631
|
}
|
|
29678
29632
|
|
|
29679
|
-
.
|
|
29680
|
-
|
|
29681
|
-
justify-content: space-between;
|
|
29682
|
-
width: 100%;
|
|
29683
|
-
}
|
|
29684
|
-
|
|
29685
|
-
.E_m74vjol .action {
|
|
29686
|
-
margin-left: 16px;
|
|
29687
|
-
}
|
|
29688
|
-
|
|
29689
|
-
.E_a1o35uvh .ant-alert-message {
|
|
29690
|
-
width: 100%;
|
|
29633
|
+
.E_c1uzzomf {
|
|
29634
|
+
margin-bottom: 16px;
|
|
29691
29635
|
}
|
|
29692
29636
|
|
|
29693
|
-
.
|
|
29694
|
-
|
|
29637
|
+
.E_c1uzzomf .card-title {
|
|
29638
|
+
font-size: 16px;
|
|
29695
29639
|
color: rgba(44, 56, 82, 0.6);
|
|
29696
|
-
font-
|
|
29697
|
-
|
|
29698
|
-
|
|
29699
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29700
|
-
padding-bottom: 6px;
|
|
29701
|
-
}
|
|
29702
|
-
|
|
29703
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29704
|
-
padding-top: 4px;
|
|
29705
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29706
|
-
}
|
|
29707
|
-
|
|
29708
|
-
.E_d1bw7c5z {
|
|
29709
|
-
position: relative;
|
|
29710
|
-
max-width: 388px;
|
|
29711
|
-
min-width: 285px;
|
|
29640
|
+
font-weight: 700;
|
|
29641
|
+
line-height: 32px;
|
|
29712
29642
|
}
|
|
29713
29643
|
|
|
29714
|
-
.
|
|
29715
|
-
|
|
29716
|
-
|
|
29717
|
-
|
|
29718
|
-
height: 100px;
|
|
29719
|
-
top: 0;
|
|
29720
|
-
left: 35px;
|
|
29721
|
-
display: flex;
|
|
29722
|
-
flex-direction: column;
|
|
29723
|
-
justify-content: center;
|
|
29724
|
-
align-items: center;
|
|
29725
|
-
color: #00122e;
|
|
29644
|
+
.E_c1uzzomf .card-body {
|
|
29645
|
+
padding: 24px;
|
|
29646
|
+
border-radius: 8px;
|
|
29647
|
+
background: #fff;
|
|
29726
29648
|
}
|
|
29727
29649
|
|
|
29728
|
-
.
|
|
29729
|
-
font-size: 24px;
|
|
29650
|
+
.E_c1uzzomf .empty {
|
|
29730
29651
|
font-weight: 700;
|
|
29731
|
-
|
|
29732
|
-
|
|
29733
|
-
|
|
29734
|
-
padding: 0 5px;
|
|
29735
|
-
font-size: 12px;
|
|
29736
|
-
width: inherit;
|
|
29652
|
+
font-size: 14px;
|
|
29653
|
+
line-height: 22px;
|
|
29654
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29737
29655
|
text-align: center;
|
|
29738
29656
|
}
|
|
29739
29657
|
|
|
29740
|
-
.
|
|
29741
|
-
|
|
29742
|
-
}
|
|
29743
|
-
|
|
29744
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29745
|
-
position: relative !important;
|
|
29746
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29747
|
-
left: 0 !important;
|
|
29748
|
-
bottom: 0 !important;
|
|
29749
|
-
display: flex;
|
|
29750
|
-
align-items: center;
|
|
29751
|
-
}
|
|
29752
|
-
|
|
29753
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29754
|
-
width: 100%;
|
|
29755
|
-
}
|
|
29756
|
-
|
|
29757
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29758
|
-
width: 100%;
|
|
29759
|
-
margin-right: 0 !important;
|
|
29760
|
-
line-height: 18px;
|
|
29658
|
+
.E_b1nip9bk {
|
|
29659
|
+
padding: 4px 11px;
|
|
29761
29660
|
}
|
|
29762
29661
|
|
|
29763
|
-
.
|
|
29764
|
-
|
|
29662
|
+
.E_bqamoqe {
|
|
29663
|
+
white-space: nowrap;
|
|
29664
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29765
29665
|
}
|
|
29766
29666
|
|
|
29767
|
-
.
|
|
29768
|
-
|
|
29769
|
-
max-width: 198px;
|
|
29770
|
-
width: calc(100% - 20px);
|
|
29771
|
-
margin-left: 2px;
|
|
29772
|
-
color: #00122e !important;
|
|
29773
|
-
display: inline-flex;
|
|
29774
|
-
justify-content: space-between;
|
|
29667
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29668
|
+
--color: #0080ff;
|
|
29775
29669
|
}
|
|
29776
29670
|
|
|
29777
|
-
.
|
|
29778
|
-
|
|
29779
|
-
cursor: pointer;
|
|
29780
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29781
|
-
overflow: hidden;
|
|
29782
|
-
text-overflow: ellipsis;
|
|
29783
|
-
white-space: nowrap;
|
|
29671
|
+
.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] {
|
|
29672
|
+
--color: #0080ff;
|
|
29784
29673
|
}
|
|
29785
29674
|
|
|
29786
|
-
.
|
|
29787
|
-
|
|
29675
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29676
|
+
margin-left: 1px;
|
|
29788
29677
|
}
|
|
29789
29678
|
|
|
29790
|
-
.
|
|
29791
|
-
|
|
29679
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29680
|
+
border-top-right-radius: 0;
|
|
29681
|
+
border-bottom-right-radius: 0;
|
|
29792
29682
|
}
|
|
29793
29683
|
|
|
29794
|
-
.
|
|
29795
|
-
|
|
29796
|
-
|
|
29797
|
-
justify-content: space-between;
|
|
29684
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29685
|
+
border-top-left-radius: 0;
|
|
29686
|
+
border-bottom-left-radius: 0;
|
|
29798
29687
|
}
|
|
29799
29688
|
|
|
29800
|
-
.
|
|
29801
|
-
|
|
29689
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29690
|
+
border-radius: unset;
|
|
29802
29691
|
}
|
|
29803
29692
|
|
|
29804
29693
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30093,52 +29982,163 @@ button.E_n7k2c6r {
|
|
|
30093
29982
|
padding: 0;
|
|
30094
29983
|
}
|
|
30095
29984
|
|
|
30096
|
-
.
|
|
30097
|
-
|
|
29985
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29986
|
+
padding: 4px 8px 0 8px;
|
|
29987
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29988
|
+
font-size: 12px;
|
|
30098
29989
|
}
|
|
30099
29990
|
|
|
30100
|
-
.
|
|
30101
|
-
padding:
|
|
29991
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29992
|
+
padding-bottom: 6px;
|
|
30102
29993
|
}
|
|
30103
29994
|
|
|
30104
|
-
.
|
|
30105
|
-
|
|
30106
|
-
|
|
29995
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29996
|
+
padding-top: 4px;
|
|
29997
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30107
29998
|
}
|
|
30108
29999
|
|
|
30109
|
-
.
|
|
30110
|
-
|
|
30111
|
-
|
|
30112
|
-
|
|
30113
|
-
padding-right: 24px;
|
|
30000
|
+
.E_d1bw7c5z {
|
|
30001
|
+
position: relative;
|
|
30002
|
+
max-width: 388px;
|
|
30003
|
+
min-width: 285px;
|
|
30114
30004
|
}
|
|
30115
30005
|
|
|
30116
|
-
.
|
|
30117
|
-
|
|
30006
|
+
.E_d1bw7c5z .center {
|
|
30007
|
+
position: absolute;
|
|
30008
|
+
font-size: 12px;
|
|
30009
|
+
width: 80px;
|
|
30010
|
+
height: 100px;
|
|
30011
|
+
top: 0;
|
|
30012
|
+
left: 35px;
|
|
30013
|
+
display: flex;
|
|
30014
|
+
flex-direction: column;
|
|
30015
|
+
justify-content: center;
|
|
30016
|
+
align-items: center;
|
|
30017
|
+
color: #00122e;
|
|
30118
30018
|
}
|
|
30119
30019
|
|
|
30120
|
-
.
|
|
30121
|
-
|
|
30020
|
+
.E_d1bw7c5z .center .number {
|
|
30021
|
+
font-size: 24px;
|
|
30022
|
+
font-weight: 700;
|
|
30122
30023
|
}
|
|
30123
30024
|
|
|
30124
|
-
.
|
|
30125
|
-
padding
|
|
30126
|
-
|
|
30025
|
+
.E_d1bw7c5z .center .text {
|
|
30026
|
+
padding: 0 5px;
|
|
30027
|
+
font-size: 12px;
|
|
30028
|
+
width: inherit;
|
|
30029
|
+
text-align: center;
|
|
30127
30030
|
}
|
|
30128
30031
|
|
|
30129
|
-
.
|
|
30032
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30130
30033
|
display: flex;
|
|
30131
30034
|
}
|
|
30132
30035
|
|
|
30133
|
-
.
|
|
30134
|
-
|
|
30135
|
-
|
|
30136
|
-
|
|
30137
|
-
|
|
30138
|
-
|
|
30139
|
-
|
|
30140
|
-
|
|
30141
|
-
|
|
30036
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30037
|
+
position: relative !important;
|
|
30038
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30039
|
+
left: 0 !important;
|
|
30040
|
+
bottom: 0 !important;
|
|
30041
|
+
display: flex;
|
|
30042
|
+
align-items: center;
|
|
30043
|
+
}
|
|
30044
|
+
|
|
30045
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30046
|
+
width: 100%;
|
|
30047
|
+
}
|
|
30048
|
+
|
|
30049
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30050
|
+
width: 100%;
|
|
30051
|
+
margin-right: 0 !important;
|
|
30052
|
+
line-height: 18px;
|
|
30053
|
+
}
|
|
30054
|
+
|
|
30055
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30056
|
+
border-radius: 2px;
|
|
30057
|
+
}
|
|
30058
|
+
|
|
30059
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30060
|
+
min-width: 75px;
|
|
30061
|
+
max-width: 198px;
|
|
30062
|
+
width: calc(100% - 20px);
|
|
30063
|
+
margin-left: 2px;
|
|
30064
|
+
color: #00122e !important;
|
|
30065
|
+
display: inline-flex;
|
|
30066
|
+
justify-content: space-between;
|
|
30067
|
+
}
|
|
30068
|
+
|
|
30069
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30070
|
+
maxwidth: calc(100% - 12px);
|
|
30071
|
+
cursor: pointer;
|
|
30072
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30073
|
+
overflow: hidden;
|
|
30074
|
+
text-overflow: ellipsis;
|
|
30075
|
+
white-space: nowrap;
|
|
30076
|
+
}
|
|
30077
|
+
|
|
30078
|
+
.E_d1bw7c5z .value {
|
|
30079
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30080
|
+
}
|
|
30081
|
+
|
|
30082
|
+
.E_t10pqbtc {
|
|
30083
|
+
width: 140px;
|
|
30084
|
+
}
|
|
30085
|
+
|
|
30086
|
+
.E_t10pqbtc .item {
|
|
30087
|
+
margin: 6px auto;
|
|
30088
|
+
display: flex;
|
|
30089
|
+
justify-content: space-between;
|
|
30090
|
+
}
|
|
30091
|
+
|
|
30092
|
+
.E_t10pqbtc .item .name {
|
|
30093
|
+
width: 102px;
|
|
30094
|
+
}
|
|
30095
|
+
|
|
30096
|
+
.E_c1yyuluq {
|
|
30097
|
+
border-radius: 8px;
|
|
30098
|
+
}
|
|
30099
|
+
|
|
30100
|
+
.E_c1yyuluq .ant-card-body {
|
|
30101
|
+
padding: 20px 24px 24px 24px;
|
|
30102
|
+
}
|
|
30103
|
+
|
|
30104
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30105
|
+
border: 0px;
|
|
30106
|
+
background-color: #fff;
|
|
30107
|
+
}
|
|
30108
|
+
|
|
30109
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30110
|
+
padding-top: 0px;
|
|
30111
|
+
padding-bottom: 0px;
|
|
30112
|
+
padding-left: 0px !important;
|
|
30113
|
+
padding-right: 24px;
|
|
30114
|
+
}
|
|
30115
|
+
|
|
30116
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30117
|
+
right: 0px;
|
|
30118
|
+
}
|
|
30119
|
+
|
|
30120
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30121
|
+
padding: 0px;
|
|
30122
|
+
}
|
|
30123
|
+
|
|
30124
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30125
|
+
padding-right: 0px;
|
|
30126
|
+
cursor: default;
|
|
30127
|
+
}
|
|
30128
|
+
|
|
30129
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30130
|
+
display: flex;
|
|
30131
|
+
}
|
|
30132
|
+
|
|
30133
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30134
|
+
display: inline-flex;
|
|
30135
|
+
align-items: baseline;
|
|
30136
|
+
white-space: pre-wrap;
|
|
30137
|
+
}
|
|
30138
|
+
|
|
30139
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30140
|
+
position: relative;
|
|
30141
|
+
top: 3px;
|
|
30142
30142
|
}
|
|
30143
30143
|
|
|
30144
30144
|
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
@@ -30309,38 +30309,6 @@ button.E_n7k2c6r {
|
|
|
30309
30309
|
width: 36px;
|
|
30310
30310
|
}
|
|
30311
30311
|
|
|
30312
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30313
|
-
line-height: 18px;
|
|
30314
|
-
}
|
|
30315
|
-
|
|
30316
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
30317
|
-
margin-right: 8px;
|
|
30318
|
-
}
|
|
30319
|
-
|
|
30320
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30321
|
-
margin-left: 8px;
|
|
30322
|
-
}
|
|
30323
|
-
|
|
30324
|
-
.E_cc368xp {
|
|
30325
|
-
color: #00122e;
|
|
30326
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30327
|
-
margin-right: 8px;
|
|
30328
|
-
padding-right: 8px;
|
|
30329
|
-
}
|
|
30330
|
-
|
|
30331
|
-
.E_i11o6xqj {
|
|
30332
|
-
display: flex;
|
|
30333
|
-
gap: 4px;
|
|
30334
|
-
}
|
|
30335
|
-
|
|
30336
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30337
|
-
cursor: pointer;
|
|
30338
|
-
}
|
|
30339
|
-
|
|
30340
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30341
|
-
cursor: not-allowed;
|
|
30342
|
-
}
|
|
30343
|
-
|
|
30344
30312
|
.E_ivqqkzv {
|
|
30345
30313
|
height: 24px;
|
|
30346
30314
|
width: 56px !important;
|
|
@@ -30351,6 +30319,10 @@ button.E_n7k2c6r {
|
|
|
30351
30319
|
color: rgba(44, 56, 82, 0.6);
|
|
30352
30320
|
}
|
|
30353
30321
|
|
|
30322
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30323
|
+
line-height: 18px;
|
|
30324
|
+
}
|
|
30325
|
+
|
|
30354
30326
|
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
30355
30327
|
border-radius: 6px;
|
|
30356
30328
|
}
|
|
@@ -30422,6 +30394,34 @@ button.E_n7k2c6r {
|
|
|
30422
30394
|
transform: rotate(180deg);
|
|
30423
30395
|
}
|
|
30424
30396
|
|
|
30397
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30398
|
+
margin-right: 8px;
|
|
30399
|
+
}
|
|
30400
|
+
|
|
30401
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30402
|
+
margin-left: 8px;
|
|
30403
|
+
}
|
|
30404
|
+
|
|
30405
|
+
.E_cc368xp {
|
|
30406
|
+
color: #00122e;
|
|
30407
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30408
|
+
margin-right: 8px;
|
|
30409
|
+
padding-right: 8px;
|
|
30410
|
+
}
|
|
30411
|
+
|
|
30412
|
+
.E_i11o6xqj {
|
|
30413
|
+
display: flex;
|
|
30414
|
+
gap: 4px;
|
|
30415
|
+
}
|
|
30416
|
+
|
|
30417
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30418
|
+
cursor: pointer;
|
|
30419
|
+
}
|
|
30420
|
+
|
|
30421
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30422
|
+
cursor: not-allowed;
|
|
30423
|
+
}
|
|
30424
|
+
|
|
30425
30425
|
.E_phljevk {
|
|
30426
30426
|
display: flex;
|
|
30427
30427
|
justify-content: space-between;
|
|
@@ -30489,184 +30489,122 @@ button.E_n7k2c6r {
|
|
|
30489
30489
|
line-height: 18px;
|
|
30490
30490
|
}
|
|
30491
30491
|
|
|
30492
|
-
.
|
|
30493
|
-
|
|
30494
|
-
height:
|
|
30495
|
-
|
|
30492
|
+
.E_c1bus5hc {
|
|
30493
|
+
--color: white;
|
|
30494
|
+
height: 14px;
|
|
30495
|
+
width: 14px;
|
|
30496
|
+
border-radius: 50%;
|
|
30497
|
+
flex-shrink: 0;
|
|
30498
|
+
display: flex;
|
|
30499
|
+
align-items: center;
|
|
30500
|
+
justify-content: center;
|
|
30501
|
+
border: 1px solid var(--color);
|
|
30496
30502
|
}
|
|
30497
30503
|
|
|
30498
|
-
.
|
|
30499
|
-
|
|
30500
|
-
|
|
30501
|
-
|
|
30502
|
-
border-
|
|
30504
|
+
.E_c1bus5hc .circle-inner {
|
|
30505
|
+
position: relative;
|
|
30506
|
+
height: 10px;
|
|
30507
|
+
width: 10px;
|
|
30508
|
+
border-radius: 50%;
|
|
30509
|
+
overflow: hidden;
|
|
30503
30510
|
}
|
|
30504
30511
|
|
|
30505
|
-
.
|
|
30506
|
-
|
|
30507
|
-
|
|
30512
|
+
.E_c1bus5hc .circle-content {
|
|
30513
|
+
position: absolute;
|
|
30514
|
+
height: 100%;
|
|
30515
|
+
width: 100%;
|
|
30516
|
+
left: 0;
|
|
30517
|
+
top: 0;
|
|
30518
|
+
border-radius: 50%;
|
|
30519
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30520
|
+
transform: rotate(180deg);
|
|
30508
30521
|
}
|
|
30509
30522
|
|
|
30510
|
-
.
|
|
30511
|
-
|
|
30523
|
+
.E_c1bus5hc .circle-child {
|
|
30524
|
+
position: absolute;
|
|
30525
|
+
height: 100%;
|
|
30512
30526
|
width: 100%;
|
|
30513
|
-
|
|
30514
|
-
|
|
30527
|
+
left: 0;
|
|
30528
|
+
top: 0;
|
|
30529
|
+
margin-left: 50%;
|
|
30530
|
+
transform-origin: left;
|
|
30531
|
+
background: white;
|
|
30532
|
+
transform: rotate(0deg);
|
|
30515
30533
|
}
|
|
30516
30534
|
|
|
30517
|
-
.
|
|
30518
|
-
|
|
30519
|
-
|
|
30535
|
+
.E_s1dizucg.ant-switch {
|
|
30536
|
+
min-width: 40px;
|
|
30537
|
+
height: 24px;
|
|
30538
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30539
|
+
overflow: hidden;
|
|
30520
30540
|
}
|
|
30521
30541
|
|
|
30522
|
-
.
|
|
30523
|
-
|
|
30524
|
-
width: 22px;
|
|
30542
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30543
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30525
30544
|
}
|
|
30526
30545
|
|
|
30527
|
-
.
|
|
30528
|
-
|
|
30529
|
-
|
|
30546
|
+
.E_s1dizucg.ant-switch-small {
|
|
30547
|
+
min-width: 26px;
|
|
30548
|
+
height: 16px;
|
|
30530
30549
|
}
|
|
30531
30550
|
|
|
30532
|
-
.
|
|
30533
|
-
|
|
30534
|
-
|
|
30551
|
+
.E_s1dizucg.ant-switch-large {
|
|
30552
|
+
min-width: 52px;
|
|
30553
|
+
height: 32px;
|
|
30535
30554
|
}
|
|
30536
30555
|
|
|
30537
|
-
.
|
|
30538
|
-
|
|
30539
|
-
|
|
30556
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30557
|
+
height: 20px;
|
|
30558
|
+
width: 20px;
|
|
30540
30559
|
}
|
|
30541
30560
|
|
|
30542
|
-
.
|
|
30543
|
-
|
|
30561
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30562
|
+
border-radius: 10px;
|
|
30563
|
+
transition-delay: 120ms;
|
|
30544
30564
|
}
|
|
30545
30565
|
|
|
30546
|
-
.
|
|
30547
|
-
|
|
30548
|
-
|
|
30549
|
-
|
|
30550
|
-
|
|
30551
|
-
color: rgba(129, 138, 153, 0.6);
|
|
30552
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30553
|
-
backdrop-filter: blur(10px);
|
|
30554
|
-
padding: 7px 10px;
|
|
30555
|
-
}
|
|
30556
|
-
|
|
30557
|
-
.E_c167wnad {
|
|
30558
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30559
|
-
display: flex;
|
|
30560
|
-
justify-content: space-between;
|
|
30561
|
-
align-items: center;
|
|
30562
|
-
padding: 8px 16px;
|
|
30563
|
-
}
|
|
30564
|
-
|
|
30565
|
-
.E_c167wnad .anticon {
|
|
30566
|
-
cursor: pointer;
|
|
30567
|
-
}
|
|
30568
|
-
|
|
30569
|
-
.E_c167wnad .anticon:hover {
|
|
30570
|
-
color: #0096ff;
|
|
30571
|
-
}
|
|
30572
|
-
|
|
30573
|
-
.E_cxhf7dh {
|
|
30574
|
-
text-align: center;
|
|
30575
|
-
}
|
|
30576
|
-
|
|
30577
|
-
.E_cxhf7dh .dots {
|
|
30578
|
-
display: flex;
|
|
30579
|
-
justify-content: center;
|
|
30580
|
-
}
|
|
30581
|
-
|
|
30582
|
-
.E_cxhf7dh .dot {
|
|
30583
|
-
display: inline-block;
|
|
30584
|
-
width: 2px;
|
|
30585
|
-
height: 2px;
|
|
30586
|
-
border-radius: 1px;
|
|
30587
|
-
background: #0096ff;
|
|
30588
|
-
}
|
|
30589
|
-
|
|
30590
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
30591
|
-
margin-right: 2px;
|
|
30592
|
-
}
|
|
30593
|
-
|
|
30594
|
-
.E_cxhf7dh .bar {
|
|
30595
|
-
width: 9px;
|
|
30596
|
-
height: 2px;
|
|
30597
|
-
background: #0096ff;
|
|
30598
|
-
border-radius: 2px;
|
|
30599
|
-
}
|
|
30600
|
-
|
|
30601
|
-
.E_s1ebs0ra {
|
|
30602
|
-
display: flex;
|
|
30603
|
-
align-items: center;
|
|
30604
|
-
justify-content: space-between;
|
|
30605
|
-
background: #edf0f7;
|
|
30606
|
-
padding: 8px 12px;
|
|
30607
|
-
position: sticky;
|
|
30608
|
-
top: 0;
|
|
30609
|
-
z-index: 1;
|
|
30610
|
-
margin-bottom: -52px;
|
|
30566
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30567
|
+
height: 14px;
|
|
30568
|
+
width: 14px;
|
|
30569
|
+
top: 1px;
|
|
30570
|
+
left: 1px;
|
|
30611
30571
|
}
|
|
30612
30572
|
|
|
30613
|
-
.
|
|
30614
|
-
|
|
30615
|
-
|
|
30616
|
-
font-weight: 700;
|
|
30617
|
-
flex-shrink: 0;
|
|
30573
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30574
|
+
height: 28px;
|
|
30575
|
+
width: 28px;
|
|
30618
30576
|
}
|
|
30619
30577
|
|
|
30620
|
-
.
|
|
30621
|
-
|
|
30622
|
-
margin-left: 8px;
|
|
30623
|
-
width: 32px;
|
|
30624
|
-
height: 32px;
|
|
30625
|
-
border-radius: 50%;
|
|
30626
|
-
justify-content: center;
|
|
30578
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30579
|
+
border-radius: 14px;
|
|
30627
30580
|
}
|
|
30628
30581
|
|
|
30629
|
-
.
|
|
30630
|
-
background:
|
|
30582
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30583
|
+
background-color: #00ba5d;
|
|
30631
30584
|
}
|
|
30632
30585
|
|
|
30633
|
-
.
|
|
30634
|
-
|
|
30635
|
-
margin-left: 88px;
|
|
30636
|
-
white-space: nowrap;
|
|
30637
|
-
text-align: right;
|
|
30638
|
-
position: relative;
|
|
30639
|
-
padding: 4px 0;
|
|
30640
|
-
margin-top: -4px;
|
|
30641
|
-
overflow: hidden;
|
|
30586
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30587
|
+
left: calc(100% - 20px - 2px);
|
|
30642
30588
|
}
|
|
30643
30589
|
|
|
30644
|
-
.
|
|
30645
|
-
|
|
30590
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30591
|
+
left: calc(100% - 14px - 1px);
|
|
30646
30592
|
}
|
|
30647
30593
|
|
|
30648
|
-
.
|
|
30649
|
-
|
|
30594
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30595
|
+
left: calc(100% - 28px - 2px);
|
|
30650
30596
|
}
|
|
30651
30597
|
|
|
30652
|
-
.
|
|
30653
|
-
margin-
|
|
30598
|
+
.E_c1up6e3y {
|
|
30599
|
+
margin-left: 5px;
|
|
30654
30600
|
}
|
|
30655
30601
|
|
|
30656
|
-
.
|
|
30602
|
+
.E_tju3gfj .date {
|
|
30657
30603
|
margin-right: 4px;
|
|
30658
30604
|
}
|
|
30659
30605
|
|
|
30660
|
-
.
|
|
30661
|
-
|
|
30662
|
-
width: 32px;
|
|
30663
|
-
height: 32px;
|
|
30664
|
-
justify-content: center;
|
|
30665
|
-
border-radius: 50%;
|
|
30666
|
-
}
|
|
30667
|
-
|
|
30668
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30669
|
-
background: #fff;
|
|
30606
|
+
.E_iq1gosr {
|
|
30607
|
+
display: inline-block;
|
|
30670
30608
|
}
|
|
30671
30609
|
|
|
30672
30610
|
.E_s1sck0th {
|
|
@@ -30767,165 +30705,6 @@ button.E_n7k2c6r {
|
|
|
30767
30705
|
background-color: #7E41FF;
|
|
30768
30706
|
}
|
|
30769
30707
|
|
|
30770
|
-
.E_s1dizucg.ant-switch {
|
|
30771
|
-
min-width: 40px;
|
|
30772
|
-
height: 24px;
|
|
30773
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30774
|
-
overflow: hidden;
|
|
30775
|
-
}
|
|
30776
|
-
|
|
30777
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30778
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30779
|
-
}
|
|
30780
|
-
|
|
30781
|
-
.E_s1dizucg.ant-switch-small {
|
|
30782
|
-
min-width: 26px;
|
|
30783
|
-
height: 16px;
|
|
30784
|
-
}
|
|
30785
|
-
|
|
30786
|
-
.E_s1dizucg.ant-switch-large {
|
|
30787
|
-
min-width: 52px;
|
|
30788
|
-
height: 32px;
|
|
30789
|
-
}
|
|
30790
|
-
|
|
30791
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30792
|
-
height: 20px;
|
|
30793
|
-
width: 20px;
|
|
30794
|
-
}
|
|
30795
|
-
|
|
30796
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30797
|
-
border-radius: 10px;
|
|
30798
|
-
transition-delay: 120ms;
|
|
30799
|
-
}
|
|
30800
|
-
|
|
30801
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30802
|
-
height: 14px;
|
|
30803
|
-
width: 14px;
|
|
30804
|
-
top: 1px;
|
|
30805
|
-
left: 1px;
|
|
30806
|
-
}
|
|
30807
|
-
|
|
30808
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30809
|
-
height: 28px;
|
|
30810
|
-
width: 28px;
|
|
30811
|
-
}
|
|
30812
|
-
|
|
30813
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30814
|
-
border-radius: 14px;
|
|
30815
|
-
}
|
|
30816
|
-
|
|
30817
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30818
|
-
background-color: #00ba5d;
|
|
30819
|
-
}
|
|
30820
|
-
|
|
30821
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30822
|
-
left: calc(100% - 20px - 2px);
|
|
30823
|
-
}
|
|
30824
|
-
|
|
30825
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30826
|
-
left: calc(100% - 14px - 1px);
|
|
30827
|
-
}
|
|
30828
|
-
|
|
30829
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30830
|
-
left: calc(100% - 28px - 2px);
|
|
30831
|
-
}
|
|
30832
|
-
|
|
30833
|
-
.E_c1up6e3y {
|
|
30834
|
-
margin-left: 5px;
|
|
30835
|
-
}
|
|
30836
|
-
|
|
30837
|
-
.E_c1bus5hc {
|
|
30838
|
-
--color: white;
|
|
30839
|
-
height: 14px;
|
|
30840
|
-
width: 14px;
|
|
30841
|
-
border-radius: 50%;
|
|
30842
|
-
flex-shrink: 0;
|
|
30843
|
-
display: flex;
|
|
30844
|
-
align-items: center;
|
|
30845
|
-
justify-content: center;
|
|
30846
|
-
border: 1px solid var(--color);
|
|
30847
|
-
}
|
|
30848
|
-
|
|
30849
|
-
.E_c1bus5hc .circle-inner {
|
|
30850
|
-
position: relative;
|
|
30851
|
-
height: 10px;
|
|
30852
|
-
width: 10px;
|
|
30853
|
-
border-radius: 50%;
|
|
30854
|
-
overflow: hidden;
|
|
30855
|
-
}
|
|
30856
|
-
|
|
30857
|
-
.E_c1bus5hc .circle-content {
|
|
30858
|
-
position: absolute;
|
|
30859
|
-
height: 100%;
|
|
30860
|
-
width: 100%;
|
|
30861
|
-
left: 0;
|
|
30862
|
-
top: 0;
|
|
30863
|
-
border-radius: 50%;
|
|
30864
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30865
|
-
transform: rotate(180deg);
|
|
30866
|
-
}
|
|
30867
|
-
|
|
30868
|
-
.E_c1bus5hc .circle-child {
|
|
30869
|
-
position: absolute;
|
|
30870
|
-
height: 100%;
|
|
30871
|
-
width: 100%;
|
|
30872
|
-
left: 0;
|
|
30873
|
-
top: 0;
|
|
30874
|
-
margin-left: 50%;
|
|
30875
|
-
transform-origin: left;
|
|
30876
|
-
background: white;
|
|
30877
|
-
transform: rotate(0deg);
|
|
30878
|
-
}
|
|
30879
|
-
|
|
30880
|
-
.E_c18bcrac {
|
|
30881
|
-
display: inline-block;
|
|
30882
|
-
width: 100%;
|
|
30883
|
-
}
|
|
30884
|
-
|
|
30885
|
-
.E_c18bcrac .recharts-wrapper {
|
|
30886
|
-
margin-left: 4px;
|
|
30887
|
-
}
|
|
30888
|
-
|
|
30889
|
-
.E_cro7kg2 {
|
|
30890
|
-
padding: 4px;
|
|
30891
|
-
}
|
|
30892
|
-
|
|
30893
|
-
.E_c14wcxf0 {
|
|
30894
|
-
display: flex;
|
|
30895
|
-
justify-content: space-between;
|
|
30896
|
-
align-items: center;
|
|
30897
|
-
font-size: 13px;
|
|
30898
|
-
line-height: 24px;
|
|
30899
|
-
color: #cccccc;
|
|
30900
|
-
white-space: nowrap;
|
|
30901
|
-
}
|
|
30902
|
-
|
|
30903
|
-
.E_c14wcxf0 label {
|
|
30904
|
-
margin-right: 32px;
|
|
30905
|
-
}
|
|
30906
|
-
|
|
30907
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
30908
|
-
font-weight: bold;
|
|
30909
|
-
color: white;
|
|
30910
|
-
}
|
|
30911
|
-
|
|
30912
|
-
.E_s11212zy {
|
|
30913
|
-
width: 8px;
|
|
30914
|
-
height: 8px;
|
|
30915
|
-
border-radius: 2px;
|
|
30916
|
-
display: inline-block;
|
|
30917
|
-
background: var(--s11212zy-0);
|
|
30918
|
-
border: 1px solid #fff;
|
|
30919
|
-
box-sizing: content-box;
|
|
30920
|
-
margin-right: 6px;
|
|
30921
|
-
}
|
|
30922
|
-
|
|
30923
|
-
.E_p1lyky6c > :first-child {
|
|
30924
|
-
font-weight: bold;
|
|
30925
|
-
color: white;
|
|
30926
|
-
margin-right: 4px;
|
|
30927
|
-
}
|
|
30928
|
-
|
|
30929
30708
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30930
30709
|
display: none;
|
|
30931
30710
|
}
|
|
@@ -30939,14 +30718,6 @@ button.E_n7k2c6r {
|
|
|
30939
30718
|
visibility: hidden;
|
|
30940
30719
|
}
|
|
30941
30720
|
|
|
30942
|
-
.E_tju3gfj .date {
|
|
30943
|
-
margin-right: 4px;
|
|
30944
|
-
}
|
|
30945
|
-
|
|
30946
|
-
.E_iq1gosr {
|
|
30947
|
-
display: inline-block;
|
|
30948
|
-
}
|
|
30949
|
-
|
|
30950
30721
|
.E_s1dni7lo {
|
|
30951
30722
|
width: 430px !important;
|
|
30952
30723
|
}
|
|
@@ -31037,6 +30808,126 @@ button.E_n7k2c6r {
|
|
|
31037
30808
|
opacity: 0;
|
|
31038
30809
|
}
|
|
31039
30810
|
|
|
30811
|
+
.E_s1ebs0ra {
|
|
30812
|
+
display: flex;
|
|
30813
|
+
align-items: center;
|
|
30814
|
+
justify-content: space-between;
|
|
30815
|
+
background: #edf0f7;
|
|
30816
|
+
padding: 8px 12px;
|
|
30817
|
+
position: sticky;
|
|
30818
|
+
top: 0;
|
|
30819
|
+
z-index: 1;
|
|
30820
|
+
margin-bottom: -52px;
|
|
30821
|
+
}
|
|
30822
|
+
|
|
30823
|
+
.E_s1ebs0ra .select-total {
|
|
30824
|
+
display: flex;
|
|
30825
|
+
align-items: center;
|
|
30826
|
+
font-weight: 700;
|
|
30827
|
+
flex-shrink: 0;
|
|
30828
|
+
}
|
|
30829
|
+
|
|
30830
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
30831
|
+
cursor: pointer;
|
|
30832
|
+
margin-left: 8px;
|
|
30833
|
+
width: 32px;
|
|
30834
|
+
height: 32px;
|
|
30835
|
+
border-radius: 50%;
|
|
30836
|
+
justify-content: center;
|
|
30837
|
+
}
|
|
30838
|
+
|
|
30839
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30840
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30841
|
+
}
|
|
30842
|
+
|
|
30843
|
+
.E_s1ebs0ra .action-group {
|
|
30844
|
+
flex: 1;
|
|
30845
|
+
margin-left: 88px;
|
|
30846
|
+
white-space: nowrap;
|
|
30847
|
+
text-align: right;
|
|
30848
|
+
position: relative;
|
|
30849
|
+
padding: 4px 0;
|
|
30850
|
+
margin-top: -4px;
|
|
30851
|
+
overflow: hidden;
|
|
30852
|
+
}
|
|
30853
|
+
|
|
30854
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30855
|
+
transform: translateY(-4px);
|
|
30856
|
+
}
|
|
30857
|
+
|
|
30858
|
+
.E_s1ebs0ra .action-group button {
|
|
30859
|
+
border: none;
|
|
30860
|
+
}
|
|
30861
|
+
|
|
30862
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
30863
|
+
margin-right: 8px;
|
|
30864
|
+
}
|
|
30865
|
+
|
|
30866
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
30867
|
+
margin-right: 4px;
|
|
30868
|
+
}
|
|
30869
|
+
|
|
30870
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
30871
|
+
cursor: pointer;
|
|
30872
|
+
width: 32px;
|
|
30873
|
+
height: 32px;
|
|
30874
|
+
justify-content: center;
|
|
30875
|
+
border-radius: 50%;
|
|
30876
|
+
}
|
|
30877
|
+
|
|
30878
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30879
|
+
background: #fff;
|
|
30880
|
+
}
|
|
30881
|
+
|
|
30882
|
+
.E_c18bcrac {
|
|
30883
|
+
display: inline-block;
|
|
30884
|
+
width: 100%;
|
|
30885
|
+
}
|
|
30886
|
+
|
|
30887
|
+
.E_c18bcrac .recharts-wrapper {
|
|
30888
|
+
margin-left: 4px;
|
|
30889
|
+
}
|
|
30890
|
+
|
|
30891
|
+
.E_cro7kg2 {
|
|
30892
|
+
padding: 4px;
|
|
30893
|
+
}
|
|
30894
|
+
|
|
30895
|
+
.E_c14wcxf0 {
|
|
30896
|
+
display: flex;
|
|
30897
|
+
justify-content: space-between;
|
|
30898
|
+
align-items: center;
|
|
30899
|
+
font-size: 13px;
|
|
30900
|
+
line-height: 24px;
|
|
30901
|
+
color: #cccccc;
|
|
30902
|
+
white-space: nowrap;
|
|
30903
|
+
}
|
|
30904
|
+
|
|
30905
|
+
.E_c14wcxf0 label {
|
|
30906
|
+
margin-right: 32px;
|
|
30907
|
+
}
|
|
30908
|
+
|
|
30909
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
30910
|
+
font-weight: bold;
|
|
30911
|
+
color: white;
|
|
30912
|
+
}
|
|
30913
|
+
|
|
30914
|
+
.E_s11212zy {
|
|
30915
|
+
width: 8px;
|
|
30916
|
+
height: 8px;
|
|
30917
|
+
border-radius: 2px;
|
|
30918
|
+
display: inline-block;
|
|
30919
|
+
background: var(--s11212zy-0);
|
|
30920
|
+
border: 1px solid #fff;
|
|
30921
|
+
box-sizing: content-box;
|
|
30922
|
+
margin-right: 6px;
|
|
30923
|
+
}
|
|
30924
|
+
|
|
30925
|
+
.E_p1lyky6c > :first-child {
|
|
30926
|
+
font-weight: bold;
|
|
30927
|
+
color: white;
|
|
30928
|
+
margin-right: 4px;
|
|
30929
|
+
}
|
|
30930
|
+
|
|
31040
30931
|
.E_c1up1pdz {
|
|
31041
30932
|
width: 648px;
|
|
31042
30933
|
}
|
|
@@ -31137,103 +31028,191 @@ button.E_n7k2c6r {
|
|
|
31137
31028
|
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31138
31029
|
}
|
|
31139
31030
|
|
|
31140
|
-
.E_m126spxy .ant-btn-link {
|
|
31141
|
-
padding: 1px 10px;
|
|
31142
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31143
|
-
border-radius: 4px;
|
|
31031
|
+
.E_m126spxy .ant-btn-link {
|
|
31032
|
+
padding: 1px 10px;
|
|
31033
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31034
|
+
border-radius: 4px;
|
|
31035
|
+
}
|
|
31036
|
+
|
|
31037
|
+
.E_m126spxy .ant-btn-link.active {
|
|
31038
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31039
|
+
color: #0096ff;
|
|
31040
|
+
}
|
|
31041
|
+
|
|
31042
|
+
.E_wpbf4pq {
|
|
31043
|
+
padding: 10px 0;
|
|
31044
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31045
|
+
}
|
|
31046
|
+
|
|
31047
|
+
.E_wpbf4pq .ant-input,
|
|
31048
|
+
.E_wpbf4pq .ant-picker {
|
|
31049
|
+
width: 80px;
|
|
31050
|
+
margin: 0 9px;
|
|
31051
|
+
text-align: center;
|
|
31052
|
+
}
|
|
31053
|
+
|
|
31054
|
+
.E_wpbf4pq .options {
|
|
31055
|
+
padding: 12px 0 12px 16px;
|
|
31056
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31057
|
+
margin: 5px 0 5px 8px;
|
|
31058
|
+
}
|
|
31059
|
+
|
|
31060
|
+
.E_wpbf4pq .week-day-option,
|
|
31061
|
+
.E_wpbf4pq .month-day-option {
|
|
31062
|
+
background: #f5f7fa;
|
|
31063
|
+
box-sizing: border-box;
|
|
31064
|
+
border-radius: 16px;
|
|
31065
|
+
margin-right: 8px;
|
|
31066
|
+
}
|
|
31067
|
+
|
|
31068
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
31069
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
31070
|
+
color: inherit;
|
|
31071
|
+
border-color: #d9d9d9;
|
|
31072
|
+
}
|
|
31073
|
+
|
|
31074
|
+
.E_wpbf4pq .week-day-option.active {
|
|
31075
|
+
background-color: #0096ff;
|
|
31076
|
+
border-color: #0096ff;
|
|
31077
|
+
color: #fff;
|
|
31078
|
+
}
|
|
31079
|
+
|
|
31080
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
31081
|
+
width: 110px;
|
|
31082
|
+
margin-top: 4px;
|
|
31083
|
+
}
|
|
31084
|
+
|
|
31085
|
+
.E_wpbf4pq .month-day-option {
|
|
31086
|
+
width: 32px;
|
|
31087
|
+
padding: 0;
|
|
31088
|
+
margin-bottom: 8px;
|
|
31089
|
+
}
|
|
31090
|
+
|
|
31091
|
+
.E_wpbf4pq .month-day-option.active {
|
|
31092
|
+
background-color: #0096ff;
|
|
31093
|
+
border-color: #0096ff;
|
|
31094
|
+
color: #fff;
|
|
31095
|
+
}
|
|
31096
|
+
|
|
31097
|
+
.E_clm1wy1 {
|
|
31098
|
+
width: 192px;
|
|
31099
|
+
height: 246px;
|
|
31100
|
+
border-radius: 4px;
|
|
31101
|
+
}
|
|
31102
|
+
|
|
31103
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
31104
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
31105
|
+
width: 100%;
|
|
31106
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
31107
|
+
border-top: none;
|
|
31108
|
+
}
|
|
31109
|
+
|
|
31110
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
31111
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
31112
|
+
padding: 0 16px;
|
|
31113
|
+
}
|
|
31114
|
+
|
|
31115
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
31116
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
31117
|
+
width: 100%;
|
|
31118
|
+
height: 180px;
|
|
31119
|
+
border-spacing: 0;
|
|
31120
|
+
}
|
|
31121
|
+
|
|
31122
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
31123
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
31124
|
+
margin-bottom: 8px;
|
|
31125
|
+
}
|
|
31126
|
+
|
|
31127
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
31128
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
31129
|
+
width: 22px;
|
|
31144
31130
|
}
|
|
31145
31131
|
|
|
31146
|
-
.
|
|
31147
|
-
|
|
31148
|
-
|
|
31132
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
31133
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
31134
|
+
padding: 0;
|
|
31149
31135
|
}
|
|
31150
31136
|
|
|
31151
|
-
.
|
|
31152
|
-
|
|
31153
|
-
|
|
31137
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
31138
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31139
|
+
opacity: 0.4;
|
|
31154
31140
|
}
|
|
31155
31141
|
|
|
31156
|
-
.
|
|
31157
|
-
|
|
31158
|
-
|
|
31159
|
-
margin: 0 9px;
|
|
31160
|
-
text-align: center;
|
|
31142
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
31143
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31144
|
+
opacity: 1;
|
|
31161
31145
|
}
|
|
31162
31146
|
|
|
31163
|
-
.
|
|
31164
|
-
|
|
31165
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31166
|
-
margin: 5px 0 5px 8px;
|
|
31147
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
31148
|
+
color: #3e4652;
|
|
31167
31149
|
}
|
|
31168
31150
|
|
|
31169
|
-
.
|
|
31170
|
-
|
|
31171
|
-
background: #f5f7fa;
|
|
31172
|
-
box-sizing: border-box;
|
|
31173
|
-
border-radius: 16px;
|
|
31174
|
-
margin-right: 8px;
|
|
31151
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
31152
|
+
pointer-events: none;
|
|
31175
31153
|
}
|
|
31176
31154
|
|
|
31177
|
-
.
|
|
31178
|
-
|
|
31179
|
-
|
|
31180
|
-
|
|
31155
|
+
.E_t1tsm00v {
|
|
31156
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31157
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
31158
|
+
backdrop-filter: blur(10px);
|
|
31159
|
+
padding: 7px 10px;
|
|
31181
31160
|
}
|
|
31182
31161
|
|
|
31183
|
-
.
|
|
31184
|
-
|
|
31185
|
-
|
|
31186
|
-
|
|
31162
|
+
.E_c167wnad {
|
|
31163
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31164
|
+
display: flex;
|
|
31165
|
+
justify-content: space-between;
|
|
31166
|
+
align-items: center;
|
|
31167
|
+
padding: 8px 16px;
|
|
31187
31168
|
}
|
|
31188
31169
|
|
|
31189
|
-
.
|
|
31190
|
-
|
|
31191
|
-
margin-top: 4px;
|
|
31170
|
+
.E_c167wnad .anticon {
|
|
31171
|
+
cursor: pointer;
|
|
31192
31172
|
}
|
|
31193
31173
|
|
|
31194
|
-
.
|
|
31195
|
-
|
|
31196
|
-
padding: 0;
|
|
31197
|
-
margin-bottom: 8px;
|
|
31174
|
+
.E_c167wnad .anticon:hover {
|
|
31175
|
+
color: #0096ff;
|
|
31198
31176
|
}
|
|
31199
31177
|
|
|
31200
|
-
.
|
|
31201
|
-
|
|
31202
|
-
border-color: #0096ff;
|
|
31203
|
-
color: #fff;
|
|
31178
|
+
.E_cxhf7dh {
|
|
31179
|
+
text-align: center;
|
|
31204
31180
|
}
|
|
31205
31181
|
|
|
31206
|
-
.
|
|
31182
|
+
.E_cxhf7dh .dots {
|
|
31207
31183
|
display: flex;
|
|
31208
|
-
|
|
31209
|
-
font-size: 12px;
|
|
31210
|
-
line-height: 18px;
|
|
31184
|
+
justify-content: center;
|
|
31211
31185
|
}
|
|
31212
31186
|
|
|
31213
|
-
.
|
|
31214
|
-
|
|
31187
|
+
.E_cxhf7dh .dot {
|
|
31188
|
+
display: inline-block;
|
|
31189
|
+
width: 2px;
|
|
31190
|
+
height: 2px;
|
|
31191
|
+
border-radius: 1px;
|
|
31192
|
+
background: #0096ff;
|
|
31215
31193
|
}
|
|
31216
31194
|
|
|
31217
|
-
.
|
|
31218
|
-
margin:
|
|
31195
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
31196
|
+
margin-right: 2px;
|
|
31219
31197
|
}
|
|
31220
31198
|
|
|
31221
|
-
.
|
|
31222
|
-
|
|
31223
|
-
|
|
31199
|
+
.E_cxhf7dh .bar {
|
|
31200
|
+
width: 9px;
|
|
31201
|
+
height: 2px;
|
|
31202
|
+
background: #0096ff;
|
|
31203
|
+
border-radius: 2px;
|
|
31224
31204
|
}
|
|
31225
31205
|
|
|
31226
|
-
|
|
31227
|
-
|
|
31206
|
+
.E_gmyahx3 {
|
|
31207
|
+
cursor: pointer;
|
|
31228
31208
|
}
|
|
31229
31209
|
|
|
31230
|
-
.
|
|
31231
|
-
|
|
31232
|
-
align-items: center;
|
|
31210
|
+
.E_gmyahx3 .link-text {
|
|
31211
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31233
31212
|
}
|
|
31234
31213
|
|
|
31235
|
-
.
|
|
31236
|
-
|
|
31214
|
+
.E_gmyahx3:hover .link-text {
|
|
31215
|
+
color: #0080ff;
|
|
31237
31216
|
}
|
|
31238
31217
|
|
|
31239
31218
|
.E_ou7iq30 {
|
|
@@ -31265,41 +31244,28 @@ span.E_tqjc4ui {
|
|
|
31265
31244
|
visibility: hidden;
|
|
31266
31245
|
}
|
|
31267
31246
|
|
|
31268
|
-
.
|
|
31269
|
-
|
|
31270
|
-
}
|
|
31271
|
-
|
|
31272
|
-
.E_gmyahx3 .link-text {
|
|
31273
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31274
|
-
}
|
|
31275
|
-
|
|
31276
|
-
.E_gmyahx3:hover .link-text {
|
|
31277
|
-
color: #0080ff;
|
|
31278
|
-
}
|
|
31279
|
-
|
|
31280
|
-
.E_wg1tsps {
|
|
31281
|
-
display: flex;
|
|
31282
|
-
align-items: center;
|
|
31283
|
-
justify-content: flex-end;
|
|
31247
|
+
span.E_tqjc4ui {
|
|
31248
|
+
margin: 0 2px;
|
|
31284
31249
|
}
|
|
31285
31250
|
|
|
31286
|
-
.
|
|
31251
|
+
.E_n12mqh7z {
|
|
31287
31252
|
display: flex;
|
|
31288
31253
|
align-items: center;
|
|
31289
|
-
|
|
31254
|
+
font-size: 12px;
|
|
31255
|
+
line-height: 18px;
|
|
31290
31256
|
}
|
|
31291
31257
|
|
|
31292
|
-
.
|
|
31293
|
-
|
|
31294
|
-
width: 100%;
|
|
31258
|
+
.E_n12mqh7z:not(:last-child) {
|
|
31259
|
+
margin-bottom: 4px;
|
|
31295
31260
|
}
|
|
31296
31261
|
|
|
31297
|
-
.
|
|
31298
|
-
|
|
31262
|
+
.E_tf5bynu {
|
|
31263
|
+
margin: 0 3px;
|
|
31299
31264
|
}
|
|
31300
31265
|
|
|
31301
|
-
.
|
|
31302
|
-
|
|
31266
|
+
.E_tcckoz1 {
|
|
31267
|
+
max-height: 400px;
|
|
31268
|
+
overflow: auto;
|
|
31303
31269
|
}
|
|
31304
31270
|
|
|
31305
31271
|
.E_t1sqg15u {
|
|
@@ -31408,165 +31374,188 @@ span.E_tqjc4ui {
|
|
|
31408
31374
|
padding-right: 12px;
|
|
31409
31375
|
}
|
|
31410
31376
|
|
|
31411
|
-
.
|
|
31412
|
-
height: 8px;
|
|
31413
|
-
box-sizing: border-box;
|
|
31414
|
-
border-radius: 2px;
|
|
31415
|
-
background: #f5f7fa;
|
|
31377
|
+
.E_wg1tsps {
|
|
31416
31378
|
display: flex;
|
|
31417
|
-
|
|
31418
|
-
|
|
31379
|
+
align-items: center;
|
|
31380
|
+
justify-content: flex-end;
|
|
31419
31381
|
}
|
|
31420
31382
|
|
|
31421
|
-
.
|
|
31422
|
-
|
|
31383
|
+
.E_b1ctd5xy {
|
|
31384
|
+
display: flex;
|
|
31385
|
+
align-items: center;
|
|
31386
|
+
width: calc(100% - 40px);
|
|
31423
31387
|
}
|
|
31424
31388
|
|
|
31425
|
-
.
|
|
31389
|
+
.E_b1ctd5xy .chart {
|
|
31390
|
+
display: inline-block;
|
|
31426
31391
|
width: 100%;
|
|
31427
|
-
margin-bottom: 0 !important;
|
|
31428
|
-
flex-flow: nowrap !important;
|
|
31429
|
-
line-break: auto;
|
|
31430
31392
|
}
|
|
31431
31393
|
|
|
31432
|
-
.
|
|
31433
|
-
|
|
31434
|
-
padding-bottom: 0 !important;
|
|
31394
|
+
.E_u1p8acpn {
|
|
31395
|
+
min-width: 40px;
|
|
31435
31396
|
}
|
|
31436
31397
|
|
|
31437
|
-
.
|
|
31438
|
-
|
|
31439
|
-
height: auto;
|
|
31440
|
-
font-size: 13px;
|
|
31441
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31442
|
-
white-space: normal;
|
|
31398
|
+
.E_u1p8acpn .unit {
|
|
31399
|
+
color: #00122e !important;
|
|
31443
31400
|
}
|
|
31444
31401
|
|
|
31445
|
-
.
|
|
31446
|
-
|
|
31402
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
31403
|
+
background: #edf0f7;
|
|
31404
|
+
padding: 32px 8px;
|
|
31405
|
+
overflow: auto;
|
|
31447
31406
|
}
|
|
31448
31407
|
|
|
31449
|
-
.
|
|
31450
|
-
|
|
31408
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
31409
|
+
display: flex;
|
|
31410
|
+
flex-direction: column;
|
|
31411
|
+
justify-content: space-between;
|
|
31451
31412
|
}
|
|
31452
31413
|
|
|
31453
|
-
.
|
|
31454
|
-
|
|
31414
|
+
.E_s1at6qmn footer {
|
|
31415
|
+
display: flex;
|
|
31416
|
+
}
|
|
31417
|
+
|
|
31418
|
+
.E_s1at6qmn .ant-menu {
|
|
31419
|
+
background: #edf0f7;
|
|
31420
|
+
}
|
|
31421
|
+
|
|
31422
|
+
.E_s1at6qmn .ant-menu a {
|
|
31423
|
+
color: #00122e;
|
|
31424
|
+
width: 180px;
|
|
31425
|
+
overflow: hidden;
|
|
31426
|
+
text-overflow: ellipsis;
|
|
31427
|
+
}
|
|
31428
|
+
|
|
31429
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
31430
|
+
margin-bottom: 24px;
|
|
31431
|
+
}
|
|
31432
|
+
|
|
31433
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
31434
|
+
margin: 0;
|
|
31435
|
+
}
|
|
31436
|
+
|
|
31437
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
31455
31438
|
font-size: 12px;
|
|
31456
|
-
|
|
31439
|
+
padding: 0 8px 4px;
|
|
31440
|
+
line-height: 18px;
|
|
31441
|
+
}
|
|
31442
|
+
|
|
31443
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
31444
|
+
padding: 0;
|
|
31445
|
+
}
|
|
31446
|
+
|
|
31447
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
31448
|
+
padding-bottom: 24px;
|
|
31449
|
+
}
|
|
31450
|
+
|
|
31451
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
31452
|
+
margin-bottom: 24px;
|
|
31453
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31454
|
+
}
|
|
31455
|
+
|
|
31456
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
31457
|
+
transition: none;
|
|
31458
|
+
display: flex;
|
|
31459
|
+
align-items: center;
|
|
31460
|
+
height: 32px;
|
|
31461
|
+
line-height: 22px;
|
|
31462
|
+
padding: 0 8px;
|
|
31463
|
+
}
|
|
31464
|
+
|
|
31465
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
31466
|
+
margin-right: 12px;
|
|
31457
31467
|
}
|
|
31458
31468
|
|
|
31459
|
-
.
|
|
31460
|
-
|
|
31461
|
-
|
|
31462
|
-
min-height: 0px;
|
|
31469
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
31470
|
+
margin: 0;
|
|
31471
|
+
margin-bottom: 2px;
|
|
31463
31472
|
}
|
|
31464
31473
|
|
|
31465
|
-
.
|
|
31466
|
-
|
|
31467
|
-
|
|
31468
|
-
|
|
31469
|
-
|
|
31470
|
-
flex-direction: column;
|
|
31471
|
-
justify-content: center;
|
|
31472
|
-
align-items: center;
|
|
31474
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
31475
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
31476
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
31477
|
+
border-radius: 6px;
|
|
31478
|
+
color: #fff;
|
|
31473
31479
|
}
|
|
31474
31480
|
|
|
31475
|
-
.
|
|
31476
|
-
color:
|
|
31477
|
-
margin-bottom: 16px;
|
|
31478
|
-
font-size: 18px;
|
|
31481
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
31482
|
+
color: #fff;
|
|
31479
31483
|
}
|
|
31480
31484
|
|
|
31481
|
-
.
|
|
31482
|
-
|
|
31483
|
-
|
|
31484
|
-
|
|
31485
|
-
border-radius: 4px;
|
|
31486
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31487
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31488
|
-
display: flex;
|
|
31489
|
-
align-items: center;
|
|
31490
|
-
white-space: nowrap;
|
|
31491
|
-
margin-right: 4px;
|
|
31485
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
31486
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
31487
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
31488
|
+
border-radius: 6px;
|
|
31492
31489
|
}
|
|
31493
31490
|
|
|
31494
|
-
.
|
|
31495
|
-
|
|
31491
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
31492
|
+
white-space: nowrap;
|
|
31493
|
+
transition: all 0s;
|
|
31496
31494
|
}
|
|
31497
31495
|
|
|
31498
|
-
.
|
|
31499
|
-
|
|
31500
|
-
|
|
31501
|
-
height: 100%;
|
|
31502
|
-
width: 100%;
|
|
31496
|
+
.E_s1wu0lms.shrink {
|
|
31497
|
+
transition: all 0s;
|
|
31498
|
+
overflow: hidden;
|
|
31503
31499
|
}
|
|
31504
31500
|
|
|
31505
|
-
.
|
|
31506
|
-
|
|
31507
|
-
display: var(--ai7qkf2-2);
|
|
31508
|
-
flex: none;
|
|
31509
|
-
align-items: center;
|
|
31510
|
-
margin-left: 4px;
|
|
31511
|
-
padding: 5px 12px 5px 0;
|
|
31512
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31501
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
31502
|
+
visibility: hidden;
|
|
31513
31503
|
}
|
|
31514
31504
|
|
|
31515
|
-
.
|
|
31516
|
-
|
|
31517
|
-
|
|
31518
|
-
flex: none;
|
|
31519
|
-
align-items: center;
|
|
31520
|
-
margin-right: 4px;
|
|
31521
|
-
cursor: auto;
|
|
31522
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31505
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
31506
|
+
width: 36px;
|
|
31507
|
+
padding: 0 6px;
|
|
31523
31508
|
}
|
|
31524
31509
|
|
|
31525
|
-
.
|
|
31526
|
-
|
|
31510
|
+
.E_n1ugzfva {
|
|
31511
|
+
display: flex;
|
|
31512
|
+
place-items: center;
|
|
31513
|
+
width: 100% !important;
|
|
31527
31514
|
}
|
|
31528
31515
|
|
|
31529
|
-
.
|
|
31530
|
-
|
|
31531
|
-
|
|
31516
|
+
.E_n1ugzfva[disabled] {
|
|
31517
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
31518
|
+
opacity: 1 !important;
|
|
31532
31519
|
}
|
|
31533
31520
|
|
|
31534
|
-
.
|
|
31535
|
-
|
|
31536
|
-
|
|
31537
|
-
z-index: 1;
|
|
31521
|
+
.E_n1ugzfva.ant-btn {
|
|
31522
|
+
width: 100%;
|
|
31523
|
+
color: #00122e;
|
|
31538
31524
|
}
|
|
31539
31525
|
|
|
31540
|
-
.
|
|
31541
|
-
|
|
31542
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31526
|
+
.E_n1ugzfva .icon-wrapper {
|
|
31527
|
+
margin-right: 12px;
|
|
31543
31528
|
}
|
|
31544
31529
|
|
|
31545
|
-
.
|
|
31546
|
-
|
|
31547
|
-
|
|
31548
|
-
|
|
31549
|
-
|
|
31530
|
+
.E_n1ugzfva .link-title {
|
|
31531
|
+
flex: 1;
|
|
31532
|
+
overflow: hidden;
|
|
31533
|
+
white-space: nowrap;
|
|
31534
|
+
text-overflow: ellipsis;
|
|
31535
|
+
text-align: left;
|
|
31550
31536
|
}
|
|
31551
31537
|
|
|
31552
|
-
.
|
|
31553
|
-
height:
|
|
31554
|
-
|
|
31555
|
-
|
|
31538
|
+
.E_skwah65 {
|
|
31539
|
+
height: 8px;
|
|
31540
|
+
box-sizing: border-box;
|
|
31541
|
+
border-radius: 2px;
|
|
31542
|
+
background: #f5f7fa;
|
|
31543
|
+
display: flex;
|
|
31544
|
+
width: 100%;
|
|
31545
|
+
overflow: hidden;
|
|
31556
31546
|
}
|
|
31557
31547
|
|
|
31558
|
-
.
|
|
31559
|
-
|
|
31560
|
-
border: 1px;
|
|
31561
|
-
padding: 2px 8px;
|
|
31548
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31549
|
+
margin-left: 1px;
|
|
31562
31550
|
}
|
|
31563
31551
|
|
|
31564
|
-
.
|
|
31565
|
-
|
|
31552
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
31553
|
+
display: flex;
|
|
31554
|
+
align-items: center;
|
|
31566
31555
|
}
|
|
31567
31556
|
|
|
31568
|
-
.
|
|
31569
|
-
|
|
31557
|
+
.E_s1iv0tp1 .enabled-text {
|
|
31558
|
+
margin-right: 8px;
|
|
31570
31559
|
}
|
|
31571
31560
|
|
|
31572
31561
|
.E_t160l1cm {
|
|
@@ -31819,233 +31808,216 @@ span.E_tqjc4ui {
|
|
|
31819
31808
|
background: transparent;
|
|
31820
31809
|
}
|
|
31821
31810
|
|
|
31822
|
-
.
|
|
31823
|
-
|
|
31824
|
-
|
|
31825
|
-
|
|
31826
|
-
|
|
31827
|
-
|
|
31828
|
-
display: inline-flex;
|
|
31829
|
-
line-height: 1.5715;
|
|
31830
|
-
height: inherit;
|
|
31831
|
-
}
|
|
31832
|
-
|
|
31833
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31834
|
-
content: var(--a1wfy30z-1);
|
|
31835
|
-
display: var(--a1wfy30z-2);
|
|
31836
|
-
flex: none;
|
|
31837
|
-
align-items: center;
|
|
31838
|
-
margin-left: 4px;
|
|
31839
|
-
}
|
|
31840
|
-
|
|
31841
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31842
|
-
content: var(--a1wfy30z-3);
|
|
31843
|
-
display: var(--a1wfy30z-4);
|
|
31844
|
-
flex: none;
|
|
31845
|
-
align-items: center;
|
|
31846
|
-
margin-right: 4px;
|
|
31847
|
-
cursor: auto;
|
|
31848
|
-
}
|
|
31849
|
-
|
|
31850
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
31851
|
-
padding: 0;
|
|
31852
|
-
margin: 0;
|
|
31853
|
-
height: auto;
|
|
31854
|
-
font-size: inherit;
|
|
31855
|
-
}
|
|
31856
|
-
|
|
31857
|
-
.E_iouxfgt {
|
|
31858
|
-
display: inline-flex;
|
|
31859
|
-
align-items: center;
|
|
31860
|
-
}
|
|
31861
|
-
|
|
31862
|
-
.E_iouxfgt .icon-inner {
|
|
31863
|
-
display: inline-flex;
|
|
31864
|
-
align-items: center;
|
|
31811
|
+
.E_fzh9mnb {
|
|
31812
|
+
width: 100%;
|
|
31813
|
+
height: 100%;
|
|
31814
|
+
min-height: 124px;
|
|
31815
|
+
display: flex;
|
|
31816
|
+
flex-direction: column;
|
|
31865
31817
|
justify-content: center;
|
|
31818
|
+
align-items: center;
|
|
31866
31819
|
}
|
|
31867
31820
|
|
|
31868
|
-
.
|
|
31869
|
-
|
|
31870
|
-
margin-
|
|
31871
|
-
|
|
31872
|
-
|
|
31873
|
-
.E_iouxfgt.is-rotate img,
|
|
31874
|
-
.E_iouxfgt.is-rotate svg {
|
|
31875
|
-
animation: rotate 680ms linear infinite;
|
|
31876
|
-
}
|
|
31877
|
-
|
|
31878
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
31879
|
-
background: #edf0f7;
|
|
31880
|
-
padding: 32px 8px;
|
|
31881
|
-
overflow: auto;
|
|
31882
|
-
}
|
|
31883
|
-
|
|
31884
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
31885
|
-
display: flex;
|
|
31886
|
-
flex-direction: column;
|
|
31887
|
-
justify-content: space-between;
|
|
31821
|
+
.E_fzh9mnb .error-text {
|
|
31822
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31823
|
+
margin-bottom: 16px;
|
|
31824
|
+
font-size: 18px;
|
|
31888
31825
|
}
|
|
31889
31826
|
|
|
31890
|
-
.
|
|
31891
|
-
|
|
31827
|
+
.E_f7pxqmh {
|
|
31828
|
+
width: 100%;
|
|
31829
|
+
margin-bottom: 0 !important;
|
|
31830
|
+
flex-flow: nowrap !important;
|
|
31831
|
+
line-break: auto;
|
|
31892
31832
|
}
|
|
31893
31833
|
|
|
31894
|
-
.
|
|
31895
|
-
|
|
31834
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31835
|
+
text-align: left !important;
|
|
31836
|
+
padding-bottom: 0 !important;
|
|
31896
31837
|
}
|
|
31897
31838
|
|
|
31898
|
-
.
|
|
31899
|
-
|
|
31900
|
-
|
|
31901
|
-
|
|
31902
|
-
|
|
31839
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31840
|
+
min-height: 32px;
|
|
31841
|
+
height: auto;
|
|
31842
|
+
font-size: 13px;
|
|
31843
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31844
|
+
white-space: normal;
|
|
31903
31845
|
}
|
|
31904
31846
|
|
|
31905
|
-
.
|
|
31906
|
-
|
|
31847
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31848
|
+
border-color: #ff4d4f !important;
|
|
31907
31849
|
}
|
|
31908
31850
|
|
|
31909
|
-
.
|
|
31910
|
-
|
|
31851
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31852
|
+
border-color: #ff4d4f !important;
|
|
31911
31853
|
}
|
|
31912
31854
|
|
|
31913
|
-
.
|
|
31855
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31856
|
+
margin-top: 4px;
|
|
31914
31857
|
font-size: 12px;
|
|
31915
|
-
|
|
31916
|
-
line-height: 18px;
|
|
31858
|
+
min-height: 0px;
|
|
31917
31859
|
}
|
|
31918
31860
|
|
|
31919
|
-
.
|
|
31920
|
-
|
|
31861
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31862
|
+
font-size: 12px;
|
|
31863
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31864
|
+
min-height: 0px;
|
|
31921
31865
|
}
|
|
31922
31866
|
|
|
31923
|
-
.
|
|
31924
|
-
|
|
31867
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31868
|
+
display: var(--ai7qkf2-0);
|
|
31925
31869
|
}
|
|
31926
31870
|
|
|
31927
|
-
.
|
|
31928
|
-
|
|
31929
|
-
|
|
31871
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31872
|
+
display: inline-flex;
|
|
31873
|
+
line-height: 1.5715;
|
|
31874
|
+
height: 100%;
|
|
31875
|
+
width: 100%;
|
|
31930
31876
|
}
|
|
31931
31877
|
|
|
31932
|
-
.
|
|
31933
|
-
|
|
31934
|
-
display:
|
|
31878
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31879
|
+
content: var(--ai7qkf2-1);
|
|
31880
|
+
display: var(--ai7qkf2-2);
|
|
31881
|
+
flex: none;
|
|
31935
31882
|
align-items: center;
|
|
31936
|
-
|
|
31937
|
-
|
|
31938
|
-
|
|
31883
|
+
margin-left: 4px;
|
|
31884
|
+
padding: 5px 12px 5px 0;
|
|
31885
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31939
31886
|
}
|
|
31940
31887
|
|
|
31941
|
-
.
|
|
31942
|
-
|
|
31888
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31889
|
+
content: var(--ai7qkf2-3);
|
|
31890
|
+
display: var(--ai7qkf2-4);
|
|
31891
|
+
flex: none;
|
|
31892
|
+
align-items: center;
|
|
31893
|
+
margin-right: 4px;
|
|
31894
|
+
cursor: auto;
|
|
31895
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31943
31896
|
}
|
|
31944
31897
|
|
|
31945
|
-
.
|
|
31946
|
-
|
|
31947
|
-
margin-bottom: 2px;
|
|
31898
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31899
|
+
border-radius: 0;
|
|
31948
31900
|
}
|
|
31949
31901
|
|
|
31950
|
-
.
|
|
31951
|
-
|
|
31952
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
31902
|
+
.E_ai7qkf2.ant-input-number {
|
|
31903
|
+
width: 100%;
|
|
31953
31904
|
border-radius: 6px;
|
|
31954
|
-
color: #fff;
|
|
31955
31905
|
}
|
|
31956
31906
|
|
|
31957
|
-
.
|
|
31958
|
-
color: #
|
|
31907
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
31908
|
+
border-color: #0096ff;
|
|
31909
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31910
|
+
z-index: 1;
|
|
31959
31911
|
}
|
|
31960
31912
|
|
|
31961
|
-
.
|
|
31962
|
-
|
|
31963
|
-
box-shadow: 0px 0px
|
|
31964
|
-
border-radius: 6px;
|
|
31913
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31914
|
+
border-color: #e75a3a;
|
|
31915
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31965
31916
|
}
|
|
31966
31917
|
|
|
31967
|
-
.
|
|
31968
|
-
|
|
31969
|
-
|
|
31918
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31919
|
+
height: 30px;
|
|
31920
|
+
border: 1px;
|
|
31921
|
+
padding: 5px 12px;
|
|
31922
|
+
font-size: inherit;
|
|
31970
31923
|
}
|
|
31971
31924
|
|
|
31972
|
-
.
|
|
31973
|
-
|
|
31974
|
-
|
|
31925
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31926
|
+
height: 38px;
|
|
31927
|
+
border: 1px;
|
|
31928
|
+
padding: 8px 16px;
|
|
31975
31929
|
}
|
|
31976
31930
|
|
|
31977
|
-
.
|
|
31978
|
-
|
|
31931
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31932
|
+
height: 22px;
|
|
31933
|
+
border: 1px;
|
|
31934
|
+
padding: 2px 8px;
|
|
31979
31935
|
}
|
|
31980
31936
|
|
|
31981
|
-
.
|
|
31982
|
-
|
|
31983
|
-
|
|
31937
|
+
.E_iouxfgt {
|
|
31938
|
+
display: inline-flex;
|
|
31939
|
+
align-items: center;
|
|
31984
31940
|
}
|
|
31985
31941
|
|
|
31986
|
-
.
|
|
31987
|
-
display: flex;
|
|
31988
|
-
|
|
31989
|
-
|
|
31942
|
+
.E_iouxfgt .icon-inner {
|
|
31943
|
+
display: inline-flex;
|
|
31944
|
+
align-items: center;
|
|
31945
|
+
justify-content: center;
|
|
31990
31946
|
}
|
|
31991
31947
|
|
|
31992
|
-
.
|
|
31993
|
-
|
|
31994
|
-
|
|
31948
|
+
.E_iouxfgt .icon-inner + span,
|
|
31949
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31950
|
+
margin-left: 4px;
|
|
31995
31951
|
}
|
|
31996
31952
|
|
|
31997
|
-
.
|
|
31998
|
-
|
|
31999
|
-
|
|
31953
|
+
.E_iouxfgt.is-rotate img,
|
|
31954
|
+
.E_iouxfgt.is-rotate svg {
|
|
31955
|
+
animation: rotate 680ms linear infinite;
|
|
32000
31956
|
}
|
|
32001
31957
|
|
|
32002
|
-
.
|
|
32003
|
-
margin-
|
|
31958
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31959
|
+
margin-left: 8px;
|
|
32004
31960
|
}
|
|
32005
31961
|
|
|
32006
|
-
.
|
|
32007
|
-
|
|
32008
|
-
overflow: hidden;
|
|
32009
|
-
white-space: nowrap;
|
|
32010
|
-
text-overflow: ellipsis;
|
|
32011
|
-
text-align: left;
|
|
31962
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31963
|
+
padding: 2px 7px 2px 12px;
|
|
32012
31964
|
}
|
|
32013
31965
|
|
|
32014
|
-
.
|
|
32015
|
-
|
|
31966
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31967
|
+
display: var(--a1wfy30z-0);
|
|
32016
31968
|
}
|
|
32017
31969
|
|
|
32018
|
-
.
|
|
31970
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31971
|
+
padding: 4px 11px;
|
|
32019
31972
|
display: inline-flex;
|
|
31973
|
+
line-height: 1.5715;
|
|
31974
|
+
height: inherit;
|
|
31975
|
+
}
|
|
31976
|
+
|
|
31977
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31978
|
+
content: var(--a1wfy30z-1);
|
|
31979
|
+
display: var(--a1wfy30z-2);
|
|
31980
|
+
flex: none;
|
|
32020
31981
|
align-items: center;
|
|
32021
|
-
|
|
32022
|
-
color: #fff;
|
|
32023
|
-
font-weight: bold;
|
|
32024
|
-
font-size: 12px;
|
|
32025
|
-
width: 24px;
|
|
32026
|
-
height: 24px;
|
|
32027
|
-
border-radius: 50%;
|
|
32028
|
-
background: var(--a1b5xrg3-0);
|
|
31982
|
+
margin-left: 4px;
|
|
32029
31983
|
}
|
|
32030
31984
|
|
|
32031
|
-
.
|
|
32032
|
-
|
|
32033
|
-
|
|
32034
|
-
|
|
32035
|
-
height: 40px;
|
|
32036
|
-
display: inline-flex;
|
|
31985
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31986
|
+
content: var(--a1wfy30z-3);
|
|
31987
|
+
display: var(--a1wfy30z-4);
|
|
31988
|
+
flex: none;
|
|
32037
31989
|
align-items: center;
|
|
32038
|
-
|
|
32039
|
-
|
|
31990
|
+
margin-right: 4px;
|
|
31991
|
+
cursor: auto;
|
|
32040
31992
|
}
|
|
32041
31993
|
|
|
32042
|
-
.
|
|
32043
|
-
|
|
31994
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31995
|
+
padding: 0;
|
|
31996
|
+
margin: 0;
|
|
31997
|
+
height: auto;
|
|
31998
|
+
font-size: inherit;
|
|
32044
31999
|
}
|
|
32045
32000
|
|
|
32046
|
-
.
|
|
32047
|
-
|
|
32048
|
-
|
|
32001
|
+
.E_i1inqkme {
|
|
32002
|
+
height: 18px;
|
|
32003
|
+
line-height: 18px;
|
|
32004
|
+
padding: 0 4px;
|
|
32005
|
+
border-radius: 4px;
|
|
32006
|
+
background: rgba(235, 239, 245, 0.6);
|
|
32007
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
32008
|
+
display: flex;
|
|
32009
|
+
align-items: center;
|
|
32010
|
+
white-space: nowrap;
|
|
32011
|
+
margin-right: 4px;
|
|
32012
|
+
}
|
|
32013
|
+
|
|
32014
|
+
.E_owd0kml {
|
|
32015
|
+
display: inline-block;
|
|
32016
|
+
}
|
|
32017
|
+
|
|
32018
|
+
.E_h1jsgezc {
|
|
32019
|
+
visibility: hidden;
|
|
32020
|
+
position: absolute;
|
|
32049
32021
|
}
|
|
32050
32022
|
|
|
32051
32023
|
.E_dsnbhzf {
|
|
@@ -32523,13 +32495,8 @@ span.E_tqjc4ui {
|
|
|
32523
32495
|
line-height: 12px;
|
|
32524
32496
|
}
|
|
32525
32497
|
|
|
32526
|
-
.
|
|
32527
|
-
|
|
32528
|
-
}
|
|
32529
|
-
|
|
32530
|
-
.E_h1jsgezc {
|
|
32531
|
-
visibility: hidden;
|
|
32532
|
-
position: absolute;
|
|
32498
|
+
.E_m196gn1d {
|
|
32499
|
+
min-width: 1280px;
|
|
32533
32500
|
}
|
|
32534
32501
|
|
|
32535
32502
|
.E_cnujxq2 {
|
|
@@ -33320,21 +33287,37 @@ input.E_rf8rlle.ant-input {
|
|
|
33320
33287
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
33321
33288
|
}
|
|
33322
33289
|
|
|
33323
|
-
.
|
|
33324
|
-
display: flex;
|
|
33325
|
-
|
|
33326
|
-
|
|
33290
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
33291
|
+
display: inline-flex;
|
|
33292
|
+
align-items: center;
|
|
33293
|
+
justify-content: center;
|
|
33294
|
+
color: #fff;
|
|
33295
|
+
font-weight: bold;
|
|
33296
|
+
font-size: 12px;
|
|
33297
|
+
width: 24px;
|
|
33298
|
+
height: 24px;
|
|
33299
|
+
border-radius: 50%;
|
|
33300
|
+
background: var(--a1b5xrg3-0);
|
|
33327
33301
|
}
|
|
33328
33302
|
|
|
33329
|
-
.
|
|
33330
|
-
|
|
33331
|
-
|
|
33332
|
-
|
|
33303
|
+
.E_a1b5xrg3.btn-item {
|
|
33304
|
+
transition: all 160ms ease;
|
|
33305
|
+
cursor: pointer;
|
|
33306
|
+
width: 56px;
|
|
33307
|
+
height: 40px;
|
|
33308
|
+
display: inline-flex;
|
|
33309
|
+
align-items: center;
|
|
33310
|
+
justify-content: center;
|
|
33311
|
+
border-radius: 6px;
|
|
33333
33312
|
}
|
|
33334
33313
|
|
|
33335
|
-
.
|
|
33336
|
-
|
|
33337
|
-
|
|
33314
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
33315
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33316
|
+
}
|
|
33317
|
+
|
|
33318
|
+
.E_a1b5xrg3.btn-item:active {
|
|
33319
|
+
transform: translateY(2px);
|
|
33320
|
+
transition: all 320ms ease;
|
|
33338
33321
|
}
|
|
33339
33322
|
|
|
33340
33323
|
.E_suhck3k {
|
|
@@ -34498,55 +34481,27 @@ input.E_rf8rlle.ant-input {
|
|
|
34498
34481
|
background-color: transparent;
|
|
34499
34482
|
}
|
|
34500
34483
|
|
|
34501
|
-
.
|
|
34502
|
-
|
|
34503
|
-
}
|
|
34504
|
-
|
|
34505
|
-
.E_c1kghdax {
|
|
34506
|
-
color: #2d3a56;
|
|
34507
|
-
padding: 7px 12px;
|
|
34508
|
-
display: flex;
|
|
34509
|
-
justify-content: space-between;
|
|
34510
|
-
align-items: center;
|
|
34511
|
-
}
|
|
34512
|
-
|
|
34513
|
-
.E_c1kghdax.has-arrow {
|
|
34514
|
-
padding-left: 10px;
|
|
34515
|
-
}
|
|
34516
|
-
|
|
34517
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34518
|
-
cursor: pointer;
|
|
34519
|
-
color: #00122e;
|
|
34520
|
-
}
|
|
34521
|
-
|
|
34522
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34523
|
-
color: #2d3a56;
|
|
34524
|
-
font-weight: 600;
|
|
34484
|
+
.E_b14q2gmw {
|
|
34485
|
+
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);
|
|
34525
34486
|
}
|
|
34526
34487
|
|
|
34527
|
-
.
|
|
34528
|
-
|
|
34488
|
+
.E_c1eym6el {
|
|
34489
|
+
border-radius: 8px;
|
|
34490
|
+
background-color: white;
|
|
34529
34491
|
}
|
|
34530
34492
|
|
|
34531
|
-
.
|
|
34532
|
-
|
|
34533
|
-
line-height: 18px;
|
|
34493
|
+
.E_c1eym6el.hoverable {
|
|
34494
|
+
cursor: pointer;
|
|
34534
34495
|
}
|
|
34535
34496
|
|
|
34536
|
-
.
|
|
34537
|
-
|
|
34538
|
-
|
|
34539
|
-
|
|
34540
|
-
flex-grow: 1;
|
|
34541
|
-
font-size: 12px;
|
|
34542
|
-
line-height: 18px;
|
|
34543
|
-
color: #2d3a56;
|
|
34544
|
-
font-weight: 700;
|
|
34497
|
+
.E_c1eym6el.hoverable:hover {
|
|
34498
|
+
transition: all 200ms ease;
|
|
34499
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34500
|
+
transform: translateY(-4px);
|
|
34545
34501
|
}
|
|
34546
34502
|
|
|
34547
|
-
.
|
|
34548
|
-
|
|
34549
|
-
margin-right: 2px;
|
|
34503
|
+
.E_c1yd35n {
|
|
34504
|
+
padding: 0 12px 14px 12px;
|
|
34550
34505
|
}
|
|
34551
34506
|
|
|
34552
34507
|
.E_ckui4s7 {
|
|
@@ -34629,23 +34584,51 @@ input.E_rf8rlle.ant-input {
|
|
|
34629
34584
|
margin-left: 24px;
|
|
34630
34585
|
}
|
|
34631
34586
|
|
|
34632
|
-
.
|
|
34633
|
-
|
|
34587
|
+
.E_c1kghdax {
|
|
34588
|
+
color: #2d3a56;
|
|
34589
|
+
padding: 7px 12px;
|
|
34590
|
+
display: flex;
|
|
34591
|
+
justify-content: space-between;
|
|
34592
|
+
align-items: center;
|
|
34634
34593
|
}
|
|
34635
34594
|
|
|
34636
|
-
.
|
|
34637
|
-
|
|
34638
|
-
background-color: white;
|
|
34595
|
+
.E_c1kghdax.has-arrow {
|
|
34596
|
+
padding-left: 10px;
|
|
34639
34597
|
}
|
|
34640
34598
|
|
|
34641
|
-
.
|
|
34599
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34642
34600
|
cursor: pointer;
|
|
34601
|
+
color: #00122e;
|
|
34643
34602
|
}
|
|
34644
34603
|
|
|
34645
|
-
.
|
|
34646
|
-
|
|
34647
|
-
|
|
34648
|
-
|
|
34604
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34605
|
+
color: #2d3a56;
|
|
34606
|
+
font-weight: 600;
|
|
34607
|
+
}
|
|
34608
|
+
|
|
34609
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34610
|
+
transform: rotate(90deg);
|
|
34611
|
+
}
|
|
34612
|
+
|
|
34613
|
+
.E_c1kghdax .sub-info {
|
|
34614
|
+
font-size: 12px;
|
|
34615
|
+
line-height: 18px;
|
|
34616
|
+
}
|
|
34617
|
+
|
|
34618
|
+
.E_c1kghdax .title-wrapper {
|
|
34619
|
+
display: flex;
|
|
34620
|
+
align-items: center;
|
|
34621
|
+
user-select: none;
|
|
34622
|
+
flex-grow: 1;
|
|
34623
|
+
font-size: 12px;
|
|
34624
|
+
line-height: 18px;
|
|
34625
|
+
color: #2d3a56;
|
|
34626
|
+
font-weight: 700;
|
|
34627
|
+
}
|
|
34628
|
+
|
|
34629
|
+
.E_c1kghdax .collapse-arrow {
|
|
34630
|
+
transition: all 50ms ease-out 0ms;
|
|
34631
|
+
margin-right: 2px;
|
|
34649
34632
|
}
|
|
34650
34633
|
|
|
34651
34634
|
.E_lht19u8 {
|
|
@@ -34707,35 +34690,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34707
34690
|
margin-right: 4px;
|
|
34708
34691
|
}
|
|
34709
34692
|
|
|
34710
|
-
.E_slr2ynn {
|
|
34711
|
-
padding: 0 8px;
|
|
34712
|
-
height: 18px;
|
|
34713
|
-
}
|
|
34714
|
-
|
|
34715
|
-
.E_m140wbb6 {
|
|
34716
|
-
padding: 2px 8px;
|
|
34717
|
-
height: 24px;
|
|
34718
|
-
}
|
|
34719
|
-
|
|
34720
|
-
.E_t1fozc1i {
|
|
34721
|
-
margin: 0;
|
|
34722
|
-
}
|
|
34723
|
-
|
|
34724
|
-
.E_i1vxv4ln {
|
|
34725
|
-
margin-right: 4px;
|
|
34726
|
-
height: 16px;
|
|
34727
|
-
}
|
|
34728
|
-
|
|
34729
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34730
|
-
font-weight: 700;
|
|
34731
|
-
color: #00122e;
|
|
34732
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34733
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34734
|
-
word-break: break-all;
|
|
34735
|
-
display: inline;
|
|
34736
|
-
white-space: normal;
|
|
34737
|
-
}
|
|
34738
|
-
|
|
34739
34693
|
.E_sjob3jg {
|
|
34740
34694
|
--item-min-width: 60px;
|
|
34741
34695
|
}
|
|
@@ -34973,6 +34927,35 @@ input.E_rf8rlle.ant-input {
|
|
|
34973
34927
|
height: 16px;
|
|
34974
34928
|
}
|
|
34975
34929
|
|
|
34930
|
+
.E_slr2ynn {
|
|
34931
|
+
padding: 0 8px;
|
|
34932
|
+
height: 18px;
|
|
34933
|
+
}
|
|
34934
|
+
|
|
34935
|
+
.E_m140wbb6 {
|
|
34936
|
+
padding: 2px 8px;
|
|
34937
|
+
height: 24px;
|
|
34938
|
+
}
|
|
34939
|
+
|
|
34940
|
+
.E_t1fozc1i {
|
|
34941
|
+
margin: 0;
|
|
34942
|
+
}
|
|
34943
|
+
|
|
34944
|
+
.E_i1vxv4ln {
|
|
34945
|
+
margin-right: 4px;
|
|
34946
|
+
height: 16px;
|
|
34947
|
+
}
|
|
34948
|
+
|
|
34949
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34950
|
+
font-weight: 700;
|
|
34951
|
+
color: #00122e;
|
|
34952
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34953
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34954
|
+
word-break: break-all;
|
|
34955
|
+
display: inline;
|
|
34956
|
+
white-space: normal;
|
|
34957
|
+
}
|
|
34958
|
+
|
|
34976
34959
|
.E_t1dtlqs1 {
|
|
34977
34960
|
margin-bottom: 4px;
|
|
34978
34961
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -35206,6 +35189,69 @@ input.E_rf8rlle.ant-input {
|
|
|
35206
35189
|
margin-right: 8px;
|
|
35207
35190
|
}
|
|
35208
35191
|
|
|
35192
|
+
button.E_l48ei06.ant-btn {
|
|
35193
|
+
font-size: 12px;
|
|
35194
|
+
line-height: 18px;
|
|
35195
|
+
height: 18px;
|
|
35196
|
+
}
|
|
35197
|
+
|
|
35198
|
+
button.E_l48ei06 {
|
|
35199
|
+
color: #0080FF;
|
|
35200
|
+
height: unset;
|
|
35201
|
+
}
|
|
35202
|
+
|
|
35203
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
35204
|
+
margin-right: 4px;
|
|
35205
|
+
}
|
|
35206
|
+
|
|
35207
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
35208
|
+
margin-left: 4px;
|
|
35209
|
+
}
|
|
35210
|
+
|
|
35211
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
35212
|
+
color: #009DFF;
|
|
35213
|
+
}
|
|
35214
|
+
|
|
35215
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
35216
|
+
color: #005ED1;
|
|
35217
|
+
}
|
|
35218
|
+
|
|
35219
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
35220
|
+
color: #0080FF;
|
|
35221
|
+
}
|
|
35222
|
+
|
|
35223
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
35224
|
+
color: #00122E;
|
|
35225
|
+
}
|
|
35226
|
+
|
|
35227
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
35228
|
+
color: #0080FF;
|
|
35229
|
+
}
|
|
35230
|
+
|
|
35231
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
35232
|
+
color: #005ED1;
|
|
35233
|
+
}
|
|
35234
|
+
|
|
35235
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
35236
|
+
color: #00122E;
|
|
35237
|
+
}
|
|
35238
|
+
|
|
35239
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
35240
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35241
|
+
}
|
|
35242
|
+
|
|
35243
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
35244
|
+
color: #0080FF;
|
|
35245
|
+
}
|
|
35246
|
+
|
|
35247
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
35248
|
+
color: #005ED1;
|
|
35249
|
+
}
|
|
35250
|
+
|
|
35251
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
35252
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35253
|
+
}
|
|
35254
|
+
|
|
35209
35255
|
.E_sddwhm6 {
|
|
35210
35256
|
margin: 0;
|
|
35211
35257
|
border-radius: 20px;
|
|
@@ -35752,69 +35798,6 @@ input.E_rf8rlle.ant-input {
|
|
|
35752
35798
|
background: #fff;
|
|
35753
35799
|
}
|
|
35754
35800
|
|
|
35755
|
-
button.E_l48ei06.ant-btn {
|
|
35756
|
-
font-size: 12px;
|
|
35757
|
-
line-height: 18px;
|
|
35758
|
-
height: 18px;
|
|
35759
|
-
}
|
|
35760
|
-
|
|
35761
|
-
button.E_l48ei06 {
|
|
35762
|
-
color: #0080FF;
|
|
35763
|
-
height: unset;
|
|
35764
|
-
}
|
|
35765
|
-
|
|
35766
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
35767
|
-
margin-right: 4px;
|
|
35768
|
-
}
|
|
35769
|
-
|
|
35770
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
35771
|
-
margin-left: 4px;
|
|
35772
|
-
}
|
|
35773
|
-
|
|
35774
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
35775
|
-
color: #009DFF;
|
|
35776
|
-
}
|
|
35777
|
-
|
|
35778
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
35779
|
-
color: #005ED1;
|
|
35780
|
-
}
|
|
35781
|
-
|
|
35782
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
35783
|
-
color: #0080FF;
|
|
35784
|
-
}
|
|
35785
|
-
|
|
35786
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
35787
|
-
color: #00122E;
|
|
35788
|
-
}
|
|
35789
|
-
|
|
35790
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
35791
|
-
color: #0080FF;
|
|
35792
|
-
}
|
|
35793
|
-
|
|
35794
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
35795
|
-
color: #005ED1;
|
|
35796
|
-
}
|
|
35797
|
-
|
|
35798
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
35799
|
-
color: #00122E;
|
|
35800
|
-
}
|
|
35801
|
-
|
|
35802
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
35803
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35804
|
-
}
|
|
35805
|
-
|
|
35806
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
35807
|
-
color: #0080FF;
|
|
35808
|
-
}
|
|
35809
|
-
|
|
35810
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
35811
|
-
color: #005ED1;
|
|
35812
|
-
}
|
|
35813
|
-
|
|
35814
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
35815
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35816
|
-
}
|
|
35817
|
-
|
|
35818
35801
|
.E_l12xdkhl {
|
|
35819
35802
|
width: 64px;
|
|
35820
35803
|
height: 64px;
|