@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/components.css
CHANGED
|
@@ -29572,41 +29572,6 @@ html body {
|
|
|
29572
29572
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29573
29573
|
}
|
|
29574
29574
|
}
|
|
29575
|
-
.E_b1nip9bk {
|
|
29576
|
-
padding: 4px 11px;
|
|
29577
|
-
}
|
|
29578
|
-
|
|
29579
|
-
.E_bqamoqe {
|
|
29580
|
-
white-space: nowrap;
|
|
29581
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29582
|
-
}
|
|
29583
|
-
|
|
29584
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29585
|
-
--color: #0080ff;
|
|
29586
|
-
}
|
|
29587
|
-
|
|
29588
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29589
|
-
--color: #0080ff;
|
|
29590
|
-
}
|
|
29591
|
-
|
|
29592
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29593
|
-
margin-left: 1px;
|
|
29594
|
-
}
|
|
29595
|
-
|
|
29596
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29597
|
-
border-top-right-radius: 0;
|
|
29598
|
-
border-bottom-right-radius: 0;
|
|
29599
|
-
}
|
|
29600
|
-
|
|
29601
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29602
|
-
border-top-left-radius: 0;
|
|
29603
|
-
border-bottom-left-radius: 0;
|
|
29604
|
-
}
|
|
29605
|
-
|
|
29606
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29607
|
-
border-radius: unset;
|
|
29608
|
-
}
|
|
29609
|
-
|
|
29610
29575
|
.E_c18gxmrl {
|
|
29611
29576
|
border: 1px solid #d8deeb;
|
|
29612
29577
|
border-radius: 4px;
|
|
@@ -29632,50 +29597,6 @@ html body {
|
|
|
29632
29597
|
padding: 8px 12px;
|
|
29633
29598
|
}
|
|
29634
29599
|
|
|
29635
|
-
.E_c1uzzomf {
|
|
29636
|
-
margin-bottom: 16px;
|
|
29637
|
-
}
|
|
29638
|
-
|
|
29639
|
-
.E_c1uzzomf .card-title {
|
|
29640
|
-
font-size: 16px;
|
|
29641
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29642
|
-
font-weight: 700;
|
|
29643
|
-
line-height: 32px;
|
|
29644
|
-
}
|
|
29645
|
-
|
|
29646
|
-
.E_c1uzzomf .card-body {
|
|
29647
|
-
padding: 24px;
|
|
29648
|
-
border-radius: 8px;
|
|
29649
|
-
background: #fff;
|
|
29650
|
-
}
|
|
29651
|
-
|
|
29652
|
-
.E_c1uzzomf .empty {
|
|
29653
|
-
font-weight: 700;
|
|
29654
|
-
font-size: 14px;
|
|
29655
|
-
line-height: 22px;
|
|
29656
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29657
|
-
text-align: center;
|
|
29658
|
-
}
|
|
29659
|
-
|
|
29660
|
-
.E_berrcjl {
|
|
29661
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29662
|
-
margin-bottom: 4px;
|
|
29663
|
-
}
|
|
29664
|
-
|
|
29665
|
-
.E_berrcjl .breadcrumb-link {
|
|
29666
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29667
|
-
cursor: pointer;
|
|
29668
|
-
transition: color 160ms ease;
|
|
29669
|
-
}
|
|
29670
|
-
|
|
29671
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29672
|
-
color: #0080ff;
|
|
29673
|
-
}
|
|
29674
|
-
|
|
29675
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29676
|
-
color: #005ed1;
|
|
29677
|
-
}
|
|
29678
|
-
|
|
29679
29600
|
.E_m74vjol {
|
|
29680
29601
|
display: flex;
|
|
29681
29602
|
justify-content: space-between;
|
|
@@ -29690,115 +29611,58 @@ html body {
|
|
|
29690
29611
|
width: 100%;
|
|
29691
29612
|
}
|
|
29692
29613
|
|
|
29693
|
-
.
|
|
29694
|
-
padding: 4px
|
|
29695
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29696
|
-
font-size: 12px;
|
|
29697
|
-
}
|
|
29698
|
-
|
|
29699
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29700
|
-
padding-bottom: 6px;
|
|
29701
|
-
}
|
|
29702
|
-
|
|
29703
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29704
|
-
padding-top: 4px;
|
|
29705
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29706
|
-
}
|
|
29707
|
-
|
|
29708
|
-
.E_d1bw7c5z {
|
|
29709
|
-
position: relative;
|
|
29710
|
-
max-width: 388px;
|
|
29711
|
-
min-width: 285px;
|
|
29712
|
-
}
|
|
29713
|
-
|
|
29714
|
-
.E_d1bw7c5z .center {
|
|
29715
|
-
position: absolute;
|
|
29716
|
-
font-size: 12px;
|
|
29717
|
-
width: 80px;
|
|
29718
|
-
height: 100px;
|
|
29719
|
-
top: 0;
|
|
29720
|
-
left: 35px;
|
|
29721
|
-
display: flex;
|
|
29722
|
-
flex-direction: column;
|
|
29723
|
-
justify-content: center;
|
|
29724
|
-
align-items: center;
|
|
29725
|
-
color: #00122e;
|
|
29614
|
+
.E_b1nip9bk {
|
|
29615
|
+
padding: 4px 11px;
|
|
29726
29616
|
}
|
|
29727
29617
|
|
|
29728
|
-
.
|
|
29729
|
-
|
|
29730
|
-
|
|
29618
|
+
.E_bqamoqe {
|
|
29619
|
+
white-space: nowrap;
|
|
29620
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29731
29621
|
}
|
|
29732
29622
|
|
|
29733
|
-
.
|
|
29734
|
-
|
|
29735
|
-
font-size: 12px;
|
|
29736
|
-
width: inherit;
|
|
29737
|
-
text-align: center;
|
|
29623
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29624
|
+
--color: #0080ff;
|
|
29738
29625
|
}
|
|
29739
29626
|
|
|
29740
|
-
.
|
|
29741
|
-
|
|
29627
|
+
.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] {
|
|
29628
|
+
--color: #0080ff;
|
|
29742
29629
|
}
|
|
29743
29630
|
|
|
29744
|
-
.
|
|
29745
|
-
|
|
29746
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29747
|
-
left: 0 !important;
|
|
29748
|
-
bottom: 0 !important;
|
|
29749
|
-
display: flex;
|
|
29750
|
-
align-items: center;
|
|
29631
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29632
|
+
margin-left: 1px;
|
|
29751
29633
|
}
|
|
29752
29634
|
|
|
29753
|
-
.
|
|
29754
|
-
|
|
29635
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29636
|
+
border-top-right-radius: 0;
|
|
29637
|
+
border-bottom-right-radius: 0;
|
|
29755
29638
|
}
|
|
29756
29639
|
|
|
29757
|
-
.
|
|
29758
|
-
|
|
29759
|
-
|
|
29760
|
-
line-height: 18px;
|
|
29640
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29641
|
+
border-top-left-radius: 0;
|
|
29642
|
+
border-bottom-left-radius: 0;
|
|
29761
29643
|
}
|
|
29762
29644
|
|
|
29763
|
-
.
|
|
29764
|
-
border-radius:
|
|
29645
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29646
|
+
border-radius: unset;
|
|
29765
29647
|
}
|
|
29766
29648
|
|
|
29767
|
-
.
|
|
29768
|
-
|
|
29769
|
-
|
|
29770
|
-
width: calc(100% - 20px);
|
|
29771
|
-
margin-left: 2px;
|
|
29772
|
-
color: #00122e !important;
|
|
29773
|
-
display: inline-flex;
|
|
29774
|
-
justify-content: space-between;
|
|
29649
|
+
.E_berrcjl {
|
|
29650
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29651
|
+
margin-bottom: 4px;
|
|
29775
29652
|
}
|
|
29776
29653
|
|
|
29777
|
-
.
|
|
29778
|
-
|
|
29654
|
+
.E_berrcjl .breadcrumb-link {
|
|
29655
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29779
29656
|
cursor: pointer;
|
|
29780
|
-
|
|
29781
|
-
overflow: hidden;
|
|
29782
|
-
text-overflow: ellipsis;
|
|
29783
|
-
white-space: nowrap;
|
|
29784
|
-
}
|
|
29785
|
-
|
|
29786
|
-
.E_d1bw7c5z .value {
|
|
29787
|
-
color: rgba(44, 56, 82, 0.75);
|
|
29788
|
-
}
|
|
29789
|
-
|
|
29790
|
-
.E_t10pqbtc {
|
|
29791
|
-
width: 140px;
|
|
29657
|
+
transition: color 160ms ease;
|
|
29792
29658
|
}
|
|
29793
29659
|
|
|
29794
|
-
.
|
|
29795
|
-
|
|
29796
|
-
display: flex;
|
|
29797
|
-
justify-content: space-between;
|
|
29660
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29661
|
+
color: #0080ff;
|
|
29798
29662
|
}
|
|
29799
29663
|
|
|
29800
|
-
.
|
|
29801
|
-
|
|
29664
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29665
|
+
color: #005ed1;
|
|
29802
29666
|
}
|
|
29803
29667
|
|
|
29804
29668
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30093,223 +29957,247 @@ button.E_n7k2c6r {
|
|
|
30093
29957
|
padding: 0;
|
|
30094
29958
|
}
|
|
30095
29959
|
|
|
30096
|
-
.
|
|
30097
|
-
|
|
29960
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29961
|
+
padding: 4px 8px 0 8px;
|
|
29962
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29963
|
+
font-size: 12px;
|
|
30098
29964
|
}
|
|
30099
29965
|
|
|
30100
|
-
.
|
|
30101
|
-
padding:
|
|
29966
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29967
|
+
padding-bottom: 6px;
|
|
30102
29968
|
}
|
|
30103
29969
|
|
|
30104
|
-
.
|
|
30105
|
-
|
|
30106
|
-
|
|
29970
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29971
|
+
padding-top: 4px;
|
|
29972
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30107
29973
|
}
|
|
30108
29974
|
|
|
30109
|
-
.
|
|
30110
|
-
|
|
30111
|
-
padding-bottom: 0px;
|
|
30112
|
-
padding-left: 0px !important;
|
|
30113
|
-
padding-right: 24px;
|
|
29975
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
29976
|
+
display: flex;
|
|
30114
29977
|
}
|
|
30115
29978
|
|
|
30116
|
-
.
|
|
30117
|
-
|
|
29979
|
+
.E_c1uzzomf {
|
|
29980
|
+
margin-bottom: 16px;
|
|
30118
29981
|
}
|
|
30119
29982
|
|
|
30120
|
-
.
|
|
30121
|
-
|
|
29983
|
+
.E_c1uzzomf .card-title {
|
|
29984
|
+
font-size: 16px;
|
|
29985
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29986
|
+
font-weight: 700;
|
|
29987
|
+
line-height: 32px;
|
|
30122
29988
|
}
|
|
30123
29989
|
|
|
30124
|
-
.
|
|
30125
|
-
padding
|
|
30126
|
-
|
|
29990
|
+
.E_c1uzzomf .card-body {
|
|
29991
|
+
padding: 24px;
|
|
29992
|
+
border-radius: 8px;
|
|
29993
|
+
background: #fff;
|
|
30127
29994
|
}
|
|
30128
29995
|
|
|
30129
|
-
.
|
|
30130
|
-
|
|
29996
|
+
.E_c1uzzomf .empty {
|
|
29997
|
+
font-weight: 700;
|
|
29998
|
+
font-size: 14px;
|
|
29999
|
+
line-height: 22px;
|
|
30000
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30001
|
+
text-align: center;
|
|
30131
30002
|
}
|
|
30132
30003
|
|
|
30133
|
-
.
|
|
30134
|
-
|
|
30135
|
-
align-items: baseline;
|
|
30136
|
-
white-space: pre-wrap;
|
|
30004
|
+
.E_c1yyuluq {
|
|
30005
|
+
border-radius: 8px;
|
|
30137
30006
|
}
|
|
30138
30007
|
|
|
30139
|
-
.
|
|
30140
|
-
|
|
30141
|
-
top: 3px;
|
|
30008
|
+
.E_c1yyuluq .ant-card-body {
|
|
30009
|
+
padding: 20px 24px 24px 24px;
|
|
30142
30010
|
}
|
|
30143
30011
|
|
|
30144
|
-
.
|
|
30145
|
-
|
|
30146
|
-
}
|
|
30147
|
-
|
|
30148
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30149
|
-
border-color: #0080ff;
|
|
30012
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30013
|
+
line-height: 18px;
|
|
30150
30014
|
}
|
|
30151
30015
|
|
|
30152
|
-
.
|
|
30153
|
-
|
|
30154
|
-
|
|
30016
|
+
.E_d1bw7c5z {
|
|
30017
|
+
position: relative;
|
|
30018
|
+
max-width: 388px;
|
|
30019
|
+
min-width: 285px;
|
|
30155
30020
|
}
|
|
30156
30021
|
|
|
30157
|
-
.
|
|
30158
|
-
|
|
30159
|
-
|
|
30160
|
-
width:
|
|
30161
|
-
height:
|
|
30162
|
-
|
|
30022
|
+
.E_d1bw7c5z .center {
|
|
30023
|
+
position: absolute;
|
|
30024
|
+
font-size: 12px;
|
|
30025
|
+
width: 80px;
|
|
30026
|
+
height: 100px;
|
|
30027
|
+
top: 0;
|
|
30028
|
+
left: 35px;
|
|
30029
|
+
display: flex;
|
|
30030
|
+
flex-direction: column;
|
|
30031
|
+
justify-content: center;
|
|
30032
|
+
align-items: center;
|
|
30033
|
+
color: #00122e;
|
|
30163
30034
|
}
|
|
30164
30035
|
|
|
30165
|
-
.
|
|
30166
|
-
|
|
30036
|
+
.E_d1bw7c5z .center .number {
|
|
30037
|
+
font-size: 24px;
|
|
30038
|
+
font-weight: 700;
|
|
30167
30039
|
}
|
|
30168
30040
|
|
|
30169
|
-
.
|
|
30170
|
-
|
|
30171
|
-
|
|
30041
|
+
.E_d1bw7c5z .center .text {
|
|
30042
|
+
padding: 0 5px;
|
|
30043
|
+
font-size: 12px;
|
|
30044
|
+
width: inherit;
|
|
30045
|
+
text-align: center;
|
|
30172
30046
|
}
|
|
30173
30047
|
|
|
30174
|
-
.
|
|
30175
|
-
|
|
30048
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30049
|
+
display: flex;
|
|
30176
30050
|
}
|
|
30177
30051
|
|
|
30178
|
-
.
|
|
30179
|
-
|
|
30180
|
-
|
|
30052
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30053
|
+
position: relative !important;
|
|
30054
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30055
|
+
left: 0 !important;
|
|
30056
|
+
bottom: 0 !important;
|
|
30057
|
+
display: flex;
|
|
30058
|
+
align-items: center;
|
|
30181
30059
|
}
|
|
30182
30060
|
|
|
30183
|
-
.
|
|
30184
|
-
|
|
30061
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30062
|
+
width: 100%;
|
|
30185
30063
|
}
|
|
30186
30064
|
|
|
30187
|
-
.
|
|
30188
|
-
|
|
30189
|
-
|
|
30190
|
-
|
|
30065
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30066
|
+
width: 100%;
|
|
30067
|
+
margin-right: 0 !important;
|
|
30068
|
+
line-height: 18px;
|
|
30191
30069
|
}
|
|
30192
30070
|
|
|
30193
|
-
.
|
|
30194
|
-
|
|
30195
|
-
white-space: pre-wrap;
|
|
30196
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30071
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30072
|
+
border-radius: 2px;
|
|
30197
30073
|
}
|
|
30198
30074
|
|
|
30199
|
-
.
|
|
30200
|
-
|
|
30075
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30076
|
+
min-width: 75px;
|
|
30077
|
+
max-width: 198px;
|
|
30078
|
+
width: calc(100% - 20px);
|
|
30079
|
+
margin-left: 2px;
|
|
30080
|
+
color: #00122e !important;
|
|
30081
|
+
display: inline-flex;
|
|
30082
|
+
justify-content: space-between;
|
|
30201
30083
|
}
|
|
30202
30084
|
|
|
30203
|
-
.
|
|
30204
|
-
|
|
30085
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30086
|
+
maxwidth: calc(100% - 12px);
|
|
30087
|
+
cursor: pointer;
|
|
30088
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30089
|
+
overflow: hidden;
|
|
30090
|
+
text-overflow: ellipsis;
|
|
30091
|
+
white-space: nowrap;
|
|
30205
30092
|
}
|
|
30206
30093
|
|
|
30207
|
-
.
|
|
30208
|
-
|
|
30094
|
+
.E_d1bw7c5z .value {
|
|
30095
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30209
30096
|
}
|
|
30210
30097
|
|
|
30211
|
-
.
|
|
30212
|
-
|
|
30213
|
-
border-color: #ccd4e3;
|
|
30098
|
+
.E_t10pqbtc {
|
|
30099
|
+
width: 140px;
|
|
30214
30100
|
}
|
|
30215
30101
|
|
|
30216
|
-
.
|
|
30217
|
-
|
|
30102
|
+
.E_t10pqbtc .item {
|
|
30103
|
+
margin: 6px auto;
|
|
30104
|
+
display: flex;
|
|
30105
|
+
justify-content: space-between;
|
|
30218
30106
|
}
|
|
30219
30107
|
|
|
30220
|
-
.
|
|
30221
|
-
|
|
30222
|
-
line-height: 32px;
|
|
30223
|
-
height: 32px;
|
|
30108
|
+
.E_t10pqbtc .item .name {
|
|
30109
|
+
width: 102px;
|
|
30224
30110
|
}
|
|
30225
30111
|
|
|
30226
|
-
.
|
|
30227
|
-
|
|
30112
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30113
|
+
border: 0px;
|
|
30114
|
+
background-color: #fff;
|
|
30228
30115
|
}
|
|
30229
30116
|
|
|
30230
|
-
.ant-
|
|
30231
|
-
|
|
30232
|
-
padding:
|
|
30233
|
-
|
|
30117
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30118
|
+
padding-top: 0px;
|
|
30119
|
+
padding-bottom: 0px;
|
|
30120
|
+
padding-left: 0px !important;
|
|
30121
|
+
padding-right: 24px;
|
|
30234
30122
|
}
|
|
30235
30123
|
|
|
30236
|
-
.
|
|
30237
|
-
|
|
30124
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30125
|
+
right: 0px;
|
|
30238
30126
|
}
|
|
30239
30127
|
|
|
30240
|
-
.
|
|
30241
|
-
|
|
30128
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30129
|
+
padding: 0px;
|
|
30242
30130
|
}
|
|
30243
30131
|
|
|
30244
|
-
.
|
|
30245
|
-
|
|
30246
|
-
|
|
30132
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30133
|
+
padding-right: 0px;
|
|
30134
|
+
cursor: default;
|
|
30247
30135
|
}
|
|
30248
30136
|
|
|
30249
|
-
.
|
|
30250
|
-
|
|
30137
|
+
.E_phljevk {
|
|
30138
|
+
display: flex;
|
|
30139
|
+
justify-content: space-between;
|
|
30140
|
+
align-items: center;
|
|
30141
|
+
padding: 10px 0;
|
|
30142
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30143
|
+
font-size: 12px;
|
|
30144
|
+
line-height: 24px;
|
|
30251
30145
|
}
|
|
30252
30146
|
|
|
30253
|
-
.
|
|
30254
|
-
|
|
30147
|
+
.E_phljevk .pagination-left {
|
|
30148
|
+
padding: 2px 8px;
|
|
30255
30149
|
}
|
|
30256
30150
|
|
|
30257
|
-
.
|
|
30258
|
-
|
|
30151
|
+
.E_phljevk .dropdown-trigger {
|
|
30152
|
+
display: flex;
|
|
30153
|
+
align-items: center;
|
|
30154
|
+
border-radius: 6px;
|
|
30155
|
+
cursor: pointer;
|
|
30156
|
+
transition: all 0.3s ease;
|
|
30259
30157
|
}
|
|
30260
30158
|
|
|
30261
|
-
.
|
|
30159
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30262
30160
|
background: rgba(211, 218, 235, 0.6);
|
|
30263
|
-
|
|
30264
|
-
opacity: 0.5;
|
|
30265
|
-
}
|
|
30266
|
-
|
|
30267
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30268
|
-
color: #00122e;
|
|
30269
|
-
border-color: #ccd4e3;
|
|
30161
|
+
color: #0080ff;
|
|
30270
30162
|
}
|
|
30271
30163
|
|
|
30272
|
-
.
|
|
30273
|
-
|
|
30274
|
-
border-color: #ccd4e3;
|
|
30275
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30164
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30165
|
+
margin-left: 4px;
|
|
30276
30166
|
}
|
|
30277
30167
|
|
|
30278
|
-
.
|
|
30279
|
-
|
|
30280
|
-
|
|
30281
|
-
|
|
30282
|
-
|
|
30283
|
-
width: 36px;
|
|
30284
|
-
background: transparent;
|
|
30168
|
+
.E_phljevk .pagination-right {
|
|
30169
|
+
display: flex;
|
|
30170
|
+
align-items: center;
|
|
30171
|
+
color: #0080ff;
|
|
30172
|
+
font-weight: bold;
|
|
30285
30173
|
}
|
|
30286
30174
|
|
|
30287
|
-
.
|
|
30288
|
-
|
|
30175
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30176
|
+
margin-left: 4px;
|
|
30289
30177
|
}
|
|
30290
30178
|
|
|
30291
|
-
.
|
|
30292
|
-
|
|
30293
|
-
|
|
30294
|
-
box-shadow: none;
|
|
30179
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30180
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30181
|
+
padding: 0 8px;
|
|
30295
30182
|
}
|
|
30296
30183
|
|
|
30297
|
-
.
|
|
30298
|
-
|
|
30184
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30185
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30186
|
+
color: #0080ff;
|
|
30299
30187
|
}
|
|
30300
30188
|
|
|
30301
|
-
.
|
|
30302
|
-
|
|
30189
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30190
|
+
transform: rotate(180deg);
|
|
30303
30191
|
}
|
|
30304
30192
|
|
|
30305
|
-
.
|
|
30306
|
-
|
|
30307
|
-
|
|
30308
|
-
padding: 0;
|
|
30309
|
-
width: 36px;
|
|
30193
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30194
|
+
max-height: calc(100vh - 128px);
|
|
30195
|
+
overflow-y: auto;
|
|
30310
30196
|
}
|
|
30311
30197
|
|
|
30312
|
-
.
|
|
30198
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30199
|
+
padding: 4px 20px;
|
|
30200
|
+
font-size: 12px;
|
|
30313
30201
|
line-height: 18px;
|
|
30314
30202
|
}
|
|
30315
30203
|
|
|
@@ -30422,180 +30310,552 @@ button.E_n7k2c6r {
|
|
|
30422
30310
|
transform: rotate(180deg);
|
|
30423
30311
|
}
|
|
30424
30312
|
|
|
30425
|
-
.
|
|
30426
|
-
|
|
30427
|
-
justify-content: space-between;
|
|
30428
|
-
align-items: center;
|
|
30429
|
-
padding: 10px 0;
|
|
30430
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30431
|
-
font-size: 12px;
|
|
30432
|
-
line-height: 24px;
|
|
30313
|
+
.E_tju3gfj .date {
|
|
30314
|
+
margin-right: 4px;
|
|
30433
30315
|
}
|
|
30434
30316
|
|
|
30435
|
-
.
|
|
30436
|
-
|
|
30317
|
+
.E_s1dni7lo {
|
|
30318
|
+
width: 430px !important;
|
|
30437
30319
|
}
|
|
30438
30320
|
|
|
30439
|
-
.
|
|
30440
|
-
|
|
30441
|
-
|
|
30442
|
-
border-
|
|
30443
|
-
|
|
30444
|
-
|
|
30321
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30322
|
+
padding: 8px 16px;
|
|
30323
|
+
line-height: 18px;
|
|
30324
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30325
|
+
height: 34px;
|
|
30326
|
+
min-height: 34px;
|
|
30327
|
+
box-sizing: border-box;
|
|
30328
|
+
margin-top: 8px;
|
|
30445
30329
|
}
|
|
30446
30330
|
|
|
30447
|
-
.
|
|
30448
|
-
|
|
30331
|
+
.E_o1ugr09p {
|
|
30332
|
+
display: flex;
|
|
30333
|
+
flex-direction: column;
|
|
30334
|
+
margin: 1px 8px;
|
|
30335
|
+
padding: 8px;
|
|
30336
|
+
border-radius: 4px;
|
|
30337
|
+
}
|
|
30338
|
+
|
|
30339
|
+
.E_o1ugr09p .selected-icon {
|
|
30340
|
+
display: none;
|
|
30341
|
+
}
|
|
30342
|
+
|
|
30343
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30344
|
+
padding-left: 8px;
|
|
30345
|
+
}
|
|
30346
|
+
|
|
30347
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30348
|
+
background-color: white;
|
|
30349
|
+
}
|
|
30350
|
+
|
|
30351
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30352
|
+
color: #0080ff;
|
|
30353
|
+
}
|
|
30354
|
+
|
|
30355
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30356
|
+
display: block;
|
|
30357
|
+
}
|
|
30358
|
+
|
|
30359
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30360
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30361
|
+
}
|
|
30362
|
+
|
|
30363
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30449
30364
|
color: #0080ff;
|
|
30450
30365
|
}
|
|
30451
30366
|
|
|
30452
|
-
.
|
|
30453
|
-
|
|
30367
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30368
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30369
|
+
color: #0080ff;
|
|
30370
|
+
}
|
|
30371
|
+
|
|
30372
|
+
.E_o1ifxsq4 {
|
|
30373
|
+
display: flex;
|
|
30374
|
+
justify-content: space-between;
|
|
30375
|
+
height: 20px;
|
|
30376
|
+
line-height: 20px;
|
|
30377
|
+
}
|
|
30378
|
+
|
|
30379
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30380
|
+
color: #2d3a56;
|
|
30381
|
+
overflow: hidden;
|
|
30382
|
+
text-overflow: ellipsis;
|
|
30383
|
+
}
|
|
30384
|
+
|
|
30385
|
+
.E_o1zue7 {
|
|
30386
|
+
display: flex;
|
|
30387
|
+
justify-content: space-between;
|
|
30388
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30389
|
+
height: 18px;
|
|
30390
|
+
line-height: 18px;
|
|
30391
|
+
margin-top: 2px;
|
|
30392
|
+
}
|
|
30393
|
+
|
|
30394
|
+
.E_tyfmlxg {
|
|
30395
|
+
border: none;
|
|
30396
|
+
margin-right: 0;
|
|
30397
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30398
|
+
}
|
|
30399
|
+
|
|
30400
|
+
.E_o18uybox {
|
|
30401
|
+
pointer-events: none;
|
|
30402
|
+
height: 32px;
|
|
30403
|
+
width: 100%;
|
|
30404
|
+
opacity: 0;
|
|
30405
|
+
}
|
|
30406
|
+
|
|
30407
|
+
.E_s1dizucg.ant-switch {
|
|
30408
|
+
min-width: 40px;
|
|
30409
|
+
height: 24px;
|
|
30410
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30411
|
+
overflow: hidden;
|
|
30412
|
+
}
|
|
30413
|
+
|
|
30414
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30415
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30416
|
+
}
|
|
30417
|
+
|
|
30418
|
+
.E_s1dizucg.ant-switch-small {
|
|
30419
|
+
min-width: 26px;
|
|
30420
|
+
height: 16px;
|
|
30421
|
+
}
|
|
30422
|
+
|
|
30423
|
+
.E_s1dizucg.ant-switch-large {
|
|
30424
|
+
min-width: 52px;
|
|
30425
|
+
height: 32px;
|
|
30426
|
+
}
|
|
30427
|
+
|
|
30428
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30429
|
+
height: 20px;
|
|
30430
|
+
width: 20px;
|
|
30431
|
+
}
|
|
30432
|
+
|
|
30433
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30434
|
+
border-radius: 10px;
|
|
30435
|
+
transition-delay: 120ms;
|
|
30436
|
+
}
|
|
30437
|
+
|
|
30438
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30439
|
+
height: 14px;
|
|
30440
|
+
width: 14px;
|
|
30441
|
+
top: 1px;
|
|
30442
|
+
left: 1px;
|
|
30443
|
+
}
|
|
30444
|
+
|
|
30445
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30446
|
+
height: 28px;
|
|
30447
|
+
width: 28px;
|
|
30448
|
+
}
|
|
30449
|
+
|
|
30450
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30451
|
+
border-radius: 14px;
|
|
30452
|
+
}
|
|
30453
|
+
|
|
30454
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30455
|
+
background-color: #00ba5d;
|
|
30456
|
+
}
|
|
30457
|
+
|
|
30458
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30459
|
+
left: calc(100% - 20px - 2px);
|
|
30460
|
+
}
|
|
30461
|
+
|
|
30462
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30463
|
+
left: calc(100% - 14px - 1px);
|
|
30464
|
+
}
|
|
30465
|
+
|
|
30466
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30467
|
+
left: calc(100% - 28px - 2px);
|
|
30468
|
+
}
|
|
30469
|
+
|
|
30470
|
+
.E_c1up6e3y {
|
|
30471
|
+
margin-left: 5px;
|
|
30472
|
+
}
|
|
30473
|
+
|
|
30474
|
+
.E_c1bus5hc {
|
|
30475
|
+
--color: white;
|
|
30476
|
+
height: 14px;
|
|
30477
|
+
width: 14px;
|
|
30478
|
+
border-radius: 50%;
|
|
30479
|
+
flex-shrink: 0;
|
|
30480
|
+
display: flex;
|
|
30481
|
+
align-items: center;
|
|
30482
|
+
justify-content: center;
|
|
30483
|
+
border: 1px solid var(--color);
|
|
30484
|
+
}
|
|
30485
|
+
|
|
30486
|
+
.E_c1bus5hc .circle-inner {
|
|
30487
|
+
position: relative;
|
|
30488
|
+
height: 10px;
|
|
30489
|
+
width: 10px;
|
|
30490
|
+
border-radius: 50%;
|
|
30491
|
+
overflow: hidden;
|
|
30492
|
+
}
|
|
30493
|
+
|
|
30494
|
+
.E_c1bus5hc .circle-content {
|
|
30495
|
+
position: absolute;
|
|
30496
|
+
height: 100%;
|
|
30497
|
+
width: 100%;
|
|
30498
|
+
left: 0;
|
|
30499
|
+
top: 0;
|
|
30500
|
+
border-radius: 50%;
|
|
30501
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30502
|
+
transform: rotate(180deg);
|
|
30503
|
+
}
|
|
30504
|
+
|
|
30505
|
+
.E_c1bus5hc .circle-child {
|
|
30506
|
+
position: absolute;
|
|
30507
|
+
height: 100%;
|
|
30508
|
+
width: 100%;
|
|
30509
|
+
left: 0;
|
|
30510
|
+
top: 0;
|
|
30511
|
+
margin-left: 50%;
|
|
30512
|
+
transform-origin: left;
|
|
30513
|
+
background: white;
|
|
30514
|
+
transform: rotate(0deg);
|
|
30515
|
+
}
|
|
30516
|
+
|
|
30517
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30518
|
+
display: inline-flex;
|
|
30519
|
+
align-items: baseline;
|
|
30520
|
+
white-space: pre-wrap;
|
|
30521
|
+
}
|
|
30522
|
+
|
|
30523
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30524
|
+
position: relative;
|
|
30525
|
+
top: 3px;
|
|
30526
|
+
}
|
|
30527
|
+
|
|
30528
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30529
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30530
|
+
}
|
|
30531
|
+
|
|
30532
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30533
|
+
border-color: #0080ff;
|
|
30534
|
+
}
|
|
30535
|
+
|
|
30536
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30537
|
+
border-color: #0080ff;
|
|
30538
|
+
background: #0080ff;
|
|
30539
|
+
}
|
|
30540
|
+
|
|
30541
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30542
|
+
top: 4px;
|
|
30543
|
+
left: 4px;
|
|
30544
|
+
width: 6px;
|
|
30545
|
+
height: 6px;
|
|
30546
|
+
background: #fff;
|
|
30547
|
+
}
|
|
30548
|
+
|
|
30549
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30550
|
+
opacity: 0.5;
|
|
30551
|
+
}
|
|
30552
|
+
|
|
30553
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30554
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30555
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30556
|
+
}
|
|
30557
|
+
|
|
30558
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30559
|
+
background: #00122e;
|
|
30560
|
+
}
|
|
30561
|
+
|
|
30562
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30563
|
+
color: #00122e;
|
|
30564
|
+
opacity: 0.5;
|
|
30565
|
+
}
|
|
30566
|
+
|
|
30567
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30568
|
+
color: #00122e;
|
|
30569
|
+
}
|
|
30570
|
+
|
|
30571
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30572
|
+
display: inline-block;
|
|
30573
|
+
padding: 0;
|
|
30574
|
+
padding-left: 12px;
|
|
30575
|
+
}
|
|
30576
|
+
|
|
30577
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30578
|
+
margin-bottom: 0;
|
|
30579
|
+
white-space: pre-wrap;
|
|
30580
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30581
|
+
}
|
|
30582
|
+
|
|
30583
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30584
|
+
padding-left: 8px;
|
|
30585
|
+
}
|
|
30586
|
+
|
|
30587
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30588
|
+
border-radius: 5px 0 0 5px;
|
|
30589
|
+
}
|
|
30590
|
+
|
|
30591
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30592
|
+
border-radius: 0 5px 5px 0;
|
|
30593
|
+
}
|
|
30594
|
+
|
|
30595
|
+
.E_rcc63c8 {
|
|
30596
|
+
color: #00122e;
|
|
30597
|
+
border-color: #ccd4e3;
|
|
30598
|
+
}
|
|
30599
|
+
|
|
30600
|
+
.E_rcc63c8:first-child {
|
|
30601
|
+
border-color: #a3b4cc;
|
|
30602
|
+
}
|
|
30603
|
+
|
|
30604
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30605
|
+
padding: 0 12px;
|
|
30606
|
+
line-height: 32px;
|
|
30607
|
+
height: 32px;
|
|
30608
|
+
}
|
|
30609
|
+
|
|
30610
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30611
|
+
white-space: nowrap;
|
|
30612
|
+
}
|
|
30613
|
+
|
|
30614
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30615
|
+
height: 22px;
|
|
30616
|
+
padding: 0 7px;
|
|
30617
|
+
line-height: 20px;
|
|
30618
|
+
}
|
|
30619
|
+
|
|
30620
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30621
|
+
background: #ccd4e3;
|
|
30622
|
+
}
|
|
30623
|
+
|
|
30624
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30625
|
+
background: #0080ff;
|
|
30626
|
+
}
|
|
30627
|
+
|
|
30628
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30629
|
+
background: #ccd4e3;
|
|
30630
|
+
opacity: 0.5;
|
|
30631
|
+
}
|
|
30632
|
+
|
|
30633
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30634
|
+
border-right-color: #0080ff;
|
|
30635
|
+
}
|
|
30636
|
+
|
|
30637
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30638
|
+
border-color: #0080ff;
|
|
30639
|
+
}
|
|
30640
|
+
|
|
30641
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30642
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30643
|
+
}
|
|
30644
|
+
|
|
30645
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30646
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30647
|
+
border-color: #ccd4e3;
|
|
30648
|
+
opacity: 0.5;
|
|
30649
|
+
}
|
|
30650
|
+
|
|
30651
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30652
|
+
color: #00122e;
|
|
30653
|
+
border-color: #ccd4e3;
|
|
30654
|
+
}
|
|
30655
|
+
|
|
30656
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30657
|
+
color: #00122e;
|
|
30658
|
+
border-color: #ccd4e3;
|
|
30659
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30660
|
+
}
|
|
30661
|
+
|
|
30662
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
30663
|
+
margin-right: 8px;
|
|
30664
|
+
display: inline;
|
|
30665
|
+
border: none;
|
|
30666
|
+
padding: 0;
|
|
30667
|
+
width: 36px;
|
|
30668
|
+
background: transparent;
|
|
30669
|
+
}
|
|
30670
|
+
|
|
30671
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30672
|
+
box-shadow: none;
|
|
30673
|
+
}
|
|
30674
|
+
|
|
30675
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30676
|
+
margin-right: 0;
|
|
30677
|
+
width: initial;
|
|
30678
|
+
box-shadow: none;
|
|
30679
|
+
}
|
|
30680
|
+
|
|
30681
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30682
|
+
display: none;
|
|
30683
|
+
}
|
|
30684
|
+
|
|
30685
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30686
|
+
display: inline;
|
|
30687
|
+
}
|
|
30688
|
+
|
|
30689
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30690
|
+
display: inline;
|
|
30691
|
+
margin-right: 8px;
|
|
30692
|
+
padding: 0;
|
|
30693
|
+
width: 36px;
|
|
30694
|
+
}
|
|
30695
|
+
|
|
30696
|
+
.E_s1sck0th {
|
|
30697
|
+
padding: 0 8px;
|
|
30698
|
+
border-radius: 4px;
|
|
30699
|
+
}
|
|
30700
|
+
|
|
30701
|
+
.E_m855nr1 {
|
|
30702
|
+
padding: 2px 8px;
|
|
30703
|
+
border-radius: 3px;
|
|
30704
|
+
}
|
|
30705
|
+
|
|
30706
|
+
.E_l1270xpg {
|
|
30707
|
+
padding: 3px 8px;
|
|
30708
|
+
border-radius: 2px;
|
|
30454
30709
|
}
|
|
30455
30710
|
|
|
30456
|
-
.
|
|
30457
|
-
|
|
30711
|
+
.E_t14rextb.ant-tag:hover {
|
|
30712
|
+
opacity: unset;
|
|
30713
|
+
}
|
|
30714
|
+
|
|
30715
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30716
|
+
margin: 0;
|
|
30717
|
+
margin-right: 8px;
|
|
30718
|
+
display: inline-flex;
|
|
30458
30719
|
align-items: center;
|
|
30459
|
-
|
|
30460
|
-
font-weight: bold;
|
|
30720
|
+
border: none;
|
|
30461
30721
|
}
|
|
30462
30722
|
|
|
30463
|
-
.
|
|
30723
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30724
|
+
width: 16px;
|
|
30725
|
+
height: 16px;
|
|
30726
|
+
color: inherit;
|
|
30464
30727
|
margin-left: 4px;
|
|
30728
|
+
opacity: 0.6;
|
|
30729
|
+
display: inline-flex;
|
|
30465
30730
|
}
|
|
30466
30731
|
|
|
30467
|
-
.
|
|
30468
|
-
|
|
30469
|
-
padding: 0 8px;
|
|
30732
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30733
|
+
opacity: 1;
|
|
30470
30734
|
}
|
|
30471
30735
|
|
|
30472
|
-
.
|
|
30473
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30736
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30474
30737
|
color: #0080ff;
|
|
30738
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30475
30739
|
}
|
|
30476
30740
|
|
|
30477
|
-
.
|
|
30478
|
-
|
|
30741
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30742
|
+
color: #f0483e;
|
|
30743
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30479
30744
|
}
|
|
30480
30745
|
|
|
30481
|
-
.
|
|
30482
|
-
|
|
30483
|
-
|
|
30746
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30747
|
+
color: #e07f00;
|
|
30748
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30484
30749
|
}
|
|
30485
30750
|
|
|
30486
|
-
.
|
|
30487
|
-
|
|
30488
|
-
|
|
30489
|
-
line-height: 18px;
|
|
30751
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30752
|
+
color: #008f4c;
|
|
30753
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30490
30754
|
}
|
|
30491
30755
|
|
|
30492
|
-
.
|
|
30493
|
-
|
|
30494
|
-
|
|
30495
|
-
border-radius: 4px;
|
|
30756
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30757
|
+
color: #1d326c;
|
|
30758
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30496
30759
|
}
|
|
30497
30760
|
|
|
30498
|
-
.
|
|
30499
|
-
|
|
30500
|
-
|
|
30501
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
30502
|
-
border-top: none;
|
|
30761
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30762
|
+
color: #7E41FF;
|
|
30763
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30503
30764
|
}
|
|
30504
30765
|
|
|
30505
|
-
.
|
|
30506
|
-
|
|
30507
|
-
padding: 0 16px;
|
|
30766
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30767
|
+
color: #fff;
|
|
30508
30768
|
}
|
|
30509
30769
|
|
|
30510
|
-
.
|
|
30511
|
-
|
|
30512
|
-
width: 100%;
|
|
30513
|
-
height: 180px;
|
|
30514
|
-
border-spacing: 0;
|
|
30770
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30771
|
+
background-color: #f0483e;
|
|
30515
30772
|
}
|
|
30516
30773
|
|
|
30517
|
-
.
|
|
30518
|
-
|
|
30519
|
-
margin-bottom: 8px;
|
|
30774
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30775
|
+
background-color: #fea008;
|
|
30520
30776
|
}
|
|
30521
30777
|
|
|
30522
|
-
.
|
|
30523
|
-
|
|
30524
|
-
width: 22px;
|
|
30778
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30779
|
+
background-color: #00ba5d;
|
|
30525
30780
|
}
|
|
30526
30781
|
|
|
30527
|
-
.
|
|
30528
|
-
|
|
30529
|
-
padding: 0;
|
|
30782
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30783
|
+
background-color: #0080ff;
|
|
30530
30784
|
}
|
|
30531
30785
|
|
|
30532
|
-
.
|
|
30533
|
-
color:
|
|
30534
|
-
opacity: 0.4;
|
|
30786
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30787
|
+
background-color: #6b7d99;
|
|
30535
30788
|
}
|
|
30536
30789
|
|
|
30537
|
-
.
|
|
30538
|
-
color:
|
|
30539
|
-
opacity: 1;
|
|
30790
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30791
|
+
background-color: #7E41FF;
|
|
30540
30792
|
}
|
|
30541
30793
|
|
|
30542
|
-
.
|
|
30543
|
-
|
|
30794
|
+
.E_iq1gosr {
|
|
30795
|
+
display: inline-block;
|
|
30544
30796
|
}
|
|
30545
30797
|
|
|
30546
|
-
.
|
|
30547
|
-
|
|
30798
|
+
.E_gmyahx3 {
|
|
30799
|
+
cursor: pointer;
|
|
30548
30800
|
}
|
|
30549
30801
|
|
|
30550
|
-
.
|
|
30551
|
-
color: rgba(
|
|
30552
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30553
|
-
backdrop-filter: blur(10px);
|
|
30554
|
-
padding: 7px 10px;
|
|
30802
|
+
.E_gmyahx3 .link-text {
|
|
30803
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30555
30804
|
}
|
|
30556
30805
|
|
|
30557
|
-
.
|
|
30558
|
-
color:
|
|
30806
|
+
.E_gmyahx3:hover .link-text {
|
|
30807
|
+
color: #0080ff;
|
|
30808
|
+
}
|
|
30809
|
+
|
|
30810
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30559
30811
|
display: flex;
|
|
30560
|
-
justify-content: space-between;
|
|
30561
30812
|
align-items: center;
|
|
30562
|
-
padding: 8px 16px;
|
|
30563
30813
|
}
|
|
30564
30814
|
|
|
30565
|
-
.
|
|
30566
|
-
|
|
30815
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30816
|
+
margin-right: 8px;
|
|
30567
30817
|
}
|
|
30568
30818
|
|
|
30569
|
-
.
|
|
30570
|
-
|
|
30819
|
+
.E_ou7iq30 {
|
|
30820
|
+
overflow: hidden;
|
|
30821
|
+
text-overflow: ellipsis;
|
|
30571
30822
|
}
|
|
30572
30823
|
|
|
30573
|
-
.
|
|
30574
|
-
|
|
30824
|
+
.E_s1tui002 {
|
|
30825
|
+
white-space: nowrap;
|
|
30575
30826
|
}
|
|
30576
30827
|
|
|
30577
|
-
.
|
|
30578
|
-
display:
|
|
30579
|
-
|
|
30828
|
+
.E_mxrc2zg {
|
|
30829
|
+
display: -webkit-box;
|
|
30830
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30831
|
+
-webkit-box-orient: vertical;
|
|
30832
|
+
word-break: break-all;
|
|
30580
30833
|
}
|
|
30581
30834
|
|
|
30582
|
-
.
|
|
30583
|
-
display:
|
|
30584
|
-
width: 2px;
|
|
30585
|
-
height: 2px;
|
|
30586
|
-
border-radius: 1px;
|
|
30587
|
-
background: #0096ff;
|
|
30835
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
30836
|
+
display: none;
|
|
30588
30837
|
}
|
|
30589
30838
|
|
|
30590
|
-
.
|
|
30591
|
-
|
|
30839
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
30840
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30841
|
+
border-radius: 4px;
|
|
30592
30842
|
}
|
|
30593
30843
|
|
|
30594
|
-
.
|
|
30595
|
-
|
|
30596
|
-
|
|
30597
|
-
|
|
30598
|
-
|
|
30844
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30845
|
+
visibility: hidden;
|
|
30846
|
+
}
|
|
30847
|
+
|
|
30848
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30849
|
+
display: none;
|
|
30850
|
+
}
|
|
30851
|
+
|
|
30852
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30853
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30854
|
+
border-radius: 4px;
|
|
30855
|
+
}
|
|
30856
|
+
|
|
30857
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30858
|
+
visibility: hidden;
|
|
30599
30859
|
}
|
|
30600
30860
|
|
|
30601
30861
|
.E_s1ebs0ra {
|
|
@@ -30626,255 +30886,177 @@ button.E_n7k2c6r {
|
|
|
30626
30886
|
justify-content: center;
|
|
30627
30887
|
}
|
|
30628
30888
|
|
|
30629
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30630
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30631
|
-
}
|
|
30632
|
-
|
|
30633
|
-
.E_s1ebs0ra .action-group {
|
|
30634
|
-
flex: 1;
|
|
30635
|
-
margin-left: 88px;
|
|
30636
|
-
white-space: nowrap;
|
|
30637
|
-
text-align: right;
|
|
30638
|
-
position: relative;
|
|
30639
|
-
padding: 4px 0;
|
|
30640
|
-
margin-top: -4px;
|
|
30641
|
-
overflow: hidden;
|
|
30642
|
-
}
|
|
30643
|
-
|
|
30644
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30645
|
-
transform: translateY(-4px);
|
|
30646
|
-
}
|
|
30647
|
-
|
|
30648
|
-
.E_s1ebs0ra .action-group button {
|
|
30649
|
-
border: none;
|
|
30650
|
-
}
|
|
30651
|
-
|
|
30652
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
30653
|
-
margin-right: 8px;
|
|
30654
|
-
}
|
|
30655
|
-
|
|
30656
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
30657
|
-
margin-right: 4px;
|
|
30658
|
-
}
|
|
30659
|
-
|
|
30660
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
30661
|
-
cursor: pointer;
|
|
30662
|
-
width: 32px;
|
|
30663
|
-
height: 32px;
|
|
30664
|
-
justify-content: center;
|
|
30665
|
-
border-radius: 50%;
|
|
30666
|
-
}
|
|
30667
|
-
|
|
30668
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30669
|
-
background: #fff;
|
|
30670
|
-
}
|
|
30671
|
-
|
|
30672
|
-
.E_s1sck0th {
|
|
30673
|
-
padding: 0 8px;
|
|
30674
|
-
border-radius: 4px;
|
|
30675
|
-
}
|
|
30676
|
-
|
|
30677
|
-
.E_m855nr1 {
|
|
30678
|
-
padding: 2px 8px;
|
|
30679
|
-
border-radius: 3px;
|
|
30680
|
-
}
|
|
30681
|
-
|
|
30682
|
-
.E_l1270xpg {
|
|
30683
|
-
padding: 3px 8px;
|
|
30684
|
-
border-radius: 2px;
|
|
30685
|
-
}
|
|
30686
|
-
|
|
30687
|
-
.E_t14rextb.ant-tag:hover {
|
|
30688
|
-
opacity: unset;
|
|
30689
|
-
}
|
|
30690
|
-
|
|
30691
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30692
|
-
margin: 0;
|
|
30693
|
-
margin-right: 8px;
|
|
30694
|
-
display: inline-flex;
|
|
30695
|
-
align-items: center;
|
|
30696
|
-
border: none;
|
|
30697
|
-
}
|
|
30698
|
-
|
|
30699
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30700
|
-
width: 16px;
|
|
30701
|
-
height: 16px;
|
|
30702
|
-
color: inherit;
|
|
30703
|
-
margin-left: 4px;
|
|
30704
|
-
opacity: 0.6;
|
|
30705
|
-
display: inline-flex;
|
|
30889
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30890
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30706
30891
|
}
|
|
30707
30892
|
|
|
30708
|
-
.
|
|
30709
|
-
|
|
30893
|
+
.E_s1ebs0ra .action-group {
|
|
30894
|
+
flex: 1;
|
|
30895
|
+
margin-left: 88px;
|
|
30896
|
+
white-space: nowrap;
|
|
30897
|
+
text-align: right;
|
|
30898
|
+
position: relative;
|
|
30899
|
+
padding: 4px 0;
|
|
30900
|
+
margin-top: -4px;
|
|
30901
|
+
overflow: hidden;
|
|
30710
30902
|
}
|
|
30711
30903
|
|
|
30712
|
-
.
|
|
30713
|
-
|
|
30714
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30904
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30905
|
+
transform: translateY(-4px);
|
|
30715
30906
|
}
|
|
30716
30907
|
|
|
30717
|
-
.
|
|
30718
|
-
|
|
30719
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30908
|
+
.E_s1ebs0ra .action-group button {
|
|
30909
|
+
border: none;
|
|
30720
30910
|
}
|
|
30721
30911
|
|
|
30722
|
-
.
|
|
30723
|
-
|
|
30724
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
30912
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
30913
|
+
margin-right: 8px;
|
|
30725
30914
|
}
|
|
30726
30915
|
|
|
30727
|
-
.
|
|
30728
|
-
|
|
30729
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
30916
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
30917
|
+
margin-right: 4px;
|
|
30730
30918
|
}
|
|
30731
30919
|
|
|
30732
|
-
.
|
|
30733
|
-
|
|
30734
|
-
|
|
30920
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
30921
|
+
cursor: pointer;
|
|
30922
|
+
width: 32px;
|
|
30923
|
+
height: 32px;
|
|
30924
|
+
justify-content: center;
|
|
30925
|
+
border-radius: 50%;
|
|
30735
30926
|
}
|
|
30736
30927
|
|
|
30737
|
-
.
|
|
30738
|
-
|
|
30739
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
30928
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30929
|
+
background: #fff;
|
|
30740
30930
|
}
|
|
30741
30931
|
|
|
30742
|
-
.
|
|
30743
|
-
|
|
30932
|
+
span.E_tqjc4ui {
|
|
30933
|
+
margin: 0 2px;
|
|
30744
30934
|
}
|
|
30745
30935
|
|
|
30746
|
-
.
|
|
30747
|
-
|
|
30936
|
+
.E_n12mqh7z {
|
|
30937
|
+
display: flex;
|
|
30938
|
+
align-items: center;
|
|
30939
|
+
font-size: 12px;
|
|
30940
|
+
line-height: 18px;
|
|
30748
30941
|
}
|
|
30749
30942
|
|
|
30750
|
-
.
|
|
30751
|
-
|
|
30943
|
+
.E_n12mqh7z:not(:last-child) {
|
|
30944
|
+
margin-bottom: 4px;
|
|
30752
30945
|
}
|
|
30753
30946
|
|
|
30754
|
-
.
|
|
30755
|
-
|
|
30947
|
+
.E_tf5bynu {
|
|
30948
|
+
margin: 0 3px;
|
|
30756
30949
|
}
|
|
30757
30950
|
|
|
30758
|
-
.
|
|
30759
|
-
|
|
30951
|
+
.E_tcckoz1 {
|
|
30952
|
+
max-height: 400px;
|
|
30953
|
+
overflow: auto;
|
|
30760
30954
|
}
|
|
30761
30955
|
|
|
30762
|
-
.
|
|
30763
|
-
background
|
|
30956
|
+
.E_t1sqg15u {
|
|
30957
|
+
background: white;
|
|
30764
30958
|
}
|
|
30765
30959
|
|
|
30766
|
-
.
|
|
30767
|
-
|
|
30960
|
+
.E_t1sqg15u.inline .table-row {
|
|
30961
|
+
flex-direction: column;
|
|
30768
30962
|
}
|
|
30769
30963
|
|
|
30770
|
-
.
|
|
30771
|
-
|
|
30772
|
-
height: 24px;
|
|
30773
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30774
|
-
overflow: hidden;
|
|
30964
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
30965
|
+
padding: 0 16px 7px 0;
|
|
30775
30966
|
}
|
|
30776
30967
|
|
|
30777
|
-
.
|
|
30778
|
-
|
|
30968
|
+
.E_t1sqg15u.has-border .table-header {
|
|
30969
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30779
30970
|
}
|
|
30780
30971
|
|
|
30781
|
-
.
|
|
30782
|
-
|
|
30783
|
-
height: 16px;
|
|
30972
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30973
|
+
border-top: none !important;
|
|
30784
30974
|
}
|
|
30785
30975
|
|
|
30786
|
-
.
|
|
30787
|
-
|
|
30788
|
-
height: 32px;
|
|
30976
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30977
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30789
30978
|
}
|
|
30790
30979
|
|
|
30791
|
-
.
|
|
30792
|
-
|
|
30793
|
-
width: 20px;
|
|
30980
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30981
|
+
padding-bottom: 0;
|
|
30794
30982
|
}
|
|
30795
30983
|
|
|
30796
|
-
.
|
|
30797
|
-
|
|
30798
|
-
transition-delay: 120ms;
|
|
30984
|
+
.E_t1sqg15u.align-right .content {
|
|
30985
|
+
text-align: right;
|
|
30799
30986
|
}
|
|
30800
30987
|
|
|
30801
|
-
.
|
|
30802
|
-
|
|
30803
|
-
|
|
30804
|
-
top: 1px;
|
|
30805
|
-
left: 1px;
|
|
30988
|
+
.E_t1sqg15u .uuid-row {
|
|
30989
|
+
display: flex;
|
|
30990
|
+
justify-content: space-between;
|
|
30806
30991
|
}
|
|
30807
30992
|
|
|
30808
|
-
.
|
|
30809
|
-
|
|
30810
|
-
|
|
30993
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
30994
|
+
white-space: nowrap;
|
|
30995
|
+
overflow: hidden;
|
|
30996
|
+
text-overflow: ellipsis;
|
|
30811
30997
|
}
|
|
30812
30998
|
|
|
30813
|
-
.
|
|
30814
|
-
|
|
30999
|
+
.E_t4zczcp {
|
|
31000
|
+
display: flex;
|
|
31001
|
+
justify-content: space-between;
|
|
31002
|
+
align-items: center;
|
|
31003
|
+
padding: 8px;
|
|
31004
|
+
min-height: 32px;
|
|
30815
31005
|
}
|
|
30816
31006
|
|
|
30817
|
-
.
|
|
30818
|
-
|
|
31007
|
+
.E_t4zczcp .table-title {
|
|
31008
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31009
|
+
font-weight: 600;
|
|
31010
|
+
font-size: 12px;
|
|
31011
|
+
line-height: 8px;
|
|
30819
31012
|
}
|
|
30820
31013
|
|
|
30821
|
-
.
|
|
30822
|
-
|
|
31014
|
+
.E_t4zczcp .edit-icon {
|
|
31015
|
+
font-size: 16px;
|
|
31016
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31017
|
+
cursor: pointer;
|
|
30823
31018
|
}
|
|
30824
31019
|
|
|
30825
|
-
.
|
|
30826
|
-
|
|
31020
|
+
.E_t1s7goww {
|
|
31021
|
+
font-size: 12px;
|
|
31022
|
+
line-height: 18px;
|
|
30827
31023
|
}
|
|
30828
31024
|
|
|
30829
|
-
.
|
|
30830
|
-
|
|
31025
|
+
.E_t93e4cf {
|
|
31026
|
+
display: flex;
|
|
31027
|
+
padding: 8px 0;
|
|
31028
|
+
color: #2d3a56;
|
|
30831
31029
|
}
|
|
30832
31030
|
|
|
30833
|
-
.
|
|
30834
|
-
|
|
31031
|
+
.E_t93e4cf .hidden {
|
|
31032
|
+
display: none;
|
|
30835
31033
|
}
|
|
30836
31034
|
|
|
30837
|
-
.
|
|
30838
|
-
|
|
30839
|
-
height: 14px;
|
|
30840
|
-
width: 14px;
|
|
30841
|
-
border-radius: 50%;
|
|
30842
|
-
flex-shrink: 0;
|
|
30843
|
-
display: flex;
|
|
30844
|
-
align-items: center;
|
|
30845
|
-
justify-content: center;
|
|
30846
|
-
border: 1px solid var(--color);
|
|
31035
|
+
.E_t93e4cf .ant-btn-link {
|
|
31036
|
+
height: auto;
|
|
30847
31037
|
}
|
|
30848
31038
|
|
|
30849
|
-
.
|
|
30850
|
-
position: relative;
|
|
30851
|
-
height: 10px;
|
|
30852
|
-
width: 10px;
|
|
30853
|
-
border-radius: 50%;
|
|
31039
|
+
.E_t93e4cf .content {
|
|
30854
31040
|
overflow: hidden;
|
|
31041
|
+
overflow-x: auto;
|
|
31042
|
+
width: 100%;
|
|
31043
|
+
white-space: pre-wrap;
|
|
30855
31044
|
}
|
|
30856
31045
|
|
|
30857
|
-
.
|
|
30858
|
-
|
|
30859
|
-
|
|
30860
|
-
width: 100%;
|
|
30861
|
-
left: 0;
|
|
30862
|
-
top: 0;
|
|
30863
|
-
border-radius: 50%;
|
|
30864
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30865
|
-
transform: rotate(180deg);
|
|
31046
|
+
.E_t93e4cf .content .ant-btn {
|
|
31047
|
+
white-space: pre-wrap;
|
|
31048
|
+
text-align: left;
|
|
30866
31049
|
}
|
|
30867
31050
|
|
|
30868
|
-
.
|
|
30869
|
-
|
|
30870
|
-
|
|
30871
|
-
|
|
30872
|
-
|
|
30873
|
-
|
|
30874
|
-
|
|
30875
|
-
|
|
30876
|
-
|
|
30877
|
-
transform: rotate(0deg);
|
|
31051
|
+
.E_t93e4cf .content .unit-chart {
|
|
31052
|
+
justify-content: flex-start;
|
|
31053
|
+
}
|
|
31054
|
+
|
|
31055
|
+
.E_rhz2uv5 {
|
|
31056
|
+
width: var(--rhz2uv5-0);
|
|
31057
|
+
flex-shrink: 0;
|
|
31058
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31059
|
+
padding-right: 12px;
|
|
30878
31060
|
}
|
|
30879
31061
|
|
|
30880
31062
|
.E_c18bcrac {
|
|
@@ -30926,115 +31108,152 @@ button.E_n7k2c6r {
|
|
|
30926
31108
|
margin-right: 4px;
|
|
30927
31109
|
}
|
|
30928
31110
|
|
|
30929
|
-
.
|
|
30930
|
-
display:
|
|
31111
|
+
.E_wg1tsps {
|
|
31112
|
+
display: flex;
|
|
31113
|
+
align-items: center;
|
|
31114
|
+
justify-content: flex-end;
|
|
30931
31115
|
}
|
|
30932
31116
|
|
|
30933
|
-
.
|
|
30934
|
-
|
|
30935
|
-
|
|
31117
|
+
.E_b1ctd5xy {
|
|
31118
|
+
display: flex;
|
|
31119
|
+
align-items: center;
|
|
31120
|
+
width: calc(100% - 40px);
|
|
30936
31121
|
}
|
|
30937
31122
|
|
|
30938
|
-
.
|
|
30939
|
-
|
|
31123
|
+
.E_b1ctd5xy .chart {
|
|
31124
|
+
display: inline-block;
|
|
31125
|
+
width: 100%;
|
|
31126
|
+
}
|
|
31127
|
+
|
|
31128
|
+
.E_u1p8acpn {
|
|
31129
|
+
min-width: 40px;
|
|
31130
|
+
}
|
|
31131
|
+
|
|
31132
|
+
.E_u1p8acpn .unit {
|
|
31133
|
+
color: #00122e !important;
|
|
31134
|
+
}
|
|
31135
|
+
|
|
31136
|
+
.E_skwah65 {
|
|
31137
|
+
height: 8px;
|
|
31138
|
+
box-sizing: border-box;
|
|
31139
|
+
border-radius: 2px;
|
|
31140
|
+
background: #f5f7fa;
|
|
31141
|
+
display: flex;
|
|
31142
|
+
width: 100%;
|
|
31143
|
+
overflow: hidden;
|
|
30940
31144
|
}
|
|
30941
31145
|
|
|
30942
|
-
.
|
|
30943
|
-
margin-
|
|
31146
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31147
|
+
margin-left: 1px;
|
|
30944
31148
|
}
|
|
30945
31149
|
|
|
30946
|
-
.
|
|
30947
|
-
|
|
31150
|
+
.E_clm1wy1 {
|
|
31151
|
+
width: 192px;
|
|
31152
|
+
height: 246px;
|
|
31153
|
+
border-radius: 4px;
|
|
30948
31154
|
}
|
|
30949
31155
|
|
|
30950
|
-
.
|
|
30951
|
-
|
|
31156
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
31157
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
31158
|
+
width: 100%;
|
|
31159
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
31160
|
+
border-top: none;
|
|
30952
31161
|
}
|
|
30953
31162
|
|
|
30954
|
-
.
|
|
30955
|
-
|
|
30956
|
-
|
|
30957
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30958
|
-
height: 34px;
|
|
30959
|
-
min-height: 34px;
|
|
30960
|
-
box-sizing: border-box;
|
|
30961
|
-
margin-top: 8px;
|
|
31163
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
31164
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
31165
|
+
padding: 0 16px;
|
|
30962
31166
|
}
|
|
30963
31167
|
|
|
30964
|
-
.
|
|
30965
|
-
|
|
30966
|
-
|
|
30967
|
-
|
|
30968
|
-
|
|
30969
|
-
border-radius: 4px;
|
|
31168
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
31169
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
31170
|
+
width: 100%;
|
|
31171
|
+
height: 180px;
|
|
31172
|
+
border-spacing: 0;
|
|
30970
31173
|
}
|
|
30971
31174
|
|
|
30972
|
-
.
|
|
30973
|
-
|
|
31175
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
31176
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
31177
|
+
margin-bottom: 8px;
|
|
30974
31178
|
}
|
|
30975
31179
|
|
|
30976
|
-
.
|
|
30977
|
-
|
|
31180
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
31181
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
31182
|
+
width: 22px;
|
|
30978
31183
|
}
|
|
30979
31184
|
|
|
30980
|
-
.
|
|
30981
|
-
|
|
31185
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
31186
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
31187
|
+
padding: 0;
|
|
30982
31188
|
}
|
|
30983
31189
|
|
|
30984
|
-
.
|
|
30985
|
-
color:
|
|
31190
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
31191
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31192
|
+
opacity: 0.4;
|
|
30986
31193
|
}
|
|
30987
31194
|
|
|
30988
|
-
.
|
|
30989
|
-
|
|
31195
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
31196
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31197
|
+
opacity: 1;
|
|
30990
31198
|
}
|
|
30991
31199
|
|
|
30992
|
-
.
|
|
30993
|
-
|
|
31200
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
31201
|
+
color: #3e4652;
|
|
30994
31202
|
}
|
|
30995
31203
|
|
|
30996
|
-
.
|
|
30997
|
-
|
|
31204
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
31205
|
+
pointer-events: none;
|
|
30998
31206
|
}
|
|
30999
31207
|
|
|
31000
|
-
.
|
|
31001
|
-
|
|
31002
|
-
|
|
31208
|
+
.E_t1tsm00v {
|
|
31209
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31210
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
31211
|
+
backdrop-filter: blur(10px);
|
|
31212
|
+
padding: 7px 10px;
|
|
31003
31213
|
}
|
|
31004
31214
|
|
|
31005
|
-
.
|
|
31215
|
+
.E_c167wnad {
|
|
31216
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31006
31217
|
display: flex;
|
|
31007
31218
|
justify-content: space-between;
|
|
31008
|
-
|
|
31009
|
-
|
|
31219
|
+
align-items: center;
|
|
31220
|
+
padding: 8px 16px;
|
|
31010
31221
|
}
|
|
31011
31222
|
|
|
31012
|
-
.
|
|
31013
|
-
|
|
31014
|
-
overflow: hidden;
|
|
31015
|
-
text-overflow: ellipsis;
|
|
31223
|
+
.E_c167wnad .anticon {
|
|
31224
|
+
cursor: pointer;
|
|
31016
31225
|
}
|
|
31017
31226
|
|
|
31018
|
-
.
|
|
31227
|
+
.E_c167wnad .anticon:hover {
|
|
31228
|
+
color: #0096ff;
|
|
31229
|
+
}
|
|
31230
|
+
|
|
31231
|
+
.E_cxhf7dh {
|
|
31232
|
+
text-align: center;
|
|
31233
|
+
}
|
|
31234
|
+
|
|
31235
|
+
.E_cxhf7dh .dots {
|
|
31019
31236
|
display: flex;
|
|
31020
|
-
justify-content:
|
|
31021
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31022
|
-
height: 18px;
|
|
31023
|
-
line-height: 18px;
|
|
31024
|
-
margin-top: 2px;
|
|
31237
|
+
justify-content: center;
|
|
31025
31238
|
}
|
|
31026
31239
|
|
|
31027
|
-
.
|
|
31028
|
-
|
|
31029
|
-
|
|
31030
|
-
|
|
31240
|
+
.E_cxhf7dh .dot {
|
|
31241
|
+
display: inline-block;
|
|
31242
|
+
width: 2px;
|
|
31243
|
+
height: 2px;
|
|
31244
|
+
border-radius: 1px;
|
|
31245
|
+
background: #0096ff;
|
|
31031
31246
|
}
|
|
31032
31247
|
|
|
31033
|
-
.
|
|
31034
|
-
|
|
31035
|
-
|
|
31036
|
-
|
|
31037
|
-
|
|
31248
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
31249
|
+
margin-right: 2px;
|
|
31250
|
+
}
|
|
31251
|
+
|
|
31252
|
+
.E_cxhf7dh .bar {
|
|
31253
|
+
width: 9px;
|
|
31254
|
+
height: 2px;
|
|
31255
|
+
background: #0096ff;
|
|
31256
|
+
border-radius: 2px;
|
|
31038
31257
|
}
|
|
31039
31258
|
|
|
31040
31259
|
.E_c1up1pdz {
|
|
@@ -31203,279 +31422,161 @@ button.E_n7k2c6r {
|
|
|
31203
31422
|
color: #fff;
|
|
31204
31423
|
}
|
|
31205
31424
|
|
|
31206
|
-
.
|
|
31207
|
-
|
|
31208
|
-
|
|
31209
|
-
|
|
31210
|
-
line-height: 18px;
|
|
31211
|
-
}
|
|
31212
|
-
|
|
31213
|
-
.E_n12mqh7z:not(:last-child) {
|
|
31214
|
-
margin-bottom: 4px;
|
|
31215
|
-
}
|
|
31216
|
-
|
|
31217
|
-
.E_tf5bynu {
|
|
31218
|
-
margin: 0 3px;
|
|
31219
|
-
}
|
|
31220
|
-
|
|
31221
|
-
.E_tcckoz1 {
|
|
31222
|
-
max-height: 400px;
|
|
31223
|
-
overflow: auto;
|
|
31224
|
-
}
|
|
31225
|
-
|
|
31226
|
-
span.E_tqjc4ui {
|
|
31227
|
-
margin: 0 2px;
|
|
31228
|
-
}
|
|
31229
|
-
|
|
31230
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
31231
|
-
display: flex;
|
|
31232
|
-
align-items: center;
|
|
31233
|
-
}
|
|
31234
|
-
|
|
31235
|
-
.E_s1iv0tp1 .enabled-text {
|
|
31236
|
-
margin-right: 8px;
|
|
31237
|
-
}
|
|
31238
|
-
|
|
31239
|
-
.E_ou7iq30 {
|
|
31240
|
-
overflow: hidden;
|
|
31241
|
-
text-overflow: ellipsis;
|
|
31242
|
-
}
|
|
31243
|
-
|
|
31244
|
-
.E_s1tui002 {
|
|
31245
|
-
white-space: nowrap;
|
|
31246
|
-
}
|
|
31247
|
-
|
|
31248
|
-
.E_mxrc2zg {
|
|
31249
|
-
display: -webkit-box;
|
|
31250
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
31251
|
-
-webkit-box-orient: vertical;
|
|
31252
|
-
word-break: break-all;
|
|
31253
|
-
}
|
|
31254
|
-
|
|
31255
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
31256
|
-
display: none;
|
|
31257
|
-
}
|
|
31258
|
-
|
|
31259
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
31260
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31261
|
-
border-radius: 4px;
|
|
31262
|
-
}
|
|
31263
|
-
|
|
31264
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31265
|
-
visibility: hidden;
|
|
31266
|
-
}
|
|
31267
|
-
|
|
31268
|
-
.E_gmyahx3 {
|
|
31269
|
-
cursor: pointer;
|
|
31270
|
-
}
|
|
31271
|
-
|
|
31272
|
-
.E_gmyahx3 .link-text {
|
|
31273
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31274
|
-
}
|
|
31275
|
-
|
|
31276
|
-
.E_gmyahx3:hover .link-text {
|
|
31277
|
-
color: #0080ff;
|
|
31278
|
-
}
|
|
31279
|
-
|
|
31280
|
-
.E_wg1tsps {
|
|
31281
|
-
display: flex;
|
|
31282
|
-
align-items: center;
|
|
31283
|
-
justify-content: flex-end;
|
|
31284
|
-
}
|
|
31285
|
-
|
|
31286
|
-
.E_b1ctd5xy {
|
|
31287
|
-
display: flex;
|
|
31288
|
-
align-items: center;
|
|
31289
|
-
width: calc(100% - 40px);
|
|
31290
|
-
}
|
|
31291
|
-
|
|
31292
|
-
.E_b1ctd5xy .chart {
|
|
31293
|
-
display: inline-block;
|
|
31294
|
-
width: 100%;
|
|
31295
|
-
}
|
|
31296
|
-
|
|
31297
|
-
.E_u1p8acpn {
|
|
31298
|
-
min-width: 40px;
|
|
31299
|
-
}
|
|
31300
|
-
|
|
31301
|
-
.E_u1p8acpn .unit {
|
|
31302
|
-
color: #00122e !important;
|
|
31303
|
-
}
|
|
31304
|
-
|
|
31305
|
-
.E_t1sqg15u {
|
|
31306
|
-
background: white;
|
|
31307
|
-
}
|
|
31308
|
-
|
|
31309
|
-
.E_t1sqg15u.inline .table-row {
|
|
31310
|
-
flex-direction: column;
|
|
31311
|
-
}
|
|
31312
|
-
|
|
31313
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
31314
|
-
padding: 0 16px 7px 0;
|
|
31315
|
-
}
|
|
31316
|
-
|
|
31317
|
-
.E_t1sqg15u.has-border .table-header {
|
|
31318
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
31319
|
-
}
|
|
31320
|
-
|
|
31321
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
31322
|
-
border-top: none !important;
|
|
31323
|
-
}
|
|
31324
|
-
|
|
31325
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
31326
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
31327
|
-
}
|
|
31328
|
-
|
|
31329
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
31330
|
-
padding-bottom: 0;
|
|
31425
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
31426
|
+
background: #edf0f7;
|
|
31427
|
+
padding: 32px 8px;
|
|
31428
|
+
overflow: auto;
|
|
31331
31429
|
}
|
|
31332
31430
|
|
|
31333
|
-
.
|
|
31334
|
-
|
|
31431
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
31432
|
+
display: flex;
|
|
31433
|
+
flex-direction: column;
|
|
31434
|
+
justify-content: space-between;
|
|
31335
31435
|
}
|
|
31336
31436
|
|
|
31337
|
-
.
|
|
31437
|
+
.E_s1at6qmn footer {
|
|
31338
31438
|
display: flex;
|
|
31339
|
-
justify-content: space-between;
|
|
31340
31439
|
}
|
|
31341
31440
|
|
|
31342
|
-
.
|
|
31343
|
-
|
|
31441
|
+
.E_s1at6qmn .ant-menu {
|
|
31442
|
+
background: #edf0f7;
|
|
31443
|
+
}
|
|
31444
|
+
|
|
31445
|
+
.E_s1at6qmn .ant-menu a {
|
|
31446
|
+
color: #00122e;
|
|
31447
|
+
width: 180px;
|
|
31344
31448
|
overflow: hidden;
|
|
31345
31449
|
text-overflow: ellipsis;
|
|
31346
31450
|
}
|
|
31347
31451
|
|
|
31348
|
-
.
|
|
31349
|
-
|
|
31350
|
-
justify-content: space-between;
|
|
31351
|
-
align-items: center;
|
|
31352
|
-
padding: 8px;
|
|
31353
|
-
min-height: 32px;
|
|
31452
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
31453
|
+
margin-bottom: 24px;
|
|
31354
31454
|
}
|
|
31355
31455
|
|
|
31356
|
-
.
|
|
31357
|
-
|
|
31358
|
-
|
|
31456
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
31457
|
+
margin: 0;
|
|
31458
|
+
}
|
|
31459
|
+
|
|
31460
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
31359
31461
|
font-size: 12px;
|
|
31360
|
-
|
|
31462
|
+
padding: 0 8px 4px;
|
|
31463
|
+
line-height: 18px;
|
|
31361
31464
|
}
|
|
31362
31465
|
|
|
31363
|
-
.
|
|
31364
|
-
|
|
31365
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31366
|
-
cursor: pointer;
|
|
31466
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
31467
|
+
padding: 0;
|
|
31367
31468
|
}
|
|
31368
31469
|
|
|
31369
|
-
.
|
|
31370
|
-
|
|
31371
|
-
line-height: 18px;
|
|
31470
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
31471
|
+
padding-bottom: 24px;
|
|
31372
31472
|
}
|
|
31373
31473
|
|
|
31374
|
-
.
|
|
31474
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
31475
|
+
margin-bottom: 24px;
|
|
31476
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31477
|
+
}
|
|
31478
|
+
|
|
31479
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
31480
|
+
transition: none;
|
|
31375
31481
|
display: flex;
|
|
31376
|
-
|
|
31377
|
-
|
|
31482
|
+
align-items: center;
|
|
31483
|
+
height: 32px;
|
|
31484
|
+
line-height: 22px;
|
|
31485
|
+
padding: 0 8px;
|
|
31378
31486
|
}
|
|
31379
31487
|
|
|
31380
|
-
.
|
|
31381
|
-
|
|
31488
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
31489
|
+
margin-right: 12px;
|
|
31382
31490
|
}
|
|
31383
31491
|
|
|
31384
|
-
.
|
|
31385
|
-
|
|
31492
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
31493
|
+
margin: 0;
|
|
31494
|
+
margin-bottom: 2px;
|
|
31386
31495
|
}
|
|
31387
31496
|
|
|
31388
|
-
.
|
|
31389
|
-
|
|
31390
|
-
|
|
31391
|
-
|
|
31392
|
-
|
|
31497
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
31498
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
31499
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
31500
|
+
border-radius: 6px;
|
|
31501
|
+
color: #fff;
|
|
31393
31502
|
}
|
|
31394
31503
|
|
|
31395
|
-
.
|
|
31396
|
-
|
|
31397
|
-
text-align: left;
|
|
31504
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
31505
|
+
color: #fff;
|
|
31398
31506
|
}
|
|
31399
31507
|
|
|
31400
|
-
.
|
|
31401
|
-
|
|
31508
|
+
.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 {
|
|
31509
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
31510
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
31511
|
+
border-radius: 6px;
|
|
31402
31512
|
}
|
|
31403
31513
|
|
|
31404
|
-
.
|
|
31405
|
-
|
|
31406
|
-
|
|
31407
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31408
|
-
padding-right: 12px;
|
|
31514
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
31515
|
+
white-space: nowrap;
|
|
31516
|
+
transition: all 0s;
|
|
31409
31517
|
}
|
|
31410
31518
|
|
|
31411
|
-
.
|
|
31412
|
-
|
|
31413
|
-
box-sizing: border-box;
|
|
31414
|
-
border-radius: 2px;
|
|
31415
|
-
background: #f5f7fa;
|
|
31416
|
-
display: flex;
|
|
31417
|
-
width: 100%;
|
|
31519
|
+
.E_s1wu0lms.shrink {
|
|
31520
|
+
transition: all 0s;
|
|
31418
31521
|
overflow: hidden;
|
|
31419
31522
|
}
|
|
31420
31523
|
|
|
31421
|
-
.
|
|
31422
|
-
|
|
31524
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
31525
|
+
visibility: hidden;
|
|
31423
31526
|
}
|
|
31424
31527
|
|
|
31425
|
-
.
|
|
31426
|
-
width:
|
|
31427
|
-
|
|
31428
|
-
flex-flow: nowrap !important;
|
|
31429
|
-
line-break: auto;
|
|
31528
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
31529
|
+
width: 36px;
|
|
31530
|
+
padding: 0 6px;
|
|
31430
31531
|
}
|
|
31431
31532
|
|
|
31432
|
-
.
|
|
31433
|
-
|
|
31434
|
-
|
|
31533
|
+
.E_n1ugzfva {
|
|
31534
|
+
display: flex;
|
|
31535
|
+
place-items: center;
|
|
31536
|
+
width: 100% !important;
|
|
31435
31537
|
}
|
|
31436
31538
|
|
|
31437
|
-
.
|
|
31438
|
-
|
|
31439
|
-
|
|
31440
|
-
font-size: 13px;
|
|
31441
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31442
|
-
white-space: normal;
|
|
31539
|
+
.E_n1ugzfva[disabled] {
|
|
31540
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
31541
|
+
opacity: 1 !important;
|
|
31443
31542
|
}
|
|
31444
31543
|
|
|
31445
|
-
.
|
|
31446
|
-
|
|
31544
|
+
.E_n1ugzfva.ant-btn {
|
|
31545
|
+
width: 100%;
|
|
31546
|
+
color: #00122e;
|
|
31447
31547
|
}
|
|
31448
31548
|
|
|
31449
|
-
.
|
|
31450
|
-
|
|
31549
|
+
.E_n1ugzfva .icon-wrapper {
|
|
31550
|
+
margin-right: 12px;
|
|
31451
31551
|
}
|
|
31452
31552
|
|
|
31453
|
-
.
|
|
31454
|
-
|
|
31455
|
-
|
|
31456
|
-
|
|
31553
|
+
.E_n1ugzfva .link-title {
|
|
31554
|
+
flex: 1;
|
|
31555
|
+
overflow: hidden;
|
|
31556
|
+
white-space: nowrap;
|
|
31557
|
+
text-overflow: ellipsis;
|
|
31558
|
+
text-align: left;
|
|
31457
31559
|
}
|
|
31458
31560
|
|
|
31459
|
-
.
|
|
31460
|
-
|
|
31461
|
-
|
|
31462
|
-
min-height: 0px;
|
|
31561
|
+
.E_iouxfgt {
|
|
31562
|
+
display: inline-flex;
|
|
31563
|
+
align-items: center;
|
|
31463
31564
|
}
|
|
31464
31565
|
|
|
31465
|
-
.
|
|
31466
|
-
|
|
31467
|
-
height: 100%;
|
|
31468
|
-
min-height: 124px;
|
|
31469
|
-
display: flex;
|
|
31470
|
-
flex-direction: column;
|
|
31471
|
-
justify-content: center;
|
|
31566
|
+
.E_iouxfgt .icon-inner {
|
|
31567
|
+
display: inline-flex;
|
|
31472
31568
|
align-items: center;
|
|
31569
|
+
justify-content: center;
|
|
31473
31570
|
}
|
|
31474
31571
|
|
|
31475
|
-
.
|
|
31476
|
-
|
|
31477
|
-
margin-
|
|
31478
|
-
|
|
31572
|
+
.E_iouxfgt .icon-inner + span,
|
|
31573
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31574
|
+
margin-left: 4px;
|
|
31575
|
+
}
|
|
31576
|
+
|
|
31577
|
+
.E_iouxfgt.is-rotate img,
|
|
31578
|
+
.E_iouxfgt.is-rotate svg {
|
|
31579
|
+
animation: rotate 680ms linear infinite;
|
|
31479
31580
|
}
|
|
31480
31581
|
|
|
31481
31582
|
.E_i1inqkme {
|
|
@@ -31491,74 +31592,55 @@ span.E_tqjc4ui {
|
|
|
31491
31592
|
margin-right: 4px;
|
|
31492
31593
|
}
|
|
31493
31594
|
|
|
31494
|
-
.
|
|
31495
|
-
display: var(--ai7qkf2-0);
|
|
31496
|
-
}
|
|
31497
|
-
|
|
31498
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31499
|
-
display: inline-flex;
|
|
31500
|
-
line-height: 1.5715;
|
|
31501
|
-
height: 100%;
|
|
31595
|
+
.E_fzh9mnb {
|
|
31502
31596
|
width: 100%;
|
|
31503
|
-
|
|
31504
|
-
|
|
31505
|
-
|
|
31506
|
-
|
|
31507
|
-
|
|
31508
|
-
flex: none;
|
|
31509
|
-
align-items: center;
|
|
31510
|
-
margin-left: 4px;
|
|
31511
|
-
padding: 5px 12px 5px 0;
|
|
31512
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31513
|
-
}
|
|
31514
|
-
|
|
31515
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31516
|
-
content: var(--ai7qkf2-3);
|
|
31517
|
-
display: var(--ai7qkf2-4);
|
|
31518
|
-
flex: none;
|
|
31597
|
+
height: 100%;
|
|
31598
|
+
min-height: 124px;
|
|
31599
|
+
display: flex;
|
|
31600
|
+
flex-direction: column;
|
|
31601
|
+
justify-content: center;
|
|
31519
31602
|
align-items: center;
|
|
31520
|
-
margin-right: 4px;
|
|
31521
|
-
cursor: auto;
|
|
31522
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31523
31603
|
}
|
|
31524
31604
|
|
|
31525
|
-
.
|
|
31526
|
-
|
|
31527
|
-
|
|
31528
|
-
|
|
31529
|
-
.E_ai7qkf2.ant-input-number {
|
|
31530
|
-
width: 100%;
|
|
31531
|
-
border-radius: 6px;
|
|
31605
|
+
.E_fzh9mnb .error-text {
|
|
31606
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31607
|
+
margin-bottom: 16px;
|
|
31608
|
+
font-size: 18px;
|
|
31532
31609
|
}
|
|
31533
31610
|
|
|
31534
|
-
.
|
|
31535
|
-
|
|
31536
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31537
|
-
z-index: 1;
|
|
31611
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31612
|
+
display: var(--a1wfy30z-0);
|
|
31538
31613
|
}
|
|
31539
31614
|
|
|
31540
|
-
.
|
|
31541
|
-
|
|
31542
|
-
|
|
31615
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31616
|
+
padding: 4px 11px;
|
|
31617
|
+
display: inline-flex;
|
|
31618
|
+
line-height: 1.5715;
|
|
31619
|
+
height: inherit;
|
|
31543
31620
|
}
|
|
31544
31621
|
|
|
31545
|
-
.
|
|
31546
|
-
|
|
31547
|
-
|
|
31548
|
-
|
|
31549
|
-
|
|
31622
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31623
|
+
content: var(--a1wfy30z-1);
|
|
31624
|
+
display: var(--a1wfy30z-2);
|
|
31625
|
+
flex: none;
|
|
31626
|
+
align-items: center;
|
|
31627
|
+
margin-left: 4px;
|
|
31550
31628
|
}
|
|
31551
31629
|
|
|
31552
|
-
.
|
|
31553
|
-
|
|
31554
|
-
|
|
31555
|
-
|
|
31630
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31631
|
+
content: var(--a1wfy30z-3);
|
|
31632
|
+
display: var(--a1wfy30z-4);
|
|
31633
|
+
flex: none;
|
|
31634
|
+
align-items: center;
|
|
31635
|
+
margin-right: 4px;
|
|
31636
|
+
cursor: auto;
|
|
31556
31637
|
}
|
|
31557
31638
|
|
|
31558
|
-
.
|
|
31559
|
-
|
|
31560
|
-
|
|
31561
|
-
|
|
31639
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31640
|
+
padding: 0;
|
|
31641
|
+
margin: 0;
|
|
31642
|
+
height: auto;
|
|
31643
|
+
font-size: inherit;
|
|
31562
31644
|
}
|
|
31563
31645
|
|
|
31564
31646
|
.E_atcz0kf .ant-input-suffix {
|
|
@@ -31819,196 +31901,114 @@ span.E_tqjc4ui {
|
|
|
31819
31901
|
background: transparent;
|
|
31820
31902
|
}
|
|
31821
31903
|
|
|
31822
|
-
.
|
|
31823
|
-
display: var(--
|
|
31904
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31905
|
+
display: var(--ai7qkf2-0);
|
|
31824
31906
|
}
|
|
31825
31907
|
|
|
31826
|
-
.
|
|
31827
|
-
padding: 4px 11px;
|
|
31908
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31828
31909
|
display: inline-flex;
|
|
31829
31910
|
line-height: 1.5715;
|
|
31830
|
-
height:
|
|
31911
|
+
height: 100%;
|
|
31912
|
+
width: 100%;
|
|
31831
31913
|
}
|
|
31832
31914
|
|
|
31833
|
-
.
|
|
31834
|
-
content: var(--
|
|
31835
|
-
display: var(--
|
|
31915
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31916
|
+
content: var(--ai7qkf2-1);
|
|
31917
|
+
display: var(--ai7qkf2-2);
|
|
31836
31918
|
flex: none;
|
|
31837
31919
|
align-items: center;
|
|
31838
31920
|
margin-left: 4px;
|
|
31921
|
+
padding: 5px 12px 5px 0;
|
|
31922
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31839
31923
|
}
|
|
31840
31924
|
|
|
31841
|
-
.
|
|
31842
|
-
content: var(--
|
|
31843
|
-
display: var(--
|
|
31925
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31926
|
+
content: var(--ai7qkf2-3);
|
|
31927
|
+
display: var(--ai7qkf2-4);
|
|
31844
31928
|
flex: none;
|
|
31845
31929
|
align-items: center;
|
|
31846
31930
|
margin-right: 4px;
|
|
31847
31931
|
cursor: auto;
|
|
31932
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31848
31933
|
}
|
|
31849
31934
|
|
|
31850
|
-
.
|
|
31851
|
-
|
|
31852
|
-
margin: 0;
|
|
31853
|
-
height: auto;
|
|
31854
|
-
font-size: inherit;
|
|
31935
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31936
|
+
border-radius: 0;
|
|
31855
31937
|
}
|
|
31856
31938
|
|
|
31857
|
-
.
|
|
31858
|
-
|
|
31859
|
-
|
|
31939
|
+
.E_ai7qkf2.ant-input-number {
|
|
31940
|
+
width: 100%;
|
|
31941
|
+
border-radius: 6px;
|
|
31860
31942
|
}
|
|
31861
31943
|
|
|
31862
|
-
.
|
|
31863
|
-
|
|
31864
|
-
|
|
31865
|
-
|
|
31944
|
+
.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 {
|
|
31945
|
+
border-color: #0096ff;
|
|
31946
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31947
|
+
z-index: 1;
|
|
31866
31948
|
}
|
|
31867
31949
|
|
|
31868
|
-
.
|
|
31869
|
-
|
|
31870
|
-
|
|
31950
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31951
|
+
border-color: #e75a3a;
|
|
31952
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31871
31953
|
}
|
|
31872
31954
|
|
|
31873
|
-
.
|
|
31874
|
-
|
|
31875
|
-
|
|
31955
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31956
|
+
height: 30px;
|
|
31957
|
+
border: 1px;
|
|
31958
|
+
padding: 5px 12px;
|
|
31959
|
+
font-size: inherit;
|
|
31876
31960
|
}
|
|
31877
31961
|
|
|
31878
|
-
.
|
|
31879
|
-
|
|
31880
|
-
|
|
31881
|
-
|
|
31962
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31963
|
+
height: 38px;
|
|
31964
|
+
border: 1px;
|
|
31965
|
+
padding: 8px 16px;
|
|
31882
31966
|
}
|
|
31883
31967
|
|
|
31884
|
-
.
|
|
31885
|
-
|
|
31886
|
-
|
|
31887
|
-
|
|
31968
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31969
|
+
height: 22px;
|
|
31970
|
+
border: 1px;
|
|
31971
|
+
padding: 2px 8px;
|
|
31888
31972
|
}
|
|
31889
31973
|
|
|
31890
|
-
.
|
|
31891
|
-
|
|
31974
|
+
.E_f7pxqmh {
|
|
31975
|
+
width: 100%;
|
|
31976
|
+
margin-bottom: 0 !important;
|
|
31977
|
+
flex-flow: nowrap !important;
|
|
31978
|
+
line-break: auto;
|
|
31892
31979
|
}
|
|
31893
31980
|
|
|
31894
|
-
.
|
|
31895
|
-
|
|
31981
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31982
|
+
text-align: left !important;
|
|
31983
|
+
padding-bottom: 0 !important;
|
|
31896
31984
|
}
|
|
31897
31985
|
|
|
31898
|
-
.
|
|
31899
|
-
|
|
31900
|
-
|
|
31901
|
-
|
|
31902
|
-
|
|
31986
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31987
|
+
min-height: 32px;
|
|
31988
|
+
height: auto;
|
|
31989
|
+
font-size: 13px;
|
|
31990
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31991
|
+
white-space: normal;
|
|
31903
31992
|
}
|
|
31904
31993
|
|
|
31905
|
-
.
|
|
31906
|
-
|
|
31994
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31995
|
+
border-color: #ff4d4f !important;
|
|
31907
31996
|
}
|
|
31908
31997
|
|
|
31909
|
-
.
|
|
31910
|
-
|
|
31998
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31999
|
+
border-color: #ff4d4f !important;
|
|
31911
32000
|
}
|
|
31912
32001
|
|
|
31913
|
-
.
|
|
32002
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
32003
|
+
margin-top: 4px;
|
|
31914
32004
|
font-size: 12px;
|
|
31915
|
-
|
|
31916
|
-
line-height: 18px;
|
|
31917
|
-
}
|
|
31918
|
-
|
|
31919
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
31920
|
-
padding: 0;
|
|
31921
|
-
}
|
|
31922
|
-
|
|
31923
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
31924
|
-
padding-bottom: 24px;
|
|
31925
|
-
}
|
|
31926
|
-
|
|
31927
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
31928
|
-
margin-bottom: 24px;
|
|
31929
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31930
|
-
}
|
|
31931
|
-
|
|
31932
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
31933
|
-
transition: none;
|
|
31934
|
-
display: flex;
|
|
31935
|
-
align-items: center;
|
|
31936
|
-
height: 32px;
|
|
31937
|
-
line-height: 22px;
|
|
31938
|
-
padding: 0 8px;
|
|
31939
|
-
}
|
|
31940
|
-
|
|
31941
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
31942
|
-
margin-right: 12px;
|
|
31943
|
-
}
|
|
31944
|
-
|
|
31945
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
31946
|
-
margin: 0;
|
|
31947
|
-
margin-bottom: 2px;
|
|
31948
|
-
}
|
|
31949
|
-
|
|
31950
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
31951
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
31952
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
31953
|
-
border-radius: 6px;
|
|
31954
|
-
color: #fff;
|
|
31955
|
-
}
|
|
31956
|
-
|
|
31957
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
31958
|
-
color: #fff;
|
|
31959
|
-
}
|
|
31960
|
-
|
|
31961
|
-
.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 {
|
|
31962
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
31963
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
31964
|
-
border-radius: 6px;
|
|
31965
|
-
}
|
|
31966
|
-
|
|
31967
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
31968
|
-
white-space: nowrap;
|
|
31969
|
-
transition: all 0s;
|
|
31970
|
-
}
|
|
31971
|
-
|
|
31972
|
-
.E_s1wu0lms.shrink {
|
|
31973
|
-
transition: all 0s;
|
|
31974
|
-
overflow: hidden;
|
|
31975
|
-
}
|
|
31976
|
-
|
|
31977
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
31978
|
-
visibility: hidden;
|
|
31979
|
-
}
|
|
31980
|
-
|
|
31981
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
31982
|
-
width: 36px;
|
|
31983
|
-
padding: 0 6px;
|
|
31984
|
-
}
|
|
31985
|
-
|
|
31986
|
-
.E_n1ugzfva {
|
|
31987
|
-
display: flex;
|
|
31988
|
-
place-items: center;
|
|
31989
|
-
width: 100% !important;
|
|
31990
|
-
}
|
|
31991
|
-
|
|
31992
|
-
.E_n1ugzfva[disabled] {
|
|
31993
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
31994
|
-
opacity: 1 !important;
|
|
31995
|
-
}
|
|
31996
|
-
|
|
31997
|
-
.E_n1ugzfva.ant-btn {
|
|
31998
|
-
width: 100%;
|
|
31999
|
-
color: #00122e;
|
|
32000
|
-
}
|
|
32001
|
-
|
|
32002
|
-
.E_n1ugzfva .icon-wrapper {
|
|
32003
|
-
margin-right: 12px;
|
|
32005
|
+
min-height: 0px;
|
|
32004
32006
|
}
|
|
32005
32007
|
|
|
32006
|
-
.
|
|
32007
|
-
|
|
32008
|
-
|
|
32009
|
-
|
|
32010
|
-
text-overflow: ellipsis;
|
|
32011
|
-
text-align: left;
|
|
32008
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
32009
|
+
font-size: 12px;
|
|
32010
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32011
|
+
min-height: 0px;
|
|
32012
32012
|
}
|
|
32013
32013
|
|
|
32014
32014
|
.E_m196gn1d {
|
|
@@ -32048,6 +32048,15 @@ span.E_tqjc4ui {
|
|
|
32048
32048
|
transition: all 320ms ease;
|
|
32049
32049
|
}
|
|
32050
32050
|
|
|
32051
|
+
.E_owd0kml {
|
|
32052
|
+
display: inline-block;
|
|
32053
|
+
}
|
|
32054
|
+
|
|
32055
|
+
.E_h1jsgezc {
|
|
32056
|
+
visibility: hidden;
|
|
32057
|
+
position: absolute;
|
|
32058
|
+
}
|
|
32059
|
+
|
|
32051
32060
|
.E_dsnbhzf {
|
|
32052
32061
|
font-family: Inter;
|
|
32053
32062
|
font-style: normal;
|
|
@@ -32517,19 +32526,10 @@ span.E_tqjc4ui {
|
|
|
32517
32526
|
|
|
32518
32527
|
.E_u18llj45 {
|
|
32519
32528
|
font-family: Inter;
|
|
32520
|
-
font-style: normal;
|
|
32521
|
-
font-weight: normal;
|
|
32522
|
-
font-size: 10px;
|
|
32523
|
-
line-height: 12px;
|
|
32524
|
-
}
|
|
32525
|
-
|
|
32526
|
-
.E_owd0kml {
|
|
32527
|
-
display: inline-block;
|
|
32528
|
-
}
|
|
32529
|
-
|
|
32530
|
-
.E_h1jsgezc {
|
|
32531
|
-
visibility: hidden;
|
|
32532
|
-
position: absolute;
|
|
32529
|
+
font-style: normal;
|
|
32530
|
+
font-weight: normal;
|
|
32531
|
+
font-size: 10px;
|
|
32532
|
+
line-height: 12px;
|
|
32533
32533
|
}
|
|
32534
32534
|
|
|
32535
32535
|
.E_cnujxq2 {
|
|
@@ -33369,12 +33369,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33369
33369
|
margin-right: 6px;
|
|
33370
33370
|
}
|
|
33371
33371
|
|
|
33372
|
-
.E_h1ol2wl7 {
|
|
33373
|
-
font-weight: bold;
|
|
33374
|
-
background-color: unset;
|
|
33375
|
-
padding: unset;
|
|
33376
|
-
}
|
|
33377
|
-
|
|
33378
33372
|
.E_hrhfj7c {
|
|
33379
33373
|
display: none;
|
|
33380
33374
|
}
|
|
@@ -33637,6 +33631,12 @@ input.E_rf8rlle.ant-input {
|
|
|
33637
33631
|
font-size: 14px;
|
|
33638
33632
|
}
|
|
33639
33633
|
|
|
33634
|
+
.E_h1ol2wl7 {
|
|
33635
|
+
font-weight: bold;
|
|
33636
|
+
background-color: unset;
|
|
33637
|
+
padding: unset;
|
|
33638
|
+
}
|
|
33639
|
+
|
|
33640
33640
|
.E_h12yihis {
|
|
33641
33641
|
height: 50px;
|
|
33642
33642
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -34286,691 +34286,425 @@ input.E_rf8rlle.ant-input {
|
|
|
34286
34286
|
.E_r5hl59d .past-time-list li.disabled {
|
|
34287
34287
|
background: rgba(237, 241, 250, 0.6);
|
|
34288
34288
|
color: rgba(0, 21, 64, 0.3);
|
|
34289
|
-
cursor: not-allowed;
|
|
34290
|
-
}
|
|
34291
|
-
|
|
34292
|
-
.E_r5hl59d .past-time-list li + li {
|
|
34293
|
-
margin-top: 2px;
|
|
34294
|
-
}
|
|
34295
|
-
|
|
34296
|
-
.E_dhqt3dw {
|
|
34297
|
-
min-width: 392px;
|
|
34298
|
-
}
|
|
34299
|
-
|
|
34300
|
-
.E_dhqt3dw.date-range-picker {
|
|
34301
|
-
display: inline-flex;
|
|
34302
|
-
align-items: center;
|
|
34303
|
-
gap: 8px;
|
|
34304
|
-
background: #fff;
|
|
34305
|
-
border-radius: 5px;
|
|
34306
|
-
border: 1px solid #e4e9f2;
|
|
34307
|
-
transition: all 0.2s ease-in-out;
|
|
34308
|
-
}
|
|
34309
|
-
|
|
34310
|
-
.E_dhqt3dw.date-range-picker .default-calendar-icon {
|
|
34311
|
-
display: inline-flex;
|
|
34312
|
-
}
|
|
34313
|
-
|
|
34314
|
-
.E_dhqt3dw.date-range-picker .hover-calendar-icon {
|
|
34315
|
-
display: none;
|
|
34316
|
-
}
|
|
34317
|
-
|
|
34318
|
-
.E_dhqt3dw.date-range-picker:hover, .E_dhqt3dw.date-range-picker.active {
|
|
34319
|
-
border-color: #0080ff;
|
|
34320
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
34321
|
-
}
|
|
34322
|
-
|
|
34323
|
-
.E_dhqt3dw.date-range-picker:hover .default-calendar-icon, .E_dhqt3dw.date-range-picker.active .default-calendar-icon {
|
|
34324
|
-
display: none;
|
|
34325
|
-
}
|
|
34326
|
-
|
|
34327
|
-
.E_dhqt3dw.date-range-picker:hover .hover-calendar-icon, .E_dhqt3dw.date-range-picker.active .hover-calendar-icon {
|
|
34328
|
-
display: inline-flex;
|
|
34329
|
-
}
|
|
34330
|
-
|
|
34331
|
-
.E_dhqt3dw.date-range-picker.large {
|
|
34332
|
-
height: 40px;
|
|
34333
|
-
line-height: 40px;
|
|
34334
|
-
padding: 0 12px 0 16px;
|
|
34335
|
-
}
|
|
34336
|
-
|
|
34337
|
-
.E_dhqt3dw.date-range-picker.medium {
|
|
34338
|
-
height: 32px;
|
|
34339
|
-
line-height: 32px;
|
|
34340
|
-
padding: 0 8px 0 12px;
|
|
34341
|
-
}
|
|
34342
|
-
|
|
34343
|
-
.E_dhqt3dw.date-range-picker .date-input-content {
|
|
34344
|
-
flex: 1;
|
|
34345
|
-
display: flex;
|
|
34346
|
-
align-items: center;
|
|
34347
|
-
gap: 8px;
|
|
34348
|
-
color: #00122e;
|
|
34349
|
-
}
|
|
34350
|
-
|
|
34351
|
-
.E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
|
|
34352
|
-
color: rgba(0, 21, 64, 0.3);
|
|
34353
|
-
}
|
|
34354
|
-
|
|
34355
|
-
.E_dhqt3dw.date-range-picker .date-input-content input {
|
|
34356
|
-
border: none;
|
|
34357
|
-
outline: none;
|
|
34358
|
-
width: 162px;
|
|
34359
|
-
padding: 0;
|
|
34360
|
-
height: 22px;
|
|
34361
|
-
line-height: 22px;
|
|
34362
|
-
text-align: center;
|
|
34363
|
-
}
|
|
34364
|
-
|
|
34365
|
-
.E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
|
|
34366
|
-
color: rgba(0, 21, 64, 0.3);
|
|
34367
|
-
text-align: center;
|
|
34368
|
-
}
|
|
34369
|
-
|
|
34370
|
-
.E_dhqt3dw.date-range-picker .date-input-content input:disabled {
|
|
34371
|
-
background: inherit;
|
|
34372
|
-
}
|
|
34373
|
-
|
|
34374
|
-
.E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
|
|
34375
|
-
border: none;
|
|
34376
|
-
outline: none;
|
|
34377
|
-
box-shadow: none;
|
|
34378
|
-
}
|
|
34379
|
-
|
|
34380
|
-
.E_dhqt3dw.date-range-picker .past-time-icon {
|
|
34381
|
-
cursor: pointer;
|
|
34382
|
-
}
|
|
34383
|
-
|
|
34384
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
34385
|
-
padding: 12px 12px 0 12px;
|
|
34386
|
-
}
|
|
34387
|
-
|
|
34388
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
|
|
34389
|
-
padding-left: 16px;
|
|
34390
|
-
}
|
|
34391
|
-
|
|
34392
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
34393
|
-
margin-right: 0;
|
|
34394
|
-
}
|
|
34395
|
-
|
|
34396
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
34397
|
-
margin-left: 2px;
|
|
34398
|
-
}
|
|
34399
|
-
|
|
34400
|
-
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
34401
|
-
max-height: 470px;
|
|
34402
|
-
overflow: auto;
|
|
34403
|
-
}
|
|
34404
|
-
|
|
34405
|
-
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
34406
|
-
padding: 0 12px;
|
|
34407
|
-
}
|
|
34408
|
-
|
|
34409
|
-
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
34410
|
-
height: 470px;
|
|
34411
|
-
overflow: auto;
|
|
34412
|
-
}
|
|
34413
|
-
|
|
34414
|
-
.E_d1tc7lgk {
|
|
34415
|
-
min-width: 200px;
|
|
34416
|
-
}
|
|
34417
|
-
|
|
34418
|
-
.E_d1tc7lgk header {
|
|
34419
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34420
|
-
padding: 8px 12px;
|
|
34421
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34422
|
-
}
|
|
34423
|
-
|
|
34424
|
-
.E_d1tc7lgk ul {
|
|
34425
|
-
list-style: none;
|
|
34426
|
-
padding: 12px;
|
|
34427
|
-
}
|
|
34428
|
-
|
|
34429
|
-
.E_d1tc7lgk ul li {
|
|
34430
|
-
padding: 5px 8px;
|
|
34431
|
-
border-radius: 5px;
|
|
34432
|
-
transition: all 0.2s ease-in-out;
|
|
34433
|
-
cursor: pointer;
|
|
34434
|
-
}
|
|
34435
|
-
|
|
34436
|
-
.E_d1tc7lgk ul li:hover {
|
|
34437
|
-
background: rgba(0, 136, 255, 0.16);
|
|
34438
|
-
color: #0080ff;
|
|
34439
|
-
}
|
|
34440
|
-
|
|
34441
|
-
.E_d1tc7lgk ul li:active {
|
|
34442
|
-
background: rgba(0, 136, 255, 0.2);
|
|
34443
|
-
color: #0080ff;
|
|
34444
|
-
}
|
|
34445
|
-
|
|
34446
|
-
.E_d1tc7lgk ul li + li {
|
|
34447
|
-
margin-top: 2px;
|
|
34448
|
-
}
|
|
34449
|
-
|
|
34450
|
-
.E_rzaik16 {
|
|
34451
|
-
padding: 0;
|
|
34452
|
-
}
|
|
34453
|
-
|
|
34454
|
-
.E_rzaik16 .ant-popover-arrow {
|
|
34455
|
-
display: none;
|
|
34456
|
-
}
|
|
34457
|
-
|
|
34458
|
-
.E_rzaik16 .ant-popover-inner-content {
|
|
34459
|
-
padding: 0;
|
|
34460
|
-
}
|
|
34461
|
-
|
|
34462
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34463
|
-
margin-right: 2px;
|
|
34464
|
-
}
|
|
34465
|
-
|
|
34466
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34467
|
-
padding-left: 8px;
|
|
34468
|
-
padding-right: 8px;
|
|
34469
|
-
}
|
|
34470
|
-
|
|
34471
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34472
|
-
border-radius: 4px;
|
|
34473
|
-
}
|
|
34474
|
-
|
|
34475
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34476
|
-
border-radius: 4px;
|
|
34477
|
-
}
|
|
34478
|
-
|
|
34479
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
34480
|
-
padding-left: 12px;
|
|
34481
|
-
padding-right: 12px;
|
|
34482
|
-
}
|
|
34483
|
-
|
|
34484
|
-
.E_ckld275 {
|
|
34485
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34486
|
-
}
|
|
34487
|
-
|
|
34488
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34489
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
34490
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34491
|
-
}
|
|
34492
|
-
|
|
34493
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34494
|
-
background-color: transparent;
|
|
34495
|
-
}
|
|
34496
|
-
|
|
34497
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34498
|
-
background-color: transparent;
|
|
34499
|
-
}
|
|
34500
|
-
|
|
34501
|
-
.E_c1yd35n {
|
|
34502
|
-
padding: 0 12px 14px 12px;
|
|
34503
|
-
}
|
|
34504
|
-
|
|
34505
|
-
.E_c1kghdax {
|
|
34506
|
-
color: #2d3a56;
|
|
34507
|
-
padding: 7px 12px;
|
|
34508
|
-
display: flex;
|
|
34509
|
-
justify-content: space-between;
|
|
34510
|
-
align-items: center;
|
|
34511
|
-
}
|
|
34512
|
-
|
|
34513
|
-
.E_c1kghdax.has-arrow {
|
|
34514
|
-
padding-left: 10px;
|
|
34515
|
-
}
|
|
34516
|
-
|
|
34517
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34518
|
-
cursor: pointer;
|
|
34519
|
-
color: #00122e;
|
|
34520
|
-
}
|
|
34521
|
-
|
|
34522
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34523
|
-
color: #2d3a56;
|
|
34524
|
-
font-weight: 600;
|
|
34525
|
-
}
|
|
34526
|
-
|
|
34527
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34528
|
-
transform: rotate(90deg);
|
|
34289
|
+
cursor: not-allowed;
|
|
34529
34290
|
}
|
|
34530
34291
|
|
|
34531
|
-
.
|
|
34532
|
-
|
|
34533
|
-
line-height: 18px;
|
|
34292
|
+
.E_r5hl59d .past-time-list li + li {
|
|
34293
|
+
margin-top: 2px;
|
|
34534
34294
|
}
|
|
34535
34295
|
|
|
34536
|
-
.
|
|
34537
|
-
|
|
34538
|
-
align-items: center;
|
|
34539
|
-
user-select: none;
|
|
34540
|
-
flex-grow: 1;
|
|
34541
|
-
font-size: 12px;
|
|
34542
|
-
line-height: 18px;
|
|
34543
|
-
color: #2d3a56;
|
|
34544
|
-
font-weight: 700;
|
|
34296
|
+
.E_dhqt3dw {
|
|
34297
|
+
min-width: 392px;
|
|
34545
34298
|
}
|
|
34546
34299
|
|
|
34547
|
-
.
|
|
34548
|
-
|
|
34549
|
-
|
|
34300
|
+
.E_dhqt3dw.date-range-picker {
|
|
34301
|
+
display: inline-flex;
|
|
34302
|
+
align-items: center;
|
|
34303
|
+
gap: 8px;
|
|
34304
|
+
background: #fff;
|
|
34305
|
+
border-radius: 5px;
|
|
34306
|
+
border: 1px solid #e4e9f2;
|
|
34307
|
+
transition: all 0.2s ease-in-out;
|
|
34550
34308
|
}
|
|
34551
34309
|
|
|
34552
|
-
.
|
|
34553
|
-
color: #2d3a56;
|
|
34554
|
-
line-height: 22px;
|
|
34310
|
+
.E_dhqt3dw.date-range-picker .default-calendar-icon {
|
|
34555
34311
|
display: inline-flex;
|
|
34556
34312
|
}
|
|
34557
34313
|
|
|
34558
|
-
.
|
|
34559
|
-
|
|
34560
|
-
display: flex;
|
|
34561
|
-
align-items: center;
|
|
34562
|
-
top: 0;
|
|
34314
|
+
.E_dhqt3dw.date-range-picker .hover-calendar-icon {
|
|
34315
|
+
display: none;
|
|
34563
34316
|
}
|
|
34564
34317
|
|
|
34565
|
-
.
|
|
34566
|
-
border:
|
|
34318
|
+
.E_dhqt3dw.date-range-picker:hover, .E_dhqt3dw.date-range-picker.active {
|
|
34319
|
+
border-color: #0080ff;
|
|
34320
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
34567
34321
|
}
|
|
34568
34322
|
|
|
34569
|
-
.
|
|
34570
|
-
|
|
34323
|
+
.E_dhqt3dw.date-range-picker:hover .default-calendar-icon, .E_dhqt3dw.date-range-picker.active .default-calendar-icon {
|
|
34324
|
+
display: none;
|
|
34571
34325
|
}
|
|
34572
34326
|
|
|
34573
|
-
.
|
|
34574
|
-
|
|
34327
|
+
.E_dhqt3dw.date-range-picker:hover .hover-calendar-icon, .E_dhqt3dw.date-range-picker.active .hover-calendar-icon {
|
|
34328
|
+
display: inline-flex;
|
|
34575
34329
|
}
|
|
34576
34330
|
|
|
34577
|
-
.
|
|
34578
|
-
|
|
34331
|
+
.E_dhqt3dw.date-range-picker.large {
|
|
34332
|
+
height: 40px;
|
|
34333
|
+
line-height: 40px;
|
|
34334
|
+
padding: 0 12px 0 16px;
|
|
34579
34335
|
}
|
|
34580
34336
|
|
|
34581
|
-
.
|
|
34582
|
-
|
|
34337
|
+
.E_dhqt3dw.date-range-picker.medium {
|
|
34338
|
+
height: 32px;
|
|
34339
|
+
line-height: 32px;
|
|
34340
|
+
padding: 0 8px 0 12px;
|
|
34583
34341
|
}
|
|
34584
34342
|
|
|
34585
|
-
.
|
|
34586
|
-
|
|
34587
|
-
|
|
34588
|
-
|
|
34589
|
-
|
|
34343
|
+
.E_dhqt3dw.date-range-picker .date-input-content {
|
|
34344
|
+
flex: 1;
|
|
34345
|
+
display: flex;
|
|
34346
|
+
align-items: center;
|
|
34347
|
+
gap: 8px;
|
|
34348
|
+
color: #00122e;
|
|
34590
34349
|
}
|
|
34591
34350
|
|
|
34592
|
-
.
|
|
34593
|
-
|
|
34351
|
+
.E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
|
|
34352
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34594
34353
|
}
|
|
34595
34354
|
|
|
34596
|
-
.
|
|
34597
|
-
|
|
34598
|
-
|
|
34355
|
+
.E_dhqt3dw.date-range-picker .date-input-content input {
|
|
34356
|
+
border: none;
|
|
34357
|
+
outline: none;
|
|
34358
|
+
width: 162px;
|
|
34359
|
+
padding: 0;
|
|
34360
|
+
height: 22px;
|
|
34361
|
+
line-height: 22px;
|
|
34362
|
+
text-align: center;
|
|
34599
34363
|
}
|
|
34600
34364
|
|
|
34601
|
-
.
|
|
34602
|
-
|
|
34365
|
+
.E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
|
|
34366
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34367
|
+
text-align: center;
|
|
34603
34368
|
}
|
|
34604
34369
|
|
|
34605
|
-
.
|
|
34606
|
-
background:
|
|
34370
|
+
.E_dhqt3dw.date-range-picker .date-input-content input:disabled {
|
|
34371
|
+
background: inherit;
|
|
34607
34372
|
}
|
|
34608
34373
|
|
|
34609
|
-
.
|
|
34610
|
-
|
|
34374
|
+
.E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
|
|
34375
|
+
border: none;
|
|
34376
|
+
outline: none;
|
|
34377
|
+
box-shadow: none;
|
|
34611
34378
|
}
|
|
34612
34379
|
|
|
34613
|
-
.
|
|
34614
|
-
|
|
34615
|
-
margin-left: 12px;
|
|
34616
|
-
color: #2d3a56;
|
|
34380
|
+
.E_dhqt3dw.date-range-picker .past-time-icon {
|
|
34381
|
+
cursor: pointer;
|
|
34617
34382
|
}
|
|
34618
34383
|
|
|
34619
|
-
.
|
|
34620
|
-
|
|
34621
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34384
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
34385
|
+
padding: 12px 12px 0 12px;
|
|
34622
34386
|
}
|
|
34623
34387
|
|
|
34624
|
-
.
|
|
34625
|
-
|
|
34388
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
|
|
34389
|
+
padding-left: 16px;
|
|
34626
34390
|
}
|
|
34627
34391
|
|
|
34628
|
-
.
|
|
34629
|
-
margin-
|
|
34392
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
34393
|
+
margin-right: 0;
|
|
34630
34394
|
}
|
|
34631
34395
|
|
|
34632
|
-
.
|
|
34633
|
-
|
|
34396
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
34397
|
+
margin-left: 2px;
|
|
34634
34398
|
}
|
|
34635
34399
|
|
|
34636
|
-
.
|
|
34637
|
-
|
|
34638
|
-
|
|
34400
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
34401
|
+
max-height: 470px;
|
|
34402
|
+
overflow: auto;
|
|
34639
34403
|
}
|
|
34640
34404
|
|
|
34641
|
-
.
|
|
34642
|
-
|
|
34405
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
34406
|
+
padding: 0 12px;
|
|
34643
34407
|
}
|
|
34644
34408
|
|
|
34645
|
-
.
|
|
34646
|
-
|
|
34647
|
-
|
|
34648
|
-
transform: translateY(-4px);
|
|
34409
|
+
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
34410
|
+
height: 470px;
|
|
34411
|
+
overflow: auto;
|
|
34649
34412
|
}
|
|
34650
34413
|
|
|
34651
|
-
.
|
|
34652
|
-
width:
|
|
34653
|
-
height: 64px;
|
|
34654
|
-
display: flex;
|
|
34655
|
-
align-items: center;
|
|
34656
|
-
justify-content: center;
|
|
34657
|
-
position: relative;
|
|
34658
|
-
opacity: 0.2;
|
|
34414
|
+
.E_d1tc7lgk {
|
|
34415
|
+
min-width: 200px;
|
|
34659
34416
|
}
|
|
34660
34417
|
|
|
34661
|
-
.
|
|
34662
|
-
|
|
34663
|
-
|
|
34664
|
-
|
|
34665
|
-
left: 9.33px;
|
|
34666
|
-
top: 40.5px;
|
|
34667
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34668
|
-
border-radius: 5px;
|
|
34669
|
-
transform: rotate(-128deg);
|
|
34670
|
-
transform-origin: top left;
|
|
34671
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34418
|
+
.E_d1tc7lgk header {
|
|
34419
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34420
|
+
padding: 8px 12px;
|
|
34421
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34672
34422
|
}
|
|
34673
34423
|
|
|
34674
|
-
.
|
|
34675
|
-
|
|
34676
|
-
|
|
34677
|
-
height: 48px;
|
|
34678
|
-
left: 40.8px;
|
|
34679
|
-
top: 8.4px;
|
|
34680
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34681
|
-
border-radius: 5px;
|
|
34682
|
-
transform: rotate(-8deg);
|
|
34683
|
-
transform-origin: top left;
|
|
34684
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34424
|
+
.E_d1tc7lgk ul {
|
|
34425
|
+
list-style: none;
|
|
34426
|
+
padding: 12px;
|
|
34685
34427
|
}
|
|
34686
34428
|
|
|
34687
|
-
.
|
|
34688
|
-
|
|
34689
|
-
width: 5px;
|
|
34690
|
-
height: 48px;
|
|
34691
|
-
left: 52.9px;
|
|
34692
|
-
top: 51.8px;
|
|
34693
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34429
|
+
.E_d1tc7lgk ul li {
|
|
34430
|
+
padding: 5px 8px;
|
|
34694
34431
|
border-radius: 5px;
|
|
34695
|
-
|
|
34696
|
-
|
|
34697
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34432
|
+
transition: all 0.2s ease-in-out;
|
|
34433
|
+
cursor: pointer;
|
|
34698
34434
|
}
|
|
34699
34435
|
|
|
34700
|
-
.
|
|
34701
|
-
|
|
34436
|
+
.E_d1tc7lgk ul li:hover {
|
|
34437
|
+
background: rgba(0, 136, 255, 0.16);
|
|
34438
|
+
color: #0080ff;
|
|
34702
34439
|
}
|
|
34703
34440
|
|
|
34704
|
-
.
|
|
34705
|
-
|
|
34706
|
-
|
|
34707
|
-
margin-right: 4px;
|
|
34441
|
+
.E_d1tc7lgk ul li:active {
|
|
34442
|
+
background: rgba(0, 136, 255, 0.2);
|
|
34443
|
+
color: #0080ff;
|
|
34708
34444
|
}
|
|
34709
34445
|
|
|
34710
|
-
.
|
|
34711
|
-
|
|
34712
|
-
height: 18px;
|
|
34446
|
+
.E_d1tc7lgk ul li + li {
|
|
34447
|
+
margin-top: 2px;
|
|
34713
34448
|
}
|
|
34714
34449
|
|
|
34715
|
-
.
|
|
34716
|
-
padding:
|
|
34717
|
-
height: 24px;
|
|
34450
|
+
.E_rzaik16 {
|
|
34451
|
+
padding: 0;
|
|
34718
34452
|
}
|
|
34719
34453
|
|
|
34720
|
-
.
|
|
34721
|
-
|
|
34454
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
34455
|
+
display: none;
|
|
34722
34456
|
}
|
|
34723
34457
|
|
|
34724
|
-
.
|
|
34725
|
-
|
|
34726
|
-
height: 16px;
|
|
34458
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
34459
|
+
padding: 0;
|
|
34727
34460
|
}
|
|
34728
34461
|
|
|
34729
|
-
.
|
|
34730
|
-
|
|
34731
|
-
color: #00122e;
|
|
34732
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34733
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34734
|
-
word-break: break-all;
|
|
34735
|
-
display: inline;
|
|
34736
|
-
white-space: normal;
|
|
34462
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34463
|
+
margin-right: 2px;
|
|
34737
34464
|
}
|
|
34738
34465
|
|
|
34739
|
-
.
|
|
34740
|
-
|
|
34466
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34467
|
+
padding-left: 8px;
|
|
34468
|
+
padding-right: 8px;
|
|
34741
34469
|
}
|
|
34742
34470
|
|
|
34743
|
-
.
|
|
34744
|
-
|
|
34471
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34472
|
+
border-radius: 4px;
|
|
34745
34473
|
}
|
|
34746
34474
|
|
|
34747
|
-
.
|
|
34748
|
-
|
|
34475
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34476
|
+
border-radius: 4px;
|
|
34749
34477
|
}
|
|
34750
34478
|
|
|
34751
|
-
.
|
|
34752
|
-
|
|
34479
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
34480
|
+
padding-left: 12px;
|
|
34481
|
+
padding-right: 12px;
|
|
34753
34482
|
}
|
|
34754
34483
|
|
|
34755
|
-
.
|
|
34756
|
-
color:
|
|
34757
|
-
font-weight: normal;
|
|
34484
|
+
.E_ckld275 {
|
|
34485
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34758
34486
|
}
|
|
34759
34487
|
|
|
34760
|
-
.
|
|
34761
|
-
color: rgba(
|
|
34488
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34489
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
34490
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34762
34491
|
}
|
|
34763
34492
|
|
|
34764
|
-
.
|
|
34765
|
-
color:
|
|
34493
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34494
|
+
background-color: transparent;
|
|
34766
34495
|
}
|
|
34767
34496
|
|
|
34768
|
-
.
|
|
34769
|
-
|
|
34497
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34498
|
+
background-color: transparent;
|
|
34770
34499
|
}
|
|
34771
34500
|
|
|
34772
|
-
.
|
|
34773
|
-
|
|
34774
|
-
|
|
34775
|
-
|
|
34501
|
+
.E_c1kghdax {
|
|
34502
|
+
color: #2d3a56;
|
|
34503
|
+
padding: 7px 12px;
|
|
34504
|
+
display: flex;
|
|
34505
|
+
justify-content: space-between;
|
|
34506
|
+
align-items: center;
|
|
34776
34507
|
}
|
|
34777
34508
|
|
|
34778
|
-
.
|
|
34779
|
-
|
|
34509
|
+
.E_c1kghdax.has-arrow {
|
|
34510
|
+
padding-left: 10px;
|
|
34780
34511
|
}
|
|
34781
34512
|
|
|
34782
|
-
.
|
|
34783
|
-
cursor:
|
|
34513
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34514
|
+
cursor: pointer;
|
|
34515
|
+
color: #00122e;
|
|
34784
34516
|
}
|
|
34785
34517
|
|
|
34786
|
-
.
|
|
34787
|
-
|
|
34788
|
-
|
|
34518
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34519
|
+
color: #2d3a56;
|
|
34520
|
+
font-weight: 600;
|
|
34789
34521
|
}
|
|
34790
34522
|
|
|
34791
|
-
.
|
|
34792
|
-
|
|
34793
|
-
margin-right: 4px;
|
|
34794
|
-
flex: 1;
|
|
34795
|
-
overflow: visible;
|
|
34523
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34524
|
+
transform: rotate(90deg);
|
|
34796
34525
|
}
|
|
34797
34526
|
|
|
34798
|
-
.
|
|
34799
|
-
|
|
34800
|
-
|
|
34527
|
+
.E_c1kghdax .sub-info {
|
|
34528
|
+
font-size: 12px;
|
|
34529
|
+
line-height: 18px;
|
|
34801
34530
|
}
|
|
34802
34531
|
|
|
34803
|
-
.
|
|
34804
|
-
|
|
34805
|
-
|
|
34806
|
-
|
|
34807
|
-
|
|
34532
|
+
.E_c1kghdax .title-wrapper {
|
|
34533
|
+
display: flex;
|
|
34534
|
+
align-items: center;
|
|
34535
|
+
user-select: none;
|
|
34536
|
+
flex-grow: 1;
|
|
34808
34537
|
font-size: 12px;
|
|
34538
|
+
line-height: 18px;
|
|
34539
|
+
color: #2d3a56;
|
|
34540
|
+
font-weight: 700;
|
|
34809
34541
|
}
|
|
34810
34542
|
|
|
34811
|
-
.
|
|
34812
|
-
|
|
34543
|
+
.E_c1kghdax .collapse-arrow {
|
|
34544
|
+
transition: all 50ms ease-out 0ms;
|
|
34545
|
+
margin-right: 2px;
|
|
34813
34546
|
}
|
|
34814
34547
|
|
|
34815
|
-
.
|
|
34816
|
-
|
|
34548
|
+
.E_c1yd35n {
|
|
34549
|
+
padding: 0 12px 14px 12px;
|
|
34817
34550
|
}
|
|
34818
34551
|
|
|
34819
|
-
.
|
|
34820
|
-
|
|
34821
|
-
|
|
34822
|
-
|
|
34552
|
+
.E_ckui4s7 {
|
|
34553
|
+
color: #2d3a56;
|
|
34554
|
+
line-height: 22px;
|
|
34555
|
+
display: inline-flex;
|
|
34823
34556
|
}
|
|
34824
34557
|
|
|
34825
|
-
.
|
|
34826
|
-
|
|
34558
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34559
|
+
height: 22px;
|
|
34560
|
+
display: flex;
|
|
34561
|
+
align-items: center;
|
|
34562
|
+
top: 0;
|
|
34827
34563
|
}
|
|
34828
34564
|
|
|
34829
|
-
.
|
|
34830
|
-
|
|
34831
|
-
padding-left: 12px;
|
|
34832
|
-
border-radius: 0 4px 4px 0;
|
|
34565
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34566
|
+
border: none;
|
|
34833
34567
|
}
|
|
34834
34568
|
|
|
34835
|
-
.
|
|
34836
|
-
|
|
34837
|
-
width: 0;
|
|
34838
|
-
height: 0;
|
|
34839
|
-
border: 13px solid transparent;
|
|
34840
|
-
position: absolute;
|
|
34841
|
-
top: 0;
|
|
34842
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34843
|
-
z-index: 2;
|
|
34844
|
-
position: relative;
|
|
34845
|
-
top: -50%;
|
|
34846
|
-
right: -100%;
|
|
34569
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34570
|
+
border-color: #0080ff;
|
|
34847
34571
|
}
|
|
34848
34572
|
|
|
34849
|
-
.
|
|
34850
|
-
|
|
34573
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34574
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34851
34575
|
}
|
|
34852
34576
|
|
|
34853
|
-
.
|
|
34854
|
-
|
|
34855
|
-
width: 0;
|
|
34856
|
-
height: 0;
|
|
34857
|
-
border: 13px solid transparent;
|
|
34858
|
-
position: absolute;
|
|
34859
|
-
top: 0;
|
|
34860
|
-
border-left: 8px solid #fff;
|
|
34861
|
-
left: 0;
|
|
34577
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34578
|
+
border: 1px solid #0080ff;
|
|
34862
34579
|
}
|
|
34863
34580
|
|
|
34864
|
-
.
|
|
34865
|
-
|
|
34581
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34582
|
+
background: #0080ff;
|
|
34866
34583
|
}
|
|
34867
34584
|
|
|
34868
|
-
.
|
|
34869
|
-
background-color:
|
|
34585
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34586
|
+
background-color: #fff;
|
|
34587
|
+
height: 2px;
|
|
34588
|
+
width: 10px;
|
|
34589
|
+
border-radius: 2px;
|
|
34870
34590
|
}
|
|
34871
34591
|
|
|
34872
|
-
.
|
|
34873
|
-
|
|
34592
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34593
|
+
opacity: 0.5;
|
|
34874
34594
|
}
|
|
34875
34595
|
|
|
34876
|
-
.
|
|
34877
|
-
|
|
34878
|
-
|
|
34596
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34597
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34598
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34879
34599
|
}
|
|
34880
34600
|
|
|
34881
|
-
.
|
|
34882
|
-
|
|
34883
|
-
min-width: var(--item-min-width);
|
|
34601
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34602
|
+
border-color: #2d3a56;
|
|
34884
34603
|
}
|
|
34885
34604
|
|
|
34886
|
-
.
|
|
34887
|
-
|
|
34888
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34605
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34606
|
+
background: #2d3a56;
|
|
34889
34607
|
}
|
|
34890
34608
|
|
|
34891
|
-
.
|
|
34609
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34892
34610
|
padding: 0;
|
|
34893
34611
|
}
|
|
34894
34612
|
|
|
34895
|
-
.
|
|
34896
|
-
|
|
34897
|
-
|
|
34613
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34614
|
+
display: inline-block;
|
|
34615
|
+
margin-left: 12px;
|
|
34616
|
+
color: #2d3a56;
|
|
34898
34617
|
}
|
|
34899
34618
|
|
|
34900
|
-
.
|
|
34901
|
-
|
|
34619
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34620
|
+
margin-left: 28px;
|
|
34621
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34902
34622
|
}
|
|
34903
34623
|
|
|
34904
|
-
.
|
|
34905
|
-
|
|
34624
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34625
|
+
margin-left: 8px;
|
|
34906
34626
|
}
|
|
34907
34627
|
|
|
34908
|
-
.
|
|
34909
|
-
|
|
34628
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34629
|
+
margin-left: 24px;
|
|
34910
34630
|
}
|
|
34911
34631
|
|
|
34912
|
-
.
|
|
34913
|
-
|
|
34914
|
-
|
|
34915
|
-
height: 32px;
|
|
34632
|
+
.E_lht19u8 {
|
|
34633
|
+
width: 64px;
|
|
34634
|
+
height: 64px;
|
|
34916
34635
|
display: flex;
|
|
34917
34636
|
align-items: center;
|
|
34637
|
+
justify-content: center;
|
|
34638
|
+
position: relative;
|
|
34639
|
+
opacity: 0.2;
|
|
34918
34640
|
}
|
|
34919
34641
|
|
|
34920
|
-
.
|
|
34921
|
-
|
|
34922
|
-
|
|
34642
|
+
.E_lk3gkp4 {
|
|
34643
|
+
position: absolute;
|
|
34644
|
+
width: 5px;
|
|
34645
|
+
height: 48px;
|
|
34646
|
+
left: 9.33px;
|
|
34647
|
+
top: 40.5px;
|
|
34648
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34649
|
+
border-radius: 5px;
|
|
34650
|
+
transform: rotate(-128deg);
|
|
34651
|
+
transform-origin: top left;
|
|
34652
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34923
34653
|
}
|
|
34924
34654
|
|
|
34925
|
-
.
|
|
34926
|
-
|
|
34927
|
-
|
|
34928
|
-
|
|
34929
|
-
|
|
34655
|
+
.E_ll4n94n {
|
|
34656
|
+
position: absolute;
|
|
34657
|
+
width: 5px;
|
|
34658
|
+
height: 48px;
|
|
34659
|
+
left: 40.8px;
|
|
34660
|
+
top: 8.4px;
|
|
34661
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34662
|
+
border-radius: 5px;
|
|
34663
|
+
transform: rotate(-8deg);
|
|
34664
|
+
transform-origin: top left;
|
|
34665
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34930
34666
|
}
|
|
34931
34667
|
|
|
34932
|
-
.
|
|
34933
|
-
|
|
34668
|
+
.E_l17lbdo6 {
|
|
34669
|
+
position: absolute;
|
|
34670
|
+
width: 5px;
|
|
34671
|
+
height: 48px;
|
|
34672
|
+
left: 52.9px;
|
|
34673
|
+
top: 51.8px;
|
|
34674
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34675
|
+
border-radius: 5px;
|
|
34676
|
+
transform: rotate(112deg);
|
|
34677
|
+
transform-origin: top left;
|
|
34678
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34934
34679
|
}
|
|
34935
34680
|
|
|
34936
|
-
.
|
|
34937
|
-
|
|
34938
|
-
display: inline-flex;
|
|
34939
|
-
align-items: center;
|
|
34940
|
-
justify-content: center;
|
|
34941
|
-
column-gap: 4px;
|
|
34681
|
+
.E_b14q2gmw {
|
|
34682
|
+
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);
|
|
34942
34683
|
}
|
|
34943
34684
|
|
|
34944
|
-
.
|
|
34945
|
-
|
|
34946
|
-
|
|
34947
|
-
|
|
34948
|
-
|
|
34949
|
-
|
|
34950
|
-
|
|
34685
|
+
.E_c1eym6el {
|
|
34686
|
+
border-radius: 8px;
|
|
34687
|
+
background-color: white;
|
|
34688
|
+
}
|
|
34689
|
+
|
|
34690
|
+
.E_c1eym6el.hoverable {
|
|
34691
|
+
cursor: pointer;
|
|
34951
34692
|
}
|
|
34952
34693
|
|
|
34953
|
-
.
|
|
34954
|
-
|
|
34955
|
-
|
|
34956
|
-
|
|
34957
|
-
justify-content: center;
|
|
34958
|
-
column-gap: 6px;
|
|
34959
|
-
font-size: 13px;
|
|
34694
|
+
.E_c1eym6el.hoverable:hover {
|
|
34695
|
+
transition: all 200ms ease;
|
|
34696
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34697
|
+
transform: translateY(-4px);
|
|
34960
34698
|
}
|
|
34961
34699
|
|
|
34962
|
-
.
|
|
34963
|
-
|
|
34964
|
-
align-items: center;
|
|
34965
|
-
min-width: 20px;
|
|
34966
|
-
min-height: 20px;
|
|
34967
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34968
|
-
justify-content: center;
|
|
34700
|
+
.E_w7ob4th.outside-tag {
|
|
34701
|
+
padding-left: 0;
|
|
34969
34702
|
}
|
|
34970
34703
|
|
|
34971
|
-
.
|
|
34704
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34705
|
+
border-radius: 4px 0 0 4px;
|
|
34706
|
+
padding-right: 4px;
|
|
34972
34707
|
margin-right: 4px;
|
|
34973
|
-
height: 16px;
|
|
34974
34708
|
}
|
|
34975
34709
|
|
|
34976
34710
|
.E_t1dtlqs1 {
|
|
@@ -35118,92 +34852,358 @@ input.E_rf8rlle.ant-input {
|
|
|
35118
34852
|
text-align: left;
|
|
35119
34853
|
}
|
|
35120
34854
|
|
|
35121
|
-
.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 > * {
|
|
35122
|
-
text-align: left;
|
|
34855
|
+
.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 > * {
|
|
34856
|
+
text-align: left;
|
|
34857
|
+
}
|
|
34858
|
+
|
|
34859
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34860
|
+
text-align: right;
|
|
34861
|
+
}
|
|
34862
|
+
|
|
34863
|
+
.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 > * {
|
|
34864
|
+
text-align: right;
|
|
34865
|
+
}
|
|
34866
|
+
|
|
34867
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34868
|
+
margin-right: 8px;
|
|
34869
|
+
}
|
|
34870
|
+
|
|
34871
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34872
|
+
padding: 4px;
|
|
34873
|
+
width: 24px;
|
|
34874
|
+
height: 24px;
|
|
34875
|
+
overflow: hidden;
|
|
34876
|
+
}
|
|
34877
|
+
|
|
34878
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34879
|
+
padding: 0;
|
|
34880
|
+
}
|
|
34881
|
+
|
|
34882
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34883
|
+
cursor: not-allowed;
|
|
34884
|
+
opacity: 0.5;
|
|
34885
|
+
}
|
|
34886
|
+
|
|
34887
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34888
|
+
margin: 0;
|
|
34889
|
+
}
|
|
34890
|
+
|
|
34891
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34892
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34893
|
+
border-radius: 5px;
|
|
34894
|
+
font-size: 12px;
|
|
34895
|
+
}
|
|
34896
|
+
|
|
34897
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34898
|
+
font-size: inherit;
|
|
34899
|
+
}
|
|
34900
|
+
|
|
34901
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34902
|
+
min-height: 24px;
|
|
34903
|
+
font-size: 12px;
|
|
34904
|
+
position: relative;
|
|
34905
|
+
}
|
|
34906
|
+
|
|
34907
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34908
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34909
|
+
}
|
|
34910
|
+
|
|
34911
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34912
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34913
|
+
}
|
|
34914
|
+
|
|
34915
|
+
.E_a138syjm {
|
|
34916
|
+
display: flex;
|
|
34917
|
+
align-items: center;
|
|
34918
|
+
margin-top: 8px;
|
|
34919
|
+
}
|
|
34920
|
+
|
|
34921
|
+
.E_a138syjm button.ant-btn {
|
|
34922
|
+
padding: 2px 8px;
|
|
34923
|
+
height: 24px;
|
|
34924
|
+
}
|
|
34925
|
+
|
|
34926
|
+
.E_a138syjm > span.maximum-desc {
|
|
34927
|
+
display: none;
|
|
34928
|
+
margin-left: 8px;
|
|
34929
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34930
|
+
}
|
|
34931
|
+
|
|
34932
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34933
|
+
display: inline;
|
|
34934
|
+
}
|
|
34935
|
+
|
|
34936
|
+
.E_d77i8u0 {
|
|
34937
|
+
width: 24px;
|
|
34938
|
+
height: 24px;
|
|
34939
|
+
padding: 4px;
|
|
34940
|
+
margin-right: 8px;
|
|
34941
|
+
}
|
|
34942
|
+
|
|
34943
|
+
.E_sjob3jg {
|
|
34944
|
+
--item-min-width: 60px;
|
|
34945
|
+
}
|
|
34946
|
+
|
|
34947
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34948
|
+
display: none !important;
|
|
34949
|
+
}
|
|
34950
|
+
|
|
34951
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34952
|
+
flex-shrink: 0 !important;
|
|
34953
|
+
}
|
|
34954
|
+
|
|
34955
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34956
|
+
color: #0080ff;
|
|
34957
|
+
}
|
|
34958
|
+
|
|
34959
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34960
|
+
color: #0080ff;
|
|
34961
|
+
font-weight: normal;
|
|
34962
|
+
}
|
|
34963
|
+
|
|
34964
|
+
.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 {
|
|
34965
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34966
|
+
}
|
|
34967
|
+
|
|
34968
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34969
|
+
color: #00122e;
|
|
34970
|
+
}
|
|
34971
|
+
|
|
34972
|
+
.E_sjob3jg .step-item-text {
|
|
34973
|
+
display: inline-block;
|
|
34974
|
+
}
|
|
34975
|
+
|
|
34976
|
+
.E_sjob3jg .step-item-title {
|
|
34977
|
+
overflow: hidden;
|
|
34978
|
+
white-space: nowrap;
|
|
34979
|
+
text-overflow: ellipsis;
|
|
34980
|
+
}
|
|
34981
|
+
|
|
34982
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34983
|
+
min-width: var(--item-min-width);
|
|
34984
|
+
}
|
|
34985
|
+
|
|
34986
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34987
|
+
cursor: not-allowed !important;
|
|
34988
|
+
}
|
|
34989
|
+
|
|
34990
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34991
|
+
flex-direction: row;
|
|
34992
|
+
justify-content: stretch;
|
|
34993
|
+
}
|
|
34994
|
+
|
|
34995
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34996
|
+
padding: 0;
|
|
34997
|
+
margin-right: 4px;
|
|
34998
|
+
flex: 1;
|
|
34999
|
+
overflow: visible;
|
|
35000
|
+
}
|
|
35001
|
+
|
|
35002
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
35003
|
+
width: 100%;
|
|
35004
|
+
min-height: unset;
|
|
35005
|
+
}
|
|
35006
|
+
|
|
35007
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
35008
|
+
height: 26px;
|
|
35009
|
+
line-height: 26px;
|
|
35010
|
+
width: 100%;
|
|
35011
|
+
padding: 0;
|
|
35012
|
+
font-size: 12px;
|
|
35013
|
+
}
|
|
35014
|
+
|
|
35015
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
35016
|
+
margin-right: 10px;
|
|
35017
|
+
}
|
|
35018
|
+
|
|
35019
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
35020
|
+
display: none;
|
|
35021
|
+
}
|
|
35022
|
+
|
|
35023
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
35024
|
+
padding-left: 8px;
|
|
35025
|
+
padding-right: 4px;
|
|
35026
|
+
border-radius: 4px 0 0 4px;
|
|
35027
|
+
}
|
|
35028
|
+
|
|
35029
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
35030
|
+
margin-right: 0;
|
|
35031
|
+
}
|
|
35032
|
+
|
|
35033
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
35034
|
+
padding-right: 8px;
|
|
35035
|
+
padding-left: 12px;
|
|
35036
|
+
border-radius: 0 4px 4px 0;
|
|
35037
|
+
}
|
|
35038
|
+
|
|
35039
|
+
.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 {
|
|
35040
|
+
content: "";
|
|
35041
|
+
width: 0;
|
|
35042
|
+
height: 0;
|
|
35043
|
+
border: 13px solid transparent;
|
|
35044
|
+
position: absolute;
|
|
35045
|
+
top: 0;
|
|
35046
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35047
|
+
z-index: 2;
|
|
35048
|
+
position: relative;
|
|
35049
|
+
top: -50%;
|
|
35050
|
+
right: -100%;
|
|
35051
|
+
}
|
|
35052
|
+
|
|
35053
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
35054
|
+
padding: 0 4px 0 12px;
|
|
35055
|
+
}
|
|
35056
|
+
|
|
35057
|
+
.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 {
|
|
35058
|
+
content: "";
|
|
35059
|
+
width: 0;
|
|
35060
|
+
height: 0;
|
|
35061
|
+
border: 13px solid transparent;
|
|
35062
|
+
position: absolute;
|
|
35063
|
+
top: 0;
|
|
35064
|
+
border-left: 8px solid #fff;
|
|
35065
|
+
left: 0;
|
|
35066
|
+
}
|
|
35067
|
+
|
|
35068
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
35069
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
35070
|
+
}
|
|
35071
|
+
|
|
35072
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
35073
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35074
|
+
}
|
|
35075
|
+
|
|
35076
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
35077
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
35078
|
+
}
|
|
35079
|
+
|
|
35080
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35081
|
+
cursor: pointer;
|
|
35082
|
+
min-width: var(--item-min-width);
|
|
35083
|
+
}
|
|
35084
|
+
|
|
35085
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
35086
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35087
|
+
min-width: var(--item-min-width);
|
|
35123
35088
|
}
|
|
35124
35089
|
|
|
35125
|
-
.
|
|
35126
|
-
|
|
35090
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
35091
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
35092
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35127
35093
|
}
|
|
35128
35094
|
|
|
35129
|
-
.
|
|
35130
|
-
|
|
35095
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
35096
|
+
padding: 0;
|
|
35131
35097
|
}
|
|
35132
35098
|
|
|
35133
|
-
.
|
|
35134
|
-
|
|
35099
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
35100
|
+
width: 192px;
|
|
35101
|
+
row-gap: 2px;
|
|
35135
35102
|
}
|
|
35136
35103
|
|
|
35137
|
-
.
|
|
35138
|
-
|
|
35139
|
-
width: 24px;
|
|
35140
|
-
height: 24px;
|
|
35141
|
-
overflow: hidden;
|
|
35104
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
35105
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35142
35106
|
}
|
|
35143
35107
|
|
|
35144
|
-
.
|
|
35145
|
-
|
|
35108
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
35109
|
+
color: #00122e !important;
|
|
35146
35110
|
}
|
|
35147
35111
|
|
|
35148
|
-
.
|
|
35149
|
-
|
|
35150
|
-
opacity: 0.5;
|
|
35112
|
+
.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 {
|
|
35113
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35151
35114
|
}
|
|
35152
35115
|
|
|
35153
|
-
.
|
|
35154
|
-
|
|
35116
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
35117
|
+
padding: 0 8px;
|
|
35118
|
+
border-radius: 4px;
|
|
35119
|
+
height: 32px;
|
|
35120
|
+
display: flex;
|
|
35121
|
+
align-items: center;
|
|
35155
35122
|
}
|
|
35156
35123
|
|
|
35157
|
-
.
|
|
35158
|
-
|
|
35159
|
-
|
|
35160
|
-
font-size: 12px;
|
|
35124
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
35125
|
+
min-height: auto;
|
|
35126
|
+
white-space: nowrap;
|
|
35161
35127
|
}
|
|
35162
35128
|
|
|
35163
|
-
.
|
|
35164
|
-
font-size:
|
|
35129
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35130
|
+
font-size: 13px;
|
|
35131
|
+
line-height: 20px;
|
|
35132
|
+
max-width: 100%;
|
|
35133
|
+
padding-right: 0;
|
|
35165
35134
|
}
|
|
35166
35135
|
|
|
35167
|
-
.
|
|
35168
|
-
|
|
35169
|
-
font-size: 12px;
|
|
35170
|
-
position: relative;
|
|
35136
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
35137
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35171
35138
|
}
|
|
35172
35139
|
|
|
35173
|
-
.
|
|
35174
|
-
|
|
35140
|
+
.E_h6l1tj4 {
|
|
35141
|
+
width: 100%;
|
|
35142
|
+
display: inline-flex;
|
|
35143
|
+
align-items: center;
|
|
35144
|
+
justify-content: center;
|
|
35145
|
+
column-gap: 4px;
|
|
35175
35146
|
}
|
|
35176
35147
|
|
|
35177
|
-
.
|
|
35178
|
-
|
|
35148
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
35149
|
+
display: inline-flex;
|
|
35150
|
+
align-items: center;
|
|
35151
|
+
width: 18px;
|
|
35152
|
+
height: 18px;
|
|
35153
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35154
|
+
justify-content: center;
|
|
35179
35155
|
}
|
|
35180
35156
|
|
|
35181
|
-
.
|
|
35157
|
+
.E_v18frne8 {
|
|
35158
|
+
width: 100%;
|
|
35182
35159
|
display: flex;
|
|
35183
35160
|
align-items: center;
|
|
35184
|
-
|
|
35161
|
+
justify-content: center;
|
|
35162
|
+
column-gap: 6px;
|
|
35163
|
+
font-size: 13px;
|
|
35185
35164
|
}
|
|
35186
35165
|
|
|
35187
|
-
.
|
|
35166
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
35167
|
+
display: inline-flex;
|
|
35168
|
+
align-items: center;
|
|
35169
|
+
min-width: 20px;
|
|
35170
|
+
min-height: 20px;
|
|
35171
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35172
|
+
justify-content: center;
|
|
35173
|
+
}
|
|
35174
|
+
|
|
35175
|
+
.E_slr2ynn {
|
|
35176
|
+
padding: 0 8px;
|
|
35177
|
+
height: 18px;
|
|
35178
|
+
}
|
|
35179
|
+
|
|
35180
|
+
.E_m140wbb6 {
|
|
35188
35181
|
padding: 2px 8px;
|
|
35189
35182
|
height: 24px;
|
|
35190
35183
|
}
|
|
35191
35184
|
|
|
35192
|
-
.
|
|
35193
|
-
|
|
35194
|
-
margin-left: 8px;
|
|
35195
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35185
|
+
.E_t1fozc1i {
|
|
35186
|
+
margin: 0;
|
|
35196
35187
|
}
|
|
35197
35188
|
|
|
35198
|
-
.
|
|
35189
|
+
.E_i1vxv4ln {
|
|
35190
|
+
margin-right: 4px;
|
|
35191
|
+
height: 16px;
|
|
35192
|
+
}
|
|
35193
|
+
|
|
35194
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
35195
|
+
font-weight: 700;
|
|
35196
|
+
color: #00122e;
|
|
35197
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35198
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35199
|
+
word-break: break-all;
|
|
35199
35200
|
display: inline;
|
|
35201
|
+
white-space: normal;
|
|
35200
35202
|
}
|
|
35201
35203
|
|
|
35202
|
-
.
|
|
35203
|
-
|
|
35204
|
-
height:
|
|
35205
|
-
padding: 4px;
|
|
35206
|
-
margin-right: 8px;
|
|
35204
|
+
.E_i1g85yz3 {
|
|
35205
|
+
margin-right: 4px;
|
|
35206
|
+
height: 16px;
|
|
35207
35207
|
}
|
|
35208
35208
|
|
|
35209
35209
|
.E_sddwhm6 {
|
|
@@ -35301,6 +35301,69 @@ input.E_rf8rlle.ant-input {
|
|
|
35301
35301
|
display: inline-block;
|
|
35302
35302
|
}
|
|
35303
35303
|
|
|
35304
|
+
button.E_l48ei06.ant-btn {
|
|
35305
|
+
font-size: 12px;
|
|
35306
|
+
line-height: 18px;
|
|
35307
|
+
height: 18px;
|
|
35308
|
+
}
|
|
35309
|
+
|
|
35310
|
+
button.E_l48ei06 {
|
|
35311
|
+
color: #0080FF;
|
|
35312
|
+
height: unset;
|
|
35313
|
+
}
|
|
35314
|
+
|
|
35315
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
35316
|
+
margin-right: 4px;
|
|
35317
|
+
}
|
|
35318
|
+
|
|
35319
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
35320
|
+
margin-left: 4px;
|
|
35321
|
+
}
|
|
35322
|
+
|
|
35323
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
35324
|
+
color: #009DFF;
|
|
35325
|
+
}
|
|
35326
|
+
|
|
35327
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
35328
|
+
color: #005ED1;
|
|
35329
|
+
}
|
|
35330
|
+
|
|
35331
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
35332
|
+
color: #0080FF;
|
|
35333
|
+
}
|
|
35334
|
+
|
|
35335
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
35336
|
+
color: #00122E;
|
|
35337
|
+
}
|
|
35338
|
+
|
|
35339
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
35340
|
+
color: #0080FF;
|
|
35341
|
+
}
|
|
35342
|
+
|
|
35343
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
35344
|
+
color: #005ED1;
|
|
35345
|
+
}
|
|
35346
|
+
|
|
35347
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
35348
|
+
color: #00122E;
|
|
35349
|
+
}
|
|
35350
|
+
|
|
35351
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
35352
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35353
|
+
}
|
|
35354
|
+
|
|
35355
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
35356
|
+
color: #0080FF;
|
|
35357
|
+
}
|
|
35358
|
+
|
|
35359
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
35360
|
+
color: #005ED1;
|
|
35361
|
+
}
|
|
35362
|
+
|
|
35363
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
35364
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35365
|
+
}
|
|
35366
|
+
|
|
35304
35367
|
.E_tc97u5y {
|
|
35305
35368
|
height: 100%;
|
|
35306
35369
|
}
|
|
@@ -35752,69 +35815,6 @@ input.E_rf8rlle.ant-input {
|
|
|
35752
35815
|
background: #fff;
|
|
35753
35816
|
}
|
|
35754
35817
|
|
|
35755
|
-
button.E_l48ei06.ant-btn {
|
|
35756
|
-
font-size: 12px;
|
|
35757
|
-
line-height: 18px;
|
|
35758
|
-
height: 18px;
|
|
35759
|
-
}
|
|
35760
|
-
|
|
35761
|
-
button.E_l48ei06 {
|
|
35762
|
-
color: #0080FF;
|
|
35763
|
-
height: unset;
|
|
35764
|
-
}
|
|
35765
|
-
|
|
35766
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
35767
|
-
margin-right: 4px;
|
|
35768
|
-
}
|
|
35769
|
-
|
|
35770
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
35771
|
-
margin-left: 4px;
|
|
35772
|
-
}
|
|
35773
|
-
|
|
35774
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
35775
|
-
color: #009DFF;
|
|
35776
|
-
}
|
|
35777
|
-
|
|
35778
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
35779
|
-
color: #005ED1;
|
|
35780
|
-
}
|
|
35781
|
-
|
|
35782
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
35783
|
-
color: #0080FF;
|
|
35784
|
-
}
|
|
35785
|
-
|
|
35786
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
35787
|
-
color: #00122E;
|
|
35788
|
-
}
|
|
35789
|
-
|
|
35790
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
35791
|
-
color: #0080FF;
|
|
35792
|
-
}
|
|
35793
|
-
|
|
35794
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
35795
|
-
color: #005ED1;
|
|
35796
|
-
}
|
|
35797
|
-
|
|
35798
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
35799
|
-
color: #00122E;
|
|
35800
|
-
}
|
|
35801
|
-
|
|
35802
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
35803
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35804
|
-
}
|
|
35805
|
-
|
|
35806
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
35807
|
-
color: #0080FF;
|
|
35808
|
-
}
|
|
35809
|
-
|
|
35810
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
35811
|
-
color: #005ED1;
|
|
35812
|
-
}
|
|
35813
|
-
|
|
35814
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
35815
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35816
|
-
}
|
|
35817
|
-
|
|
35818
35818
|
.E_l12xdkhl {
|
|
35819
35819
|
width: 64px;
|
|
35820
35820
|
height: 64px;
|