@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/style.css
CHANGED
|
@@ -29558,35 +29558,6 @@ html body {
|
|
|
29558
29558
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29559
29559
|
}
|
|
29560
29560
|
}
|
|
29561
|
-
.E_b1nip9bk {
|
|
29562
|
-
padding: 4px 11px;
|
|
29563
|
-
}
|
|
29564
|
-
|
|
29565
|
-
.E_bqamoqe {
|
|
29566
|
-
white-space: nowrap;
|
|
29567
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29568
|
-
}
|
|
29569
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29570
|
-
--color: #0080ff;
|
|
29571
|
-
}
|
|
29572
|
-
.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] {
|
|
29573
|
-
--color: #0080ff;
|
|
29574
|
-
}
|
|
29575
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29576
|
-
margin-left: 1px;
|
|
29577
|
-
}
|
|
29578
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29579
|
-
border-top-right-radius: 0;
|
|
29580
|
-
border-bottom-right-radius: 0;
|
|
29581
|
-
}
|
|
29582
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29583
|
-
border-top-left-radius: 0;
|
|
29584
|
-
border-bottom-left-radius: 0;
|
|
29585
|
-
}
|
|
29586
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29587
|
-
border-radius: unset;
|
|
29588
|
-
}
|
|
29589
|
-
|
|
29590
29561
|
.E_c18gxmrl {
|
|
29591
29562
|
border: 1px solid #d8deeb;
|
|
29592
29563
|
border-radius: 4px;
|
|
@@ -29607,26 +29578,17 @@ html body {
|
|
|
29607
29578
|
padding: 8px 12px;
|
|
29608
29579
|
}
|
|
29609
29580
|
|
|
29610
|
-
.
|
|
29611
|
-
|
|
29612
|
-
|
|
29613
|
-
|
|
29614
|
-
font-size: 16px;
|
|
29615
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29616
|
-
font-weight: 700;
|
|
29617
|
-
line-height: 32px;
|
|
29581
|
+
.E_m74vjol {
|
|
29582
|
+
display: flex;
|
|
29583
|
+
justify-content: space-between;
|
|
29584
|
+
width: 100%;
|
|
29618
29585
|
}
|
|
29619
|
-
.
|
|
29620
|
-
|
|
29621
|
-
border-radius: 8px;
|
|
29622
|
-
background: #fff;
|
|
29586
|
+
.E_m74vjol .action {
|
|
29587
|
+
margin-left: 16px;
|
|
29623
29588
|
}
|
|
29624
|
-
|
|
29625
|
-
|
|
29626
|
-
|
|
29627
|
-
line-height: 22px;
|
|
29628
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29629
|
-
text-align: center;
|
|
29589
|
+
|
|
29590
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29591
|
+
width: 100%;
|
|
29630
29592
|
}
|
|
29631
29593
|
|
|
29632
29594
|
.E_berrcjl {
|
|
@@ -29645,113 +29607,55 @@ html body {
|
|
|
29645
29607
|
color: #005ed1;
|
|
29646
29608
|
}
|
|
29647
29609
|
|
|
29648
|
-
.
|
|
29649
|
-
|
|
29650
|
-
justify-content: space-between;
|
|
29651
|
-
width: 100%;
|
|
29652
|
-
}
|
|
29653
|
-
.E_m74vjol .action {
|
|
29654
|
-
margin-left: 16px;
|
|
29655
|
-
}
|
|
29656
|
-
|
|
29657
|
-
.E_a1o35uvh .ant-alert-message {
|
|
29658
|
-
width: 100%;
|
|
29610
|
+
.E_c1uzzomf {
|
|
29611
|
+
margin-bottom: 16px;
|
|
29659
29612
|
}
|
|
29660
|
-
|
|
29661
|
-
|
|
29662
|
-
padding: 4px 8px 0 8px;
|
|
29613
|
+
.E_c1uzzomf .card-title {
|
|
29614
|
+
font-size: 16px;
|
|
29663
29615
|
color: rgba(44, 56, 82, 0.6);
|
|
29664
|
-
font-
|
|
29665
|
-
|
|
29666
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29667
|
-
padding-bottom: 6px;
|
|
29668
|
-
}
|
|
29669
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29670
|
-
padding-top: 4px;
|
|
29671
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29672
|
-
}
|
|
29673
|
-
|
|
29674
|
-
.E_d1bw7c5z {
|
|
29675
|
-
position: relative;
|
|
29676
|
-
max-width: 388px;
|
|
29677
|
-
min-width: 285px;
|
|
29616
|
+
font-weight: 700;
|
|
29617
|
+
line-height: 32px;
|
|
29678
29618
|
}
|
|
29679
|
-
.
|
|
29680
|
-
|
|
29681
|
-
|
|
29682
|
-
|
|
29683
|
-
height: 100px;
|
|
29684
|
-
top: 0;
|
|
29685
|
-
left: 35px;
|
|
29686
|
-
display: flex;
|
|
29687
|
-
flex-direction: column;
|
|
29688
|
-
justify-content: center;
|
|
29689
|
-
align-items: center;
|
|
29690
|
-
color: #00122e;
|
|
29619
|
+
.E_c1uzzomf .card-body {
|
|
29620
|
+
padding: 24px;
|
|
29621
|
+
border-radius: 8px;
|
|
29622
|
+
background: #fff;
|
|
29691
29623
|
}
|
|
29692
|
-
.
|
|
29693
|
-
font-size: 24px;
|
|
29624
|
+
.E_c1uzzomf .empty {
|
|
29694
29625
|
font-weight: 700;
|
|
29695
|
-
|
|
29696
|
-
|
|
29697
|
-
|
|
29698
|
-
font-size: 12px;
|
|
29699
|
-
width: inherit;
|
|
29626
|
+
font-size: 14px;
|
|
29627
|
+
line-height: 22px;
|
|
29628
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29700
29629
|
text-align: center;
|
|
29701
29630
|
}
|
|
29702
|
-
|
|
29703
|
-
|
|
29704
|
-
|
|
29705
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29706
|
-
position: relative !important;
|
|
29707
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29708
|
-
left: 0 !important;
|
|
29709
|
-
bottom: 0 !important;
|
|
29710
|
-
display: flex;
|
|
29711
|
-
align-items: center;
|
|
29712
|
-
}
|
|
29713
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29714
|
-
width: 100%;
|
|
29715
|
-
}
|
|
29716
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29717
|
-
width: 100%;
|
|
29718
|
-
margin-right: 0 !important;
|
|
29719
|
-
line-height: 18px;
|
|
29631
|
+
|
|
29632
|
+
.E_b1nip9bk {
|
|
29633
|
+
padding: 4px 11px;
|
|
29720
29634
|
}
|
|
29721
|
-
|
|
29722
|
-
|
|
29635
|
+
|
|
29636
|
+
.E_bqamoqe {
|
|
29637
|
+
white-space: nowrap;
|
|
29638
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29723
29639
|
}
|
|
29724
|
-
.
|
|
29725
|
-
|
|
29726
|
-
max-width: 198px;
|
|
29727
|
-
width: calc(100% - 20px);
|
|
29728
|
-
margin-left: 2px;
|
|
29729
|
-
color: #00122e !important;
|
|
29730
|
-
display: inline-flex;
|
|
29731
|
-
justify-content: space-between;
|
|
29640
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29641
|
+
--color: #0080ff;
|
|
29732
29642
|
}
|
|
29733
|
-
.
|
|
29734
|
-
|
|
29735
|
-
cursor: pointer;
|
|
29736
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29737
|
-
overflow: hidden;
|
|
29738
|
-
text-overflow: ellipsis;
|
|
29739
|
-
white-space: nowrap;
|
|
29643
|
+
.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] {
|
|
29644
|
+
--color: #0080ff;
|
|
29740
29645
|
}
|
|
29741
|
-
.
|
|
29742
|
-
|
|
29646
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29647
|
+
margin-left: 1px;
|
|
29743
29648
|
}
|
|
29744
|
-
|
|
29745
|
-
|
|
29746
|
-
|
|
29649
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29650
|
+
border-top-right-radius: 0;
|
|
29651
|
+
border-bottom-right-radius: 0;
|
|
29747
29652
|
}
|
|
29748
|
-
.
|
|
29749
|
-
|
|
29750
|
-
|
|
29751
|
-
justify-content: space-between;
|
|
29653
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29654
|
+
border-top-left-radius: 0;
|
|
29655
|
+
border-bottom-left-radius: 0;
|
|
29752
29656
|
}
|
|
29753
|
-
.
|
|
29754
|
-
|
|
29657
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29658
|
+
border-radius: unset;
|
|
29755
29659
|
}
|
|
29756
29660
|
|
|
29757
29661
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30008,45 +29912,141 @@ button.E_n7k2c6r {
|
|
|
30008
29912
|
padding: 0;
|
|
30009
29913
|
}
|
|
30010
29914
|
|
|
30011
|
-
.
|
|
30012
|
-
|
|
29915
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29916
|
+
padding: 4px 8px 0 8px;
|
|
29917
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29918
|
+
font-size: 12px;
|
|
30013
29919
|
}
|
|
30014
|
-
.
|
|
30015
|
-
padding:
|
|
29920
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29921
|
+
padding-bottom: 6px;
|
|
29922
|
+
}
|
|
29923
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29924
|
+
padding-top: 4px;
|
|
29925
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30016
29926
|
}
|
|
30017
29927
|
|
|
30018
|
-
.
|
|
30019
|
-
|
|
30020
|
-
|
|
29928
|
+
.E_d1bw7c5z {
|
|
29929
|
+
position: relative;
|
|
29930
|
+
max-width: 388px;
|
|
29931
|
+
min-width: 285px;
|
|
30021
29932
|
}
|
|
30022
|
-
.
|
|
30023
|
-
|
|
30024
|
-
|
|
30025
|
-
|
|
30026
|
-
|
|
29933
|
+
.E_d1bw7c5z .center {
|
|
29934
|
+
position: absolute;
|
|
29935
|
+
font-size: 12px;
|
|
29936
|
+
width: 80px;
|
|
29937
|
+
height: 100px;
|
|
29938
|
+
top: 0;
|
|
29939
|
+
left: 35px;
|
|
29940
|
+
display: flex;
|
|
29941
|
+
flex-direction: column;
|
|
29942
|
+
justify-content: center;
|
|
29943
|
+
align-items: center;
|
|
29944
|
+
color: #00122e;
|
|
30027
29945
|
}
|
|
30028
|
-
.
|
|
30029
|
-
|
|
29946
|
+
.E_d1bw7c5z .center .number {
|
|
29947
|
+
font-size: 24px;
|
|
29948
|
+
font-weight: 700;
|
|
30030
29949
|
}
|
|
30031
|
-
.
|
|
30032
|
-
padding:
|
|
29950
|
+
.E_d1bw7c5z .center .text {
|
|
29951
|
+
padding: 0 5px;
|
|
29952
|
+
font-size: 12px;
|
|
29953
|
+
width: inherit;
|
|
29954
|
+
text-align: center;
|
|
30033
29955
|
}
|
|
30034
|
-
|
|
30035
|
-
|
|
30036
|
-
padding-right: 0px;
|
|
30037
|
-
cursor: default;
|
|
29956
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
29957
|
+
display: flex;
|
|
30038
29958
|
}
|
|
30039
|
-
|
|
30040
|
-
|
|
29959
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29960
|
+
position: relative !important;
|
|
29961
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29962
|
+
left: 0 !important;
|
|
29963
|
+
bottom: 0 !important;
|
|
30041
29964
|
display: flex;
|
|
29965
|
+
align-items: center;
|
|
30042
29966
|
}
|
|
30043
|
-
|
|
30044
|
-
|
|
30045
|
-
display: inline-flex;
|
|
30046
|
-
align-items: baseline;
|
|
30047
|
-
white-space: pre-wrap;
|
|
29967
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29968
|
+
width: 100%;
|
|
30048
29969
|
}
|
|
30049
|
-
.
|
|
29970
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29971
|
+
width: 100%;
|
|
29972
|
+
margin-right: 0 !important;
|
|
29973
|
+
line-height: 18px;
|
|
29974
|
+
}
|
|
29975
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29976
|
+
border-radius: 2px;
|
|
29977
|
+
}
|
|
29978
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29979
|
+
min-width: 75px;
|
|
29980
|
+
max-width: 198px;
|
|
29981
|
+
width: calc(100% - 20px);
|
|
29982
|
+
margin-left: 2px;
|
|
29983
|
+
color: #00122e !important;
|
|
29984
|
+
display: inline-flex;
|
|
29985
|
+
justify-content: space-between;
|
|
29986
|
+
}
|
|
29987
|
+
.E_d1bw7c5z .tooltip-text {
|
|
29988
|
+
maxwidth: calc(100% - 12px);
|
|
29989
|
+
cursor: pointer;
|
|
29990
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29991
|
+
overflow: hidden;
|
|
29992
|
+
text-overflow: ellipsis;
|
|
29993
|
+
white-space: nowrap;
|
|
29994
|
+
}
|
|
29995
|
+
.E_d1bw7c5z .value {
|
|
29996
|
+
color: rgba(44, 56, 82, 0.75);
|
|
29997
|
+
}
|
|
29998
|
+
|
|
29999
|
+
.E_t10pqbtc {
|
|
30000
|
+
width: 140px;
|
|
30001
|
+
}
|
|
30002
|
+
.E_t10pqbtc .item {
|
|
30003
|
+
margin: 6px auto;
|
|
30004
|
+
display: flex;
|
|
30005
|
+
justify-content: space-between;
|
|
30006
|
+
}
|
|
30007
|
+
.E_t10pqbtc .item .name {
|
|
30008
|
+
width: 102px;
|
|
30009
|
+
}
|
|
30010
|
+
|
|
30011
|
+
.E_c1yyuluq {
|
|
30012
|
+
border-radius: 8px;
|
|
30013
|
+
}
|
|
30014
|
+
.E_c1yyuluq .ant-card-body {
|
|
30015
|
+
padding: 20px 24px 24px 24px;
|
|
30016
|
+
}
|
|
30017
|
+
|
|
30018
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30019
|
+
border: 0px;
|
|
30020
|
+
background-color: #fff;
|
|
30021
|
+
}
|
|
30022
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30023
|
+
padding-top: 0px;
|
|
30024
|
+
padding-bottom: 0px;
|
|
30025
|
+
padding-left: 0px !important;
|
|
30026
|
+
padding-right: 24px;
|
|
30027
|
+
}
|
|
30028
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30029
|
+
right: 0px;
|
|
30030
|
+
}
|
|
30031
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30032
|
+
padding: 0px;
|
|
30033
|
+
}
|
|
30034
|
+
|
|
30035
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30036
|
+
padding-right: 0px;
|
|
30037
|
+
cursor: default;
|
|
30038
|
+
}
|
|
30039
|
+
|
|
30040
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30041
|
+
display: flex;
|
|
30042
|
+
}
|
|
30043
|
+
|
|
30044
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30045
|
+
display: inline-flex;
|
|
30046
|
+
align-items: baseline;
|
|
30047
|
+
white-space: pre-wrap;
|
|
30048
|
+
}
|
|
30049
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30050
30050
|
position: relative;
|
|
30051
30051
|
top: 3px;
|
|
30052
30052
|
}
|
|
@@ -30187,36 +30187,6 @@ button.E_n7k2c6r {
|
|
|
30187
30187
|
width: 36px;
|
|
30188
30188
|
}
|
|
30189
30189
|
|
|
30190
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30191
|
-
line-height: 18px;
|
|
30192
|
-
}
|
|
30193
|
-
|
|
30194
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
30195
|
-
margin-right: 8px;
|
|
30196
|
-
}
|
|
30197
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30198
|
-
margin-left: 8px;
|
|
30199
|
-
}
|
|
30200
|
-
|
|
30201
|
-
.E_cc368xp {
|
|
30202
|
-
color: #00122e;
|
|
30203
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30204
|
-
margin-right: 8px;
|
|
30205
|
-
padding-right: 8px;
|
|
30206
|
-
}
|
|
30207
|
-
|
|
30208
|
-
.E_i11o6xqj {
|
|
30209
|
-
display: flex;
|
|
30210
|
-
gap: 4px;
|
|
30211
|
-
}
|
|
30212
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30213
|
-
cursor: pointer;
|
|
30214
|
-
}
|
|
30215
|
-
|
|
30216
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30217
|
-
cursor: not-allowed;
|
|
30218
|
-
}
|
|
30219
|
-
|
|
30220
30190
|
.E_ivqqkzv {
|
|
30221
30191
|
height: 24px;
|
|
30222
30192
|
width: 56px !important;
|
|
@@ -30227,6 +30197,10 @@ button.E_n7k2c6r {
|
|
|
30227
30197
|
color: rgba(44, 56, 82, 0.6);
|
|
30228
30198
|
}
|
|
30229
30199
|
|
|
30200
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30201
|
+
line-height: 18px;
|
|
30202
|
+
}
|
|
30203
|
+
|
|
30230
30204
|
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
30231
30205
|
border-radius: 6px;
|
|
30232
30206
|
}
|
|
@@ -30284,6 +30258,32 @@ button.E_n7k2c6r {
|
|
|
30284
30258
|
transform: rotate(180deg);
|
|
30285
30259
|
}
|
|
30286
30260
|
|
|
30261
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30262
|
+
margin-right: 8px;
|
|
30263
|
+
}
|
|
30264
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30265
|
+
margin-left: 8px;
|
|
30266
|
+
}
|
|
30267
|
+
|
|
30268
|
+
.E_cc368xp {
|
|
30269
|
+
color: #00122e;
|
|
30270
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30271
|
+
margin-right: 8px;
|
|
30272
|
+
padding-right: 8px;
|
|
30273
|
+
}
|
|
30274
|
+
|
|
30275
|
+
.E_i11o6xqj {
|
|
30276
|
+
display: flex;
|
|
30277
|
+
gap: 4px;
|
|
30278
|
+
}
|
|
30279
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30280
|
+
cursor: pointer;
|
|
30281
|
+
}
|
|
30282
|
+
|
|
30283
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30284
|
+
cursor: not-allowed;
|
|
30285
|
+
}
|
|
30286
|
+
|
|
30287
30287
|
.E_phljevk {
|
|
30288
30288
|
display: flex;
|
|
30289
30289
|
justify-content: space-between;
|
|
@@ -30341,158 +30341,107 @@ button.E_n7k2c6r {
|
|
|
30341
30341
|
line-height: 18px;
|
|
30342
30342
|
}
|
|
30343
30343
|
|
|
30344
|
-
.
|
|
30345
|
-
|
|
30346
|
-
height:
|
|
30347
|
-
|
|
30344
|
+
.E_c1bus5hc {
|
|
30345
|
+
--color: white;
|
|
30346
|
+
height: 14px;
|
|
30347
|
+
width: 14px;
|
|
30348
|
+
border-radius: 50%;
|
|
30349
|
+
flex-shrink: 0;
|
|
30350
|
+
display: flex;
|
|
30351
|
+
align-items: center;
|
|
30352
|
+
justify-content: center;
|
|
30353
|
+
border: 1px solid var(--color);
|
|
30348
30354
|
}
|
|
30349
|
-
.
|
|
30350
|
-
|
|
30351
|
-
|
|
30352
|
-
|
|
30353
|
-
border-
|
|
30355
|
+
.E_c1bus5hc .circle-inner {
|
|
30356
|
+
position: relative;
|
|
30357
|
+
height: 10px;
|
|
30358
|
+
width: 10px;
|
|
30359
|
+
border-radius: 50%;
|
|
30360
|
+
overflow: hidden;
|
|
30354
30361
|
}
|
|
30355
|
-
.
|
|
30356
|
-
|
|
30357
|
-
|
|
30362
|
+
.E_c1bus5hc .circle-content {
|
|
30363
|
+
position: absolute;
|
|
30364
|
+
height: 100%;
|
|
30365
|
+
width: 100%;
|
|
30366
|
+
left: 0;
|
|
30367
|
+
top: 0;
|
|
30368
|
+
border-radius: 50%;
|
|
30369
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30370
|
+
transform: rotate(180deg);
|
|
30358
30371
|
}
|
|
30359
|
-
.
|
|
30360
|
-
|
|
30372
|
+
.E_c1bus5hc .circle-child {
|
|
30373
|
+
position: absolute;
|
|
30374
|
+
height: 100%;
|
|
30361
30375
|
width: 100%;
|
|
30362
|
-
|
|
30363
|
-
|
|
30376
|
+
left: 0;
|
|
30377
|
+
top: 0;
|
|
30378
|
+
margin-left: 50%;
|
|
30379
|
+
transform-origin: left;
|
|
30380
|
+
background: white;
|
|
30381
|
+
transform: rotate(0deg);
|
|
30364
30382
|
}
|
|
30365
|
-
|
|
30366
|
-
.
|
|
30367
|
-
|
|
30383
|
+
|
|
30384
|
+
.E_s1dizucg.ant-switch {
|
|
30385
|
+
min-width: 40px;
|
|
30386
|
+
height: 24px;
|
|
30387
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30388
|
+
overflow: hidden;
|
|
30368
30389
|
}
|
|
30369
|
-
.
|
|
30370
|
-
|
|
30371
|
-
width: 22px;
|
|
30390
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30391
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30372
30392
|
}
|
|
30373
|
-
.
|
|
30374
|
-
|
|
30375
|
-
|
|
30393
|
+
.E_s1dizucg.ant-switch-small {
|
|
30394
|
+
min-width: 26px;
|
|
30395
|
+
height: 16px;
|
|
30376
30396
|
}
|
|
30377
|
-
.
|
|
30378
|
-
|
|
30379
|
-
|
|
30397
|
+
.E_s1dizucg.ant-switch-large {
|
|
30398
|
+
min-width: 52px;
|
|
30399
|
+
height: 32px;
|
|
30380
30400
|
}
|
|
30381
|
-
.
|
|
30382
|
-
|
|
30383
|
-
|
|
30401
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30402
|
+
height: 20px;
|
|
30403
|
+
width: 20px;
|
|
30384
30404
|
}
|
|
30385
|
-
.
|
|
30386
|
-
|
|
30405
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30406
|
+
border-radius: 10px;
|
|
30407
|
+
transition-delay: 120ms;
|
|
30387
30408
|
}
|
|
30388
|
-
.
|
|
30389
|
-
|
|
30409
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30410
|
+
height: 14px;
|
|
30411
|
+
width: 14px;
|
|
30412
|
+
top: 1px;
|
|
30413
|
+
left: 1px;
|
|
30390
30414
|
}
|
|
30391
|
-
|
|
30392
|
-
|
|
30393
|
-
|
|
30394
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30395
|
-
backdrop-filter: blur(10px);
|
|
30396
|
-
padding: 7px 10px;
|
|
30415
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30416
|
+
height: 28px;
|
|
30417
|
+
width: 28px;
|
|
30397
30418
|
}
|
|
30398
|
-
|
|
30399
|
-
|
|
30400
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30401
|
-
display: flex;
|
|
30402
|
-
justify-content: space-between;
|
|
30403
|
-
align-items: center;
|
|
30404
|
-
padding: 8px 16px;
|
|
30419
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30420
|
+
border-radius: 14px;
|
|
30405
30421
|
}
|
|
30406
|
-
.
|
|
30407
|
-
|
|
30422
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30423
|
+
background-color: #00ba5d;
|
|
30408
30424
|
}
|
|
30409
|
-
.
|
|
30410
|
-
|
|
30411
|
-
}
|
|
30412
|
-
|
|
30413
|
-
.E_cxhf7dh {
|
|
30414
|
-
text-align: center;
|
|
30415
|
-
}
|
|
30416
|
-
.E_cxhf7dh .dots {
|
|
30417
|
-
display: flex;
|
|
30418
|
-
justify-content: center;
|
|
30419
|
-
}
|
|
30420
|
-
.E_cxhf7dh .dot {
|
|
30421
|
-
display: inline-block;
|
|
30422
|
-
width: 2px;
|
|
30423
|
-
height: 2px;
|
|
30424
|
-
border-radius: 1px;
|
|
30425
|
-
background: #0096ff;
|
|
30425
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30426
|
+
left: calc(100% - 20px - 2px);
|
|
30426
30427
|
}
|
|
30427
|
-
.
|
|
30428
|
-
|
|
30428
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30429
|
+
left: calc(100% - 14px - 1px);
|
|
30429
30430
|
}
|
|
30430
|
-
.
|
|
30431
|
-
|
|
30432
|
-
height: 2px;
|
|
30433
|
-
background: #0096ff;
|
|
30434
|
-
border-radius: 2px;
|
|
30431
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30432
|
+
left: calc(100% - 28px - 2px);
|
|
30435
30433
|
}
|
|
30436
30434
|
|
|
30437
|
-
.
|
|
30438
|
-
|
|
30439
|
-
align-items: center;
|
|
30440
|
-
justify-content: space-between;
|
|
30441
|
-
background: #edf0f7;
|
|
30442
|
-
padding: 8px 12px;
|
|
30443
|
-
position: sticky;
|
|
30444
|
-
top: 0;
|
|
30445
|
-
z-index: 1;
|
|
30446
|
-
margin-bottom: -52px;
|
|
30447
|
-
}
|
|
30448
|
-
.E_s1ebs0ra .select-total {
|
|
30449
|
-
display: flex;
|
|
30450
|
-
align-items: center;
|
|
30451
|
-
font-weight: 700;
|
|
30452
|
-
flex-shrink: 0;
|
|
30453
|
-
}
|
|
30454
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
30455
|
-
cursor: pointer;
|
|
30456
|
-
margin-left: 8px;
|
|
30457
|
-
width: 32px;
|
|
30458
|
-
height: 32px;
|
|
30459
|
-
border-radius: 50%;
|
|
30460
|
-
justify-content: center;
|
|
30461
|
-
}
|
|
30462
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30463
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30464
|
-
}
|
|
30465
|
-
.E_s1ebs0ra .action-group {
|
|
30466
|
-
flex: 1;
|
|
30467
|
-
margin-left: 88px;
|
|
30468
|
-
white-space: nowrap;
|
|
30469
|
-
text-align: right;
|
|
30470
|
-
position: relative;
|
|
30471
|
-
padding: 4px 0;
|
|
30472
|
-
margin-top: -4px;
|
|
30473
|
-
overflow: hidden;
|
|
30474
|
-
}
|
|
30475
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30476
|
-
transform: translateY(-4px);
|
|
30477
|
-
}
|
|
30478
|
-
.E_s1ebs0ra .action-group button {
|
|
30479
|
-
border: none;
|
|
30480
|
-
}
|
|
30481
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
30482
|
-
margin-right: 8px;
|
|
30435
|
+
.E_c1up6e3y {
|
|
30436
|
+
margin-left: 5px;
|
|
30483
30437
|
}
|
|
30484
|
-
|
|
30438
|
+
|
|
30439
|
+
.E_tju3gfj .date {
|
|
30485
30440
|
margin-right: 4px;
|
|
30486
30441
|
}
|
|
30487
|
-
|
|
30488
|
-
|
|
30489
|
-
|
|
30490
|
-
height: 32px;
|
|
30491
|
-
justify-content: center;
|
|
30492
|
-
border-radius: 50%;
|
|
30493
|
-
}
|
|
30494
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30495
|
-
background: #fff;
|
|
30442
|
+
|
|
30443
|
+
.E_iq1gosr {
|
|
30444
|
+
display: inline-block;
|
|
30496
30445
|
}
|
|
30497
30446
|
|
|
30498
30447
|
.E_s1sck0th {
|
|
@@ -30577,148 +30526,6 @@ button.E_n7k2c6r {
|
|
|
30577
30526
|
background-color: #7E41FF;
|
|
30578
30527
|
}
|
|
30579
30528
|
|
|
30580
|
-
.E_s1dizucg.ant-switch {
|
|
30581
|
-
min-width: 40px;
|
|
30582
|
-
height: 24px;
|
|
30583
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30584
|
-
overflow: hidden;
|
|
30585
|
-
}
|
|
30586
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30587
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30588
|
-
}
|
|
30589
|
-
.E_s1dizucg.ant-switch-small {
|
|
30590
|
-
min-width: 26px;
|
|
30591
|
-
height: 16px;
|
|
30592
|
-
}
|
|
30593
|
-
.E_s1dizucg.ant-switch-large {
|
|
30594
|
-
min-width: 52px;
|
|
30595
|
-
height: 32px;
|
|
30596
|
-
}
|
|
30597
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30598
|
-
height: 20px;
|
|
30599
|
-
width: 20px;
|
|
30600
|
-
}
|
|
30601
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30602
|
-
border-radius: 10px;
|
|
30603
|
-
transition-delay: 120ms;
|
|
30604
|
-
}
|
|
30605
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30606
|
-
height: 14px;
|
|
30607
|
-
width: 14px;
|
|
30608
|
-
top: 1px;
|
|
30609
|
-
left: 1px;
|
|
30610
|
-
}
|
|
30611
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30612
|
-
height: 28px;
|
|
30613
|
-
width: 28px;
|
|
30614
|
-
}
|
|
30615
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30616
|
-
border-radius: 14px;
|
|
30617
|
-
}
|
|
30618
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30619
|
-
background-color: #00ba5d;
|
|
30620
|
-
}
|
|
30621
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30622
|
-
left: calc(100% - 20px - 2px);
|
|
30623
|
-
}
|
|
30624
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30625
|
-
left: calc(100% - 14px - 1px);
|
|
30626
|
-
}
|
|
30627
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30628
|
-
left: calc(100% - 28px - 2px);
|
|
30629
|
-
}
|
|
30630
|
-
|
|
30631
|
-
.E_c1up6e3y {
|
|
30632
|
-
margin-left: 5px;
|
|
30633
|
-
}
|
|
30634
|
-
|
|
30635
|
-
.E_c1bus5hc {
|
|
30636
|
-
--color: white;
|
|
30637
|
-
height: 14px;
|
|
30638
|
-
width: 14px;
|
|
30639
|
-
border-radius: 50%;
|
|
30640
|
-
flex-shrink: 0;
|
|
30641
|
-
display: flex;
|
|
30642
|
-
align-items: center;
|
|
30643
|
-
justify-content: center;
|
|
30644
|
-
border: 1px solid var(--color);
|
|
30645
|
-
}
|
|
30646
|
-
.E_c1bus5hc .circle-inner {
|
|
30647
|
-
position: relative;
|
|
30648
|
-
height: 10px;
|
|
30649
|
-
width: 10px;
|
|
30650
|
-
border-radius: 50%;
|
|
30651
|
-
overflow: hidden;
|
|
30652
|
-
}
|
|
30653
|
-
.E_c1bus5hc .circle-content {
|
|
30654
|
-
position: absolute;
|
|
30655
|
-
height: 100%;
|
|
30656
|
-
width: 100%;
|
|
30657
|
-
left: 0;
|
|
30658
|
-
top: 0;
|
|
30659
|
-
border-radius: 50%;
|
|
30660
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30661
|
-
transform: rotate(180deg);
|
|
30662
|
-
}
|
|
30663
|
-
.E_c1bus5hc .circle-child {
|
|
30664
|
-
position: absolute;
|
|
30665
|
-
height: 100%;
|
|
30666
|
-
width: 100%;
|
|
30667
|
-
left: 0;
|
|
30668
|
-
top: 0;
|
|
30669
|
-
margin-left: 50%;
|
|
30670
|
-
transform-origin: left;
|
|
30671
|
-
background: white;
|
|
30672
|
-
transform: rotate(0deg);
|
|
30673
|
-
}
|
|
30674
|
-
|
|
30675
|
-
.E_c18bcrac {
|
|
30676
|
-
display: inline-block;
|
|
30677
|
-
width: 100%;
|
|
30678
|
-
}
|
|
30679
|
-
.E_c18bcrac .recharts-wrapper {
|
|
30680
|
-
margin-left: 4px;
|
|
30681
|
-
}
|
|
30682
|
-
|
|
30683
|
-
.E_cro7kg2 {
|
|
30684
|
-
padding: 4px;
|
|
30685
|
-
}
|
|
30686
|
-
|
|
30687
|
-
.E_c14wcxf0 {
|
|
30688
|
-
display: flex;
|
|
30689
|
-
justify-content: space-between;
|
|
30690
|
-
align-items: center;
|
|
30691
|
-
font-size: 13px;
|
|
30692
|
-
line-height: 24px;
|
|
30693
|
-
color: #cccccc;
|
|
30694
|
-
white-space: nowrap;
|
|
30695
|
-
}
|
|
30696
|
-
.E_c14wcxf0 label {
|
|
30697
|
-
margin-right: 32px;
|
|
30698
|
-
}
|
|
30699
|
-
|
|
30700
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
30701
|
-
font-weight: bold;
|
|
30702
|
-
color: white;
|
|
30703
|
-
}
|
|
30704
|
-
|
|
30705
|
-
.E_s11212zy {
|
|
30706
|
-
width: 8px;
|
|
30707
|
-
height: 8px;
|
|
30708
|
-
border-radius: 2px;
|
|
30709
|
-
display: inline-block;
|
|
30710
|
-
background: var(--s11212zy-0);
|
|
30711
|
-
border: 1px solid #fff;
|
|
30712
|
-
box-sizing: content-box;
|
|
30713
|
-
margin-right: 6px;
|
|
30714
|
-
}
|
|
30715
|
-
|
|
30716
|
-
.E_p1lyky6c > :first-child {
|
|
30717
|
-
font-weight: bold;
|
|
30718
|
-
color: white;
|
|
30719
|
-
margin-right: 4px;
|
|
30720
|
-
}
|
|
30721
|
-
|
|
30722
30529
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30723
30530
|
display: none;
|
|
30724
30531
|
}
|
|
@@ -30730,14 +30537,6 @@ button.E_n7k2c6r {
|
|
|
30730
30537
|
visibility: hidden;
|
|
30731
30538
|
}
|
|
30732
30539
|
|
|
30733
|
-
.E_tju3gfj .date {
|
|
30734
|
-
margin-right: 4px;
|
|
30735
|
-
}
|
|
30736
|
-
|
|
30737
|
-
.E_iq1gosr {
|
|
30738
|
-
display: inline-block;
|
|
30739
|
-
}
|
|
30740
|
-
|
|
30741
30540
|
.E_s1dni7lo {
|
|
30742
30541
|
width: 430px !important;
|
|
30743
30542
|
}
|
|
@@ -30819,6 +30618,114 @@ button.E_n7k2c6r {
|
|
|
30819
30618
|
opacity: 0;
|
|
30820
30619
|
}
|
|
30821
30620
|
|
|
30621
|
+
.E_s1ebs0ra {
|
|
30622
|
+
display: flex;
|
|
30623
|
+
align-items: center;
|
|
30624
|
+
justify-content: space-between;
|
|
30625
|
+
background: #edf0f7;
|
|
30626
|
+
padding: 8px 12px;
|
|
30627
|
+
position: sticky;
|
|
30628
|
+
top: 0;
|
|
30629
|
+
z-index: 1;
|
|
30630
|
+
margin-bottom: -52px;
|
|
30631
|
+
}
|
|
30632
|
+
.E_s1ebs0ra .select-total {
|
|
30633
|
+
display: flex;
|
|
30634
|
+
align-items: center;
|
|
30635
|
+
font-weight: 700;
|
|
30636
|
+
flex-shrink: 0;
|
|
30637
|
+
}
|
|
30638
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
30639
|
+
cursor: pointer;
|
|
30640
|
+
margin-left: 8px;
|
|
30641
|
+
width: 32px;
|
|
30642
|
+
height: 32px;
|
|
30643
|
+
border-radius: 50%;
|
|
30644
|
+
justify-content: center;
|
|
30645
|
+
}
|
|
30646
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30647
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30648
|
+
}
|
|
30649
|
+
.E_s1ebs0ra .action-group {
|
|
30650
|
+
flex: 1;
|
|
30651
|
+
margin-left: 88px;
|
|
30652
|
+
white-space: nowrap;
|
|
30653
|
+
text-align: right;
|
|
30654
|
+
position: relative;
|
|
30655
|
+
padding: 4px 0;
|
|
30656
|
+
margin-top: -4px;
|
|
30657
|
+
overflow: hidden;
|
|
30658
|
+
}
|
|
30659
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30660
|
+
transform: translateY(-4px);
|
|
30661
|
+
}
|
|
30662
|
+
.E_s1ebs0ra .action-group button {
|
|
30663
|
+
border: none;
|
|
30664
|
+
}
|
|
30665
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
30666
|
+
margin-right: 8px;
|
|
30667
|
+
}
|
|
30668
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
30669
|
+
margin-right: 4px;
|
|
30670
|
+
}
|
|
30671
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
30672
|
+
cursor: pointer;
|
|
30673
|
+
width: 32px;
|
|
30674
|
+
height: 32px;
|
|
30675
|
+
justify-content: center;
|
|
30676
|
+
border-radius: 50%;
|
|
30677
|
+
}
|
|
30678
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30679
|
+
background: #fff;
|
|
30680
|
+
}
|
|
30681
|
+
|
|
30682
|
+
.E_c18bcrac {
|
|
30683
|
+
display: inline-block;
|
|
30684
|
+
width: 100%;
|
|
30685
|
+
}
|
|
30686
|
+
.E_c18bcrac .recharts-wrapper {
|
|
30687
|
+
margin-left: 4px;
|
|
30688
|
+
}
|
|
30689
|
+
|
|
30690
|
+
.E_cro7kg2 {
|
|
30691
|
+
padding: 4px;
|
|
30692
|
+
}
|
|
30693
|
+
|
|
30694
|
+
.E_c14wcxf0 {
|
|
30695
|
+
display: flex;
|
|
30696
|
+
justify-content: space-between;
|
|
30697
|
+
align-items: center;
|
|
30698
|
+
font-size: 13px;
|
|
30699
|
+
line-height: 24px;
|
|
30700
|
+
color: #cccccc;
|
|
30701
|
+
white-space: nowrap;
|
|
30702
|
+
}
|
|
30703
|
+
.E_c14wcxf0 label {
|
|
30704
|
+
margin-right: 32px;
|
|
30705
|
+
}
|
|
30706
|
+
|
|
30707
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
30708
|
+
font-weight: bold;
|
|
30709
|
+
color: white;
|
|
30710
|
+
}
|
|
30711
|
+
|
|
30712
|
+
.E_s11212zy {
|
|
30713
|
+
width: 8px;
|
|
30714
|
+
height: 8px;
|
|
30715
|
+
border-radius: 2px;
|
|
30716
|
+
display: inline-block;
|
|
30717
|
+
background: var(--s11212zy-0);
|
|
30718
|
+
border: 1px solid #fff;
|
|
30719
|
+
box-sizing: content-box;
|
|
30720
|
+
margin-right: 6px;
|
|
30721
|
+
}
|
|
30722
|
+
|
|
30723
|
+
.E_p1lyky6c > :first-child {
|
|
30724
|
+
font-weight: bold;
|
|
30725
|
+
color: white;
|
|
30726
|
+
margin-right: 4px;
|
|
30727
|
+
}
|
|
30728
|
+
|
|
30822
30729
|
.E_c1up1pdz {
|
|
30823
30730
|
width: 648px;
|
|
30824
30731
|
}
|
|
@@ -30959,35 +30866,107 @@ button.E_n7k2c6r {
|
|
|
30959
30866
|
color: #fff;
|
|
30960
30867
|
}
|
|
30961
30868
|
|
|
30962
|
-
.
|
|
30963
|
-
|
|
30964
|
-
|
|
30965
|
-
|
|
30966
|
-
line-height: 18px;
|
|
30869
|
+
.E_clm1wy1 {
|
|
30870
|
+
width: 192px;
|
|
30871
|
+
height: 246px;
|
|
30872
|
+
border-radius: 4px;
|
|
30967
30873
|
}
|
|
30968
|
-
.
|
|
30969
|
-
|
|
30874
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
30875
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
30876
|
+
width: 100%;
|
|
30877
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
30878
|
+
border-top: none;
|
|
30970
30879
|
}
|
|
30971
|
-
|
|
30972
|
-
.
|
|
30973
|
-
|
|
30880
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
30881
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
30882
|
+
padding: 0 16px;
|
|
30974
30883
|
}
|
|
30975
|
-
|
|
30976
|
-
.
|
|
30977
|
-
|
|
30978
|
-
|
|
30884
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
30885
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
30886
|
+
width: 100%;
|
|
30887
|
+
height: 180px;
|
|
30888
|
+
border-spacing: 0;
|
|
30889
|
+
}
|
|
30890
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
30891
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
30892
|
+
margin-bottom: 8px;
|
|
30893
|
+
}
|
|
30894
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
30895
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
30896
|
+
width: 22px;
|
|
30897
|
+
}
|
|
30898
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
30899
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
30900
|
+
padding: 0;
|
|
30901
|
+
}
|
|
30902
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
30903
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30904
|
+
opacity: 0.4;
|
|
30905
|
+
}
|
|
30906
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
30907
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30908
|
+
opacity: 1;
|
|
30909
|
+
}
|
|
30910
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
30911
|
+
color: #3e4652;
|
|
30912
|
+
}
|
|
30913
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
30914
|
+
pointer-events: none;
|
|
30979
30915
|
}
|
|
30980
30916
|
|
|
30981
|
-
|
|
30982
|
-
|
|
30917
|
+
.E_t1tsm00v {
|
|
30918
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30919
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30920
|
+
backdrop-filter: blur(10px);
|
|
30921
|
+
padding: 7px 10px;
|
|
30983
30922
|
}
|
|
30984
30923
|
|
|
30985
|
-
.
|
|
30924
|
+
.E_c167wnad {
|
|
30925
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30986
30926
|
display: flex;
|
|
30927
|
+
justify-content: space-between;
|
|
30987
30928
|
align-items: center;
|
|
30929
|
+
padding: 8px 16px;
|
|
30988
30930
|
}
|
|
30989
|
-
.
|
|
30990
|
-
|
|
30931
|
+
.E_c167wnad .anticon {
|
|
30932
|
+
cursor: pointer;
|
|
30933
|
+
}
|
|
30934
|
+
.E_c167wnad .anticon:hover {
|
|
30935
|
+
color: #0096ff;
|
|
30936
|
+
}
|
|
30937
|
+
|
|
30938
|
+
.E_cxhf7dh {
|
|
30939
|
+
text-align: center;
|
|
30940
|
+
}
|
|
30941
|
+
.E_cxhf7dh .dots {
|
|
30942
|
+
display: flex;
|
|
30943
|
+
justify-content: center;
|
|
30944
|
+
}
|
|
30945
|
+
.E_cxhf7dh .dot {
|
|
30946
|
+
display: inline-block;
|
|
30947
|
+
width: 2px;
|
|
30948
|
+
height: 2px;
|
|
30949
|
+
border-radius: 1px;
|
|
30950
|
+
background: #0096ff;
|
|
30951
|
+
}
|
|
30952
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
30953
|
+
margin-right: 2px;
|
|
30954
|
+
}
|
|
30955
|
+
.E_cxhf7dh .bar {
|
|
30956
|
+
width: 9px;
|
|
30957
|
+
height: 2px;
|
|
30958
|
+
background: #0096ff;
|
|
30959
|
+
border-radius: 2px;
|
|
30960
|
+
}
|
|
30961
|
+
|
|
30962
|
+
.E_gmyahx3 {
|
|
30963
|
+
cursor: pointer;
|
|
30964
|
+
}
|
|
30965
|
+
.E_gmyahx3 .link-text {
|
|
30966
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30967
|
+
}
|
|
30968
|
+
.E_gmyahx3:hover .link-text {
|
|
30969
|
+
color: #0080ff;
|
|
30991
30970
|
}
|
|
30992
30971
|
|
|
30993
30972
|
.E_ou7iq30 {
|
|
@@ -31017,37 +30996,27 @@ span.E_tqjc4ui {
|
|
|
31017
30996
|
visibility: hidden;
|
|
31018
30997
|
}
|
|
31019
30998
|
|
|
31020
|
-
.
|
|
31021
|
-
|
|
31022
|
-
}
|
|
31023
|
-
.E_gmyahx3 .link-text {
|
|
31024
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31025
|
-
}
|
|
31026
|
-
.E_gmyahx3:hover .link-text {
|
|
31027
|
-
color: #0080ff;
|
|
31028
|
-
}
|
|
31029
|
-
|
|
31030
|
-
.E_wg1tsps {
|
|
31031
|
-
display: flex;
|
|
31032
|
-
align-items: center;
|
|
31033
|
-
justify-content: flex-end;
|
|
30999
|
+
span.E_tqjc4ui {
|
|
31000
|
+
margin: 0 2px;
|
|
31034
31001
|
}
|
|
31035
31002
|
|
|
31036
|
-
.
|
|
31003
|
+
.E_n12mqh7z {
|
|
31037
31004
|
display: flex;
|
|
31038
31005
|
align-items: center;
|
|
31039
|
-
|
|
31006
|
+
font-size: 12px;
|
|
31007
|
+
line-height: 18px;
|
|
31040
31008
|
}
|
|
31041
|
-
.
|
|
31042
|
-
|
|
31043
|
-
width: 100%;
|
|
31009
|
+
.E_n12mqh7z:not(:last-child) {
|
|
31010
|
+
margin-bottom: 4px;
|
|
31044
31011
|
}
|
|
31045
31012
|
|
|
31046
|
-
.
|
|
31047
|
-
|
|
31013
|
+
.E_tf5bynu {
|
|
31014
|
+
margin: 0 3px;
|
|
31048
31015
|
}
|
|
31049
|
-
|
|
31050
|
-
|
|
31016
|
+
|
|
31017
|
+
.E_tcckoz1 {
|
|
31018
|
+
max-height: 400px;
|
|
31019
|
+
overflow: auto;
|
|
31051
31020
|
}
|
|
31052
31021
|
|
|
31053
31022
|
.E_t1sqg15u {
|
|
@@ -31140,146 +31109,161 @@ span.E_tqjc4ui {
|
|
|
31140
31109
|
padding-right: 12px;
|
|
31141
31110
|
}
|
|
31142
31111
|
|
|
31143
|
-
.
|
|
31144
|
-
|
|
31145
|
-
|
|
31146
|
-
|
|
31147
|
-
|
|
31112
|
+
.E_wg1tsps {
|
|
31113
|
+
display: flex;
|
|
31114
|
+
align-items: center;
|
|
31115
|
+
justify-content: flex-end;
|
|
31116
|
+
}
|
|
31117
|
+
|
|
31118
|
+
.E_b1ctd5xy {
|
|
31148
31119
|
display: flex;
|
|
31120
|
+
align-items: center;
|
|
31121
|
+
width: calc(100% - 40px);
|
|
31122
|
+
}
|
|
31123
|
+
.E_b1ctd5xy .chart {
|
|
31124
|
+
display: inline-block;
|
|
31149
31125
|
width: 100%;
|
|
31150
|
-
overflow: hidden;
|
|
31151
31126
|
}
|
|
31152
|
-
|
|
31153
|
-
|
|
31127
|
+
|
|
31128
|
+
.E_u1p8acpn {
|
|
31129
|
+
min-width: 40px;
|
|
31130
|
+
}
|
|
31131
|
+
.E_u1p8acpn .unit {
|
|
31132
|
+
color: #00122e !important;
|
|
31154
31133
|
}
|
|
31155
31134
|
|
|
31156
|
-
.
|
|
31157
|
-
|
|
31158
|
-
|
|
31159
|
-
|
|
31160
|
-
line-break: auto;
|
|
31135
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
31136
|
+
background: #edf0f7;
|
|
31137
|
+
padding: 32px 8px;
|
|
31138
|
+
overflow: auto;
|
|
31161
31139
|
}
|
|
31162
|
-
.
|
|
31163
|
-
|
|
31164
|
-
|
|
31140
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
31141
|
+
display: flex;
|
|
31142
|
+
flex-direction: column;
|
|
31143
|
+
justify-content: space-between;
|
|
31165
31144
|
}
|
|
31166
|
-
.
|
|
31167
|
-
|
|
31168
|
-
height: auto;
|
|
31169
|
-
font-size: 13px;
|
|
31170
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31171
|
-
white-space: normal;
|
|
31145
|
+
.E_s1at6qmn footer {
|
|
31146
|
+
display: flex;
|
|
31172
31147
|
}
|
|
31173
|
-
.
|
|
31174
|
-
|
|
31148
|
+
.E_s1at6qmn .ant-menu {
|
|
31149
|
+
background: #edf0f7;
|
|
31175
31150
|
}
|
|
31176
|
-
.
|
|
31177
|
-
|
|
31151
|
+
.E_s1at6qmn .ant-menu a {
|
|
31152
|
+
color: #00122e;
|
|
31153
|
+
width: 180px;
|
|
31154
|
+
overflow: hidden;
|
|
31155
|
+
text-overflow: ellipsis;
|
|
31178
31156
|
}
|
|
31179
|
-
.
|
|
31180
|
-
margin-
|
|
31181
|
-
font-size: 12px;
|
|
31182
|
-
min-height: 0px;
|
|
31157
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
31158
|
+
margin-bottom: 24px;
|
|
31183
31159
|
}
|
|
31184
|
-
.
|
|
31160
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
31161
|
+
margin: 0;
|
|
31162
|
+
}
|
|
31163
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
31185
31164
|
font-size: 12px;
|
|
31186
|
-
|
|
31187
|
-
|
|
31165
|
+
padding: 0 8px 4px;
|
|
31166
|
+
line-height: 18px;
|
|
31188
31167
|
}
|
|
31189
|
-
|
|
31190
|
-
|
|
31191
|
-
|
|
31192
|
-
|
|
31193
|
-
|
|
31168
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
31169
|
+
padding: 0;
|
|
31170
|
+
}
|
|
31171
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
31172
|
+
padding-bottom: 24px;
|
|
31173
|
+
}
|
|
31174
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
31175
|
+
margin-bottom: 24px;
|
|
31176
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31177
|
+
}
|
|
31178
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
31179
|
+
transition: none;
|
|
31194
31180
|
display: flex;
|
|
31195
|
-
flex-direction: column;
|
|
31196
|
-
justify-content: center;
|
|
31197
31181
|
align-items: center;
|
|
31182
|
+
height: 32px;
|
|
31183
|
+
line-height: 22px;
|
|
31184
|
+
padding: 0 8px;
|
|
31185
|
+
}
|
|
31186
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
31187
|
+
margin-right: 12px;
|
|
31188
|
+
}
|
|
31189
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
31190
|
+
margin: 0;
|
|
31191
|
+
margin-bottom: 2px;
|
|
31192
|
+
}
|
|
31193
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
31194
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
31195
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
31196
|
+
border-radius: 6px;
|
|
31197
|
+
color: #fff;
|
|
31198
31198
|
}
|
|
31199
|
-
.
|
|
31200
|
-
color:
|
|
31201
|
-
|
|
31202
|
-
|
|
31199
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
31200
|
+
color: #fff;
|
|
31201
|
+
}
|
|
31202
|
+
.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 {
|
|
31203
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
31204
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
31205
|
+
border-radius: 6px;
|
|
31203
31206
|
}
|
|
31204
31207
|
|
|
31205
|
-
.
|
|
31206
|
-
height: 18px;
|
|
31207
|
-
line-height: 18px;
|
|
31208
|
-
padding: 0 4px;
|
|
31209
|
-
border-radius: 4px;
|
|
31210
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31211
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31212
|
-
display: flex;
|
|
31213
|
-
align-items: center;
|
|
31208
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
31214
31209
|
white-space: nowrap;
|
|
31215
|
-
|
|
31210
|
+
transition: all 0s;
|
|
31216
31211
|
}
|
|
31217
|
-
|
|
31218
|
-
|
|
31219
|
-
|
|
31212
|
+
.E_s1wu0lms.shrink {
|
|
31213
|
+
transition: all 0s;
|
|
31214
|
+
overflow: hidden;
|
|
31220
31215
|
}
|
|
31221
|
-
.
|
|
31222
|
-
|
|
31223
|
-
line-height: 1.5715;
|
|
31224
|
-
height: 100%;
|
|
31225
|
-
width: 100%;
|
|
31216
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
31217
|
+
visibility: hidden;
|
|
31226
31218
|
}
|
|
31227
|
-
.
|
|
31228
|
-
|
|
31229
|
-
|
|
31230
|
-
flex: none;
|
|
31231
|
-
align-items: center;
|
|
31232
|
-
margin-left: 4px;
|
|
31233
|
-
padding: 5px 12px 5px 0;
|
|
31234
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31219
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
31220
|
+
width: 36px;
|
|
31221
|
+
padding: 0 6px;
|
|
31235
31222
|
}
|
|
31236
|
-
|
|
31237
|
-
|
|
31238
|
-
display:
|
|
31239
|
-
|
|
31240
|
-
|
|
31241
|
-
margin-right: 4px;
|
|
31242
|
-
cursor: auto;
|
|
31243
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31223
|
+
|
|
31224
|
+
.E_n1ugzfva {
|
|
31225
|
+
display: flex;
|
|
31226
|
+
place-items: center;
|
|
31227
|
+
width: 100% !important;
|
|
31244
31228
|
}
|
|
31245
|
-
.
|
|
31246
|
-
|
|
31229
|
+
.E_n1ugzfva[disabled] {
|
|
31230
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
31231
|
+
opacity: 1 !important;
|
|
31247
31232
|
}
|
|
31248
|
-
.
|
|
31233
|
+
.E_n1ugzfva.ant-btn {
|
|
31249
31234
|
width: 100%;
|
|
31250
|
-
|
|
31251
|
-
}
|
|
31252
|
-
.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 {
|
|
31253
|
-
border-color: #0096ff;
|
|
31254
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31255
|
-
z-index: 1;
|
|
31235
|
+
color: #00122e;
|
|
31256
31236
|
}
|
|
31257
|
-
.
|
|
31258
|
-
|
|
31259
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31237
|
+
.E_n1ugzfva .icon-wrapper {
|
|
31238
|
+
margin-right: 12px;
|
|
31260
31239
|
}
|
|
31261
|
-
.
|
|
31262
|
-
|
|
31263
|
-
|
|
31264
|
-
|
|
31265
|
-
|
|
31240
|
+
.E_n1ugzfva .link-title {
|
|
31241
|
+
flex: 1;
|
|
31242
|
+
overflow: hidden;
|
|
31243
|
+
white-space: nowrap;
|
|
31244
|
+
text-overflow: ellipsis;
|
|
31245
|
+
text-align: left;
|
|
31266
31246
|
}
|
|
31267
|
-
|
|
31268
|
-
|
|
31269
|
-
|
|
31270
|
-
|
|
31247
|
+
|
|
31248
|
+
.E_skwah65 {
|
|
31249
|
+
height: 8px;
|
|
31250
|
+
box-sizing: border-box;
|
|
31251
|
+
border-radius: 2px;
|
|
31252
|
+
background: #f5f7fa;
|
|
31253
|
+
display: flex;
|
|
31254
|
+
width: 100%;
|
|
31255
|
+
overflow: hidden;
|
|
31271
31256
|
}
|
|
31272
|
-
.
|
|
31273
|
-
|
|
31274
|
-
border: 1px;
|
|
31275
|
-
padding: 2px 8px;
|
|
31257
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31258
|
+
margin-left: 1px;
|
|
31276
31259
|
}
|
|
31277
31260
|
|
|
31278
|
-
.
|
|
31279
|
-
|
|
31261
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
31262
|
+
display: flex;
|
|
31263
|
+
align-items: center;
|
|
31280
31264
|
}
|
|
31281
|
-
.
|
|
31282
|
-
|
|
31265
|
+
.E_s1iv0tp1 .enabled-text {
|
|
31266
|
+
margin-right: 8px;
|
|
31283
31267
|
}
|
|
31284
31268
|
|
|
31285
31269
|
.E_t160l1cm {
|
|
@@ -31450,39 +31434,173 @@ span.E_tqjc4ui {
|
|
|
31450
31434
|
display: flex;
|
|
31451
31435
|
flex-direction: column;
|
|
31452
31436
|
}
|
|
31453
|
-
.E_t160l1cm.is-overview .tab-content {
|
|
31454
|
-
overflow: visible;
|
|
31437
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
31438
|
+
overflow: visible;
|
|
31439
|
+
}
|
|
31440
|
+
|
|
31441
|
+
.E_t14npdqr {
|
|
31442
|
+
max-width: 240px;
|
|
31443
|
+
animation: none;
|
|
31444
|
+
}
|
|
31445
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
31446
|
+
border: 1px solid #0080ff;
|
|
31447
|
+
padding: 0;
|
|
31448
|
+
}
|
|
31449
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31450
|
+
margin: 0;
|
|
31451
|
+
height: 32px;
|
|
31452
|
+
line-height: 32px;
|
|
31453
|
+
font-size: 13px;
|
|
31454
|
+
padding: 0 10px;
|
|
31455
|
+
display: block;
|
|
31456
|
+
overflow: hidden;
|
|
31457
|
+
text-overflow: ellipsis;
|
|
31458
|
+
white-space: nowrap;
|
|
31459
|
+
}
|
|
31460
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
31461
|
+
content: " ";
|
|
31462
|
+
height: 1px;
|
|
31463
|
+
width: calc(100% + 10px);
|
|
31464
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31465
|
+
display: block;
|
|
31466
|
+
}
|
|
31467
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
31468
|
+
color: #0080ff;
|
|
31469
|
+
background: transparent;
|
|
31470
|
+
}
|
|
31471
|
+
|
|
31472
|
+
.E_fzh9mnb {
|
|
31473
|
+
width: 100%;
|
|
31474
|
+
height: 100%;
|
|
31475
|
+
min-height: 124px;
|
|
31476
|
+
display: flex;
|
|
31477
|
+
flex-direction: column;
|
|
31478
|
+
justify-content: center;
|
|
31479
|
+
align-items: center;
|
|
31480
|
+
}
|
|
31481
|
+
.E_fzh9mnb .error-text {
|
|
31482
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31483
|
+
margin-bottom: 16px;
|
|
31484
|
+
font-size: 18px;
|
|
31485
|
+
}
|
|
31486
|
+
|
|
31487
|
+
.E_f7pxqmh {
|
|
31488
|
+
width: 100%;
|
|
31489
|
+
margin-bottom: 0 !important;
|
|
31490
|
+
flex-flow: nowrap !important;
|
|
31491
|
+
line-break: auto;
|
|
31492
|
+
}
|
|
31493
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31494
|
+
text-align: left !important;
|
|
31495
|
+
padding-bottom: 0 !important;
|
|
31496
|
+
}
|
|
31497
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31498
|
+
min-height: 32px;
|
|
31499
|
+
height: auto;
|
|
31500
|
+
font-size: 13px;
|
|
31501
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31502
|
+
white-space: normal;
|
|
31503
|
+
}
|
|
31504
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31505
|
+
border-color: #ff4d4f !important;
|
|
31506
|
+
}
|
|
31507
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31508
|
+
border-color: #ff4d4f !important;
|
|
31509
|
+
}
|
|
31510
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31511
|
+
margin-top: 4px;
|
|
31512
|
+
font-size: 12px;
|
|
31513
|
+
min-height: 0px;
|
|
31514
|
+
}
|
|
31515
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31516
|
+
font-size: 12px;
|
|
31517
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31518
|
+
min-height: 0px;
|
|
31519
|
+
}
|
|
31520
|
+
|
|
31521
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31522
|
+
display: var(--ai7qkf2-0);
|
|
31523
|
+
}
|
|
31524
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31525
|
+
display: inline-flex;
|
|
31526
|
+
line-height: 1.5715;
|
|
31527
|
+
height: 100%;
|
|
31528
|
+
width: 100%;
|
|
31529
|
+
}
|
|
31530
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31531
|
+
content: var(--ai7qkf2-1);
|
|
31532
|
+
display: var(--ai7qkf2-2);
|
|
31533
|
+
flex: none;
|
|
31534
|
+
align-items: center;
|
|
31535
|
+
margin-left: 4px;
|
|
31536
|
+
padding: 5px 12px 5px 0;
|
|
31537
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31538
|
+
}
|
|
31539
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31540
|
+
content: var(--ai7qkf2-3);
|
|
31541
|
+
display: var(--ai7qkf2-4);
|
|
31542
|
+
flex: none;
|
|
31543
|
+
align-items: center;
|
|
31544
|
+
margin-right: 4px;
|
|
31545
|
+
cursor: auto;
|
|
31546
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31547
|
+
}
|
|
31548
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31549
|
+
border-radius: 0;
|
|
31550
|
+
}
|
|
31551
|
+
.E_ai7qkf2.ant-input-number {
|
|
31552
|
+
width: 100%;
|
|
31553
|
+
border-radius: 6px;
|
|
31554
|
+
}
|
|
31555
|
+
.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 {
|
|
31556
|
+
border-color: #0096ff;
|
|
31557
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31558
|
+
z-index: 1;
|
|
31559
|
+
}
|
|
31560
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31561
|
+
border-color: #e75a3a;
|
|
31562
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31563
|
+
}
|
|
31564
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31565
|
+
height: 30px;
|
|
31566
|
+
border: 1px;
|
|
31567
|
+
padding: 5px 12px;
|
|
31568
|
+
font-size: inherit;
|
|
31569
|
+
}
|
|
31570
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31571
|
+
height: 38px;
|
|
31572
|
+
border: 1px;
|
|
31573
|
+
padding: 8px 16px;
|
|
31574
|
+
}
|
|
31575
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31576
|
+
height: 22px;
|
|
31577
|
+
border: 1px;
|
|
31578
|
+
padding: 2px 8px;
|
|
31455
31579
|
}
|
|
31456
31580
|
|
|
31457
|
-
.
|
|
31458
|
-
|
|
31459
|
-
|
|
31581
|
+
.E_iouxfgt {
|
|
31582
|
+
display: inline-flex;
|
|
31583
|
+
align-items: center;
|
|
31460
31584
|
}
|
|
31461
|
-
.
|
|
31462
|
-
|
|
31463
|
-
|
|
31585
|
+
.E_iouxfgt .icon-inner {
|
|
31586
|
+
display: inline-flex;
|
|
31587
|
+
align-items: center;
|
|
31588
|
+
justify-content: center;
|
|
31464
31589
|
}
|
|
31465
|
-
.
|
|
31466
|
-
|
|
31467
|
-
|
|
31468
|
-
line-height: 32px;
|
|
31469
|
-
font-size: 13px;
|
|
31470
|
-
padding: 0 10px;
|
|
31471
|
-
display: block;
|
|
31472
|
-
overflow: hidden;
|
|
31473
|
-
text-overflow: ellipsis;
|
|
31474
|
-
white-space: nowrap;
|
|
31590
|
+
.E_iouxfgt .icon-inner + span,
|
|
31591
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31592
|
+
margin-left: 4px;
|
|
31475
31593
|
}
|
|
31476
|
-
.
|
|
31477
|
-
|
|
31478
|
-
|
|
31479
|
-
width: calc(100% + 10px);
|
|
31480
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31481
|
-
display: block;
|
|
31594
|
+
.E_iouxfgt.is-rotate img,
|
|
31595
|
+
.E_iouxfgt.is-rotate svg {
|
|
31596
|
+
animation: rotate 680ms linear infinite;
|
|
31482
31597
|
}
|
|
31483
|
-
|
|
31484
|
-
|
|
31485
|
-
|
|
31598
|
+
|
|
31599
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31600
|
+
margin-left: 8px;
|
|
31601
|
+
}
|
|
31602
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31603
|
+
padding: 2px 7px 2px 12px;
|
|
31486
31604
|
}
|
|
31487
31605
|
|
|
31488
31606
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
@@ -31516,169 +31634,26 @@ span.E_tqjc4ui {
|
|
|
31516
31634
|
font-size: inherit;
|
|
31517
31635
|
}
|
|
31518
31636
|
|
|
31519
|
-
.
|
|
31520
|
-
|
|
31521
|
-
align-items: center;
|
|
31522
|
-
}
|
|
31523
|
-
.E_iouxfgt .icon-inner {
|
|
31524
|
-
display: inline-flex;
|
|
31525
|
-
align-items: center;
|
|
31526
|
-
justify-content: center;
|
|
31527
|
-
}
|
|
31528
|
-
.E_iouxfgt .icon-inner + span,
|
|
31529
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31530
|
-
margin-left: 4px;
|
|
31531
|
-
}
|
|
31532
|
-
.E_iouxfgt.is-rotate img,
|
|
31533
|
-
.E_iouxfgt.is-rotate svg {
|
|
31534
|
-
animation: rotate 680ms linear infinite;
|
|
31535
|
-
}
|
|
31536
|
-
|
|
31537
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
31538
|
-
background: #edf0f7;
|
|
31539
|
-
padding: 32px 8px;
|
|
31540
|
-
overflow: auto;
|
|
31541
|
-
}
|
|
31542
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
31543
|
-
display: flex;
|
|
31544
|
-
flex-direction: column;
|
|
31545
|
-
justify-content: space-between;
|
|
31546
|
-
}
|
|
31547
|
-
.E_s1at6qmn footer {
|
|
31548
|
-
display: flex;
|
|
31549
|
-
}
|
|
31550
|
-
.E_s1at6qmn .ant-menu {
|
|
31551
|
-
background: #edf0f7;
|
|
31552
|
-
}
|
|
31553
|
-
.E_s1at6qmn .ant-menu a {
|
|
31554
|
-
color: #00122e;
|
|
31555
|
-
width: 180px;
|
|
31556
|
-
overflow: hidden;
|
|
31557
|
-
text-overflow: ellipsis;
|
|
31558
|
-
}
|
|
31559
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
31560
|
-
margin-bottom: 24px;
|
|
31561
|
-
}
|
|
31562
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
31563
|
-
margin: 0;
|
|
31564
|
-
}
|
|
31565
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
31566
|
-
font-size: 12px;
|
|
31567
|
-
padding: 0 8px 4px;
|
|
31637
|
+
.E_i1inqkme {
|
|
31638
|
+
height: 18px;
|
|
31568
31639
|
line-height: 18px;
|
|
31569
|
-
|
|
31570
|
-
|
|
31571
|
-
|
|
31572
|
-
|
|
31573
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
31574
|
-
padding-bottom: 24px;
|
|
31575
|
-
}
|
|
31576
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
31577
|
-
margin-bottom: 24px;
|
|
31578
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31579
|
-
}
|
|
31580
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
31581
|
-
transition: none;
|
|
31640
|
+
padding: 0 4px;
|
|
31641
|
+
border-radius: 4px;
|
|
31642
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31643
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31582
31644
|
display: flex;
|
|
31583
31645
|
align-items: center;
|
|
31584
|
-
height: 32px;
|
|
31585
|
-
line-height: 22px;
|
|
31586
|
-
padding: 0 8px;
|
|
31587
|
-
}
|
|
31588
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
31589
|
-
margin-right: 12px;
|
|
31590
|
-
}
|
|
31591
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
31592
|
-
margin: 0;
|
|
31593
|
-
margin-bottom: 2px;
|
|
31594
|
-
}
|
|
31595
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
31596
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
31597
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
31598
|
-
border-radius: 6px;
|
|
31599
|
-
color: #fff;
|
|
31600
|
-
}
|
|
31601
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
31602
|
-
color: #fff;
|
|
31603
|
-
}
|
|
31604
|
-
.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 {
|
|
31605
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
31606
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
31607
|
-
border-radius: 6px;
|
|
31608
|
-
}
|
|
31609
|
-
|
|
31610
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
31611
|
-
white-space: nowrap;
|
|
31612
|
-
transition: all 0s;
|
|
31613
|
-
}
|
|
31614
|
-
.E_s1wu0lms.shrink {
|
|
31615
|
-
transition: all 0s;
|
|
31616
|
-
overflow: hidden;
|
|
31617
|
-
}
|
|
31618
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
31619
|
-
visibility: hidden;
|
|
31620
|
-
}
|
|
31621
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
31622
|
-
width: 36px;
|
|
31623
|
-
padding: 0 6px;
|
|
31624
|
-
}
|
|
31625
|
-
|
|
31626
|
-
.E_n1ugzfva {
|
|
31627
|
-
display: flex;
|
|
31628
|
-
place-items: center;
|
|
31629
|
-
width: 100% !important;
|
|
31630
|
-
}
|
|
31631
|
-
.E_n1ugzfva[disabled] {
|
|
31632
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
31633
|
-
opacity: 1 !important;
|
|
31634
|
-
}
|
|
31635
|
-
.E_n1ugzfva.ant-btn {
|
|
31636
|
-
width: 100%;
|
|
31637
|
-
color: #00122e;
|
|
31638
|
-
}
|
|
31639
|
-
.E_n1ugzfva .icon-wrapper {
|
|
31640
|
-
margin-right: 12px;
|
|
31641
|
-
}
|
|
31642
|
-
.E_n1ugzfva .link-title {
|
|
31643
|
-
flex: 1;
|
|
31644
|
-
overflow: hidden;
|
|
31645
31646
|
white-space: nowrap;
|
|
31646
|
-
|
|
31647
|
-
text-align: left;
|
|
31647
|
+
margin-right: 4px;
|
|
31648
31648
|
}
|
|
31649
31649
|
|
|
31650
|
-
.
|
|
31651
|
-
|
|
31650
|
+
.E_owd0kml {
|
|
31651
|
+
display: inline-block;
|
|
31652
31652
|
}
|
|
31653
31653
|
|
|
31654
|
-
.
|
|
31655
|
-
|
|
31656
|
-
|
|
31657
|
-
justify-content: center;
|
|
31658
|
-
color: #fff;
|
|
31659
|
-
font-weight: bold;
|
|
31660
|
-
font-size: 12px;
|
|
31661
|
-
width: 24px;
|
|
31662
|
-
height: 24px;
|
|
31663
|
-
border-radius: 50%;
|
|
31664
|
-
background: var(--a1b5xrg3-0);
|
|
31665
|
-
}
|
|
31666
|
-
.E_a1b5xrg3.btn-item {
|
|
31667
|
-
transition: all 160ms ease;
|
|
31668
|
-
cursor: pointer;
|
|
31669
|
-
width: 56px;
|
|
31670
|
-
height: 40px;
|
|
31671
|
-
display: inline-flex;
|
|
31672
|
-
align-items: center;
|
|
31673
|
-
justify-content: center;
|
|
31674
|
-
border-radius: 6px;
|
|
31675
|
-
}
|
|
31676
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
31677
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31678
|
-
}
|
|
31679
|
-
.E_a1b5xrg3.btn-item:active {
|
|
31680
|
-
transform: translateY(2px);
|
|
31681
|
-
transition: all 320ms ease;
|
|
31654
|
+
.E_h1jsgezc {
|
|
31655
|
+
visibility: hidden;
|
|
31656
|
+
position: absolute;
|
|
31682
31657
|
}
|
|
31683
31658
|
|
|
31684
31659
|
.E_dsnbhzf {
|
|
@@ -32156,13 +32131,8 @@ span.E_tqjc4ui {
|
|
|
32156
32131
|
line-height: 12px;
|
|
32157
32132
|
}
|
|
32158
32133
|
|
|
32159
|
-
.
|
|
32160
|
-
|
|
32161
|
-
}
|
|
32162
|
-
|
|
32163
|
-
.E_h1jsgezc {
|
|
32164
|
-
visibility: hidden;
|
|
32165
|
-
position: absolute;
|
|
32134
|
+
.E_m196gn1d {
|
|
32135
|
+
min-width: 1280px;
|
|
32166
32136
|
}
|
|
32167
32137
|
|
|
32168
32138
|
.E_cnujxq2 {
|
|
@@ -32854,19 +32824,34 @@ input.E_rf8rlle.ant-input {
|
|
|
32854
32824
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
32855
32825
|
}
|
|
32856
32826
|
|
|
32857
|
-
.
|
|
32858
|
-
display: flex;
|
|
32859
|
-
|
|
32860
|
-
|
|
32827
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32828
|
+
display: inline-flex;
|
|
32829
|
+
align-items: center;
|
|
32830
|
+
justify-content: center;
|
|
32831
|
+
color: #fff;
|
|
32832
|
+
font-weight: bold;
|
|
32833
|
+
font-size: 12px;
|
|
32834
|
+
width: 24px;
|
|
32835
|
+
height: 24px;
|
|
32836
|
+
border-radius: 50%;
|
|
32837
|
+
background: var(--a1b5xrg3-0);
|
|
32861
32838
|
}
|
|
32862
|
-
.
|
|
32863
|
-
|
|
32864
|
-
|
|
32865
|
-
|
|
32839
|
+
.E_a1b5xrg3.btn-item {
|
|
32840
|
+
transition: all 160ms ease;
|
|
32841
|
+
cursor: pointer;
|
|
32842
|
+
width: 56px;
|
|
32843
|
+
height: 40px;
|
|
32844
|
+
display: inline-flex;
|
|
32845
|
+
align-items: center;
|
|
32846
|
+
justify-content: center;
|
|
32847
|
+
border-radius: 6px;
|
|
32866
32848
|
}
|
|
32867
|
-
.
|
|
32868
|
-
|
|
32869
|
-
|
|
32849
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32850
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32851
|
+
}
|
|
32852
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32853
|
+
transform: translateY(2px);
|
|
32854
|
+
transition: all 320ms ease;
|
|
32870
32855
|
}
|
|
32871
32856
|
|
|
32872
32857
|
.E_suhck3k {
|
|
@@ -33854,48 +33839,25 @@ input.E_rf8rlle.ant-input {
|
|
|
33854
33839
|
background-color: transparent;
|
|
33855
33840
|
}
|
|
33856
33841
|
|
|
33857
|
-
.
|
|
33858
|
-
|
|
33842
|
+
.E_b14q2gmw {
|
|
33843
|
+
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);
|
|
33859
33844
|
}
|
|
33860
33845
|
|
|
33861
|
-
.
|
|
33862
|
-
|
|
33863
|
-
|
|
33864
|
-
display: flex;
|
|
33865
|
-
justify-content: space-between;
|
|
33866
|
-
align-items: center;
|
|
33867
|
-
}
|
|
33868
|
-
.E_c1kghdax.has-arrow {
|
|
33869
|
-
padding-left: 10px;
|
|
33846
|
+
.E_c1eym6el {
|
|
33847
|
+
border-radius: 8px;
|
|
33848
|
+
background-color: white;
|
|
33870
33849
|
}
|
|
33871
|
-
.
|
|
33850
|
+
.E_c1eym6el.hoverable {
|
|
33872
33851
|
cursor: pointer;
|
|
33873
|
-
color: #00122e;
|
|
33874
|
-
}
|
|
33875
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33876
|
-
color: #2d3a56;
|
|
33877
|
-
font-weight: 600;
|
|
33878
|
-
}
|
|
33879
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33880
|
-
transform: rotate(90deg);
|
|
33881
|
-
}
|
|
33882
|
-
.E_c1kghdax .sub-info {
|
|
33883
|
-
font-size: 12px;
|
|
33884
|
-
line-height: 18px;
|
|
33885
33852
|
}
|
|
33886
|
-
.
|
|
33887
|
-
|
|
33888
|
-
|
|
33889
|
-
|
|
33890
|
-
flex-grow: 1;
|
|
33891
|
-
font-size: 12px;
|
|
33892
|
-
line-height: 18px;
|
|
33893
|
-
color: #2d3a56;
|
|
33894
|
-
font-weight: 700;
|
|
33853
|
+
.E_c1eym6el.hoverable:hover {
|
|
33854
|
+
transition: all 200ms ease;
|
|
33855
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33856
|
+
transform: translateY(-4px);
|
|
33895
33857
|
}
|
|
33896
|
-
|
|
33897
|
-
|
|
33898
|
-
|
|
33858
|
+
|
|
33859
|
+
.E_c1yd35n {
|
|
33860
|
+
padding: 0 12px 14px 12px;
|
|
33899
33861
|
}
|
|
33900
33862
|
|
|
33901
33863
|
.E_ckui4s7 {
|
|
@@ -33962,21 +33924,44 @@ input.E_rf8rlle.ant-input {
|
|
|
33962
33924
|
margin-left: 24px;
|
|
33963
33925
|
}
|
|
33964
33926
|
|
|
33965
|
-
.
|
|
33966
|
-
|
|
33927
|
+
.E_c1kghdax {
|
|
33928
|
+
color: #2d3a56;
|
|
33929
|
+
padding: 7px 12px;
|
|
33930
|
+
display: flex;
|
|
33931
|
+
justify-content: space-between;
|
|
33932
|
+
align-items: center;
|
|
33967
33933
|
}
|
|
33968
|
-
|
|
33969
|
-
|
|
33970
|
-
border-radius: 8px;
|
|
33971
|
-
background-color: white;
|
|
33934
|
+
.E_c1kghdax.has-arrow {
|
|
33935
|
+
padding-left: 10px;
|
|
33972
33936
|
}
|
|
33973
|
-
.
|
|
33937
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33974
33938
|
cursor: pointer;
|
|
33939
|
+
color: #00122e;
|
|
33975
33940
|
}
|
|
33976
|
-
.
|
|
33977
|
-
|
|
33978
|
-
|
|
33979
|
-
|
|
33941
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33942
|
+
color: #2d3a56;
|
|
33943
|
+
font-weight: 600;
|
|
33944
|
+
}
|
|
33945
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33946
|
+
transform: rotate(90deg);
|
|
33947
|
+
}
|
|
33948
|
+
.E_c1kghdax .sub-info {
|
|
33949
|
+
font-size: 12px;
|
|
33950
|
+
line-height: 18px;
|
|
33951
|
+
}
|
|
33952
|
+
.E_c1kghdax .title-wrapper {
|
|
33953
|
+
display: flex;
|
|
33954
|
+
align-items: center;
|
|
33955
|
+
user-select: none;
|
|
33956
|
+
flex-grow: 1;
|
|
33957
|
+
font-size: 12px;
|
|
33958
|
+
line-height: 18px;
|
|
33959
|
+
color: #2d3a56;
|
|
33960
|
+
font-weight: 700;
|
|
33961
|
+
}
|
|
33962
|
+
.E_c1kghdax .collapse-arrow {
|
|
33963
|
+
transition: all 50ms ease-out 0ms;
|
|
33964
|
+
margin-right: 2px;
|
|
33980
33965
|
}
|
|
33981
33966
|
|
|
33982
33967
|
.E_lht19u8 {
|
|
@@ -34037,35 +34022,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34037
34022
|
margin-right: 4px;
|
|
34038
34023
|
}
|
|
34039
34024
|
|
|
34040
|
-
.E_slr2ynn {
|
|
34041
|
-
padding: 0 8px;
|
|
34042
|
-
height: 18px;
|
|
34043
|
-
}
|
|
34044
|
-
|
|
34045
|
-
.E_m140wbb6 {
|
|
34046
|
-
padding: 2px 8px;
|
|
34047
|
-
height: 24px;
|
|
34048
|
-
}
|
|
34049
|
-
|
|
34050
|
-
.E_t1fozc1i {
|
|
34051
|
-
margin: 0;
|
|
34052
|
-
}
|
|
34053
|
-
|
|
34054
|
-
.E_i1vxv4ln {
|
|
34055
|
-
margin-right: 4px;
|
|
34056
|
-
height: 16px;
|
|
34057
|
-
}
|
|
34058
|
-
|
|
34059
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34060
|
-
font-weight: 700;
|
|
34061
|
-
color: #00122e;
|
|
34062
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34063
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34064
|
-
word-break: break-all;
|
|
34065
|
-
display: inline;
|
|
34066
|
-
white-space: normal;
|
|
34067
|
-
}
|
|
34068
|
-
|
|
34069
34025
|
.E_sjob3jg {
|
|
34070
34026
|
--item-min-width: 60px;
|
|
34071
34027
|
}
|
|
@@ -34266,6 +34222,35 @@ input.E_rf8rlle.ant-input {
|
|
|
34266
34222
|
height: 16px;
|
|
34267
34223
|
}
|
|
34268
34224
|
|
|
34225
|
+
.E_slr2ynn {
|
|
34226
|
+
padding: 0 8px;
|
|
34227
|
+
height: 18px;
|
|
34228
|
+
}
|
|
34229
|
+
|
|
34230
|
+
.E_m140wbb6 {
|
|
34231
|
+
padding: 2px 8px;
|
|
34232
|
+
height: 24px;
|
|
34233
|
+
}
|
|
34234
|
+
|
|
34235
|
+
.E_t1fozc1i {
|
|
34236
|
+
margin: 0;
|
|
34237
|
+
}
|
|
34238
|
+
|
|
34239
|
+
.E_i1vxv4ln {
|
|
34240
|
+
margin-right: 4px;
|
|
34241
|
+
height: 16px;
|
|
34242
|
+
}
|
|
34243
|
+
|
|
34244
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34245
|
+
font-weight: 700;
|
|
34246
|
+
color: #00122e;
|
|
34247
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34248
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34249
|
+
word-break: break-all;
|
|
34250
|
+
display: inline;
|
|
34251
|
+
white-space: normal;
|
|
34252
|
+
}
|
|
34253
|
+
|
|
34269
34254
|
.E_t1dtlqs1 {
|
|
34270
34255
|
margin-bottom: 4px;
|
|
34271
34256
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34462,6 +34447,56 @@ input.E_rf8rlle.ant-input {
|
|
|
34462
34447
|
margin-right: 8px;
|
|
34463
34448
|
}
|
|
34464
34449
|
|
|
34450
|
+
button.E_l48ei06.ant-btn {
|
|
34451
|
+
font-size: 12px;
|
|
34452
|
+
line-height: 18px;
|
|
34453
|
+
height: 18px;
|
|
34454
|
+
}
|
|
34455
|
+
|
|
34456
|
+
button.E_l48ei06 {
|
|
34457
|
+
color: #0080FF;
|
|
34458
|
+
height: unset;
|
|
34459
|
+
}
|
|
34460
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34461
|
+
margin-right: 4px;
|
|
34462
|
+
}
|
|
34463
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34464
|
+
margin-left: 4px;
|
|
34465
|
+
}
|
|
34466
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34467
|
+
color: #009DFF;
|
|
34468
|
+
}
|
|
34469
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34470
|
+
color: #005ED1;
|
|
34471
|
+
}
|
|
34472
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34473
|
+
color: #0080FF;
|
|
34474
|
+
}
|
|
34475
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34476
|
+
color: #00122E;
|
|
34477
|
+
}
|
|
34478
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34479
|
+
color: #0080FF;
|
|
34480
|
+
}
|
|
34481
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34482
|
+
color: #005ED1;
|
|
34483
|
+
}
|
|
34484
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34485
|
+
color: #00122E;
|
|
34486
|
+
}
|
|
34487
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34488
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34489
|
+
}
|
|
34490
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34491
|
+
color: #0080FF;
|
|
34492
|
+
}
|
|
34493
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34494
|
+
color: #005ED1;
|
|
34495
|
+
}
|
|
34496
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34497
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34498
|
+
}
|
|
34499
|
+
|
|
34465
34500
|
.E_sddwhm6 {
|
|
34466
34501
|
margin: 0;
|
|
34467
34502
|
border-radius: 20px;
|
|
@@ -34907,56 +34942,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34907
34942
|
background: #fff;
|
|
34908
34943
|
}
|
|
34909
34944
|
|
|
34910
|
-
button.E_l48ei06.ant-btn {
|
|
34911
|
-
font-size: 12px;
|
|
34912
|
-
line-height: 18px;
|
|
34913
|
-
height: 18px;
|
|
34914
|
-
}
|
|
34915
|
-
|
|
34916
|
-
button.E_l48ei06 {
|
|
34917
|
-
color: #0080FF;
|
|
34918
|
-
height: unset;
|
|
34919
|
-
}
|
|
34920
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
34921
|
-
margin-right: 4px;
|
|
34922
|
-
}
|
|
34923
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
34924
|
-
margin-left: 4px;
|
|
34925
|
-
}
|
|
34926
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34927
|
-
color: #009DFF;
|
|
34928
|
-
}
|
|
34929
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34930
|
-
color: #005ED1;
|
|
34931
|
-
}
|
|
34932
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
34933
|
-
color: #0080FF;
|
|
34934
|
-
}
|
|
34935
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
34936
|
-
color: #00122E;
|
|
34937
|
-
}
|
|
34938
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34939
|
-
color: #0080FF;
|
|
34940
|
-
}
|
|
34941
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34942
|
-
color: #005ED1;
|
|
34943
|
-
}
|
|
34944
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34945
|
-
color: #00122E;
|
|
34946
|
-
}
|
|
34947
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
34948
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34949
|
-
}
|
|
34950
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34951
|
-
color: #0080FF;
|
|
34952
|
-
}
|
|
34953
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34954
|
-
color: #005ED1;
|
|
34955
|
-
}
|
|
34956
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34957
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34958
|
-
}
|
|
34959
|
-
|
|
34960
34945
|
.E_l12xdkhl {
|
|
34961
34946
|
width: 64px;
|
|
34962
34947
|
height: 64px;
|