@cloudtower/eagle 0.31.9 → 0.31.11
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/Tooltip/EllipsisTooltipContent.js +55 -0
- package/dist/cjs/core/Tooltip/index.js +4 -1
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1720 -1720
- package/dist/esm/core/Tooltip/EllipsisTooltipContent.js +49 -0
- package/dist/esm/core/Tooltip/index.js +4 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Tooltip/EllipsisTooltipContent.d.ts +1 -1
- package/dist/src/core/Tooltip/index.d.ts +7 -2
- package/dist/stories/docs/core/EllipsisTooltipContent.stories.d.ts +1 -1
- package/dist/stories/docs/core/Tooltip.stories.d.ts +3 -1
- package/dist/style.css +1397 -1397
- package/package.json +4 -4
- package/dist/src/core/Tooltip/tooltip.widget.d.ts +0 -5
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,44 +29578,6 @@ html body {
|
|
|
29607
29578
|
padding: 8px 12px;
|
|
29608
29579
|
}
|
|
29609
29580
|
|
|
29610
|
-
.E_c1uzzomf {
|
|
29611
|
-
margin-bottom: 16px;
|
|
29612
|
-
}
|
|
29613
|
-
.E_c1uzzomf .card-title {
|
|
29614
|
-
font-size: 16px;
|
|
29615
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29616
|
-
font-weight: 700;
|
|
29617
|
-
line-height: 32px;
|
|
29618
|
-
}
|
|
29619
|
-
.E_c1uzzomf .card-body {
|
|
29620
|
-
padding: 24px;
|
|
29621
|
-
border-radius: 8px;
|
|
29622
|
-
background: #fff;
|
|
29623
|
-
}
|
|
29624
|
-
.E_c1uzzomf .empty {
|
|
29625
|
-
font-weight: 700;
|
|
29626
|
-
font-size: 14px;
|
|
29627
|
-
line-height: 22px;
|
|
29628
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29629
|
-
text-align: center;
|
|
29630
|
-
}
|
|
29631
|
-
|
|
29632
|
-
.E_berrcjl {
|
|
29633
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29634
|
-
margin-bottom: 4px;
|
|
29635
|
-
}
|
|
29636
|
-
.E_berrcjl .breadcrumb-link {
|
|
29637
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29638
|
-
cursor: pointer;
|
|
29639
|
-
transition: color 160ms ease;
|
|
29640
|
-
}
|
|
29641
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29642
|
-
color: #0080ff;
|
|
29643
|
-
}
|
|
29644
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29645
|
-
color: #005ed1;
|
|
29646
|
-
}
|
|
29647
|
-
|
|
29648
29581
|
.E_m74vjol {
|
|
29649
29582
|
display: flex;
|
|
29650
29583
|
justify-content: space-between;
|
|
@@ -29658,100 +29591,49 @@ html body {
|
|
|
29658
29591
|
width: 100%;
|
|
29659
29592
|
}
|
|
29660
29593
|
|
|
29661
|
-
.
|
|
29662
|
-
padding: 4px
|
|
29663
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29664
|
-
font-size: 12px;
|
|
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);
|
|
29594
|
+
.E_b1nip9bk {
|
|
29595
|
+
padding: 4px 11px;
|
|
29672
29596
|
}
|
|
29673
29597
|
|
|
29674
|
-
.
|
|
29675
|
-
|
|
29676
|
-
|
|
29677
|
-
min-width: 285px;
|
|
29678
|
-
}
|
|
29679
|
-
.E_d1bw7c5z .center {
|
|
29680
|
-
position: absolute;
|
|
29681
|
-
font-size: 12px;
|
|
29682
|
-
width: 80px;
|
|
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;
|
|
29691
|
-
}
|
|
29692
|
-
.E_d1bw7c5z .center .number {
|
|
29693
|
-
font-size: 24px;
|
|
29694
|
-
font-weight: 700;
|
|
29598
|
+
.E_bqamoqe {
|
|
29599
|
+
white-space: nowrap;
|
|
29600
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29695
29601
|
}
|
|
29696
|
-
.
|
|
29697
|
-
|
|
29698
|
-
font-size: 12px;
|
|
29699
|
-
width: inherit;
|
|
29700
|
-
text-align: center;
|
|
29602
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29603
|
+
--color: #0080ff;
|
|
29701
29604
|
}
|
|
29702
|
-
.
|
|
29703
|
-
|
|
29605
|
+
.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] {
|
|
29606
|
+
--color: #0080ff;
|
|
29704
29607
|
}
|
|
29705
|
-
.
|
|
29706
|
-
|
|
29707
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29708
|
-
left: 0 !important;
|
|
29709
|
-
bottom: 0 !important;
|
|
29710
|
-
display: flex;
|
|
29711
|
-
align-items: center;
|
|
29608
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29609
|
+
margin-left: 1px;
|
|
29712
29610
|
}
|
|
29713
|
-
.
|
|
29714
|
-
|
|
29611
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29612
|
+
border-top-right-radius: 0;
|
|
29613
|
+
border-bottom-right-radius: 0;
|
|
29715
29614
|
}
|
|
29716
|
-
.
|
|
29717
|
-
|
|
29718
|
-
|
|
29719
|
-
line-height: 18px;
|
|
29615
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29616
|
+
border-top-left-radius: 0;
|
|
29617
|
+
border-bottom-left-radius: 0;
|
|
29720
29618
|
}
|
|
29721
|
-
.
|
|
29722
|
-
border-radius:
|
|
29619
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29620
|
+
border-radius: unset;
|
|
29723
29621
|
}
|
|
29724
|
-
|
|
29725
|
-
|
|
29726
|
-
|
|
29727
|
-
|
|
29728
|
-
margin-left: 2px;
|
|
29729
|
-
color: #00122e !important;
|
|
29730
|
-
display: inline-flex;
|
|
29731
|
-
justify-content: space-between;
|
|
29622
|
+
|
|
29623
|
+
.E_berrcjl {
|
|
29624
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29625
|
+
margin-bottom: 4px;
|
|
29732
29626
|
}
|
|
29733
|
-
.
|
|
29734
|
-
|
|
29627
|
+
.E_berrcjl .breadcrumb-link {
|
|
29628
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29735
29629
|
cursor: pointer;
|
|
29736
|
-
|
|
29737
|
-
overflow: hidden;
|
|
29738
|
-
text-overflow: ellipsis;
|
|
29739
|
-
white-space: nowrap;
|
|
29740
|
-
}
|
|
29741
|
-
.E_d1bw7c5z .value {
|
|
29742
|
-
color: rgba(44, 56, 82, 0.75);
|
|
29743
|
-
}
|
|
29744
|
-
|
|
29745
|
-
.E_t10pqbtc {
|
|
29746
|
-
width: 140px;
|
|
29630
|
+
transition: color 160ms ease;
|
|
29747
29631
|
}
|
|
29748
|
-
.
|
|
29749
|
-
|
|
29750
|
-
display: flex;
|
|
29751
|
-
justify-content: space-between;
|
|
29632
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29633
|
+
color: #0080ff;
|
|
29752
29634
|
}
|
|
29753
|
-
.
|
|
29754
|
-
|
|
29635
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29636
|
+
color: #005ed1;
|
|
29755
29637
|
}
|
|
29756
29638
|
|
|
29757
29639
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30008,186 +29890,215 @@ button.E_n7k2c6r {
|
|
|
30008
29890
|
padding: 0;
|
|
30009
29891
|
}
|
|
30010
29892
|
|
|
30011
|
-
.
|
|
30012
|
-
|
|
30013
|
-
|
|
30014
|
-
|
|
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;
|
|
29893
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29894
|
+
padding: 4px 8px 0 8px;
|
|
29895
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29896
|
+
font-size: 12px;
|
|
30030
29897
|
}
|
|
30031
|
-
.
|
|
30032
|
-
padding:
|
|
29898
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29899
|
+
padding-bottom: 6px;
|
|
30033
29900
|
}
|
|
30034
|
-
|
|
30035
|
-
|
|
30036
|
-
|
|
30037
|
-
cursor: default;
|
|
29901
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29902
|
+
padding-top: 4px;
|
|
29903
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30038
29904
|
}
|
|
30039
29905
|
|
|
30040
29906
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30041
29907
|
display: flex;
|
|
30042
29908
|
}
|
|
30043
29909
|
|
|
30044
|
-
.
|
|
30045
|
-
|
|
30046
|
-
align-items: baseline;
|
|
30047
|
-
white-space: pre-wrap;
|
|
29910
|
+
.E_c1uzzomf {
|
|
29911
|
+
margin-bottom: 16px;
|
|
30048
29912
|
}
|
|
30049
|
-
.
|
|
30050
|
-
|
|
30051
|
-
|
|
29913
|
+
.E_c1uzzomf .card-title {
|
|
29914
|
+
font-size: 16px;
|
|
29915
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29916
|
+
font-weight: 700;
|
|
29917
|
+
line-height: 32px;
|
|
30052
29918
|
}
|
|
30053
|
-
.
|
|
30054
|
-
|
|
29919
|
+
.E_c1uzzomf .card-body {
|
|
29920
|
+
padding: 24px;
|
|
29921
|
+
border-radius: 8px;
|
|
29922
|
+
background: #fff;
|
|
30055
29923
|
}
|
|
30056
|
-
.
|
|
30057
|
-
|
|
29924
|
+
.E_c1uzzomf .empty {
|
|
29925
|
+
font-weight: 700;
|
|
29926
|
+
font-size: 14px;
|
|
29927
|
+
line-height: 22px;
|
|
29928
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29929
|
+
text-align: center;
|
|
30058
29930
|
}
|
|
30059
|
-
|
|
30060
|
-
|
|
30061
|
-
|
|
29931
|
+
|
|
29932
|
+
.E_c1yyuluq {
|
|
29933
|
+
border-radius: 8px;
|
|
30062
29934
|
}
|
|
30063
|
-
.
|
|
30064
|
-
|
|
30065
|
-
left: 4px;
|
|
30066
|
-
width: 6px;
|
|
30067
|
-
height: 6px;
|
|
30068
|
-
background: #fff;
|
|
29935
|
+
.E_c1yyuluq .ant-card-body {
|
|
29936
|
+
padding: 20px 24px 24px 24px;
|
|
30069
29937
|
}
|
|
30070
|
-
|
|
30071
|
-
|
|
30072
|
-
|
|
30073
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30074
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30075
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30076
|
-
}
|
|
30077
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30078
|
-
background: #00122e;
|
|
29938
|
+
|
|
29939
|
+
.E_sx1bpnu .ant-input-sm {
|
|
29940
|
+
line-height: 18px;
|
|
30079
29941
|
}
|
|
30080
|
-
|
|
30081
|
-
|
|
30082
|
-
|
|
29942
|
+
|
|
29943
|
+
.E_d1bw7c5z {
|
|
29944
|
+
position: relative;
|
|
29945
|
+
max-width: 388px;
|
|
29946
|
+
min-width: 285px;
|
|
30083
29947
|
}
|
|
30084
|
-
.
|
|
29948
|
+
.E_d1bw7c5z .center {
|
|
29949
|
+
position: absolute;
|
|
29950
|
+
font-size: 12px;
|
|
29951
|
+
width: 80px;
|
|
29952
|
+
height: 100px;
|
|
29953
|
+
top: 0;
|
|
29954
|
+
left: 35px;
|
|
29955
|
+
display: flex;
|
|
29956
|
+
flex-direction: column;
|
|
29957
|
+
justify-content: center;
|
|
29958
|
+
align-items: center;
|
|
30085
29959
|
color: #00122e;
|
|
30086
29960
|
}
|
|
30087
|
-
.
|
|
30088
|
-
|
|
30089
|
-
|
|
30090
|
-
padding-left: 12px;
|
|
29961
|
+
.E_d1bw7c5z .center .number {
|
|
29962
|
+
font-size: 24px;
|
|
29963
|
+
font-weight: 700;
|
|
30091
29964
|
}
|
|
30092
|
-
.
|
|
30093
|
-
|
|
30094
|
-
|
|
30095
|
-
|
|
29965
|
+
.E_d1bw7c5z .center .text {
|
|
29966
|
+
padding: 0 5px;
|
|
29967
|
+
font-size: 12px;
|
|
29968
|
+
width: inherit;
|
|
29969
|
+
text-align: center;
|
|
30096
29970
|
}
|
|
30097
|
-
.
|
|
30098
|
-
|
|
29971
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
29972
|
+
display: flex;
|
|
30099
29973
|
}
|
|
30100
|
-
|
|
30101
|
-
|
|
30102
|
-
|
|
29974
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29975
|
+
position: relative !important;
|
|
29976
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29977
|
+
left: 0 !important;
|
|
29978
|
+
bottom: 0 !important;
|
|
29979
|
+
display: flex;
|
|
29980
|
+
align-items: center;
|
|
30103
29981
|
}
|
|
30104
|
-
.
|
|
30105
|
-
|
|
29982
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29983
|
+
width: 100%;
|
|
30106
29984
|
}
|
|
30107
|
-
|
|
30108
|
-
|
|
30109
|
-
|
|
30110
|
-
|
|
29985
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29986
|
+
width: 100%;
|
|
29987
|
+
margin-right: 0 !important;
|
|
29988
|
+
line-height: 18px;
|
|
30111
29989
|
}
|
|
30112
|
-
.
|
|
30113
|
-
border-
|
|
29990
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29991
|
+
border-radius: 2px;
|
|
30114
29992
|
}
|
|
30115
|
-
.
|
|
30116
|
-
|
|
30117
|
-
|
|
30118
|
-
|
|
29993
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29994
|
+
min-width: 75px;
|
|
29995
|
+
max-width: 198px;
|
|
29996
|
+
width: calc(100% - 20px);
|
|
29997
|
+
margin-left: 2px;
|
|
29998
|
+
color: #00122e !important;
|
|
29999
|
+
display: inline-flex;
|
|
30000
|
+
justify-content: space-between;
|
|
30119
30001
|
}
|
|
30120
|
-
.
|
|
30002
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30003
|
+
maxwidth: calc(100% - 12px);
|
|
30004
|
+
cursor: pointer;
|
|
30005
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30006
|
+
overflow: hidden;
|
|
30007
|
+
text-overflow: ellipsis;
|
|
30121
30008
|
white-space: nowrap;
|
|
30122
30009
|
}
|
|
30123
|
-
.
|
|
30124
|
-
|
|
30125
|
-
padding: 0 7px;
|
|
30126
|
-
line-height: 20px;
|
|
30010
|
+
.E_d1bw7c5z .value {
|
|
30011
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30127
30012
|
}
|
|
30128
|
-
|
|
30129
|
-
|
|
30013
|
+
|
|
30014
|
+
.E_t10pqbtc {
|
|
30015
|
+
width: 140px;
|
|
30130
30016
|
}
|
|
30131
|
-
.
|
|
30132
|
-
|
|
30017
|
+
.E_t10pqbtc .item {
|
|
30018
|
+
margin: 6px auto;
|
|
30019
|
+
display: flex;
|
|
30020
|
+
justify-content: space-between;
|
|
30133
30021
|
}
|
|
30134
|
-
.
|
|
30135
|
-
|
|
30136
|
-
opacity: 0.5;
|
|
30022
|
+
.E_t10pqbtc .item .name {
|
|
30023
|
+
width: 102px;
|
|
30137
30024
|
}
|
|
30138
|
-
|
|
30139
|
-
|
|
30025
|
+
|
|
30026
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30027
|
+
border: 0px;
|
|
30028
|
+
background-color: #fff;
|
|
30140
30029
|
}
|
|
30141
|
-
.
|
|
30142
|
-
|
|
30030
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30031
|
+
padding-top: 0px;
|
|
30032
|
+
padding-bottom: 0px;
|
|
30033
|
+
padding-left: 0px !important;
|
|
30034
|
+
padding-right: 24px;
|
|
30143
30035
|
}
|
|
30144
|
-
.
|
|
30145
|
-
|
|
30036
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30037
|
+
right: 0px;
|
|
30146
30038
|
}
|
|
30147
|
-
.
|
|
30148
|
-
|
|
30149
|
-
border-color: #ccd4e3;
|
|
30150
|
-
opacity: 0.5;
|
|
30039
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30040
|
+
padding: 0px;
|
|
30151
30041
|
}
|
|
30152
|
-
|
|
30153
|
-
|
|
30154
|
-
|
|
30042
|
+
|
|
30043
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30044
|
+
padding-right: 0px;
|
|
30045
|
+
cursor: default;
|
|
30155
30046
|
}
|
|
30156
|
-
|
|
30157
|
-
|
|
30158
|
-
|
|
30159
|
-
|
|
30047
|
+
|
|
30048
|
+
.E_phljevk {
|
|
30049
|
+
display: flex;
|
|
30050
|
+
justify-content: space-between;
|
|
30051
|
+
align-items: center;
|
|
30052
|
+
padding: 10px 0;
|
|
30053
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30054
|
+
font-size: 12px;
|
|
30055
|
+
line-height: 24px;
|
|
30160
30056
|
}
|
|
30161
|
-
.
|
|
30162
|
-
|
|
30163
|
-
display: inline;
|
|
30164
|
-
border: none;
|
|
30165
|
-
padding: 0;
|
|
30166
|
-
width: 36px;
|
|
30167
|
-
background: transparent;
|
|
30057
|
+
.E_phljevk .pagination-left {
|
|
30058
|
+
padding: 2px 8px;
|
|
30168
30059
|
}
|
|
30169
|
-
.
|
|
30170
|
-
|
|
30060
|
+
.E_phljevk .dropdown-trigger {
|
|
30061
|
+
display: flex;
|
|
30062
|
+
align-items: center;
|
|
30063
|
+
border-radius: 6px;
|
|
30064
|
+
cursor: pointer;
|
|
30065
|
+
transition: all 0.3s ease;
|
|
30171
30066
|
}
|
|
30172
|
-
.
|
|
30173
|
-
|
|
30174
|
-
|
|
30175
|
-
box-shadow: none;
|
|
30067
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30068
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30069
|
+
color: #0080ff;
|
|
30176
30070
|
}
|
|
30177
|
-
.
|
|
30178
|
-
|
|
30071
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30072
|
+
margin-left: 4px;
|
|
30179
30073
|
}
|
|
30180
|
-
.
|
|
30181
|
-
display:
|
|
30074
|
+
.E_phljevk .pagination-right {
|
|
30075
|
+
display: flex;
|
|
30076
|
+
align-items: center;
|
|
30077
|
+
color: #0080ff;
|
|
30078
|
+
font-weight: bold;
|
|
30182
30079
|
}
|
|
30183
|
-
.
|
|
30184
|
-
|
|
30185
|
-
|
|
30186
|
-
|
|
30187
|
-
|
|
30080
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30081
|
+
margin-left: 4px;
|
|
30082
|
+
}
|
|
30083
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30084
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30085
|
+
padding: 0 8px;
|
|
30086
|
+
}
|
|
30087
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30088
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30089
|
+
color: #0080ff;
|
|
30090
|
+
}
|
|
30091
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30092
|
+
transform: rotate(180deg);
|
|
30188
30093
|
}
|
|
30189
30094
|
|
|
30190
|
-
.
|
|
30095
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30096
|
+
max-height: calc(100vh - 128px);
|
|
30097
|
+
overflow-y: auto;
|
|
30098
|
+
}
|
|
30099
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30100
|
+
padding: 4px 20px;
|
|
30101
|
+
font-size: 12px;
|
|
30191
30102
|
line-height: 18px;
|
|
30192
30103
|
}
|
|
30193
30104
|
|
|
@@ -30284,154 +30195,472 @@ button.E_n7k2c6r {
|
|
|
30284
30195
|
transform: rotate(180deg);
|
|
30285
30196
|
}
|
|
30286
30197
|
|
|
30287
|
-
.
|
|
30288
|
-
|
|
30289
|
-
justify-content: space-between;
|
|
30290
|
-
align-items: center;
|
|
30291
|
-
padding: 10px 0;
|
|
30292
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30293
|
-
font-size: 12px;
|
|
30294
|
-
line-height: 24px;
|
|
30295
|
-
}
|
|
30296
|
-
.E_phljevk .pagination-left {
|
|
30297
|
-
padding: 2px 8px;
|
|
30198
|
+
.E_tju3gfj .date {
|
|
30199
|
+
margin-right: 4px;
|
|
30298
30200
|
}
|
|
30299
|
-
|
|
30300
|
-
|
|
30301
|
-
|
|
30302
|
-
border-radius: 6px;
|
|
30303
|
-
cursor: pointer;
|
|
30304
|
-
transition: all 0.3s ease;
|
|
30201
|
+
|
|
30202
|
+
.E_s1dni7lo {
|
|
30203
|
+
width: 430px !important;
|
|
30305
30204
|
}
|
|
30306
|
-
|
|
30307
|
-
|
|
30308
|
-
|
|
30205
|
+
|
|
30206
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30207
|
+
padding: 8px 16px;
|
|
30208
|
+
line-height: 18px;
|
|
30209
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30210
|
+
height: 34px;
|
|
30211
|
+
min-height: 34px;
|
|
30212
|
+
box-sizing: border-box;
|
|
30213
|
+
margin-top: 8px;
|
|
30309
30214
|
}
|
|
30310
|
-
|
|
30311
|
-
|
|
30312
|
-
}
|
|
30313
|
-
.E_phljevk .pagination-right {
|
|
30215
|
+
|
|
30216
|
+
.E_o1ugr09p {
|
|
30314
30217
|
display: flex;
|
|
30315
|
-
|
|
30218
|
+
flex-direction: column;
|
|
30219
|
+
margin: 1px 8px;
|
|
30220
|
+
padding: 8px;
|
|
30221
|
+
border-radius: 4px;
|
|
30222
|
+
}
|
|
30223
|
+
.E_o1ugr09p .selected-icon {
|
|
30224
|
+
display: none;
|
|
30225
|
+
}
|
|
30226
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30227
|
+
padding-left: 8px;
|
|
30228
|
+
}
|
|
30229
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30230
|
+
background-color: white;
|
|
30231
|
+
}
|
|
30232
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30316
30233
|
color: #0080ff;
|
|
30317
|
-
font-weight: bold;
|
|
30318
30234
|
}
|
|
30319
|
-
.
|
|
30320
|
-
|
|
30235
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30236
|
+
display: block;
|
|
30321
30237
|
}
|
|
30322
|
-
.
|
|
30323
|
-
|
|
30324
|
-
padding: 0 8px;
|
|
30238
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30239
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30325
30240
|
}
|
|
30326
|
-
.
|
|
30327
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30241
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30328
30242
|
color: #0080ff;
|
|
30329
30243
|
}
|
|
30330
|
-
.
|
|
30331
|
-
|
|
30244
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30245
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30246
|
+
color: #0080ff;
|
|
30332
30247
|
}
|
|
30333
30248
|
|
|
30334
|
-
.
|
|
30335
|
-
|
|
30336
|
-
|
|
30249
|
+
.E_o1ifxsq4 {
|
|
30250
|
+
display: flex;
|
|
30251
|
+
justify-content: space-between;
|
|
30252
|
+
height: 20px;
|
|
30253
|
+
line-height: 20px;
|
|
30337
30254
|
}
|
|
30338
|
-
.
|
|
30339
|
-
|
|
30340
|
-
|
|
30255
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30256
|
+
color: #2d3a56;
|
|
30257
|
+
overflow: hidden;
|
|
30258
|
+
text-overflow: ellipsis;
|
|
30259
|
+
}
|
|
30260
|
+
|
|
30261
|
+
.E_o1zue7 {
|
|
30262
|
+
display: flex;
|
|
30263
|
+
justify-content: space-between;
|
|
30264
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30265
|
+
height: 18px;
|
|
30341
30266
|
line-height: 18px;
|
|
30267
|
+
margin-top: 2px;
|
|
30342
30268
|
}
|
|
30343
30269
|
|
|
30344
|
-
.
|
|
30345
|
-
|
|
30346
|
-
|
|
30347
|
-
|
|
30270
|
+
.E_tyfmlxg {
|
|
30271
|
+
border: none;
|
|
30272
|
+
margin-right: 0;
|
|
30273
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30348
30274
|
}
|
|
30349
|
-
|
|
30350
|
-
.
|
|
30275
|
+
|
|
30276
|
+
.E_o18uybox {
|
|
30277
|
+
pointer-events: none;
|
|
30278
|
+
height: 32px;
|
|
30351
30279
|
width: 100%;
|
|
30352
|
-
|
|
30353
|
-
border-top: none;
|
|
30280
|
+
opacity: 0;
|
|
30354
30281
|
}
|
|
30355
|
-
|
|
30356
|
-
.
|
|
30357
|
-
|
|
30282
|
+
|
|
30283
|
+
.E_s1dizucg.ant-switch {
|
|
30284
|
+
min-width: 40px;
|
|
30285
|
+
height: 24px;
|
|
30286
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30287
|
+
overflow: hidden;
|
|
30358
30288
|
}
|
|
30359
|
-
.
|
|
30360
|
-
|
|
30289
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30290
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30291
|
+
}
|
|
30292
|
+
.E_s1dizucg.ant-switch-small {
|
|
30293
|
+
min-width: 26px;
|
|
30294
|
+
height: 16px;
|
|
30295
|
+
}
|
|
30296
|
+
.E_s1dizucg.ant-switch-large {
|
|
30297
|
+
min-width: 52px;
|
|
30298
|
+
height: 32px;
|
|
30299
|
+
}
|
|
30300
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30301
|
+
height: 20px;
|
|
30302
|
+
width: 20px;
|
|
30303
|
+
}
|
|
30304
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30305
|
+
border-radius: 10px;
|
|
30306
|
+
transition-delay: 120ms;
|
|
30307
|
+
}
|
|
30308
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30309
|
+
height: 14px;
|
|
30310
|
+
width: 14px;
|
|
30311
|
+
top: 1px;
|
|
30312
|
+
left: 1px;
|
|
30313
|
+
}
|
|
30314
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30315
|
+
height: 28px;
|
|
30316
|
+
width: 28px;
|
|
30317
|
+
}
|
|
30318
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30319
|
+
border-radius: 14px;
|
|
30320
|
+
}
|
|
30321
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30322
|
+
background-color: #00ba5d;
|
|
30323
|
+
}
|
|
30324
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30325
|
+
left: calc(100% - 20px - 2px);
|
|
30326
|
+
}
|
|
30327
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30328
|
+
left: calc(100% - 14px - 1px);
|
|
30329
|
+
}
|
|
30330
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30331
|
+
left: calc(100% - 28px - 2px);
|
|
30332
|
+
}
|
|
30333
|
+
|
|
30334
|
+
.E_c1up6e3y {
|
|
30335
|
+
margin-left: 5px;
|
|
30336
|
+
}
|
|
30337
|
+
|
|
30338
|
+
.E_c1bus5hc {
|
|
30339
|
+
--color: white;
|
|
30340
|
+
height: 14px;
|
|
30341
|
+
width: 14px;
|
|
30342
|
+
border-radius: 50%;
|
|
30343
|
+
flex-shrink: 0;
|
|
30344
|
+
display: flex;
|
|
30345
|
+
align-items: center;
|
|
30346
|
+
justify-content: center;
|
|
30347
|
+
border: 1px solid var(--color);
|
|
30348
|
+
}
|
|
30349
|
+
.E_c1bus5hc .circle-inner {
|
|
30350
|
+
position: relative;
|
|
30351
|
+
height: 10px;
|
|
30352
|
+
width: 10px;
|
|
30353
|
+
border-radius: 50%;
|
|
30354
|
+
overflow: hidden;
|
|
30355
|
+
}
|
|
30356
|
+
.E_c1bus5hc .circle-content {
|
|
30357
|
+
position: absolute;
|
|
30358
|
+
height: 100%;
|
|
30361
30359
|
width: 100%;
|
|
30362
|
-
|
|
30363
|
-
|
|
30360
|
+
left: 0;
|
|
30361
|
+
top: 0;
|
|
30362
|
+
border-radius: 50%;
|
|
30363
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30364
|
+
transform: rotate(180deg);
|
|
30364
30365
|
}
|
|
30365
|
-
.
|
|
30366
|
-
|
|
30367
|
-
|
|
30366
|
+
.E_c1bus5hc .circle-child {
|
|
30367
|
+
position: absolute;
|
|
30368
|
+
height: 100%;
|
|
30369
|
+
width: 100%;
|
|
30370
|
+
left: 0;
|
|
30371
|
+
top: 0;
|
|
30372
|
+
margin-left: 50%;
|
|
30373
|
+
transform-origin: left;
|
|
30374
|
+
background: white;
|
|
30375
|
+
transform: rotate(0deg);
|
|
30368
30376
|
}
|
|
30369
|
-
|
|
30370
|
-
.
|
|
30371
|
-
|
|
30377
|
+
|
|
30378
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30379
|
+
display: inline-flex;
|
|
30380
|
+
align-items: baseline;
|
|
30381
|
+
white-space: pre-wrap;
|
|
30372
30382
|
}
|
|
30373
|
-
.
|
|
30374
|
-
|
|
30383
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30384
|
+
position: relative;
|
|
30385
|
+
top: 3px;
|
|
30386
|
+
}
|
|
30387
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30388
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30389
|
+
}
|
|
30390
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30391
|
+
border-color: #0080ff;
|
|
30392
|
+
}
|
|
30393
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30394
|
+
border-color: #0080ff;
|
|
30395
|
+
background: #0080ff;
|
|
30396
|
+
}
|
|
30397
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30398
|
+
top: 4px;
|
|
30399
|
+
left: 4px;
|
|
30400
|
+
width: 6px;
|
|
30401
|
+
height: 6px;
|
|
30402
|
+
background: #fff;
|
|
30403
|
+
}
|
|
30404
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30405
|
+
opacity: 0.5;
|
|
30406
|
+
}
|
|
30407
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30408
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30409
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30410
|
+
}
|
|
30411
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30412
|
+
background: #00122e;
|
|
30413
|
+
}
|
|
30414
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30415
|
+
color: #00122e;
|
|
30416
|
+
opacity: 0.5;
|
|
30417
|
+
}
|
|
30418
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30419
|
+
color: #00122e;
|
|
30420
|
+
}
|
|
30421
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30422
|
+
display: inline-block;
|
|
30375
30423
|
padding: 0;
|
|
30424
|
+
padding-left: 12px;
|
|
30376
30425
|
}
|
|
30377
|
-
.
|
|
30378
|
-
|
|
30379
|
-
|
|
30426
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30427
|
+
margin-bottom: 0;
|
|
30428
|
+
white-space: pre-wrap;
|
|
30429
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30380
30430
|
}
|
|
30381
|
-
.
|
|
30382
|
-
|
|
30431
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30432
|
+
padding-left: 8px;
|
|
30433
|
+
}
|
|
30434
|
+
|
|
30435
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30436
|
+
border-radius: 5px 0 0 5px;
|
|
30437
|
+
}
|
|
30438
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30439
|
+
border-radius: 0 5px 5px 0;
|
|
30440
|
+
}
|
|
30441
|
+
|
|
30442
|
+
.E_rcc63c8 {
|
|
30443
|
+
color: #00122e;
|
|
30444
|
+
border-color: #ccd4e3;
|
|
30445
|
+
}
|
|
30446
|
+
.E_rcc63c8:first-child {
|
|
30447
|
+
border-color: #a3b4cc;
|
|
30448
|
+
}
|
|
30449
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30450
|
+
padding: 0 12px;
|
|
30451
|
+
line-height: 32px;
|
|
30452
|
+
height: 32px;
|
|
30453
|
+
}
|
|
30454
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30455
|
+
white-space: nowrap;
|
|
30456
|
+
}
|
|
30457
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30458
|
+
height: 22px;
|
|
30459
|
+
padding: 0 7px;
|
|
30460
|
+
line-height: 20px;
|
|
30461
|
+
}
|
|
30462
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30463
|
+
background: #ccd4e3;
|
|
30464
|
+
}
|
|
30465
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30466
|
+
background: #0080ff;
|
|
30467
|
+
}
|
|
30468
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30469
|
+
background: #ccd4e3;
|
|
30470
|
+
opacity: 0.5;
|
|
30471
|
+
}
|
|
30472
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30473
|
+
border-right-color: #0080ff;
|
|
30474
|
+
}
|
|
30475
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30476
|
+
border-color: #0080ff;
|
|
30477
|
+
}
|
|
30478
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30479
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30480
|
+
}
|
|
30481
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30482
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30483
|
+
border-color: #ccd4e3;
|
|
30484
|
+
opacity: 0.5;
|
|
30485
|
+
}
|
|
30486
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30487
|
+
color: #00122e;
|
|
30488
|
+
border-color: #ccd4e3;
|
|
30489
|
+
}
|
|
30490
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30491
|
+
color: #00122e;
|
|
30492
|
+
border-color: #ccd4e3;
|
|
30493
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30494
|
+
}
|
|
30495
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
30496
|
+
margin-right: 8px;
|
|
30497
|
+
display: inline;
|
|
30498
|
+
border: none;
|
|
30499
|
+
padding: 0;
|
|
30500
|
+
width: 36px;
|
|
30501
|
+
background: transparent;
|
|
30502
|
+
}
|
|
30503
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30504
|
+
box-shadow: none;
|
|
30505
|
+
}
|
|
30506
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30507
|
+
margin-right: 0;
|
|
30508
|
+
width: initial;
|
|
30509
|
+
box-shadow: none;
|
|
30510
|
+
}
|
|
30511
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30512
|
+
display: none;
|
|
30513
|
+
}
|
|
30514
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30515
|
+
display: inline;
|
|
30516
|
+
}
|
|
30517
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30518
|
+
display: inline;
|
|
30519
|
+
margin-right: 8px;
|
|
30520
|
+
padding: 0;
|
|
30521
|
+
width: 36px;
|
|
30522
|
+
}
|
|
30523
|
+
|
|
30524
|
+
.E_s1sck0th {
|
|
30525
|
+
padding: 0 8px;
|
|
30526
|
+
border-radius: 4px;
|
|
30527
|
+
}
|
|
30528
|
+
|
|
30529
|
+
.E_m855nr1 {
|
|
30530
|
+
padding: 2px 8px;
|
|
30531
|
+
border-radius: 3px;
|
|
30532
|
+
}
|
|
30533
|
+
|
|
30534
|
+
.E_l1270xpg {
|
|
30535
|
+
padding: 3px 8px;
|
|
30536
|
+
border-radius: 2px;
|
|
30537
|
+
}
|
|
30538
|
+
|
|
30539
|
+
.E_t14rextb.ant-tag:hover {
|
|
30540
|
+
opacity: unset;
|
|
30541
|
+
}
|
|
30542
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30543
|
+
margin: 0;
|
|
30544
|
+
margin-right: 8px;
|
|
30545
|
+
display: inline-flex;
|
|
30546
|
+
align-items: center;
|
|
30547
|
+
border: none;
|
|
30548
|
+
}
|
|
30549
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30550
|
+
width: 16px;
|
|
30551
|
+
height: 16px;
|
|
30552
|
+
color: inherit;
|
|
30553
|
+
margin-left: 4px;
|
|
30554
|
+
opacity: 0.6;
|
|
30555
|
+
display: inline-flex;
|
|
30556
|
+
}
|
|
30557
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30383
30558
|
opacity: 1;
|
|
30384
30559
|
}
|
|
30385
|
-
.
|
|
30386
|
-
color: #
|
|
30560
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30561
|
+
color: #0080ff;
|
|
30562
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30387
30563
|
}
|
|
30388
|
-
.
|
|
30389
|
-
|
|
30564
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30565
|
+
color: #f0483e;
|
|
30566
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30567
|
+
}
|
|
30568
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30569
|
+
color: #e07f00;
|
|
30570
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30571
|
+
}
|
|
30572
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30573
|
+
color: #008f4c;
|
|
30574
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30575
|
+
}
|
|
30576
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30577
|
+
color: #1d326c;
|
|
30578
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30579
|
+
}
|
|
30580
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30581
|
+
color: #7E41FF;
|
|
30582
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30583
|
+
}
|
|
30584
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30585
|
+
color: #fff;
|
|
30586
|
+
}
|
|
30587
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30588
|
+
background-color: #f0483e;
|
|
30589
|
+
}
|
|
30590
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30591
|
+
background-color: #fea008;
|
|
30592
|
+
}
|
|
30593
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30594
|
+
background-color: #00ba5d;
|
|
30595
|
+
}
|
|
30596
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30597
|
+
background-color: #0080ff;
|
|
30598
|
+
}
|
|
30599
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30600
|
+
background-color: #6b7d99;
|
|
30601
|
+
}
|
|
30602
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30603
|
+
background-color: #7E41FF;
|
|
30390
30604
|
}
|
|
30391
30605
|
|
|
30392
|
-
.
|
|
30393
|
-
|
|
30394
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30395
|
-
backdrop-filter: blur(10px);
|
|
30396
|
-
padding: 7px 10px;
|
|
30606
|
+
.E_iq1gosr {
|
|
30607
|
+
display: inline-block;
|
|
30397
30608
|
}
|
|
30398
30609
|
|
|
30399
|
-
.
|
|
30400
|
-
|
|
30610
|
+
.E_gmyahx3 {
|
|
30611
|
+
cursor: pointer;
|
|
30612
|
+
}
|
|
30613
|
+
.E_gmyahx3 .link-text {
|
|
30614
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30615
|
+
}
|
|
30616
|
+
.E_gmyahx3:hover .link-text {
|
|
30617
|
+
color: #0080ff;
|
|
30618
|
+
}
|
|
30619
|
+
|
|
30620
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30401
30621
|
display: flex;
|
|
30402
|
-
justify-content: space-between;
|
|
30403
30622
|
align-items: center;
|
|
30404
|
-
padding: 8px 16px;
|
|
30405
30623
|
}
|
|
30406
|
-
.
|
|
30407
|
-
|
|
30624
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30625
|
+
margin-right: 8px;
|
|
30408
30626
|
}
|
|
30409
|
-
|
|
30410
|
-
|
|
30627
|
+
|
|
30628
|
+
.E_ou7iq30 {
|
|
30629
|
+
overflow: hidden;
|
|
30630
|
+
text-overflow: ellipsis;
|
|
30411
30631
|
}
|
|
30412
30632
|
|
|
30413
|
-
.
|
|
30414
|
-
|
|
30633
|
+
.E_s1tui002 {
|
|
30634
|
+
white-space: nowrap;
|
|
30415
30635
|
}
|
|
30416
|
-
|
|
30417
|
-
|
|
30418
|
-
|
|
30636
|
+
|
|
30637
|
+
.E_mxrc2zg {
|
|
30638
|
+
display: -webkit-box;
|
|
30639
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30640
|
+
-webkit-box-orient: vertical;
|
|
30641
|
+
word-break: break-all;
|
|
30419
30642
|
}
|
|
30420
|
-
|
|
30421
|
-
|
|
30422
|
-
|
|
30423
|
-
height: 2px;
|
|
30424
|
-
border-radius: 1px;
|
|
30425
|
-
background: #0096ff;
|
|
30643
|
+
|
|
30644
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
30645
|
+
display: none;
|
|
30426
30646
|
}
|
|
30427
|
-
.
|
|
30428
|
-
|
|
30647
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
30648
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30649
|
+
border-radius: 4px;
|
|
30429
30650
|
}
|
|
30430
|
-
.
|
|
30431
|
-
|
|
30432
|
-
|
|
30433
|
-
|
|
30434
|
-
|
|
30651
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30652
|
+
visibility: hidden;
|
|
30653
|
+
}
|
|
30654
|
+
|
|
30655
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30656
|
+
display: none;
|
|
30657
|
+
}
|
|
30658
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30659
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30660
|
+
border-radius: 4px;
|
|
30661
|
+
}
|
|
30662
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30663
|
+
visibility: hidden;
|
|
30435
30664
|
}
|
|
30436
30665
|
|
|
30437
30666
|
.E_s1ebs0ra {
|
|
@@ -30495,181 +30724,117 @@ button.E_n7k2c6r {
|
|
|
30495
30724
|
background: #fff;
|
|
30496
30725
|
}
|
|
30497
30726
|
|
|
30498
|
-
.
|
|
30499
|
-
|
|
30500
|
-
border-radius: 4px;
|
|
30501
|
-
}
|
|
30502
|
-
|
|
30503
|
-
.E_m855nr1 {
|
|
30504
|
-
padding: 2px 8px;
|
|
30505
|
-
border-radius: 3px;
|
|
30506
|
-
}
|
|
30507
|
-
|
|
30508
|
-
.E_l1270xpg {
|
|
30509
|
-
padding: 3px 8px;
|
|
30510
|
-
border-radius: 2px;
|
|
30727
|
+
span.E_tqjc4ui {
|
|
30728
|
+
margin: 0 2px;
|
|
30511
30729
|
}
|
|
30512
30730
|
|
|
30513
|
-
.
|
|
30514
|
-
|
|
30515
|
-
}
|
|
30516
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30517
|
-
margin: 0;
|
|
30518
|
-
margin-right: 8px;
|
|
30519
|
-
display: inline-flex;
|
|
30731
|
+
.E_n12mqh7z {
|
|
30732
|
+
display: flex;
|
|
30520
30733
|
align-items: center;
|
|
30521
|
-
|
|
30522
|
-
|
|
30523
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30524
|
-
width: 16px;
|
|
30525
|
-
height: 16px;
|
|
30526
|
-
color: inherit;
|
|
30527
|
-
margin-left: 4px;
|
|
30528
|
-
opacity: 0.6;
|
|
30529
|
-
display: inline-flex;
|
|
30530
|
-
}
|
|
30531
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30532
|
-
opacity: 1;
|
|
30533
|
-
}
|
|
30534
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30535
|
-
color: #0080ff;
|
|
30536
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30734
|
+
font-size: 12px;
|
|
30735
|
+
line-height: 18px;
|
|
30537
30736
|
}
|
|
30538
|
-
.
|
|
30539
|
-
|
|
30540
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30737
|
+
.E_n12mqh7z:not(:last-child) {
|
|
30738
|
+
margin-bottom: 4px;
|
|
30541
30739
|
}
|
|
30542
|
-
|
|
30543
|
-
|
|
30544
|
-
|
|
30740
|
+
|
|
30741
|
+
.E_tf5bynu {
|
|
30742
|
+
margin: 0 3px;
|
|
30545
30743
|
}
|
|
30546
|
-
|
|
30547
|
-
|
|
30548
|
-
|
|
30744
|
+
|
|
30745
|
+
.E_tcckoz1 {
|
|
30746
|
+
max-height: 400px;
|
|
30747
|
+
overflow: auto;
|
|
30549
30748
|
}
|
|
30550
|
-
|
|
30551
|
-
|
|
30552
|
-
background
|
|
30749
|
+
|
|
30750
|
+
.E_t1sqg15u {
|
|
30751
|
+
background: white;
|
|
30553
30752
|
}
|
|
30554
|
-
.
|
|
30555
|
-
|
|
30556
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
30753
|
+
.E_t1sqg15u.inline .table-row {
|
|
30754
|
+
flex-direction: column;
|
|
30557
30755
|
}
|
|
30558
|
-
.
|
|
30559
|
-
|
|
30756
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
30757
|
+
padding: 0 16px 7px 0;
|
|
30560
30758
|
}
|
|
30561
|
-
.
|
|
30562
|
-
|
|
30759
|
+
.E_t1sqg15u.has-border .table-header {
|
|
30760
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30563
30761
|
}
|
|
30564
|
-
.
|
|
30565
|
-
|
|
30762
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30763
|
+
border-top: none !important;
|
|
30566
30764
|
}
|
|
30567
|
-
.
|
|
30568
|
-
|
|
30765
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30766
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30569
30767
|
}
|
|
30570
|
-
.
|
|
30571
|
-
|
|
30768
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30769
|
+
padding-bottom: 0;
|
|
30572
30770
|
}
|
|
30573
|
-
.
|
|
30574
|
-
|
|
30771
|
+
.E_t1sqg15u.align-right .content {
|
|
30772
|
+
text-align: right;
|
|
30575
30773
|
}
|
|
30576
|
-
.
|
|
30577
|
-
|
|
30774
|
+
.E_t1sqg15u .uuid-row {
|
|
30775
|
+
display: flex;
|
|
30776
|
+
justify-content: space-between;
|
|
30578
30777
|
}
|
|
30579
|
-
|
|
30580
|
-
|
|
30581
|
-
min-width: 40px;
|
|
30582
|
-
height: 24px;
|
|
30583
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30778
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
30779
|
+
white-space: nowrap;
|
|
30584
30780
|
overflow: hidden;
|
|
30781
|
+
text-overflow: ellipsis;
|
|
30585
30782
|
}
|
|
30586
|
-
|
|
30587
|
-
|
|
30588
|
-
|
|
30589
|
-
|
|
30590
|
-
|
|
30591
|
-
|
|
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;
|
|
30783
|
+
|
|
30784
|
+
.E_t4zczcp {
|
|
30785
|
+
display: flex;
|
|
30786
|
+
justify-content: space-between;
|
|
30787
|
+
align-items: center;
|
|
30788
|
+
padding: 8px;
|
|
30789
|
+
min-height: 32px;
|
|
30600
30790
|
}
|
|
30601
|
-
.
|
|
30602
|
-
|
|
30603
|
-
|
|
30791
|
+
.E_t4zczcp .table-title {
|
|
30792
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30793
|
+
font-weight: 600;
|
|
30794
|
+
font-size: 12px;
|
|
30795
|
+
line-height: 8px;
|
|
30604
30796
|
}
|
|
30605
|
-
.
|
|
30606
|
-
|
|
30607
|
-
|
|
30608
|
-
|
|
30609
|
-
left: 1px;
|
|
30797
|
+
.E_t4zczcp .edit-icon {
|
|
30798
|
+
font-size: 16px;
|
|
30799
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30800
|
+
cursor: pointer;
|
|
30610
30801
|
}
|
|
30611
|
-
|
|
30612
|
-
|
|
30613
|
-
|
|
30802
|
+
|
|
30803
|
+
.E_t1s7goww {
|
|
30804
|
+
font-size: 12px;
|
|
30805
|
+
line-height: 18px;
|
|
30614
30806
|
}
|
|
30615
|
-
|
|
30616
|
-
|
|
30807
|
+
|
|
30808
|
+
.E_t93e4cf {
|
|
30809
|
+
display: flex;
|
|
30810
|
+
padding: 8px 0;
|
|
30811
|
+
color: #2d3a56;
|
|
30617
30812
|
}
|
|
30618
|
-
.
|
|
30619
|
-
|
|
30813
|
+
.E_t93e4cf .hidden {
|
|
30814
|
+
display: none;
|
|
30620
30815
|
}
|
|
30621
|
-
.
|
|
30622
|
-
|
|
30816
|
+
.E_t93e4cf .ant-btn-link {
|
|
30817
|
+
height: auto;
|
|
30623
30818
|
}
|
|
30624
|
-
.
|
|
30625
|
-
|
|
30819
|
+
.E_t93e4cf .content {
|
|
30820
|
+
overflow: hidden;
|
|
30821
|
+
overflow-x: auto;
|
|
30822
|
+
width: 100%;
|
|
30823
|
+
white-space: pre-wrap;
|
|
30626
30824
|
}
|
|
30627
|
-
.
|
|
30628
|
-
|
|
30825
|
+
.E_t93e4cf .content .ant-btn {
|
|
30826
|
+
white-space: pre-wrap;
|
|
30827
|
+
text-align: left;
|
|
30629
30828
|
}
|
|
30630
|
-
|
|
30631
|
-
|
|
30632
|
-
margin-left: 5px;
|
|
30829
|
+
.E_t93e4cf .content .unit-chart {
|
|
30830
|
+
justify-content: flex-start;
|
|
30633
30831
|
}
|
|
30634
30832
|
|
|
30635
|
-
.
|
|
30636
|
-
|
|
30637
|
-
height: 14px;
|
|
30638
|
-
width: 14px;
|
|
30639
|
-
border-radius: 50%;
|
|
30833
|
+
.E_rhz2uv5 {
|
|
30834
|
+
width: var(--rhz2uv5-0);
|
|
30640
30835
|
flex-shrink: 0;
|
|
30641
|
-
|
|
30642
|
-
|
|
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);
|
|
30836
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30837
|
+
padding-right: 12px;
|
|
30673
30838
|
}
|
|
30674
30839
|
|
|
30675
30840
|
.E_c18bcrac {
|
|
@@ -30719,104 +30884,133 @@ button.E_n7k2c6r {
|
|
|
30719
30884
|
margin-right: 4px;
|
|
30720
30885
|
}
|
|
30721
30886
|
|
|
30722
|
-
.
|
|
30723
|
-
display:
|
|
30724
|
-
|
|
30725
|
-
|
|
30726
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30727
|
-
border-radius: 4px;
|
|
30728
|
-
}
|
|
30729
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30730
|
-
visibility: hidden;
|
|
30887
|
+
.E_wg1tsps {
|
|
30888
|
+
display: flex;
|
|
30889
|
+
align-items: center;
|
|
30890
|
+
justify-content: flex-end;
|
|
30731
30891
|
}
|
|
30732
30892
|
|
|
30733
|
-
.
|
|
30734
|
-
|
|
30893
|
+
.E_b1ctd5xy {
|
|
30894
|
+
display: flex;
|
|
30895
|
+
align-items: center;
|
|
30896
|
+
width: calc(100% - 40px);
|
|
30735
30897
|
}
|
|
30736
|
-
|
|
30737
|
-
.E_iq1gosr {
|
|
30898
|
+
.E_b1ctd5xy .chart {
|
|
30738
30899
|
display: inline-block;
|
|
30900
|
+
width: 100%;
|
|
30739
30901
|
}
|
|
30740
30902
|
|
|
30741
|
-
.
|
|
30742
|
-
width:
|
|
30903
|
+
.E_u1p8acpn {
|
|
30904
|
+
min-width: 40px;
|
|
30905
|
+
}
|
|
30906
|
+
.E_u1p8acpn .unit {
|
|
30907
|
+
color: #00122e !important;
|
|
30743
30908
|
}
|
|
30744
30909
|
|
|
30745
|
-
.
|
|
30746
|
-
|
|
30747
|
-
line-height: 18px;
|
|
30748
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30749
|
-
height: 34px;
|
|
30750
|
-
min-height: 34px;
|
|
30910
|
+
.E_skwah65 {
|
|
30911
|
+
height: 8px;
|
|
30751
30912
|
box-sizing: border-box;
|
|
30752
|
-
|
|
30913
|
+
border-radius: 2px;
|
|
30914
|
+
background: #f5f7fa;
|
|
30915
|
+
display: flex;
|
|
30916
|
+
width: 100%;
|
|
30917
|
+
overflow: hidden;
|
|
30918
|
+
}
|
|
30919
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
30920
|
+
margin-left: 1px;
|
|
30753
30921
|
}
|
|
30754
30922
|
|
|
30755
|
-
.
|
|
30756
|
-
|
|
30757
|
-
|
|
30758
|
-
margin: 1px 8px;
|
|
30759
|
-
padding: 8px;
|
|
30923
|
+
.E_clm1wy1 {
|
|
30924
|
+
width: 192px;
|
|
30925
|
+
height: 246px;
|
|
30760
30926
|
border-radius: 4px;
|
|
30761
30927
|
}
|
|
30762
|
-
.
|
|
30763
|
-
|
|
30928
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
30929
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
30930
|
+
width: 100%;
|
|
30931
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
30932
|
+
border-top: none;
|
|
30764
30933
|
}
|
|
30765
|
-
.
|
|
30766
|
-
|
|
30934
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
30935
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
30936
|
+
padding: 0 16px;
|
|
30767
30937
|
}
|
|
30768
|
-
.
|
|
30769
|
-
|
|
30938
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
30939
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
30940
|
+
width: 100%;
|
|
30941
|
+
height: 180px;
|
|
30942
|
+
border-spacing: 0;
|
|
30770
30943
|
}
|
|
30771
|
-
.
|
|
30772
|
-
|
|
30944
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
30945
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
30946
|
+
margin-bottom: 8px;
|
|
30773
30947
|
}
|
|
30774
|
-
.
|
|
30775
|
-
|
|
30948
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
30949
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
30950
|
+
width: 22px;
|
|
30776
30951
|
}
|
|
30777
|
-
.
|
|
30778
|
-
|
|
30952
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
30953
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
30954
|
+
padding: 0;
|
|
30779
30955
|
}
|
|
30780
|
-
.
|
|
30781
|
-
color:
|
|
30956
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
30957
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30958
|
+
opacity: 0.4;
|
|
30782
30959
|
}
|
|
30783
|
-
.
|
|
30784
|
-
|
|
30785
|
-
|
|
30960
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
30961
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30962
|
+
opacity: 1;
|
|
30963
|
+
}
|
|
30964
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
30965
|
+
color: #3e4652;
|
|
30966
|
+
}
|
|
30967
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
30968
|
+
pointer-events: none;
|
|
30786
30969
|
}
|
|
30787
30970
|
|
|
30788
|
-
.
|
|
30971
|
+
.E_t1tsm00v {
|
|
30972
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30973
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30974
|
+
backdrop-filter: blur(10px);
|
|
30975
|
+
padding: 7px 10px;
|
|
30976
|
+
}
|
|
30977
|
+
|
|
30978
|
+
.E_c167wnad {
|
|
30979
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30789
30980
|
display: flex;
|
|
30790
30981
|
justify-content: space-between;
|
|
30791
|
-
|
|
30792
|
-
|
|
30982
|
+
align-items: center;
|
|
30983
|
+
padding: 8px 16px;
|
|
30793
30984
|
}
|
|
30794
|
-
.
|
|
30795
|
-
|
|
30796
|
-
|
|
30797
|
-
|
|
30985
|
+
.E_c167wnad .anticon {
|
|
30986
|
+
cursor: pointer;
|
|
30987
|
+
}
|
|
30988
|
+
.E_c167wnad .anticon:hover {
|
|
30989
|
+
color: #0096ff;
|
|
30798
30990
|
}
|
|
30799
30991
|
|
|
30800
|
-
.
|
|
30992
|
+
.E_cxhf7dh {
|
|
30993
|
+
text-align: center;
|
|
30994
|
+
}
|
|
30995
|
+
.E_cxhf7dh .dots {
|
|
30801
30996
|
display: flex;
|
|
30802
|
-
justify-content:
|
|
30803
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30804
|
-
height: 18px;
|
|
30805
|
-
line-height: 18px;
|
|
30806
|
-
margin-top: 2px;
|
|
30997
|
+
justify-content: center;
|
|
30807
30998
|
}
|
|
30808
|
-
|
|
30809
|
-
|
|
30810
|
-
|
|
30811
|
-
|
|
30812
|
-
|
|
30999
|
+
.E_cxhf7dh .dot {
|
|
31000
|
+
display: inline-block;
|
|
31001
|
+
width: 2px;
|
|
31002
|
+
height: 2px;
|
|
31003
|
+
border-radius: 1px;
|
|
31004
|
+
background: #0096ff;
|
|
30813
31005
|
}
|
|
30814
|
-
|
|
30815
|
-
|
|
30816
|
-
|
|
30817
|
-
|
|
30818
|
-
width:
|
|
30819
|
-
|
|
31006
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
31007
|
+
margin-right: 2px;
|
|
31008
|
+
}
|
|
31009
|
+
.E_cxhf7dh .bar {
|
|
31010
|
+
width: 9px;
|
|
31011
|
+
height: 2px;
|
|
31012
|
+
background: #0096ff;
|
|
31013
|
+
border-radius: 2px;
|
|
30820
31014
|
}
|
|
30821
31015
|
|
|
30822
31016
|
.E_c1up1pdz {
|
|
@@ -30948,258 +31142,146 @@ button.E_n7k2c6r {
|
|
|
30948
31142
|
width: 110px;
|
|
30949
31143
|
margin-top: 4px;
|
|
30950
31144
|
}
|
|
30951
|
-
.E_wpbf4pq .month-day-option {
|
|
30952
|
-
width: 32px;
|
|
30953
|
-
padding: 0;
|
|
30954
|
-
margin-bottom: 8px;
|
|
30955
|
-
}
|
|
30956
|
-
.E_wpbf4pq .month-day-option.active {
|
|
30957
|
-
background-color: #0096ff;
|
|
30958
|
-
border-color: #0096ff;
|
|
30959
|
-
color: #fff;
|
|
30960
|
-
}
|
|
30961
|
-
|
|
30962
|
-
.E_n12mqh7z {
|
|
30963
|
-
display: flex;
|
|
30964
|
-
align-items: center;
|
|
30965
|
-
font-size: 12px;
|
|
30966
|
-
line-height: 18px;
|
|
30967
|
-
}
|
|
30968
|
-
.E_n12mqh7z:not(:last-child) {
|
|
30969
|
-
margin-bottom: 4px;
|
|
30970
|
-
}
|
|
30971
|
-
|
|
30972
|
-
.E_tf5bynu {
|
|
30973
|
-
margin: 0 3px;
|
|
30974
|
-
}
|
|
30975
|
-
|
|
30976
|
-
.E_tcckoz1 {
|
|
30977
|
-
max-height: 400px;
|
|
30978
|
-
overflow: auto;
|
|
30979
|
-
}
|
|
30980
|
-
|
|
30981
|
-
span.E_tqjc4ui {
|
|
30982
|
-
margin: 0 2px;
|
|
30983
|
-
}
|
|
30984
|
-
|
|
30985
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
30986
|
-
display: flex;
|
|
30987
|
-
align-items: center;
|
|
30988
|
-
}
|
|
30989
|
-
.E_s1iv0tp1 .enabled-text {
|
|
30990
|
-
margin-right: 8px;
|
|
30991
|
-
}
|
|
30992
|
-
|
|
30993
|
-
.E_ou7iq30 {
|
|
30994
|
-
overflow: hidden;
|
|
30995
|
-
text-overflow: ellipsis;
|
|
30996
|
-
}
|
|
30997
|
-
|
|
30998
|
-
.E_s1tui002 {
|
|
30999
|
-
white-space: nowrap;
|
|
31000
|
-
}
|
|
31001
|
-
|
|
31002
|
-
.E_mxrc2zg {
|
|
31003
|
-
display: -webkit-box;
|
|
31004
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
31005
|
-
-webkit-box-orient: vertical;
|
|
31006
|
-
word-break: break-all;
|
|
31007
|
-
}
|
|
31008
|
-
|
|
31009
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
31010
|
-
display: none;
|
|
31011
|
-
}
|
|
31012
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
31013
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31014
|
-
border-radius: 4px;
|
|
31015
|
-
}
|
|
31016
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31017
|
-
visibility: hidden;
|
|
31018
|
-
}
|
|
31019
|
-
|
|
31020
|
-
.E_gmyahx3 {
|
|
31021
|
-
cursor: pointer;
|
|
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;
|
|
31034
|
-
}
|
|
31035
|
-
|
|
31036
|
-
.E_b1ctd5xy {
|
|
31037
|
-
display: flex;
|
|
31038
|
-
align-items: center;
|
|
31039
|
-
width: calc(100% - 40px);
|
|
31040
|
-
}
|
|
31041
|
-
.E_b1ctd5xy .chart {
|
|
31042
|
-
display: inline-block;
|
|
31043
|
-
width: 100%;
|
|
31044
|
-
}
|
|
31045
|
-
|
|
31046
|
-
.E_u1p8acpn {
|
|
31047
|
-
min-width: 40px;
|
|
31048
|
-
}
|
|
31049
|
-
.E_u1p8acpn .unit {
|
|
31050
|
-
color: #00122e !important;
|
|
31051
|
-
}
|
|
31052
|
-
|
|
31053
|
-
.E_t1sqg15u {
|
|
31054
|
-
background: white;
|
|
31055
|
-
}
|
|
31056
|
-
.E_t1sqg15u.inline .table-row {
|
|
31057
|
-
flex-direction: column;
|
|
31058
|
-
}
|
|
31059
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
31060
|
-
padding: 0 16px 7px 0;
|
|
31061
|
-
}
|
|
31062
|
-
.E_t1sqg15u.has-border .table-header {
|
|
31063
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
31064
|
-
}
|
|
31065
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
31066
|
-
border-top: none !important;
|
|
31067
|
-
}
|
|
31068
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
31069
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
31070
|
-
}
|
|
31071
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
31072
|
-
padding-bottom: 0;
|
|
31145
|
+
.E_wpbf4pq .month-day-option {
|
|
31146
|
+
width: 32px;
|
|
31147
|
+
padding: 0;
|
|
31148
|
+
margin-bottom: 8px;
|
|
31073
31149
|
}
|
|
31074
|
-
.
|
|
31075
|
-
|
|
31150
|
+
.E_wpbf4pq .month-day-option.active {
|
|
31151
|
+
background-color: #0096ff;
|
|
31152
|
+
border-color: #0096ff;
|
|
31153
|
+
color: #fff;
|
|
31076
31154
|
}
|
|
31077
|
-
|
|
31155
|
+
|
|
31156
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
31157
|
+
background: #edf0f7;
|
|
31158
|
+
padding: 32px 8px;
|
|
31159
|
+
overflow: auto;
|
|
31160
|
+
}
|
|
31161
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
31078
31162
|
display: flex;
|
|
31163
|
+
flex-direction: column;
|
|
31079
31164
|
justify-content: space-between;
|
|
31080
31165
|
}
|
|
31081
|
-
.
|
|
31082
|
-
|
|
31166
|
+
.E_s1at6qmn footer {
|
|
31167
|
+
display: flex;
|
|
31168
|
+
}
|
|
31169
|
+
.E_s1at6qmn .ant-menu {
|
|
31170
|
+
background: #edf0f7;
|
|
31171
|
+
}
|
|
31172
|
+
.E_s1at6qmn .ant-menu a {
|
|
31173
|
+
color: #00122e;
|
|
31174
|
+
width: 180px;
|
|
31083
31175
|
overflow: hidden;
|
|
31084
31176
|
text-overflow: ellipsis;
|
|
31085
31177
|
}
|
|
31086
|
-
|
|
31087
|
-
|
|
31088
|
-
display: flex;
|
|
31089
|
-
justify-content: space-between;
|
|
31090
|
-
align-items: center;
|
|
31091
|
-
padding: 8px;
|
|
31092
|
-
min-height: 32px;
|
|
31093
|
-
}
|
|
31094
|
-
.E_t4zczcp .table-title {
|
|
31095
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31096
|
-
font-weight: 600;
|
|
31097
|
-
font-size: 12px;
|
|
31098
|
-
line-height: 8px;
|
|
31178
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
31179
|
+
margin-bottom: 24px;
|
|
31099
31180
|
}
|
|
31100
|
-
.
|
|
31101
|
-
|
|
31102
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31103
|
-
cursor: pointer;
|
|
31181
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
31182
|
+
margin: 0;
|
|
31104
31183
|
}
|
|
31105
|
-
|
|
31106
|
-
.E_t1s7goww {
|
|
31184
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
31107
31185
|
font-size: 12px;
|
|
31186
|
+
padding: 0 8px 4px;
|
|
31108
31187
|
line-height: 18px;
|
|
31109
31188
|
}
|
|
31110
|
-
|
|
31111
|
-
|
|
31189
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
31190
|
+
padding: 0;
|
|
31191
|
+
}
|
|
31192
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
31193
|
+
padding-bottom: 24px;
|
|
31194
|
+
}
|
|
31195
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
31196
|
+
margin-bottom: 24px;
|
|
31197
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31198
|
+
}
|
|
31199
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
31200
|
+
transition: none;
|
|
31112
31201
|
display: flex;
|
|
31113
|
-
|
|
31114
|
-
|
|
31202
|
+
align-items: center;
|
|
31203
|
+
height: 32px;
|
|
31204
|
+
line-height: 22px;
|
|
31205
|
+
padding: 0 8px;
|
|
31115
31206
|
}
|
|
31116
|
-
.
|
|
31117
|
-
|
|
31207
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
31208
|
+
margin-right: 12px;
|
|
31118
31209
|
}
|
|
31119
|
-
.
|
|
31120
|
-
|
|
31210
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
31211
|
+
margin: 0;
|
|
31212
|
+
margin-bottom: 2px;
|
|
31121
31213
|
}
|
|
31122
|
-
.
|
|
31123
|
-
|
|
31124
|
-
|
|
31125
|
-
|
|
31126
|
-
|
|
31214
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
31215
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
31216
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
31217
|
+
border-radius: 6px;
|
|
31218
|
+
color: #fff;
|
|
31127
31219
|
}
|
|
31128
|
-
.
|
|
31129
|
-
|
|
31130
|
-
text-align: left;
|
|
31220
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
31221
|
+
color: #fff;
|
|
31131
31222
|
}
|
|
31132
|
-
.
|
|
31133
|
-
|
|
31223
|
+
.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 {
|
|
31224
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
31225
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
31226
|
+
border-radius: 6px;
|
|
31134
31227
|
}
|
|
31135
31228
|
|
|
31136
|
-
.
|
|
31137
|
-
|
|
31138
|
-
|
|
31139
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31140
|
-
padding-right: 12px;
|
|
31229
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
31230
|
+
white-space: nowrap;
|
|
31231
|
+
transition: all 0s;
|
|
31141
31232
|
}
|
|
31142
|
-
|
|
31143
|
-
|
|
31144
|
-
height: 8px;
|
|
31145
|
-
box-sizing: border-box;
|
|
31146
|
-
border-radius: 2px;
|
|
31147
|
-
background: #f5f7fa;
|
|
31148
|
-
display: flex;
|
|
31149
|
-
width: 100%;
|
|
31233
|
+
.E_s1wu0lms.shrink {
|
|
31234
|
+
transition: all 0s;
|
|
31150
31235
|
overflow: hidden;
|
|
31151
31236
|
}
|
|
31152
|
-
.
|
|
31153
|
-
|
|
31154
|
-
}
|
|
31155
|
-
|
|
31156
|
-
.E_f7pxqmh {
|
|
31157
|
-
width: 100%;
|
|
31158
|
-
margin-bottom: 0 !important;
|
|
31159
|
-
flex-flow: nowrap !important;
|
|
31160
|
-
line-break: auto;
|
|
31237
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
31238
|
+
visibility: hidden;
|
|
31161
31239
|
}
|
|
31162
|
-
.
|
|
31163
|
-
|
|
31164
|
-
padding
|
|
31240
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
31241
|
+
width: 36px;
|
|
31242
|
+
padding: 0 6px;
|
|
31165
31243
|
}
|
|
31166
|
-
|
|
31167
|
-
|
|
31168
|
-
|
|
31169
|
-
|
|
31170
|
-
|
|
31171
|
-
white-space: normal;
|
|
31244
|
+
|
|
31245
|
+
.E_n1ugzfva {
|
|
31246
|
+
display: flex;
|
|
31247
|
+
place-items: center;
|
|
31248
|
+
width: 100% !important;
|
|
31172
31249
|
}
|
|
31173
|
-
.
|
|
31174
|
-
|
|
31250
|
+
.E_n1ugzfva[disabled] {
|
|
31251
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
31252
|
+
opacity: 1 !important;
|
|
31175
31253
|
}
|
|
31176
|
-
.
|
|
31177
|
-
|
|
31254
|
+
.E_n1ugzfva.ant-btn {
|
|
31255
|
+
width: 100%;
|
|
31256
|
+
color: #00122e;
|
|
31178
31257
|
}
|
|
31179
|
-
.
|
|
31180
|
-
margin-
|
|
31181
|
-
font-size: 12px;
|
|
31182
|
-
min-height: 0px;
|
|
31258
|
+
.E_n1ugzfva .icon-wrapper {
|
|
31259
|
+
margin-right: 12px;
|
|
31183
31260
|
}
|
|
31184
|
-
.
|
|
31185
|
-
|
|
31186
|
-
|
|
31187
|
-
|
|
31261
|
+
.E_n1ugzfva .link-title {
|
|
31262
|
+
flex: 1;
|
|
31263
|
+
overflow: hidden;
|
|
31264
|
+
white-space: nowrap;
|
|
31265
|
+
text-overflow: ellipsis;
|
|
31266
|
+
text-align: left;
|
|
31188
31267
|
}
|
|
31189
31268
|
|
|
31190
|
-
.
|
|
31191
|
-
|
|
31192
|
-
height: 100%;
|
|
31193
|
-
min-height: 124px;
|
|
31194
|
-
display: flex;
|
|
31195
|
-
flex-direction: column;
|
|
31196
|
-
justify-content: center;
|
|
31269
|
+
.E_iouxfgt {
|
|
31270
|
+
display: inline-flex;
|
|
31197
31271
|
align-items: center;
|
|
31198
31272
|
}
|
|
31199
|
-
.
|
|
31200
|
-
|
|
31201
|
-
|
|
31202
|
-
|
|
31273
|
+
.E_iouxfgt .icon-inner {
|
|
31274
|
+
display: inline-flex;
|
|
31275
|
+
align-items: center;
|
|
31276
|
+
justify-content: center;
|
|
31277
|
+
}
|
|
31278
|
+
.E_iouxfgt .icon-inner + span,
|
|
31279
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31280
|
+
margin-left: 4px;
|
|
31281
|
+
}
|
|
31282
|
+
.E_iouxfgt.is-rotate img,
|
|
31283
|
+
.E_iouxfgt.is-rotate svg {
|
|
31284
|
+
animation: rotate 680ms linear infinite;
|
|
31203
31285
|
}
|
|
31204
31286
|
|
|
31205
31287
|
.E_i1inqkme {
|
|
@@ -31215,64 +31297,50 @@ span.E_tqjc4ui {
|
|
|
31215
31297
|
margin-right: 4px;
|
|
31216
31298
|
}
|
|
31217
31299
|
|
|
31218
|
-
.
|
|
31219
|
-
display: var(--ai7qkf2-0);
|
|
31220
|
-
}
|
|
31221
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31222
|
-
display: inline-flex;
|
|
31223
|
-
line-height: 1.5715;
|
|
31224
|
-
height: 100%;
|
|
31300
|
+
.E_fzh9mnb {
|
|
31225
31301
|
width: 100%;
|
|
31226
|
-
|
|
31227
|
-
|
|
31228
|
-
|
|
31229
|
-
|
|
31230
|
-
|
|
31231
|
-
align-items: center;
|
|
31232
|
-
margin-left: 4px;
|
|
31233
|
-
padding: 5px 12px 5px 0;
|
|
31234
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31235
|
-
}
|
|
31236
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31237
|
-
content: var(--ai7qkf2-3);
|
|
31238
|
-
display: var(--ai7qkf2-4);
|
|
31239
|
-
flex: none;
|
|
31302
|
+
height: 100%;
|
|
31303
|
+
min-height: 124px;
|
|
31304
|
+
display: flex;
|
|
31305
|
+
flex-direction: column;
|
|
31306
|
+
justify-content: center;
|
|
31240
31307
|
align-items: center;
|
|
31241
|
-
margin-right: 4px;
|
|
31242
|
-
cursor: auto;
|
|
31243
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31244
|
-
}
|
|
31245
|
-
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31246
|
-
border-radius: 0;
|
|
31247
31308
|
}
|
|
31248
|
-
.
|
|
31249
|
-
|
|
31250
|
-
|
|
31309
|
+
.E_fzh9mnb .error-text {
|
|
31310
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31311
|
+
margin-bottom: 16px;
|
|
31312
|
+
font-size: 18px;
|
|
31251
31313
|
}
|
|
31252
|
-
|
|
31253
|
-
|
|
31254
|
-
|
|
31255
|
-
z-index: 1;
|
|
31314
|
+
|
|
31315
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31316
|
+
display: var(--a1wfy30z-0);
|
|
31256
31317
|
}
|
|
31257
|
-
.
|
|
31258
|
-
|
|
31259
|
-
|
|
31318
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31319
|
+
padding: 4px 11px;
|
|
31320
|
+
display: inline-flex;
|
|
31321
|
+
line-height: 1.5715;
|
|
31322
|
+
height: inherit;
|
|
31260
31323
|
}
|
|
31261
|
-
.
|
|
31262
|
-
|
|
31263
|
-
|
|
31264
|
-
|
|
31265
|
-
|
|
31324
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31325
|
+
content: var(--a1wfy30z-1);
|
|
31326
|
+
display: var(--a1wfy30z-2);
|
|
31327
|
+
flex: none;
|
|
31328
|
+
align-items: center;
|
|
31329
|
+
margin-left: 4px;
|
|
31266
31330
|
}
|
|
31267
|
-
.
|
|
31268
|
-
|
|
31269
|
-
|
|
31270
|
-
|
|
31331
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31332
|
+
content: var(--a1wfy30z-3);
|
|
31333
|
+
display: var(--a1wfy30z-4);
|
|
31334
|
+
flex: none;
|
|
31335
|
+
align-items: center;
|
|
31336
|
+
margin-right: 4px;
|
|
31337
|
+
cursor: auto;
|
|
31271
31338
|
}
|
|
31272
|
-
.
|
|
31273
|
-
|
|
31274
|
-
|
|
31275
|
-
|
|
31339
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31340
|
+
padding: 0;
|
|
31341
|
+
margin: 0;
|
|
31342
|
+
height: auto;
|
|
31343
|
+
font-size: inherit;
|
|
31276
31344
|
}
|
|
31277
31345
|
|
|
31278
31346
|
.E_atcz0kf .ant-input-suffix {
|
|
@@ -31485,166 +31553,98 @@ span.E_tqjc4ui {
|
|
|
31485
31553
|
background: transparent;
|
|
31486
31554
|
}
|
|
31487
31555
|
|
|
31488
|
-
.
|
|
31489
|
-
display: var(--
|
|
31556
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31557
|
+
display: var(--ai7qkf2-0);
|
|
31490
31558
|
}
|
|
31491
|
-
.
|
|
31492
|
-
padding: 4px 11px;
|
|
31559
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31493
31560
|
display: inline-flex;
|
|
31494
31561
|
line-height: 1.5715;
|
|
31495
|
-
height:
|
|
31562
|
+
height: 100%;
|
|
31563
|
+
width: 100%;
|
|
31496
31564
|
}
|
|
31497
|
-
.
|
|
31498
|
-
content: var(--
|
|
31499
|
-
display: var(--
|
|
31565
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31566
|
+
content: var(--ai7qkf2-1);
|
|
31567
|
+
display: var(--ai7qkf2-2);
|
|
31500
31568
|
flex: none;
|
|
31501
31569
|
align-items: center;
|
|
31502
31570
|
margin-left: 4px;
|
|
31571
|
+
padding: 5px 12px 5px 0;
|
|
31572
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31503
31573
|
}
|
|
31504
|
-
.
|
|
31505
|
-
content: var(--
|
|
31506
|
-
display: var(--
|
|
31574
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31575
|
+
content: var(--ai7qkf2-3);
|
|
31576
|
+
display: var(--ai7qkf2-4);
|
|
31507
31577
|
flex: none;
|
|
31508
31578
|
align-items: center;
|
|
31509
31579
|
margin-right: 4px;
|
|
31510
31580
|
cursor: auto;
|
|
31581
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31511
31582
|
}
|
|
31512
|
-
.
|
|
31513
|
-
|
|
31514
|
-
margin: 0;
|
|
31515
|
-
height: auto;
|
|
31516
|
-
font-size: inherit;
|
|
31517
|
-
}
|
|
31518
|
-
|
|
31519
|
-
.E_iouxfgt {
|
|
31520
|
-
display: inline-flex;
|
|
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;
|
|
31568
|
-
line-height: 18px;
|
|
31569
|
-
}
|
|
31570
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
31571
|
-
padding: 0;
|
|
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);
|
|
31583
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31584
|
+
border-radius: 0;
|
|
31579
31585
|
}
|
|
31580
|
-
.
|
|
31581
|
-
|
|
31582
|
-
|
|
31583
|
-
align-items: center;
|
|
31584
|
-
height: 32px;
|
|
31585
|
-
line-height: 22px;
|
|
31586
|
-
padding: 0 8px;
|
|
31586
|
+
.E_ai7qkf2.ant-input-number {
|
|
31587
|
+
width: 100%;
|
|
31588
|
+
border-radius: 6px;
|
|
31587
31589
|
}
|
|
31588
|
-
.
|
|
31589
|
-
|
|
31590
|
+
.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 {
|
|
31591
|
+
border-color: #0096ff;
|
|
31592
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31593
|
+
z-index: 1;
|
|
31590
31594
|
}
|
|
31591
|
-
.
|
|
31592
|
-
|
|
31593
|
-
|
|
31595
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31596
|
+
border-color: #e75a3a;
|
|
31597
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31594
31598
|
}
|
|
31595
|
-
.
|
|
31596
|
-
|
|
31597
|
-
|
|
31598
|
-
|
|
31599
|
-
|
|
31599
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31600
|
+
height: 30px;
|
|
31601
|
+
border: 1px;
|
|
31602
|
+
padding: 5px 12px;
|
|
31603
|
+
font-size: inherit;
|
|
31600
31604
|
}
|
|
31601
|
-
.
|
|
31602
|
-
|
|
31605
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31606
|
+
height: 38px;
|
|
31607
|
+
border: 1px;
|
|
31608
|
+
padding: 8px 16px;
|
|
31603
31609
|
}
|
|
31604
|
-
.
|
|
31605
|
-
|
|
31606
|
-
|
|
31607
|
-
|
|
31610
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31611
|
+
height: 22px;
|
|
31612
|
+
border: 1px;
|
|
31613
|
+
padding: 2px 8px;
|
|
31608
31614
|
}
|
|
31609
31615
|
|
|
31610
|
-
.
|
|
31611
|
-
|
|
31612
|
-
|
|
31613
|
-
|
|
31614
|
-
|
|
31615
|
-
transition: all 0s;
|
|
31616
|
-
overflow: hidden;
|
|
31617
|
-
}
|
|
31618
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
31619
|
-
visibility: hidden;
|
|
31616
|
+
.E_f7pxqmh {
|
|
31617
|
+
width: 100%;
|
|
31618
|
+
margin-bottom: 0 !important;
|
|
31619
|
+
flex-flow: nowrap !important;
|
|
31620
|
+
line-break: auto;
|
|
31620
31621
|
}
|
|
31621
|
-
.
|
|
31622
|
-
|
|
31623
|
-
padding: 0
|
|
31622
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31623
|
+
text-align: left !important;
|
|
31624
|
+
padding-bottom: 0 !important;
|
|
31624
31625
|
}
|
|
31625
|
-
|
|
31626
|
-
|
|
31627
|
-
|
|
31628
|
-
|
|
31629
|
-
|
|
31626
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31627
|
+
min-height: 32px;
|
|
31628
|
+
height: auto;
|
|
31629
|
+
font-size: 13px;
|
|
31630
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31631
|
+
white-space: normal;
|
|
31630
31632
|
}
|
|
31631
|
-
.
|
|
31632
|
-
color:
|
|
31633
|
-
opacity: 1 !important;
|
|
31633
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31634
|
+
border-color: #ff4d4f !important;
|
|
31634
31635
|
}
|
|
31635
|
-
.
|
|
31636
|
-
|
|
31637
|
-
color: #00122e;
|
|
31636
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31637
|
+
border-color: #ff4d4f !important;
|
|
31638
31638
|
}
|
|
31639
|
-
.
|
|
31640
|
-
margin-
|
|
31639
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31640
|
+
margin-top: 4px;
|
|
31641
|
+
font-size: 12px;
|
|
31642
|
+
min-height: 0px;
|
|
31641
31643
|
}
|
|
31642
|
-
.
|
|
31643
|
-
|
|
31644
|
-
|
|
31645
|
-
|
|
31646
|
-
text-overflow: ellipsis;
|
|
31647
|
-
text-align: left;
|
|
31644
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31645
|
+
font-size: 12px;
|
|
31646
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31647
|
+
min-height: 0px;
|
|
31648
31648
|
}
|
|
31649
31649
|
|
|
31650
31650
|
.E_m196gn1d {
|
|
@@ -31681,6 +31681,15 @@ span.E_tqjc4ui {
|
|
|
31681
31681
|
transition: all 320ms ease;
|
|
31682
31682
|
}
|
|
31683
31683
|
|
|
31684
|
+
.E_owd0kml {
|
|
31685
|
+
display: inline-block;
|
|
31686
|
+
}
|
|
31687
|
+
|
|
31688
|
+
.E_h1jsgezc {
|
|
31689
|
+
visibility: hidden;
|
|
31690
|
+
position: absolute;
|
|
31691
|
+
}
|
|
31692
|
+
|
|
31684
31693
|
.E_dsnbhzf {
|
|
31685
31694
|
font-family: Inter;
|
|
31686
31695
|
font-style: normal;
|
|
@@ -32156,15 +32165,6 @@ span.E_tqjc4ui {
|
|
|
32156
32165
|
line-height: 12px;
|
|
32157
32166
|
}
|
|
32158
32167
|
|
|
32159
|
-
.E_owd0kml {
|
|
32160
|
-
display: inline-block;
|
|
32161
|
-
}
|
|
32162
|
-
|
|
32163
|
-
.E_h1jsgezc {
|
|
32164
|
-
visibility: hidden;
|
|
32165
|
-
position: absolute;
|
|
32166
|
-
}
|
|
32167
|
-
|
|
32168
32168
|
.E_cnujxq2 {
|
|
32169
32169
|
display: flex;
|
|
32170
32170
|
flex-direction: column;
|
|
@@ -32898,12 +32898,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32898
32898
|
margin-right: 6px;
|
|
32899
32899
|
}
|
|
32900
32900
|
|
|
32901
|
-
.E_h1ol2wl7 {
|
|
32902
|
-
font-weight: bold;
|
|
32903
|
-
background-color: unset;
|
|
32904
|
-
padding: unset;
|
|
32905
|
-
}
|
|
32906
|
-
|
|
32907
32901
|
.E_hrhfj7c {
|
|
32908
32902
|
display: none;
|
|
32909
32903
|
}
|
|
@@ -33123,6 +33117,12 @@ input.E_rf8rlle.ant-input {
|
|
|
33123
33117
|
font-size: 14px;
|
|
33124
33118
|
}
|
|
33125
33119
|
|
|
33120
|
+
.E_h1ol2wl7 {
|
|
33121
|
+
font-weight: bold;
|
|
33122
|
+
background-color: unset;
|
|
33123
|
+
padding: unset;
|
|
33124
|
+
}
|
|
33125
|
+
|
|
33126
33126
|
.E_h12yihis {
|
|
33127
33127
|
height: 50px;
|
|
33128
33128
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -33854,10 +33854,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33854
33854
|
background-color: transparent;
|
|
33855
33855
|
}
|
|
33856
33856
|
|
|
33857
|
-
.E_c1yd35n {
|
|
33858
|
-
padding: 0 12px 14px 12px;
|
|
33859
|
-
}
|
|
33860
|
-
|
|
33861
33857
|
.E_c1kghdax {
|
|
33862
33858
|
color: #2d3a56;
|
|
33863
33859
|
padding: 7px 12px;
|
|
@@ -33898,6 +33894,10 @@ input.E_rf8rlle.ant-input {
|
|
|
33898
33894
|
margin-right: 2px;
|
|
33899
33895
|
}
|
|
33900
33896
|
|
|
33897
|
+
.E_c1yd35n {
|
|
33898
|
+
padding: 0 12px 14px 12px;
|
|
33899
|
+
}
|
|
33900
|
+
|
|
33901
33901
|
.E_ckui4s7 {
|
|
33902
33902
|
color: #2d3a56;
|
|
33903
33903
|
line-height: 22px;
|
|
@@ -33962,23 +33962,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33962
33962
|
margin-left: 24px;
|
|
33963
33963
|
}
|
|
33964
33964
|
|
|
33965
|
-
.E_b14q2gmw {
|
|
33966
|
-
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);
|
|
33967
|
-
}
|
|
33968
|
-
|
|
33969
|
-
.E_c1eym6el {
|
|
33970
|
-
border-radius: 8px;
|
|
33971
|
-
background-color: white;
|
|
33972
|
-
}
|
|
33973
|
-
.E_c1eym6el.hoverable {
|
|
33974
|
-
cursor: pointer;
|
|
33975
|
-
}
|
|
33976
|
-
.E_c1eym6el.hoverable:hover {
|
|
33977
|
-
transition: all 200ms ease;
|
|
33978
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33979
|
-
transform: translateY(-4px);
|
|
33980
|
-
}
|
|
33981
|
-
|
|
33982
33965
|
.E_lht19u8 {
|
|
33983
33966
|
width: 64px;
|
|
33984
33967
|
height: 64px;
|
|
@@ -34001,269 +33984,57 @@ input.E_rf8rlle.ant-input {
|
|
|
34001
33984
|
transform-origin: top left;
|
|
34002
33985
|
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34003
33986
|
}
|
|
34004
|
-
|
|
34005
|
-
.E_ll4n94n {
|
|
34006
|
-
position: absolute;
|
|
34007
|
-
width: 5px;
|
|
34008
|
-
height: 48px;
|
|
34009
|
-
left: 40.8px;
|
|
34010
|
-
top: 8.4px;
|
|
34011
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34012
|
-
border-radius: 5px;
|
|
34013
|
-
transform: rotate(-8deg);
|
|
34014
|
-
transform-origin: top left;
|
|
34015
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34016
|
-
}
|
|
34017
|
-
|
|
34018
|
-
.E_l17lbdo6 {
|
|
34019
|
-
position: absolute;
|
|
34020
|
-
width: 5px;
|
|
34021
|
-
height: 48px;
|
|
34022
|
-
left: 52.9px;
|
|
34023
|
-
top: 51.8px;
|
|
34024
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34025
|
-
border-radius: 5px;
|
|
34026
|
-
transform: rotate(112deg);
|
|
34027
|
-
transform-origin: top left;
|
|
34028
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34029
|
-
}
|
|
34030
|
-
|
|
34031
|
-
.E_w7ob4th.outside-tag {
|
|
34032
|
-
padding-left: 0;
|
|
34033
|
-
}
|
|
34034
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34035
|
-
border-radius: 4px 0 0 4px;
|
|
34036
|
-
padding-right: 4px;
|
|
34037
|
-
margin-right: 4px;
|
|
34038
|
-
}
|
|
34039
|
-
|
|
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
|
-
.E_sjob3jg {
|
|
34070
|
-
--item-min-width: 60px;
|
|
34071
|
-
}
|
|
34072
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34073
|
-
display: none !important;
|
|
34074
|
-
}
|
|
34075
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34076
|
-
flex-shrink: 0 !important;
|
|
34077
|
-
}
|
|
34078
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34079
|
-
color: #0080ff;
|
|
34080
|
-
}
|
|
34081
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34082
|
-
color: #0080ff;
|
|
34083
|
-
font-weight: normal;
|
|
34084
|
-
}
|
|
34085
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34086
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34087
|
-
}
|
|
34088
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34089
|
-
color: #00122e;
|
|
34090
|
-
}
|
|
34091
|
-
.E_sjob3jg .step-item-text {
|
|
34092
|
-
display: inline-block;
|
|
34093
|
-
}
|
|
34094
|
-
.E_sjob3jg .step-item-title {
|
|
34095
|
-
overflow: hidden;
|
|
34096
|
-
white-space: nowrap;
|
|
34097
|
-
text-overflow: ellipsis;
|
|
34098
|
-
}
|
|
34099
|
-
|
|
34100
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
34101
|
-
min-width: var(--item-min-width);
|
|
34102
|
-
}
|
|
34103
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34104
|
-
cursor: not-allowed !important;
|
|
34105
|
-
}
|
|
34106
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34107
|
-
flex-direction: row;
|
|
34108
|
-
justify-content: stretch;
|
|
34109
|
-
}
|
|
34110
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34111
|
-
padding: 0;
|
|
34112
|
-
margin-right: 4px;
|
|
34113
|
-
flex: 1;
|
|
34114
|
-
overflow: visible;
|
|
34115
|
-
}
|
|
34116
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34117
|
-
width: 100%;
|
|
34118
|
-
min-height: unset;
|
|
34119
|
-
}
|
|
34120
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34121
|
-
height: 26px;
|
|
34122
|
-
line-height: 26px;
|
|
34123
|
-
width: 100%;
|
|
34124
|
-
padding: 0;
|
|
34125
|
-
font-size: 12px;
|
|
34126
|
-
}
|
|
34127
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34128
|
-
margin-right: 10px;
|
|
34129
|
-
}
|
|
34130
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34131
|
-
display: none;
|
|
34132
|
-
}
|
|
34133
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34134
|
-
padding-left: 8px;
|
|
34135
|
-
padding-right: 4px;
|
|
34136
|
-
border-radius: 4px 0 0 4px;
|
|
34137
|
-
}
|
|
34138
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34139
|
-
margin-right: 0;
|
|
34140
|
-
}
|
|
34141
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34142
|
-
padding-right: 8px;
|
|
34143
|
-
padding-left: 12px;
|
|
34144
|
-
border-radius: 0 4px 4px 0;
|
|
34145
|
-
}
|
|
34146
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
34147
|
-
content: "";
|
|
34148
|
-
width: 0;
|
|
34149
|
-
height: 0;
|
|
34150
|
-
border: 13px solid transparent;
|
|
34151
|
-
position: absolute;
|
|
34152
|
-
top: 0;
|
|
34153
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34154
|
-
z-index: 2;
|
|
34155
|
-
position: relative;
|
|
34156
|
-
top: -50%;
|
|
34157
|
-
right: -100%;
|
|
34158
|
-
}
|
|
34159
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34160
|
-
padding: 0 4px 0 12px;
|
|
34161
|
-
}
|
|
34162
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
34163
|
-
content: "";
|
|
34164
|
-
width: 0;
|
|
34165
|
-
height: 0;
|
|
34166
|
-
border: 13px solid transparent;
|
|
34167
|
-
position: absolute;
|
|
34168
|
-
top: 0;
|
|
34169
|
-
border-left: 8px solid #fff;
|
|
34170
|
-
left: 0;
|
|
34171
|
-
}
|
|
34172
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34173
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34174
|
-
}
|
|
34175
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34176
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34177
|
-
}
|
|
34178
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34179
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34180
|
-
}
|
|
34181
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34182
|
-
cursor: pointer;
|
|
34183
|
-
min-width: var(--item-min-width);
|
|
34184
|
-
}
|
|
34185
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34186
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34187
|
-
min-width: var(--item-min-width);
|
|
34188
|
-
}
|
|
34189
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34190
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34191
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34192
|
-
}
|
|
34193
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34194
|
-
padding: 0;
|
|
34195
|
-
}
|
|
34196
|
-
|
|
34197
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34198
|
-
width: 192px;
|
|
34199
|
-
row-gap: 2px;
|
|
34200
|
-
}
|
|
34201
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34202
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34203
|
-
}
|
|
34204
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34205
|
-
color: #00122e !important;
|
|
34206
|
-
}
|
|
34207
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
34208
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34209
|
-
}
|
|
34210
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34211
|
-
padding: 0 8px;
|
|
34212
|
-
border-radius: 4px;
|
|
34213
|
-
height: 32px;
|
|
34214
|
-
display: flex;
|
|
34215
|
-
align-items: center;
|
|
34216
|
-
}
|
|
34217
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34218
|
-
min-height: auto;
|
|
34219
|
-
white-space: nowrap;
|
|
34220
|
-
}
|
|
34221
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34222
|
-
font-size: 13px;
|
|
34223
|
-
line-height: 20px;
|
|
34224
|
-
max-width: 100%;
|
|
34225
|
-
padding-right: 0;
|
|
34226
|
-
}
|
|
34227
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34228
|
-
background: rgba(0, 128, 255, 0.1);
|
|
33987
|
+
|
|
33988
|
+
.E_ll4n94n {
|
|
33989
|
+
position: absolute;
|
|
33990
|
+
width: 5px;
|
|
33991
|
+
height: 48px;
|
|
33992
|
+
left: 40.8px;
|
|
33993
|
+
top: 8.4px;
|
|
33994
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33995
|
+
border-radius: 5px;
|
|
33996
|
+
transform: rotate(-8deg);
|
|
33997
|
+
transform-origin: top left;
|
|
33998
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34229
33999
|
}
|
|
34230
34000
|
|
|
34231
|
-
.
|
|
34232
|
-
|
|
34233
|
-
|
|
34234
|
-
|
|
34235
|
-
|
|
34236
|
-
|
|
34001
|
+
.E_l17lbdo6 {
|
|
34002
|
+
position: absolute;
|
|
34003
|
+
width: 5px;
|
|
34004
|
+
height: 48px;
|
|
34005
|
+
left: 52.9px;
|
|
34006
|
+
top: 51.8px;
|
|
34007
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34008
|
+
border-radius: 5px;
|
|
34009
|
+
transform: rotate(112deg);
|
|
34010
|
+
transform-origin: top left;
|
|
34011
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34237
34012
|
}
|
|
34238
|
-
|
|
34239
|
-
|
|
34240
|
-
|
|
34241
|
-
width: 18px;
|
|
34242
|
-
height: 18px;
|
|
34243
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34244
|
-
justify-content: center;
|
|
34013
|
+
|
|
34014
|
+
.E_b14q2gmw {
|
|
34015
|
+
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);
|
|
34245
34016
|
}
|
|
34246
34017
|
|
|
34247
|
-
.
|
|
34248
|
-
|
|
34249
|
-
|
|
34250
|
-
align-items: center;
|
|
34251
|
-
justify-content: center;
|
|
34252
|
-
column-gap: 6px;
|
|
34253
|
-
font-size: 13px;
|
|
34018
|
+
.E_c1eym6el {
|
|
34019
|
+
border-radius: 8px;
|
|
34020
|
+
background-color: white;
|
|
34254
34021
|
}
|
|
34255
|
-
.
|
|
34256
|
-
|
|
34257
|
-
|
|
34258
|
-
|
|
34259
|
-
|
|
34260
|
-
|
|
34261
|
-
|
|
34022
|
+
.E_c1eym6el.hoverable {
|
|
34023
|
+
cursor: pointer;
|
|
34024
|
+
}
|
|
34025
|
+
.E_c1eym6el.hoverable:hover {
|
|
34026
|
+
transition: all 200ms ease;
|
|
34027
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34028
|
+
transform: translateY(-4px);
|
|
34262
34029
|
}
|
|
34263
34030
|
|
|
34264
|
-
.
|
|
34031
|
+
.E_w7ob4th.outside-tag {
|
|
34032
|
+
padding-left: 0;
|
|
34033
|
+
}
|
|
34034
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34035
|
+
border-radius: 4px 0 0 4px;
|
|
34036
|
+
padding-right: 4px;
|
|
34265
34037
|
margin-right: 4px;
|
|
34266
|
-
height: 16px;
|
|
34267
34038
|
}
|
|
34268
34039
|
|
|
34269
34040
|
.E_t1dtlqs1 {
|
|
@@ -34376,90 +34147,319 @@ input.E_rf8rlle.ant-input {
|
|
|
34376
34147
|
flex: 1 0 0;
|
|
34377
34148
|
overflow: hidden;
|
|
34378
34149
|
}
|
|
34379
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34380
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34381
|
-
margin: 0;
|
|
34150
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34151
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34152
|
+
margin: 0;
|
|
34153
|
+
}
|
|
34154
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34155
|
+
text-align: center;
|
|
34156
|
+
}
|
|
34157
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34158
|
+
text-align: center;
|
|
34159
|
+
}
|
|
34160
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34161
|
+
text-align: left;
|
|
34162
|
+
}
|
|
34163
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34164
|
+
text-align: left;
|
|
34165
|
+
}
|
|
34166
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34167
|
+
text-align: right;
|
|
34168
|
+
}
|
|
34169
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34170
|
+
text-align: right;
|
|
34171
|
+
}
|
|
34172
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34173
|
+
margin-right: 8px;
|
|
34174
|
+
}
|
|
34175
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34176
|
+
padding: 4px;
|
|
34177
|
+
width: 24px;
|
|
34178
|
+
height: 24px;
|
|
34179
|
+
overflow: hidden;
|
|
34180
|
+
}
|
|
34181
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34182
|
+
padding: 0;
|
|
34183
|
+
}
|
|
34184
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34185
|
+
cursor: not-allowed;
|
|
34186
|
+
opacity: 0.5;
|
|
34187
|
+
}
|
|
34188
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34189
|
+
margin: 0;
|
|
34190
|
+
}
|
|
34191
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34192
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34193
|
+
border-radius: 5px;
|
|
34194
|
+
font-size: 12px;
|
|
34195
|
+
}
|
|
34196
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34197
|
+
font-size: inherit;
|
|
34198
|
+
}
|
|
34199
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34200
|
+
min-height: 24px;
|
|
34201
|
+
font-size: 12px;
|
|
34202
|
+
position: relative;
|
|
34203
|
+
}
|
|
34204
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34205
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34206
|
+
}
|
|
34207
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34208
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34209
|
+
}
|
|
34210
|
+
|
|
34211
|
+
.E_a138syjm {
|
|
34212
|
+
display: flex;
|
|
34213
|
+
align-items: center;
|
|
34214
|
+
margin-top: 8px;
|
|
34215
|
+
}
|
|
34216
|
+
.E_a138syjm button.ant-btn {
|
|
34217
|
+
padding: 2px 8px;
|
|
34218
|
+
height: 24px;
|
|
34219
|
+
}
|
|
34220
|
+
.E_a138syjm > span.maximum-desc {
|
|
34221
|
+
display: none;
|
|
34222
|
+
margin-left: 8px;
|
|
34223
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34224
|
+
}
|
|
34225
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34226
|
+
display: inline;
|
|
34227
|
+
}
|
|
34228
|
+
|
|
34229
|
+
.E_d77i8u0 {
|
|
34230
|
+
width: 24px;
|
|
34231
|
+
height: 24px;
|
|
34232
|
+
padding: 4px;
|
|
34233
|
+
margin-right: 8px;
|
|
34234
|
+
}
|
|
34235
|
+
|
|
34236
|
+
.E_sjob3jg {
|
|
34237
|
+
--item-min-width: 60px;
|
|
34238
|
+
}
|
|
34239
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34240
|
+
display: none !important;
|
|
34241
|
+
}
|
|
34242
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34243
|
+
flex-shrink: 0 !important;
|
|
34244
|
+
}
|
|
34245
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34246
|
+
color: #0080ff;
|
|
34247
|
+
}
|
|
34248
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34249
|
+
color: #0080ff;
|
|
34250
|
+
font-weight: normal;
|
|
34251
|
+
}
|
|
34252
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34253
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34254
|
+
}
|
|
34255
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34256
|
+
color: #00122e;
|
|
34257
|
+
}
|
|
34258
|
+
.E_sjob3jg .step-item-text {
|
|
34259
|
+
display: inline-block;
|
|
34260
|
+
}
|
|
34261
|
+
.E_sjob3jg .step-item-title {
|
|
34262
|
+
overflow: hidden;
|
|
34263
|
+
white-space: nowrap;
|
|
34264
|
+
text-overflow: ellipsis;
|
|
34265
|
+
}
|
|
34266
|
+
|
|
34267
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34268
|
+
min-width: var(--item-min-width);
|
|
34269
|
+
}
|
|
34270
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34271
|
+
cursor: not-allowed !important;
|
|
34272
|
+
}
|
|
34273
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34274
|
+
flex-direction: row;
|
|
34275
|
+
justify-content: stretch;
|
|
34276
|
+
}
|
|
34277
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34278
|
+
padding: 0;
|
|
34279
|
+
margin-right: 4px;
|
|
34280
|
+
flex: 1;
|
|
34281
|
+
overflow: visible;
|
|
34282
|
+
}
|
|
34283
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34284
|
+
width: 100%;
|
|
34285
|
+
min-height: unset;
|
|
34286
|
+
}
|
|
34287
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34288
|
+
height: 26px;
|
|
34289
|
+
line-height: 26px;
|
|
34290
|
+
width: 100%;
|
|
34291
|
+
padding: 0;
|
|
34292
|
+
font-size: 12px;
|
|
34293
|
+
}
|
|
34294
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34295
|
+
margin-right: 10px;
|
|
34296
|
+
}
|
|
34297
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34298
|
+
display: none;
|
|
34299
|
+
}
|
|
34300
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34301
|
+
padding-left: 8px;
|
|
34302
|
+
padding-right: 4px;
|
|
34303
|
+
border-radius: 4px 0 0 4px;
|
|
34304
|
+
}
|
|
34305
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34306
|
+
margin-right: 0;
|
|
34307
|
+
}
|
|
34308
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34309
|
+
padding-right: 8px;
|
|
34310
|
+
padding-left: 12px;
|
|
34311
|
+
border-radius: 0 4px 4px 0;
|
|
34312
|
+
}
|
|
34313
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
34314
|
+
content: "";
|
|
34315
|
+
width: 0;
|
|
34316
|
+
height: 0;
|
|
34317
|
+
border: 13px solid transparent;
|
|
34318
|
+
position: absolute;
|
|
34319
|
+
top: 0;
|
|
34320
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34321
|
+
z-index: 2;
|
|
34322
|
+
position: relative;
|
|
34323
|
+
top: -50%;
|
|
34324
|
+
right: -100%;
|
|
34325
|
+
}
|
|
34326
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34327
|
+
padding: 0 4px 0 12px;
|
|
34328
|
+
}
|
|
34329
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
34330
|
+
content: "";
|
|
34331
|
+
width: 0;
|
|
34332
|
+
height: 0;
|
|
34333
|
+
border: 13px solid transparent;
|
|
34334
|
+
position: absolute;
|
|
34335
|
+
top: 0;
|
|
34336
|
+
border-left: 8px solid #fff;
|
|
34337
|
+
left: 0;
|
|
34338
|
+
}
|
|
34339
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34340
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34382
34341
|
}
|
|
34383
|
-
.
|
|
34384
|
-
|
|
34342
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34343
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34385
34344
|
}
|
|
34386
|
-
.
|
|
34387
|
-
|
|
34345
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34346
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34388
34347
|
}
|
|
34389
|
-
.
|
|
34390
|
-
|
|
34348
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34349
|
+
cursor: pointer;
|
|
34350
|
+
min-width: var(--item-min-width);
|
|
34391
34351
|
}
|
|
34392
|
-
.
|
|
34393
|
-
|
|
34352
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34353
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34354
|
+
min-width: var(--item-min-width);
|
|
34394
34355
|
}
|
|
34395
|
-
.
|
|
34396
|
-
|
|
34356
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34357
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34358
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34397
34359
|
}
|
|
34398
|
-
.
|
|
34399
|
-
|
|
34360
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34361
|
+
padding: 0;
|
|
34400
34362
|
}
|
|
34401
|
-
|
|
34402
|
-
|
|
34363
|
+
|
|
34364
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34365
|
+
width: 192px;
|
|
34366
|
+
row-gap: 2px;
|
|
34403
34367
|
}
|
|
34404
|
-
.
|
|
34405
|
-
|
|
34406
|
-
width: 24px;
|
|
34407
|
-
height: 24px;
|
|
34408
|
-
overflow: hidden;
|
|
34368
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34369
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34409
34370
|
}
|
|
34410
|
-
.
|
|
34411
|
-
|
|
34371
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34372
|
+
color: #00122e !important;
|
|
34412
34373
|
}
|
|
34413
|
-
.
|
|
34414
|
-
|
|
34415
|
-
opacity: 0.5;
|
|
34374
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
34375
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34416
34376
|
}
|
|
34417
|
-
.
|
|
34418
|
-
|
|
34377
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34378
|
+
padding: 0 8px;
|
|
34379
|
+
border-radius: 4px;
|
|
34380
|
+
height: 32px;
|
|
34381
|
+
display: flex;
|
|
34382
|
+
align-items: center;
|
|
34419
34383
|
}
|
|
34420
|
-
.
|
|
34421
|
-
|
|
34422
|
-
|
|
34423
|
-
font-size: 12px;
|
|
34384
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34385
|
+
min-height: auto;
|
|
34386
|
+
white-space: nowrap;
|
|
34424
34387
|
}
|
|
34425
|
-
.
|
|
34426
|
-
font-size:
|
|
34388
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34389
|
+
font-size: 13px;
|
|
34390
|
+
line-height: 20px;
|
|
34391
|
+
max-width: 100%;
|
|
34392
|
+
padding-right: 0;
|
|
34427
34393
|
}
|
|
34428
|
-
.
|
|
34429
|
-
|
|
34430
|
-
font-size: 12px;
|
|
34431
|
-
position: relative;
|
|
34394
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34395
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34432
34396
|
}
|
|
34433
|
-
|
|
34434
|
-
|
|
34397
|
+
|
|
34398
|
+
.E_h6l1tj4 {
|
|
34399
|
+
width: 100%;
|
|
34400
|
+
display: inline-flex;
|
|
34401
|
+
align-items: center;
|
|
34402
|
+
justify-content: center;
|
|
34403
|
+
column-gap: 4px;
|
|
34435
34404
|
}
|
|
34436
|
-
.
|
|
34437
|
-
|
|
34405
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34406
|
+
display: inline-flex;
|
|
34407
|
+
align-items: center;
|
|
34408
|
+
width: 18px;
|
|
34409
|
+
height: 18px;
|
|
34410
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34411
|
+
justify-content: center;
|
|
34438
34412
|
}
|
|
34439
34413
|
|
|
34440
|
-
.
|
|
34414
|
+
.E_v18frne8 {
|
|
34415
|
+
width: 100%;
|
|
34441
34416
|
display: flex;
|
|
34442
34417
|
align-items: center;
|
|
34443
|
-
|
|
34418
|
+
justify-content: center;
|
|
34419
|
+
column-gap: 6px;
|
|
34420
|
+
font-size: 13px;
|
|
34444
34421
|
}
|
|
34445
|
-
.
|
|
34422
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34423
|
+
display: inline-flex;
|
|
34424
|
+
align-items: center;
|
|
34425
|
+
min-width: 20px;
|
|
34426
|
+
min-height: 20px;
|
|
34427
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34428
|
+
justify-content: center;
|
|
34429
|
+
}
|
|
34430
|
+
|
|
34431
|
+
.E_slr2ynn {
|
|
34432
|
+
padding: 0 8px;
|
|
34433
|
+
height: 18px;
|
|
34434
|
+
}
|
|
34435
|
+
|
|
34436
|
+
.E_m140wbb6 {
|
|
34446
34437
|
padding: 2px 8px;
|
|
34447
34438
|
height: 24px;
|
|
34448
34439
|
}
|
|
34449
|
-
|
|
34450
|
-
|
|
34451
|
-
margin
|
|
34452
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34440
|
+
|
|
34441
|
+
.E_t1fozc1i {
|
|
34442
|
+
margin: 0;
|
|
34453
34443
|
}
|
|
34454
|
-
|
|
34444
|
+
|
|
34445
|
+
.E_i1vxv4ln {
|
|
34446
|
+
margin-right: 4px;
|
|
34447
|
+
height: 16px;
|
|
34448
|
+
}
|
|
34449
|
+
|
|
34450
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34451
|
+
font-weight: 700;
|
|
34452
|
+
color: #00122e;
|
|
34453
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34454
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34455
|
+
word-break: break-all;
|
|
34455
34456
|
display: inline;
|
|
34457
|
+
white-space: normal;
|
|
34456
34458
|
}
|
|
34457
34459
|
|
|
34458
|
-
.
|
|
34459
|
-
|
|
34460
|
-
height:
|
|
34461
|
-
padding: 4px;
|
|
34462
|
-
margin-right: 8px;
|
|
34460
|
+
.E_i1g85yz3 {
|
|
34461
|
+
margin-right: 4px;
|
|
34462
|
+
height: 16px;
|
|
34463
34463
|
}
|
|
34464
34464
|
|
|
34465
34465
|
.E_sddwhm6 {
|
|
@@ -34537,6 +34537,56 @@ input.E_rf8rlle.ant-input {
|
|
|
34537
34537
|
display: inline-block;
|
|
34538
34538
|
}
|
|
34539
34539
|
|
|
34540
|
+
button.E_l48ei06.ant-btn {
|
|
34541
|
+
font-size: 12px;
|
|
34542
|
+
line-height: 18px;
|
|
34543
|
+
height: 18px;
|
|
34544
|
+
}
|
|
34545
|
+
|
|
34546
|
+
button.E_l48ei06 {
|
|
34547
|
+
color: #0080FF;
|
|
34548
|
+
height: unset;
|
|
34549
|
+
}
|
|
34550
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34551
|
+
margin-right: 4px;
|
|
34552
|
+
}
|
|
34553
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34554
|
+
margin-left: 4px;
|
|
34555
|
+
}
|
|
34556
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34557
|
+
color: #009DFF;
|
|
34558
|
+
}
|
|
34559
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34560
|
+
color: #005ED1;
|
|
34561
|
+
}
|
|
34562
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34563
|
+
color: #0080FF;
|
|
34564
|
+
}
|
|
34565
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34566
|
+
color: #00122E;
|
|
34567
|
+
}
|
|
34568
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34569
|
+
color: #0080FF;
|
|
34570
|
+
}
|
|
34571
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34572
|
+
color: #005ED1;
|
|
34573
|
+
}
|
|
34574
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34575
|
+
color: #00122E;
|
|
34576
|
+
}
|
|
34577
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34578
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34579
|
+
}
|
|
34580
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34581
|
+
color: #0080FF;
|
|
34582
|
+
}
|
|
34583
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34584
|
+
color: #005ED1;
|
|
34585
|
+
}
|
|
34586
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34587
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34588
|
+
}
|
|
34589
|
+
|
|
34540
34590
|
.E_tc97u5y {
|
|
34541
34591
|
height: 100%;
|
|
34542
34592
|
}
|
|
@@ -34907,56 +34957,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34907
34957
|
background: #fff;
|
|
34908
34958
|
}
|
|
34909
34959
|
|
|
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
34960
|
.E_l12xdkhl {
|
|
34961
34961
|
width: 64px;
|
|
34962
34962
|
height: 64px;
|