@cloudtower/eagle 490.0.6 → 490.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1420 -1420
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1843 -1843
- package/dist/src/core/SearchInput/SearchInput.type.d.ts +89 -18
- package/dist/style.css +1420 -1420
- package/docs/core/SearchInput/guide.md +125 -0
- package/docs/llms.txt +1 -1
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29713,28 +29713,6 @@ body {
|
|
|
29713
29713
|
padding: 8px 12px;
|
|
29714
29714
|
}
|
|
29715
29715
|
|
|
29716
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
29717
|
-
border: 0px;
|
|
29718
|
-
background-color: #fff;
|
|
29719
|
-
}
|
|
29720
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
29721
|
-
padding-top: 0px;
|
|
29722
|
-
padding-bottom: 0px;
|
|
29723
|
-
padding-left: 0px !important;
|
|
29724
|
-
padding-right: 24px;
|
|
29725
|
-
}
|
|
29726
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
29727
|
-
right: 0px;
|
|
29728
|
-
}
|
|
29729
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
29730
|
-
padding: 0px;
|
|
29731
|
-
}
|
|
29732
|
-
|
|
29733
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
29734
|
-
padding-right: 0px;
|
|
29735
|
-
cursor: default;
|
|
29736
|
-
}
|
|
29737
|
-
|
|
29738
29716
|
.E_berrcjl {
|
|
29739
29717
|
color: rgba(10, 37, 85, 0.6);
|
|
29740
29718
|
margin-bottom: 4px;
|
|
@@ -29751,153 +29729,6 @@ body {
|
|
|
29751
29729
|
color: #005ed1;
|
|
29752
29730
|
}
|
|
29753
29731
|
|
|
29754
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29755
|
-
padding: 4px 8px 0 8px;
|
|
29756
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29757
|
-
font-size: 12px;
|
|
29758
|
-
}
|
|
29759
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29760
|
-
padding-bottom: 6px;
|
|
29761
|
-
}
|
|
29762
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29763
|
-
padding-top: 4px;
|
|
29764
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29765
|
-
}
|
|
29766
|
-
|
|
29767
|
-
.E_c1uzzomf {
|
|
29768
|
-
margin-bottom: 16px;
|
|
29769
|
-
}
|
|
29770
|
-
.E_c1uzzomf .card-title {
|
|
29771
|
-
font-size: 16px;
|
|
29772
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29773
|
-
font-weight: 700;
|
|
29774
|
-
line-height: 32px;
|
|
29775
|
-
}
|
|
29776
|
-
.E_c1uzzomf .card-body {
|
|
29777
|
-
padding: 24px;
|
|
29778
|
-
border-radius: 8px;
|
|
29779
|
-
background: #fff;
|
|
29780
|
-
}
|
|
29781
|
-
.E_c1uzzomf .empty {
|
|
29782
|
-
font-weight: 700;
|
|
29783
|
-
font-size: 14px;
|
|
29784
|
-
line-height: 22px;
|
|
29785
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29786
|
-
text-align: center;
|
|
29787
|
-
}
|
|
29788
|
-
|
|
29789
|
-
.E_b1nip9bk {
|
|
29790
|
-
padding: 4px 11px;
|
|
29791
|
-
}
|
|
29792
|
-
|
|
29793
|
-
.E_bqamoqe {
|
|
29794
|
-
white-space: nowrap;
|
|
29795
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29796
|
-
}
|
|
29797
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29798
|
-
--color: #0080ff;
|
|
29799
|
-
}
|
|
29800
|
-
.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] {
|
|
29801
|
-
--color: #0080ff;
|
|
29802
|
-
}
|
|
29803
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29804
|
-
margin-left: 1px;
|
|
29805
|
-
}
|
|
29806
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29807
|
-
border-top-right-radius: 0;
|
|
29808
|
-
border-bottom-right-radius: 0;
|
|
29809
|
-
}
|
|
29810
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29811
|
-
border-top-left-radius: 0;
|
|
29812
|
-
border-bottom-left-radius: 0;
|
|
29813
|
-
}
|
|
29814
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29815
|
-
border-radius: unset;
|
|
29816
|
-
}
|
|
29817
|
-
|
|
29818
|
-
.E_d1bw7c5z {
|
|
29819
|
-
position: relative;
|
|
29820
|
-
max-width: 388px;
|
|
29821
|
-
min-width: 285px;
|
|
29822
|
-
}
|
|
29823
|
-
.E_d1bw7c5z .center {
|
|
29824
|
-
position: absolute;
|
|
29825
|
-
font-size: 12px;
|
|
29826
|
-
width: 80px;
|
|
29827
|
-
height: 100px;
|
|
29828
|
-
top: 0;
|
|
29829
|
-
left: 35px;
|
|
29830
|
-
display: flex;
|
|
29831
|
-
flex-direction: column;
|
|
29832
|
-
justify-content: center;
|
|
29833
|
-
align-items: center;
|
|
29834
|
-
color: #00122e;
|
|
29835
|
-
}
|
|
29836
|
-
.E_d1bw7c5z .center .number {
|
|
29837
|
-
font-size: 24px;
|
|
29838
|
-
font-weight: 700;
|
|
29839
|
-
}
|
|
29840
|
-
.E_d1bw7c5z .center .text {
|
|
29841
|
-
padding: 0 5px;
|
|
29842
|
-
font-size: 12px;
|
|
29843
|
-
width: inherit;
|
|
29844
|
-
text-align: center;
|
|
29845
|
-
}
|
|
29846
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
29847
|
-
display: flex;
|
|
29848
|
-
}
|
|
29849
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29850
|
-
position: relative !important;
|
|
29851
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29852
|
-
left: 0 !important;
|
|
29853
|
-
bottom: 0 !important;
|
|
29854
|
-
display: flex;
|
|
29855
|
-
align-items: center;
|
|
29856
|
-
}
|
|
29857
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29858
|
-
width: 100%;
|
|
29859
|
-
}
|
|
29860
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29861
|
-
width: 100%;
|
|
29862
|
-
margin-right: 0 !important;
|
|
29863
|
-
line-height: 18px;
|
|
29864
|
-
}
|
|
29865
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29866
|
-
border-radius: 2px;
|
|
29867
|
-
}
|
|
29868
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29869
|
-
min-width: 75px;
|
|
29870
|
-
max-width: 198px;
|
|
29871
|
-
width: calc(100% - 20px);
|
|
29872
|
-
margin-left: 2px;
|
|
29873
|
-
color: #00122e !important;
|
|
29874
|
-
display: inline-flex;
|
|
29875
|
-
justify-content: space-between;
|
|
29876
|
-
}
|
|
29877
|
-
.E_d1bw7c5z .tooltip-text {
|
|
29878
|
-
maxwidth: calc(100% - 12px);
|
|
29879
|
-
cursor: pointer;
|
|
29880
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29881
|
-
overflow: hidden;
|
|
29882
|
-
text-overflow: ellipsis;
|
|
29883
|
-
white-space: nowrap;
|
|
29884
|
-
}
|
|
29885
|
-
.E_d1bw7c5z .value {
|
|
29886
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
29887
|
-
}
|
|
29888
|
-
|
|
29889
|
-
.E_t10pqbtc {
|
|
29890
|
-
width: 140px;
|
|
29891
|
-
}
|
|
29892
|
-
.E_t10pqbtc .item {
|
|
29893
|
-
margin: 6px auto;
|
|
29894
|
-
display: flex;
|
|
29895
|
-
justify-content: space-between;
|
|
29896
|
-
}
|
|
29897
|
-
.E_t10pqbtc .item .name {
|
|
29898
|
-
width: 102px;
|
|
29899
|
-
}
|
|
29900
|
-
|
|
29901
29732
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29902
29733
|
justify-content: center;
|
|
29903
29734
|
}
|
|
@@ -30161,69 +29992,228 @@ body {
|
|
|
30161
29992
|
justify-content: center;
|
|
30162
29993
|
}
|
|
30163
29994
|
|
|
30164
|
-
.
|
|
30165
|
-
|
|
30166
|
-
}
|
|
30167
|
-
.E_c1yyuluq .ant-card-body {
|
|
30168
|
-
padding: 20px 24px 24px 24px;
|
|
29995
|
+
.E_b1nip9bk {
|
|
29996
|
+
padding: 4px 11px;
|
|
30169
29997
|
}
|
|
30170
29998
|
|
|
30171
|
-
.
|
|
30172
|
-
|
|
29999
|
+
.E_bqamoqe {
|
|
30000
|
+
white-space: nowrap;
|
|
30001
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30173
30002
|
}
|
|
30174
|
-
|
|
30175
|
-
|
|
30176
|
-
display: flex;
|
|
30003
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30004
|
+
--color: #0080ff;
|
|
30177
30005
|
}
|
|
30178
|
-
.
|
|
30179
|
-
|
|
30180
|
-
border-top-left-radius: 5px;
|
|
30006
|
+
.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] {
|
|
30007
|
+
--color: #0080ff;
|
|
30181
30008
|
}
|
|
30182
|
-
.
|
|
30183
|
-
|
|
30184
|
-
border-top-right-radius: 5px;
|
|
30009
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30010
|
+
margin-left: 1px;
|
|
30185
30011
|
}
|
|
30186
|
-
|
|
30187
|
-
|
|
30188
|
-
|
|
30189
|
-
width: 56px !important;
|
|
30190
|
-
margin-right: 4px;
|
|
30012
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30013
|
+
border-top-right-radius: 0;
|
|
30014
|
+
border-bottom-right-radius: 0;
|
|
30191
30015
|
}
|
|
30192
|
-
|
|
30193
|
-
|
|
30194
|
-
|
|
30016
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30017
|
+
border-top-left-radius: 0;
|
|
30018
|
+
border-bottom-left-radius: 0;
|
|
30019
|
+
}
|
|
30020
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30021
|
+
border-radius: unset;
|
|
30195
30022
|
}
|
|
30196
30023
|
|
|
30197
|
-
.
|
|
30198
|
-
|
|
30199
|
-
justify-content: space-between;
|
|
30200
|
-
align-items: center;
|
|
30201
|
-
padding: 10px 0;
|
|
30024
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30025
|
+
padding: 4px 8px 0 8px;
|
|
30202
30026
|
color: rgba(44, 56, 82, 0.6);
|
|
30203
30027
|
font-size: 12px;
|
|
30204
|
-
line-height: 24px;
|
|
30205
|
-
}
|
|
30206
|
-
.E_phljevk .pagination-left {
|
|
30207
|
-
padding: 2px 8px;
|
|
30208
30028
|
}
|
|
30209
|
-
.
|
|
30210
|
-
|
|
30211
|
-
align-items: center;
|
|
30212
|
-
border-radius: 6px;
|
|
30213
|
-
cursor: pointer;
|
|
30214
|
-
transition: all 0.3s ease;
|
|
30029
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30030
|
+
padding-bottom: 6px;
|
|
30215
30031
|
}
|
|
30216
|
-
.
|
|
30217
|
-
|
|
30218
|
-
|
|
30032
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30033
|
+
padding-top: 4px;
|
|
30034
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30219
30035
|
}
|
|
30220
|
-
|
|
30221
|
-
|
|
30036
|
+
|
|
30037
|
+
.E_d1bw7c5z {
|
|
30038
|
+
position: relative;
|
|
30039
|
+
max-width: 388px;
|
|
30040
|
+
min-width: 285px;
|
|
30222
30041
|
}
|
|
30223
|
-
.
|
|
30042
|
+
.E_d1bw7c5z .center {
|
|
30043
|
+
position: absolute;
|
|
30044
|
+
font-size: 12px;
|
|
30045
|
+
width: 80px;
|
|
30046
|
+
height: 100px;
|
|
30047
|
+
top: 0;
|
|
30048
|
+
left: 35px;
|
|
30224
30049
|
display: flex;
|
|
30050
|
+
flex-direction: column;
|
|
30051
|
+
justify-content: center;
|
|
30225
30052
|
align-items: center;
|
|
30226
|
-
color: #
|
|
30053
|
+
color: #00122e;
|
|
30054
|
+
}
|
|
30055
|
+
.E_d1bw7c5z .center .number {
|
|
30056
|
+
font-size: 24px;
|
|
30057
|
+
font-weight: 700;
|
|
30058
|
+
}
|
|
30059
|
+
.E_d1bw7c5z .center .text {
|
|
30060
|
+
padding: 0 5px;
|
|
30061
|
+
font-size: 12px;
|
|
30062
|
+
width: inherit;
|
|
30063
|
+
text-align: center;
|
|
30064
|
+
}
|
|
30065
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30066
|
+
display: flex;
|
|
30067
|
+
}
|
|
30068
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30069
|
+
position: relative !important;
|
|
30070
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30071
|
+
left: 0 !important;
|
|
30072
|
+
bottom: 0 !important;
|
|
30073
|
+
display: flex;
|
|
30074
|
+
align-items: center;
|
|
30075
|
+
}
|
|
30076
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30077
|
+
width: 100%;
|
|
30078
|
+
}
|
|
30079
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30080
|
+
width: 100%;
|
|
30081
|
+
margin-right: 0 !important;
|
|
30082
|
+
line-height: 18px;
|
|
30083
|
+
}
|
|
30084
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30085
|
+
border-radius: 2px;
|
|
30086
|
+
}
|
|
30087
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30088
|
+
min-width: 75px;
|
|
30089
|
+
max-width: 198px;
|
|
30090
|
+
width: calc(100% - 20px);
|
|
30091
|
+
margin-left: 2px;
|
|
30092
|
+
color: #00122e !important;
|
|
30093
|
+
display: inline-flex;
|
|
30094
|
+
justify-content: space-between;
|
|
30095
|
+
}
|
|
30096
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30097
|
+
maxwidth: calc(100% - 12px);
|
|
30098
|
+
cursor: pointer;
|
|
30099
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30100
|
+
overflow: hidden;
|
|
30101
|
+
text-overflow: ellipsis;
|
|
30102
|
+
white-space: nowrap;
|
|
30103
|
+
}
|
|
30104
|
+
.E_d1bw7c5z .value {
|
|
30105
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
30106
|
+
}
|
|
30107
|
+
|
|
30108
|
+
.E_t10pqbtc {
|
|
30109
|
+
width: 140px;
|
|
30110
|
+
}
|
|
30111
|
+
.E_t10pqbtc .item {
|
|
30112
|
+
margin: 6px auto;
|
|
30113
|
+
display: flex;
|
|
30114
|
+
justify-content: space-between;
|
|
30115
|
+
}
|
|
30116
|
+
.E_t10pqbtc .item .name {
|
|
30117
|
+
width: 102px;
|
|
30118
|
+
}
|
|
30119
|
+
|
|
30120
|
+
.E_c1yyuluq {
|
|
30121
|
+
border-radius: 8px;
|
|
30122
|
+
}
|
|
30123
|
+
.E_c1yyuluq .ant-card-body {
|
|
30124
|
+
padding: 20px 24px 24px 24px;
|
|
30125
|
+
}
|
|
30126
|
+
|
|
30127
|
+
.E_c1uzzomf {
|
|
30128
|
+
margin-bottom: 16px;
|
|
30129
|
+
}
|
|
30130
|
+
.E_c1uzzomf .card-title {
|
|
30131
|
+
font-size: 16px;
|
|
30132
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30133
|
+
font-weight: 700;
|
|
30134
|
+
line-height: 32px;
|
|
30135
|
+
}
|
|
30136
|
+
.E_c1uzzomf .card-body {
|
|
30137
|
+
padding: 24px;
|
|
30138
|
+
border-radius: 8px;
|
|
30139
|
+
background: #fff;
|
|
30140
|
+
}
|
|
30141
|
+
.E_c1uzzomf .empty {
|
|
30142
|
+
font-weight: 700;
|
|
30143
|
+
font-size: 14px;
|
|
30144
|
+
line-height: 22px;
|
|
30145
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30146
|
+
text-align: center;
|
|
30147
|
+
}
|
|
30148
|
+
|
|
30149
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30150
|
+
border: 0px;
|
|
30151
|
+
background-color: #fff;
|
|
30152
|
+
}
|
|
30153
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30154
|
+
padding-top: 0px;
|
|
30155
|
+
padding-bottom: 0px;
|
|
30156
|
+
padding-left: 0px !important;
|
|
30157
|
+
padding-right: 24px;
|
|
30158
|
+
}
|
|
30159
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30160
|
+
right: 0px;
|
|
30161
|
+
}
|
|
30162
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30163
|
+
padding: 0px;
|
|
30164
|
+
}
|
|
30165
|
+
|
|
30166
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30167
|
+
padding-right: 0px;
|
|
30168
|
+
cursor: default;
|
|
30169
|
+
}
|
|
30170
|
+
|
|
30171
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30172
|
+
display: flex;
|
|
30173
|
+
}
|
|
30174
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30175
|
+
border-bottom-left-radius: 5px;
|
|
30176
|
+
border-top-left-radius: 5px;
|
|
30177
|
+
}
|
|
30178
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30179
|
+
border-bottom-right-radius: 5px;
|
|
30180
|
+
border-top-right-radius: 5px;
|
|
30181
|
+
}
|
|
30182
|
+
|
|
30183
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30184
|
+
line-height: 18px;
|
|
30185
|
+
}
|
|
30186
|
+
|
|
30187
|
+
.E_phljevk {
|
|
30188
|
+
display: flex;
|
|
30189
|
+
justify-content: space-between;
|
|
30190
|
+
align-items: center;
|
|
30191
|
+
padding: 10px 0;
|
|
30192
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30193
|
+
font-size: 12px;
|
|
30194
|
+
line-height: 24px;
|
|
30195
|
+
}
|
|
30196
|
+
.E_phljevk .pagination-left {
|
|
30197
|
+
padding: 2px 8px;
|
|
30198
|
+
}
|
|
30199
|
+
.E_phljevk .dropdown-trigger {
|
|
30200
|
+
display: flex;
|
|
30201
|
+
align-items: center;
|
|
30202
|
+
border-radius: 6px;
|
|
30203
|
+
cursor: pointer;
|
|
30204
|
+
transition: all 0.3s ease;
|
|
30205
|
+
}
|
|
30206
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30207
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30208
|
+
color: #0080ff;
|
|
30209
|
+
}
|
|
30210
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30211
|
+
margin-left: 4px;
|
|
30212
|
+
}
|
|
30213
|
+
.E_phljevk .pagination-right {
|
|
30214
|
+
display: flex;
|
|
30215
|
+
align-items: center;
|
|
30216
|
+
color: #0080ff;
|
|
30227
30217
|
font-weight: bold;
|
|
30228
30218
|
}
|
|
30229
30219
|
.E_phljevk .pagination-right .icon-inner {
|
|
@@ -30251,6 +30241,46 @@ body {
|
|
|
30251
30241
|
line-height: 18px;
|
|
30252
30242
|
}
|
|
30253
30243
|
|
|
30244
|
+
.E_c1bus5hc {
|
|
30245
|
+
--color: white;
|
|
30246
|
+
height: 14px;
|
|
30247
|
+
width: 14px;
|
|
30248
|
+
border-radius: 50%;
|
|
30249
|
+
flex-shrink: 0;
|
|
30250
|
+
display: flex;
|
|
30251
|
+
align-items: center;
|
|
30252
|
+
justify-content: center;
|
|
30253
|
+
border: 1px solid var(--color);
|
|
30254
|
+
}
|
|
30255
|
+
.E_c1bus5hc .circle-inner {
|
|
30256
|
+
position: relative;
|
|
30257
|
+
height: 10px;
|
|
30258
|
+
width: 10px;
|
|
30259
|
+
border-radius: 50%;
|
|
30260
|
+
overflow: hidden;
|
|
30261
|
+
}
|
|
30262
|
+
.E_c1bus5hc .circle-content {
|
|
30263
|
+
position: absolute;
|
|
30264
|
+
height: 100%;
|
|
30265
|
+
width: 100%;
|
|
30266
|
+
left: 0;
|
|
30267
|
+
top: 0;
|
|
30268
|
+
border-radius: 50%;
|
|
30269
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30270
|
+
transform: rotate(180deg);
|
|
30271
|
+
}
|
|
30272
|
+
.E_c1bus5hc .circle-child {
|
|
30273
|
+
position: absolute;
|
|
30274
|
+
height: 100%;
|
|
30275
|
+
width: 100%;
|
|
30276
|
+
left: 0;
|
|
30277
|
+
top: 0;
|
|
30278
|
+
margin-left: 50%;
|
|
30279
|
+
transform-origin: left;
|
|
30280
|
+
background: white;
|
|
30281
|
+
transform: rotate(0deg);
|
|
30282
|
+
}
|
|
30283
|
+
|
|
30254
30284
|
.E_rapgekc.ant-radio-wrapper {
|
|
30255
30285
|
display: inline-flex;
|
|
30256
30286
|
align-items: baseline;
|
|
@@ -30397,44 +30427,14 @@ body {
|
|
|
30397
30427
|
width: 36px;
|
|
30398
30428
|
}
|
|
30399
30429
|
|
|
30400
|
-
.
|
|
30401
|
-
|
|
30402
|
-
|
|
30403
|
-
|
|
30404
|
-
border-radius: 50%;
|
|
30405
|
-
flex-shrink: 0;
|
|
30406
|
-
display: flex;
|
|
30407
|
-
align-items: center;
|
|
30408
|
-
justify-content: center;
|
|
30409
|
-
border: 1px solid var(--color);
|
|
30410
|
-
}
|
|
30411
|
-
.E_c1bus5hc .circle-inner {
|
|
30412
|
-
position: relative;
|
|
30413
|
-
height: 10px;
|
|
30414
|
-
width: 10px;
|
|
30415
|
-
border-radius: 50%;
|
|
30416
|
-
overflow: hidden;
|
|
30417
|
-
}
|
|
30418
|
-
.E_c1bus5hc .circle-content {
|
|
30419
|
-
position: absolute;
|
|
30420
|
-
height: 100%;
|
|
30421
|
-
width: 100%;
|
|
30422
|
-
left: 0;
|
|
30423
|
-
top: 0;
|
|
30424
|
-
border-radius: 50%;
|
|
30425
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30426
|
-
transform: rotate(180deg);
|
|
30430
|
+
.E_ivqqkzv {
|
|
30431
|
+
height: 24px;
|
|
30432
|
+
width: 56px !important;
|
|
30433
|
+
margin-right: 4px;
|
|
30427
30434
|
}
|
|
30428
|
-
|
|
30429
|
-
|
|
30430
|
-
|
|
30431
|
-
width: 100%;
|
|
30432
|
-
left: 0;
|
|
30433
|
-
top: 0;
|
|
30434
|
-
margin-left: 50%;
|
|
30435
|
-
transform-origin: left;
|
|
30436
|
-
background: white;
|
|
30437
|
-
transform: rotate(0deg);
|
|
30435
|
+
|
|
30436
|
+
.E_c1wk4q29 {
|
|
30437
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30438
30438
|
}
|
|
30439
30439
|
|
|
30440
30440
|
.E_s1dizucg.ant-switch {
|
|
@@ -30492,92 +30492,14 @@ body {
|
|
|
30492
30492
|
margin-left: 5px;
|
|
30493
30493
|
}
|
|
30494
30494
|
|
|
30495
|
+
.E_tju3gfj .date {
|
|
30496
|
+
margin-right: 4px;
|
|
30497
|
+
}
|
|
30498
|
+
|
|
30495
30499
|
.E_iq1gosr {
|
|
30496
30500
|
display: inline-block;
|
|
30497
30501
|
}
|
|
30498
30502
|
|
|
30499
|
-
.E_s1sck0th {
|
|
30500
|
-
padding: 0 8px;
|
|
30501
|
-
border-radius: 4px;
|
|
30502
|
-
}
|
|
30503
|
-
|
|
30504
|
-
.E_m855nr1 {
|
|
30505
|
-
padding: 2px 8px;
|
|
30506
|
-
border-radius: 3px;
|
|
30507
|
-
}
|
|
30508
|
-
|
|
30509
|
-
.E_l1270xpg {
|
|
30510
|
-
padding: 3px 8px;
|
|
30511
|
-
border-radius: 2px;
|
|
30512
|
-
}
|
|
30513
|
-
|
|
30514
|
-
.E_t14rextb.ant-tag:hover {
|
|
30515
|
-
opacity: unset;
|
|
30516
|
-
}
|
|
30517
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30518
|
-
margin: 0;
|
|
30519
|
-
margin-right: 8px;
|
|
30520
|
-
display: inline-flex;
|
|
30521
|
-
align-items: center;
|
|
30522
|
-
border: none;
|
|
30523
|
-
}
|
|
30524
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30525
|
-
width: 16px;
|
|
30526
|
-
height: 16px;
|
|
30527
|
-
color: inherit;
|
|
30528
|
-
margin-left: 4px;
|
|
30529
|
-
opacity: 0.6;
|
|
30530
|
-
display: inline-flex;
|
|
30531
|
-
}
|
|
30532
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30533
|
-
opacity: 1;
|
|
30534
|
-
}
|
|
30535
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30536
|
-
color: #0080ff;
|
|
30537
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30538
|
-
}
|
|
30539
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30540
|
-
color: #f0483e;
|
|
30541
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30542
|
-
}
|
|
30543
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30544
|
-
color: #e07f00;
|
|
30545
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
30546
|
-
}
|
|
30547
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30548
|
-
color: #008f4c;
|
|
30549
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
30550
|
-
}
|
|
30551
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30552
|
-
color: #1d326c;
|
|
30553
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
30554
|
-
}
|
|
30555
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30556
|
-
color: #7E41FF;
|
|
30557
|
-
background-color: rgba(126, 65, 255, 0.1019607843);
|
|
30558
|
-
}
|
|
30559
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30560
|
-
color: #fff;
|
|
30561
|
-
}
|
|
30562
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30563
|
-
background-color: #f0483e;
|
|
30564
|
-
}
|
|
30565
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30566
|
-
background-color: #fea008;
|
|
30567
|
-
}
|
|
30568
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30569
|
-
background-color: #00ba5d;
|
|
30570
|
-
}
|
|
30571
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30572
|
-
background-color: #0080ff;
|
|
30573
|
-
}
|
|
30574
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30575
|
-
background-color: #6b7d99;
|
|
30576
|
-
}
|
|
30577
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30578
|
-
background-color: #7E41FF;
|
|
30579
|
-
}
|
|
30580
|
-
|
|
30581
30503
|
.E_s1dni7lo {
|
|
30582
30504
|
width: 430px !important;
|
|
30583
30505
|
}
|
|
@@ -30659,8 +30581,86 @@ body {
|
|
|
30659
30581
|
opacity: 0;
|
|
30660
30582
|
}
|
|
30661
30583
|
|
|
30662
|
-
.
|
|
30663
|
-
|
|
30584
|
+
.E_s1sck0th {
|
|
30585
|
+
padding: 0 8px;
|
|
30586
|
+
border-radius: 4px;
|
|
30587
|
+
}
|
|
30588
|
+
|
|
30589
|
+
.E_m855nr1 {
|
|
30590
|
+
padding: 2px 8px;
|
|
30591
|
+
border-radius: 3px;
|
|
30592
|
+
}
|
|
30593
|
+
|
|
30594
|
+
.E_l1270xpg {
|
|
30595
|
+
padding: 3px 8px;
|
|
30596
|
+
border-radius: 2px;
|
|
30597
|
+
}
|
|
30598
|
+
|
|
30599
|
+
.E_t14rextb.ant-tag:hover {
|
|
30600
|
+
opacity: unset;
|
|
30601
|
+
}
|
|
30602
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30603
|
+
margin: 0;
|
|
30604
|
+
margin-right: 8px;
|
|
30605
|
+
display: inline-flex;
|
|
30606
|
+
align-items: center;
|
|
30607
|
+
border: none;
|
|
30608
|
+
}
|
|
30609
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30610
|
+
width: 16px;
|
|
30611
|
+
height: 16px;
|
|
30612
|
+
color: inherit;
|
|
30613
|
+
margin-left: 4px;
|
|
30614
|
+
opacity: 0.6;
|
|
30615
|
+
display: inline-flex;
|
|
30616
|
+
}
|
|
30617
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30618
|
+
opacity: 1;
|
|
30619
|
+
}
|
|
30620
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30621
|
+
color: #0080ff;
|
|
30622
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30623
|
+
}
|
|
30624
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30625
|
+
color: #f0483e;
|
|
30626
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30627
|
+
}
|
|
30628
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30629
|
+
color: #e07f00;
|
|
30630
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30631
|
+
}
|
|
30632
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30633
|
+
color: #008f4c;
|
|
30634
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30635
|
+
}
|
|
30636
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30637
|
+
color: #1d326c;
|
|
30638
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30639
|
+
}
|
|
30640
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30641
|
+
color: #7E41FF;
|
|
30642
|
+
background-color: rgba(126, 65, 255, 0.1019607843);
|
|
30643
|
+
}
|
|
30644
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30645
|
+
color: #fff;
|
|
30646
|
+
}
|
|
30647
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30648
|
+
background-color: #f0483e;
|
|
30649
|
+
}
|
|
30650
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30651
|
+
background-color: #fea008;
|
|
30652
|
+
}
|
|
30653
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30654
|
+
background-color: #00ba5d;
|
|
30655
|
+
}
|
|
30656
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30657
|
+
background-color: #0080ff;
|
|
30658
|
+
}
|
|
30659
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30660
|
+
background-color: #6b7d99;
|
|
30661
|
+
}
|
|
30662
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30663
|
+
background-color: #7E41FF;
|
|
30664
30664
|
}
|
|
30665
30665
|
|
|
30666
30666
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
@@ -30674,19 +30674,6 @@ body {
|
|
|
30674
30674
|
visibility: hidden;
|
|
30675
30675
|
}
|
|
30676
30676
|
|
|
30677
|
-
.E_i1inqkme {
|
|
30678
|
-
height: 18px;
|
|
30679
|
-
line-height: 18px;
|
|
30680
|
-
padding: 0 4px;
|
|
30681
|
-
border-radius: 4px;
|
|
30682
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30683
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30684
|
-
display: flex;
|
|
30685
|
-
align-items: center;
|
|
30686
|
-
white-space: nowrap;
|
|
30687
|
-
margin-right: 4px;
|
|
30688
|
-
}
|
|
30689
|
-
|
|
30690
30677
|
.E_fzh9mnb {
|
|
30691
30678
|
width: 100%;
|
|
30692
30679
|
height: 100%;
|
|
@@ -30702,31 +30689,6 @@ body {
|
|
|
30702
30689
|
font-size: 18px;
|
|
30703
30690
|
}
|
|
30704
30691
|
|
|
30705
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30706
|
-
margin-left: 8px;
|
|
30707
|
-
}
|
|
30708
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30709
|
-
padding: 2px 7px 2px 12px;
|
|
30710
|
-
}
|
|
30711
|
-
|
|
30712
|
-
.E_iouxfgt {
|
|
30713
|
-
display: inline-flex;
|
|
30714
|
-
align-items: center;
|
|
30715
|
-
}
|
|
30716
|
-
.E_iouxfgt .icon-inner {
|
|
30717
|
-
display: inline-flex;
|
|
30718
|
-
align-items: center;
|
|
30719
|
-
justify-content: center;
|
|
30720
|
-
}
|
|
30721
|
-
.E_iouxfgt .icon-inner + span,
|
|
30722
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30723
|
-
margin-left: 4px;
|
|
30724
|
-
}
|
|
30725
|
-
.E_iouxfgt.is-rotate img,
|
|
30726
|
-
.E_iouxfgt.is-rotate svg {
|
|
30727
|
-
animation: rotate 680ms linear infinite;
|
|
30728
|
-
}
|
|
30729
|
-
|
|
30730
30692
|
.E_f7pxqmh {
|
|
30731
30693
|
width: 100%;
|
|
30732
30694
|
margin-bottom: 0 !important;
|
|
@@ -30761,37 +30723,6 @@ body {
|
|
|
30761
30723
|
min-height: 0px;
|
|
30762
30724
|
}
|
|
30763
30725
|
|
|
30764
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30765
|
-
display: var(--a1wfy30z-0);
|
|
30766
|
-
}
|
|
30767
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30768
|
-
padding: 4px 11px;
|
|
30769
|
-
display: inline-flex;
|
|
30770
|
-
line-height: 1.5715;
|
|
30771
|
-
height: inherit;
|
|
30772
|
-
}
|
|
30773
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30774
|
-
content: var(--a1wfy30z-1);
|
|
30775
|
-
display: var(--a1wfy30z-2);
|
|
30776
|
-
flex: none;
|
|
30777
|
-
align-items: center;
|
|
30778
|
-
margin-left: 4px;
|
|
30779
|
-
}
|
|
30780
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30781
|
-
content: var(--a1wfy30z-3);
|
|
30782
|
-
display: var(--a1wfy30z-4);
|
|
30783
|
-
flex: none;
|
|
30784
|
-
align-items: center;
|
|
30785
|
-
margin-right: 4px;
|
|
30786
|
-
cursor: auto;
|
|
30787
|
-
}
|
|
30788
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30789
|
-
padding: 0;
|
|
30790
|
-
margin: 0;
|
|
30791
|
-
height: auto;
|
|
30792
|
-
font-size: inherit;
|
|
30793
|
-
}
|
|
30794
|
-
|
|
30795
30726
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30796
30727
|
display: var(--ai7qkf2-0);
|
|
30797
30728
|
}
|
|
@@ -30846,40 +30777,88 @@ body {
|
|
|
30846
30777
|
border: 1px;
|
|
30847
30778
|
padding: 8px 16px;
|
|
30848
30779
|
}
|
|
30849
|
-
.E_ai7qkf2.ant-input-number-sm input {
|
|
30850
|
-
height: 22px;
|
|
30851
|
-
border: 1px;
|
|
30852
|
-
padding: 2px 8px;
|
|
30780
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
30781
|
+
height: 22px;
|
|
30782
|
+
border: 1px;
|
|
30783
|
+
padding: 2px 8px;
|
|
30784
|
+
}
|
|
30785
|
+
|
|
30786
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30787
|
+
display: var(--a1wfy30z-0);
|
|
30788
|
+
}
|
|
30789
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30790
|
+
padding: 4px 11px;
|
|
30791
|
+
display: inline-flex;
|
|
30792
|
+
line-height: 1.5715;
|
|
30793
|
+
height: inherit;
|
|
30794
|
+
}
|
|
30795
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30796
|
+
content: var(--a1wfy30z-1);
|
|
30797
|
+
display: var(--a1wfy30z-2);
|
|
30798
|
+
flex: none;
|
|
30799
|
+
align-items: center;
|
|
30800
|
+
margin-left: 4px;
|
|
30801
|
+
}
|
|
30802
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30803
|
+
content: var(--a1wfy30z-3);
|
|
30804
|
+
display: var(--a1wfy30z-4);
|
|
30805
|
+
flex: none;
|
|
30806
|
+
align-items: center;
|
|
30807
|
+
margin-right: 4px;
|
|
30808
|
+
cursor: auto;
|
|
30809
|
+
}
|
|
30810
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30811
|
+
padding: 0;
|
|
30812
|
+
margin: 0;
|
|
30813
|
+
height: auto;
|
|
30814
|
+
font-size: inherit;
|
|
30815
|
+
}
|
|
30816
|
+
|
|
30817
|
+
.E_i1inqkme {
|
|
30818
|
+
height: 18px;
|
|
30819
|
+
line-height: 18px;
|
|
30820
|
+
padding: 0 4px;
|
|
30821
|
+
border-radius: 4px;
|
|
30822
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30823
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30824
|
+
display: flex;
|
|
30825
|
+
align-items: center;
|
|
30826
|
+
white-space: nowrap;
|
|
30827
|
+
margin-right: 4px;
|
|
30828
|
+
}
|
|
30829
|
+
|
|
30830
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30831
|
+
margin-left: 8px;
|
|
30832
|
+
}
|
|
30833
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30834
|
+
padding: 2px 7px 2px 12px;
|
|
30853
30835
|
}
|
|
30854
30836
|
|
|
30855
|
-
.
|
|
30837
|
+
.E_iouxfgt {
|
|
30856
30838
|
display: inline-flex;
|
|
30857
30839
|
align-items: center;
|
|
30858
|
-
justify-content: center;
|
|
30859
|
-
color: #fff;
|
|
30860
|
-
font-weight: bold;
|
|
30861
|
-
font-size: 12px;
|
|
30862
|
-
width: 24px;
|
|
30863
|
-
height: 24px;
|
|
30864
|
-
border-radius: 50%;
|
|
30865
|
-
background: var(--a1b5xrg3-0);
|
|
30866
30840
|
}
|
|
30867
|
-
.
|
|
30868
|
-
transition: all 160ms ease;
|
|
30869
|
-
cursor: pointer;
|
|
30870
|
-
width: 56px;
|
|
30871
|
-
height: 40px;
|
|
30841
|
+
.E_iouxfgt .icon-inner {
|
|
30872
30842
|
display: inline-flex;
|
|
30873
30843
|
align-items: center;
|
|
30874
30844
|
justify-content: center;
|
|
30875
|
-
border-radius: 6px;
|
|
30876
30845
|
}
|
|
30877
|
-
.
|
|
30878
|
-
|
|
30846
|
+
.E_iouxfgt .icon-inner + span,
|
|
30847
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30848
|
+
margin-left: 4px;
|
|
30879
30849
|
}
|
|
30880
|
-
.
|
|
30881
|
-
|
|
30882
|
-
|
|
30850
|
+
.E_iouxfgt.is-rotate img,
|
|
30851
|
+
.E_iouxfgt.is-rotate svg {
|
|
30852
|
+
animation: rotate 680ms linear infinite;
|
|
30853
|
+
}
|
|
30854
|
+
|
|
30855
|
+
.E_owd0kml {
|
|
30856
|
+
display: inline-block;
|
|
30857
|
+
}
|
|
30858
|
+
|
|
30859
|
+
.E_h1jsgezc {
|
|
30860
|
+
visibility: hidden;
|
|
30861
|
+
position: absolute;
|
|
30883
30862
|
}
|
|
30884
30863
|
|
|
30885
30864
|
.E_dsnbhzf {
|
|
@@ -32047,19 +32026,97 @@ input.E_rf8rlle.ant-input {
|
|
|
32047
32026
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
32048
32027
|
}
|
|
32049
32028
|
|
|
32050
|
-
.
|
|
32051
|
-
display: inline-
|
|
32029
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32030
|
+
display: inline-flex;
|
|
32031
|
+
align-items: center;
|
|
32032
|
+
justify-content: center;
|
|
32033
|
+
color: #fff;
|
|
32034
|
+
font-weight: bold;
|
|
32035
|
+
font-size: 12px;
|
|
32036
|
+
width: 24px;
|
|
32037
|
+
height: 24px;
|
|
32038
|
+
border-radius: 50%;
|
|
32039
|
+
background: var(--a1b5xrg3-0);
|
|
32052
32040
|
}
|
|
32053
|
-
|
|
32054
|
-
|
|
32055
|
-
|
|
32056
|
-
|
|
32041
|
+
.E_a1b5xrg3.btn-item {
|
|
32042
|
+
transition: all 160ms ease;
|
|
32043
|
+
cursor: pointer;
|
|
32044
|
+
width: 56px;
|
|
32045
|
+
height: 40px;
|
|
32046
|
+
display: inline-flex;
|
|
32047
|
+
align-items: center;
|
|
32048
|
+
justify-content: center;
|
|
32049
|
+
border-radius: 6px;
|
|
32050
|
+
}
|
|
32051
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32052
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32053
|
+
}
|
|
32054
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32055
|
+
transform: translateY(2px);
|
|
32056
|
+
transition: all 320ms ease;
|
|
32057
32057
|
}
|
|
32058
32058
|
|
|
32059
32059
|
.E_m196gn1d {
|
|
32060
32060
|
min-width: 1280px;
|
|
32061
32061
|
}
|
|
32062
32062
|
|
|
32063
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32064
|
+
border-radius: 6px;
|
|
32065
|
+
}
|
|
32066
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32067
|
+
width: 100%;
|
|
32068
|
+
color: #2d3a56;
|
|
32069
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32070
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32071
|
+
font-size: 13px;
|
|
32072
|
+
}
|
|
32073
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32074
|
+
height: 30px;
|
|
32075
|
+
}
|
|
32076
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32077
|
+
height: 38px;
|
|
32078
|
+
font-size: 13px;
|
|
32079
|
+
}
|
|
32080
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32081
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32082
|
+
transition: 160ms ease;
|
|
32083
|
+
}
|
|
32084
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32085
|
+
color: #0080ff;
|
|
32086
|
+
}
|
|
32087
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32088
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32089
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32090
|
+
}
|
|
32091
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32092
|
+
color: #0080ff;
|
|
32093
|
+
}
|
|
32094
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32095
|
+
border-color: #0080ff;
|
|
32096
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32097
|
+
}
|
|
32098
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32099
|
+
transform: rotate(180deg);
|
|
32100
|
+
}
|
|
32101
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32102
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32103
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32104
|
+
cursor: "not-allowed";
|
|
32105
|
+
}
|
|
32106
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32107
|
+
border-color: #f0483e !important;
|
|
32108
|
+
}
|
|
32109
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32110
|
+
color: #1d326c;
|
|
32111
|
+
}
|
|
32112
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32113
|
+
border-color: #0080ff;
|
|
32114
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32115
|
+
}
|
|
32116
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32117
|
+
transform: rotate(180deg);
|
|
32118
|
+
}
|
|
32119
|
+
|
|
32063
32120
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32064
32121
|
opacity: 1;
|
|
32065
32122
|
}
|
|
@@ -32212,74 +32269,41 @@ input.E_rf8rlle.ant-input {
|
|
|
32212
32269
|
flex-shrink: 0;
|
|
32213
32270
|
}
|
|
32214
32271
|
|
|
32215
|
-
.
|
|
32216
|
-
border-radius: 6px;
|
|
32217
|
-
}
|
|
32218
|
-
.E_s17wv897.ant-select.ant-select-single {
|
|
32272
|
+
.E_b1lj76ty {
|
|
32219
32273
|
width: 100%;
|
|
32220
|
-
|
|
32221
|
-
|
|
32222
|
-
|
|
32223
|
-
|
|
32224
|
-
|
|
32225
|
-
|
|
32226
|
-
|
|
32227
|
-
}
|
|
32228
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32229
|
-
height: 38px;
|
|
32230
|
-
font-size: 13px;
|
|
32231
|
-
}
|
|
32232
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32233
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32234
|
-
transition: 160ms ease;
|
|
32235
|
-
}
|
|
32236
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32237
|
-
color: #0080ff;
|
|
32238
|
-
}
|
|
32239
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32240
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32241
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32242
|
-
}
|
|
32243
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32244
|
-
color: #0080ff;
|
|
32245
|
-
}
|
|
32246
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32247
|
-
border-color: #0080ff;
|
|
32248
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32249
|
-
}
|
|
32250
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32251
|
-
transform: rotate(180deg);
|
|
32274
|
+
height: 100%;
|
|
32275
|
+
margin: 0 auto;
|
|
32276
|
+
display: flex;
|
|
32277
|
+
flex-direction: column;
|
|
32278
|
+
align-items: center;
|
|
32279
|
+
justify-content: center;
|
|
32280
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32252
32281
|
}
|
|
32253
|
-
.
|
|
32254
|
-
|
|
32255
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32256
|
-
cursor: "not-allowed";
|
|
32282
|
+
.E_b1lj76ty.large {
|
|
32283
|
+
max-width: 648px;
|
|
32257
32284
|
}
|
|
32258
|
-
.
|
|
32259
|
-
|
|
32285
|
+
.E_b1lj76ty.medium {
|
|
32286
|
+
max-width: 412px;
|
|
32260
32287
|
}
|
|
32261
|
-
.
|
|
32262
|
-
color:
|
|
32288
|
+
.E_b1lj76ty.gray {
|
|
32289
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32263
32290
|
}
|
|
32264
|
-
.
|
|
32265
|
-
|
|
32266
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32291
|
+
.E_b1lj76ty.white {
|
|
32292
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32267
32293
|
}
|
|
32268
|
-
.
|
|
32269
|
-
|
|
32294
|
+
.E_b1lj76ty .title {
|
|
32295
|
+
margin-bottom: 4px;
|
|
32270
32296
|
}
|
|
32271
|
-
|
|
32272
|
-
.
|
|
32273
|
-
|
|
32274
|
-
|
|
32275
|
-
border-radius: 6px;
|
|
32276
|
-
padding: 4px;
|
|
32297
|
+
.E_b1lj76ty .title,
|
|
32298
|
+
.E_b1lj76ty .desc {
|
|
32299
|
+
word-break: break-all;
|
|
32300
|
+
text-align: center;
|
|
32277
32301
|
}
|
|
32278
|
-
.
|
|
32279
|
-
|
|
32302
|
+
.E_b1lj76ty .action-button.middle {
|
|
32303
|
+
margin-top: 16px;
|
|
32280
32304
|
}
|
|
32281
|
-
.
|
|
32282
|
-
|
|
32305
|
+
.E_b1lj76ty .action-button.small {
|
|
32306
|
+
margin-top: 8px;
|
|
32283
32307
|
}
|
|
32284
32308
|
|
|
32285
32309
|
.E_w1dxz879 {
|
|
@@ -32298,56 +32322,32 @@ input.E_rf8rlle.ant-input {
|
|
|
32298
32322
|
}
|
|
32299
32323
|
|
|
32300
32324
|
.E_ryby9ds {
|
|
32301
|
-
display: flex;
|
|
32302
|
-
align-items: center;
|
|
32303
|
-
}
|
|
32304
|
-
.E_ryby9ds .order {
|
|
32305
|
-
height: 24px;
|
|
32306
|
-
width: 24px;
|
|
32307
|
-
border-radius: 20px;
|
|
32308
|
-
color: #0080ff;
|
|
32309
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32310
|
-
display: flex;
|
|
32311
|
-
align-items: center;
|
|
32312
|
-
justify-content: center;
|
|
32313
|
-
margin-right: 6px;
|
|
32314
|
-
}
|
|
32315
|
-
|
|
32316
|
-
.E_b1lj76ty {
|
|
32317
|
-
width: 100%;
|
|
32318
|
-
height: 100%;
|
|
32319
|
-
margin: 0 auto;
|
|
32320
|
-
display: flex;
|
|
32321
|
-
flex-direction: column;
|
|
32322
|
-
align-items: center;
|
|
32323
|
-
justify-content: center;
|
|
32324
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32325
|
-
}
|
|
32326
|
-
.E_b1lj76ty.large {
|
|
32327
|
-
max-width: 648px;
|
|
32328
|
-
}
|
|
32329
|
-
.E_b1lj76ty.medium {
|
|
32330
|
-
max-width: 412px;
|
|
32331
|
-
}
|
|
32332
|
-
.E_b1lj76ty.gray {
|
|
32333
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
32334
|
-
}
|
|
32335
|
-
.E_b1lj76ty.white {
|
|
32336
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32325
|
+
display: flex;
|
|
32326
|
+
align-items: center;
|
|
32337
32327
|
}
|
|
32338
|
-
.
|
|
32339
|
-
|
|
32328
|
+
.E_ryby9ds .order {
|
|
32329
|
+
height: 24px;
|
|
32330
|
+
width: 24px;
|
|
32331
|
+
border-radius: 20px;
|
|
32332
|
+
color: #0080ff;
|
|
32333
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32334
|
+
display: flex;
|
|
32335
|
+
align-items: center;
|
|
32336
|
+
justify-content: center;
|
|
32337
|
+
margin-right: 6px;
|
|
32340
32338
|
}
|
|
32341
|
-
|
|
32342
|
-
.
|
|
32343
|
-
|
|
32344
|
-
|
|
32339
|
+
|
|
32340
|
+
.E_suhck3k {
|
|
32341
|
+
height: 24px;
|
|
32342
|
+
width: 24px;
|
|
32343
|
+
border-radius: 6px;
|
|
32344
|
+
padding: 4px;
|
|
32345
32345
|
}
|
|
32346
|
-
.
|
|
32347
|
-
|
|
32346
|
+
.E_suhck3k:hover {
|
|
32347
|
+
background-color: rgba(0, 136, 255, 0.1019607843);
|
|
32348
32348
|
}
|
|
32349
|
-
.
|
|
32350
|
-
|
|
32349
|
+
.E_suhck3k:hover svg path {
|
|
32350
|
+
fill: blue;
|
|
32351
32351
|
}
|
|
32352
32352
|
|
|
32353
32353
|
.E_m5foqp8.medium {
|
|
@@ -32642,224 +32642,56 @@ input.E_rf8rlle.ant-input {
|
|
|
32642
32642
|
width: 1px;
|
|
32643
32643
|
}
|
|
32644
32644
|
|
|
32645
|
-
.
|
|
32646
|
-
|
|
32647
|
-
|
|
32648
|
-
|
|
32649
|
-
|
|
32650
|
-
|
|
32651
|
-
align-items: center;
|
|
32652
|
-
padding: 0 24px 0 14px;
|
|
32653
|
-
position: relative;
|
|
32654
|
-
z-index: 10;
|
|
32655
|
-
}
|
|
32656
|
-
.E_h12yihis .left,
|
|
32657
|
-
.E_h12yihis .right,
|
|
32658
|
-
.E_h12yihis .center {
|
|
32659
|
-
display: flex;
|
|
32660
|
-
align-items: center;
|
|
32661
|
-
flex: 1;
|
|
32662
|
-
flex-shrink: 0;
|
|
32663
|
-
}
|
|
32664
|
-
.E_h12yihis .center {
|
|
32665
|
-
flex: 0.8;
|
|
32666
|
-
}
|
|
32667
|
-
.E_h12yihis .right {
|
|
32668
|
-
justify-content: flex-end;
|
|
32669
|
-
}
|
|
32670
|
-
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
32671
|
-
opacity: 1;
|
|
32672
|
-
}
|
|
32673
|
-
.E_h12yihis .right .btn-group {
|
|
32674
|
-
margin-left: 32px;
|
|
32675
|
-
position: relative;
|
|
32676
|
-
display: flex;
|
|
32677
|
-
align-items: center;
|
|
32678
|
-
}
|
|
32679
|
-
.E_h12yihis .right .btn-group:before {
|
|
32680
|
-
content: "";
|
|
32681
|
-
opacity: 0;
|
|
32682
|
-
height: 24px;
|
|
32683
|
-
width: 1px;
|
|
32684
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32685
|
-
position: absolute;
|
|
32686
|
-
left: -16px;
|
|
32687
|
-
top: 50%;
|
|
32688
|
-
transform: translateY(-50%);
|
|
32689
|
-
transition: opacity 160ms ease;
|
|
32690
|
-
}
|
|
32691
|
-
.E_h12yihis .right .btn-group > .btn-item {
|
|
32692
|
-
transition: all 160ms ease;
|
|
32693
|
-
cursor: pointer;
|
|
32694
|
-
width: 56px;
|
|
32695
|
-
height: 40px;
|
|
32696
|
-
display: inline-flex;
|
|
32697
|
-
align-items: center;
|
|
32698
|
-
justify-content: center;
|
|
32699
|
-
border-radius: 6px;
|
|
32645
|
+
button.E_l48ei06.ant-btn,
|
|
32646
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32647
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32648
|
+
font-size: 12px;
|
|
32649
|
+
line-height: 18px;
|
|
32650
|
+
height: 18px;
|
|
32700
32651
|
}
|
|
32701
|
-
|
|
32702
|
-
|
|
32652
|
+
|
|
32653
|
+
button.E_l48ei06 {
|
|
32654
|
+
color: #0080FF;
|
|
32655
|
+
height: unset;
|
|
32703
32656
|
}
|
|
32704
|
-
.
|
|
32705
|
-
|
|
32706
|
-
transition: all 320ms ease;
|
|
32657
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
32658
|
+
margin-right: 4px;
|
|
32707
32659
|
}
|
|
32708
|
-
.
|
|
32660
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
32709
32661
|
margin-left: 4px;
|
|
32710
32662
|
}
|
|
32711
|
-
.
|
|
32712
|
-
|
|
32713
|
-
overflow: hidden;
|
|
32714
|
-
display: flex;
|
|
32715
|
-
align-items: center;
|
|
32716
|
-
padding: 0 4px;
|
|
32717
|
-
margin: 0 -4px;
|
|
32718
|
-
}
|
|
32719
|
-
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
32720
|
-
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
32721
|
-
transform: translateY(0);
|
|
32722
|
-
}
|
|
32723
|
-
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
32724
|
-
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
32725
|
-
height: 48px;
|
|
32726
|
-
transform: translateY(100%);
|
|
32727
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
32728
|
-
display: inline-flex;
|
|
32729
|
-
align-items: center;
|
|
32730
|
-
}
|
|
32731
|
-
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
32732
|
-
margin-right: 10px;
|
|
32733
|
-
}
|
|
32734
|
-
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
32735
|
-
width: 32px;
|
|
32736
|
-
height: 32px;
|
|
32737
|
-
border-radius: 6px;
|
|
32738
|
-
}
|
|
32739
|
-
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
32740
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32741
|
-
}
|
|
32742
|
-
.E_h12yihis .alert,
|
|
32743
|
-
.E_h12yihis .task {
|
|
32744
|
-
position: relative;
|
|
32745
|
-
}
|
|
32746
|
-
.E_h12yihis .alert .alert-icon,
|
|
32747
|
-
.E_h12yihis .alert .task-icon,
|
|
32748
|
-
.E_h12yihis .task .alert-icon,
|
|
32749
|
-
.E_h12yihis .task .task-icon {
|
|
32750
|
-
width: 56px;
|
|
32751
|
-
height: 40px;
|
|
32752
|
-
justify-content: center;
|
|
32753
|
-
}
|
|
32754
|
-
.E_h12yihis .alert .ant-badge-count,
|
|
32755
|
-
.E_h12yihis .task .ant-badge-count {
|
|
32756
|
-
right: 16px;
|
|
32757
|
-
top: 10px;
|
|
32758
|
-
}
|
|
32759
|
-
.E_h12yihis .logo {
|
|
32760
|
-
display: inline-flex;
|
|
32761
|
-
align-items: center;
|
|
32762
|
-
}
|
|
32763
|
-
.E_h12yihis .left {
|
|
32764
|
-
position: relative;
|
|
32765
|
-
}
|
|
32766
|
-
.E_h12yihis .left .events-audit-title {
|
|
32767
|
-
font-size: 20px;
|
|
32768
|
-
line-height: 24px;
|
|
32769
|
-
font-weight: bold;
|
|
32770
|
-
color: #1d326c;
|
|
32771
|
-
margin: 0px 8px;
|
|
32772
|
-
}
|
|
32773
|
-
.E_h12yihis .left .global-search {
|
|
32774
|
-
margin-left: 6px;
|
|
32775
|
-
}
|
|
32776
|
-
.E_h12yihis.global-search-active {
|
|
32777
|
-
z-index: 11;
|
|
32778
|
-
}
|
|
32779
|
-
.E_h12yihis.global-search-active .left {
|
|
32780
|
-
flex: 1;
|
|
32781
|
-
margin-right: 32px;
|
|
32782
|
-
}
|
|
32783
|
-
.E_h12yihis.global-search-active .left .global-search {
|
|
32784
|
-
display: flex;
|
|
32785
|
-
flex: 1;
|
|
32786
|
-
}
|
|
32787
|
-
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
32788
|
-
border-color: #0080ff;
|
|
32789
|
-
width: 100%;
|
|
32790
|
-
}
|
|
32791
|
-
.E_h12yihis.global-search-active .center {
|
|
32792
|
-
display: none;
|
|
32793
|
-
}
|
|
32794
|
-
.E_h12yihis.global-search-active .right {
|
|
32795
|
-
flex: 0 1 auto;
|
|
32796
|
-
}
|
|
32797
|
-
.E_h12yihis .ant-badge-count {
|
|
32798
|
-
pointer-events: none;
|
|
32799
|
-
}
|
|
32800
|
-
|
|
32801
|
-
.E_ncaepor {
|
|
32802
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32803
|
-
position: relative;
|
|
32804
|
-
height: 48px;
|
|
32805
|
-
display: inline-flex;
|
|
32806
|
-
align-items: center;
|
|
32807
|
-
justify-content: center;
|
|
32808
|
-
overflow: hidden;
|
|
32663
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32664
|
+
color: #009DFF;
|
|
32809
32665
|
}
|
|
32810
|
-
.
|
|
32811
|
-
|
|
32812
|
-
width: 100%;
|
|
32813
|
-
height: 12px;
|
|
32814
|
-
position: absolute;
|
|
32815
|
-
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
32666
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32667
|
+
color: #005ED1;
|
|
32816
32668
|
}
|
|
32817
|
-
.
|
|
32818
|
-
|
|
32669
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
32670
|
+
color: #0080FF;
|
|
32819
32671
|
}
|
|
32820
|
-
.
|
|
32821
|
-
|
|
32672
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
32673
|
+
color: #00122E;
|
|
32822
32674
|
}
|
|
32823
|
-
.
|
|
32824
|
-
|
|
32825
|
-
display: inline-flex;
|
|
32826
|
-
align-items: center;
|
|
32827
|
-
white-space: nowrap;
|
|
32828
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
32675
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
32676
|
+
color: #0080FF;
|
|
32829
32677
|
}
|
|
32830
|
-
.
|
|
32831
|
-
|
|
32832
|
-
opacity: 1;
|
|
32678
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
32679
|
+
color: #005ED1;
|
|
32833
32680
|
}
|
|
32834
|
-
.
|
|
32835
|
-
|
|
32836
|
-
opacity: 0;
|
|
32837
|
-
font-size: 18px;
|
|
32838
|
-
font-weight: 700;
|
|
32839
|
-
position: absolute;
|
|
32840
|
-
overflow: hidden;
|
|
32841
|
-
display: flex;
|
|
32842
|
-
justify-content: center;
|
|
32681
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
32682
|
+
color: #00122E;
|
|
32843
32683
|
}
|
|
32844
|
-
.
|
|
32845
|
-
color:
|
|
32846
|
-
flex: 1;
|
|
32847
|
-
overflow: hidden;
|
|
32848
|
-
text-overflow: ellipsis;
|
|
32684
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
32685
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32849
32686
|
}
|
|
32850
|
-
.
|
|
32851
|
-
color:
|
|
32852
|
-
margin-left: 8px;
|
|
32687
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
32688
|
+
color: #0080FF;
|
|
32853
32689
|
}
|
|
32854
|
-
.
|
|
32855
|
-
|
|
32856
|
-
opacity: 0;
|
|
32857
|
-
position: absolute;
|
|
32690
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
32691
|
+
color: #005ED1;
|
|
32858
32692
|
}
|
|
32859
|
-
.
|
|
32860
|
-
|
|
32861
|
-
opacity: 1;
|
|
32862
|
-
position: static;
|
|
32693
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
32694
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32863
32695
|
}
|
|
32864
32696
|
|
|
32865
32697
|
.E_sddwhm6 {
|
|
@@ -32937,58 +32769,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32937
32769
|
display: inline-block;
|
|
32938
32770
|
}
|
|
32939
32771
|
|
|
32940
|
-
button.E_l48ei06.ant-btn,
|
|
32941
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32942
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32943
|
-
font-size: 12px;
|
|
32944
|
-
line-height: 18px;
|
|
32945
|
-
height: 18px;
|
|
32946
|
-
}
|
|
32947
|
-
|
|
32948
|
-
button.E_l48ei06 {
|
|
32949
|
-
color: #0080FF;
|
|
32950
|
-
height: unset;
|
|
32951
|
-
}
|
|
32952
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
32953
|
-
margin-right: 4px;
|
|
32954
|
-
}
|
|
32955
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
32956
|
-
margin-left: 4px;
|
|
32957
|
-
}
|
|
32958
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32959
|
-
color: #009DFF;
|
|
32960
|
-
}
|
|
32961
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32962
|
-
color: #005ED1;
|
|
32963
|
-
}
|
|
32964
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
32965
|
-
color: #0080FF;
|
|
32966
|
-
}
|
|
32967
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
32968
|
-
color: #00122E;
|
|
32969
|
-
}
|
|
32970
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
32971
|
-
color: #0080FF;
|
|
32972
|
-
}
|
|
32973
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
32974
|
-
color: #005ED1;
|
|
32975
|
-
}
|
|
32976
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
32977
|
-
color: #00122E;
|
|
32978
|
-
}
|
|
32979
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
32980
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
32981
|
-
}
|
|
32982
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
32983
|
-
color: #0080FF;
|
|
32984
|
-
}
|
|
32985
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
32986
|
-
color: #005ED1;
|
|
32987
|
-
}
|
|
32988
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
32989
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
32990
|
-
}
|
|
32991
|
-
|
|
32992
32772
|
.E_tc97u5y {
|
|
32993
32773
|
height: 100%;
|
|
32994
32774
|
}
|
|
@@ -33360,135 +33140,224 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33360
33140
|
background: #fff;
|
|
33361
33141
|
}
|
|
33362
33142
|
|
|
33363
|
-
.
|
|
33364
|
-
|
|
33365
|
-
border-
|
|
33366
|
-
|
|
33367
|
-
height: 22px;
|
|
33143
|
+
.E_h12yihis {
|
|
33144
|
+
height: 50px;
|
|
33145
|
+
border-bottom: 2px solid #edf0f7;
|
|
33146
|
+
background: #fff;
|
|
33368
33147
|
display: flex;
|
|
33148
|
+
justify-content: space-between;
|
|
33369
33149
|
align-items: center;
|
|
33150
|
+
padding: 0 24px 0 14px;
|
|
33151
|
+
position: relative;
|
|
33152
|
+
z-index: 10;
|
|
33370
33153
|
}
|
|
33371
|
-
.
|
|
33372
|
-
|
|
33154
|
+
.E_h12yihis .left,
|
|
33155
|
+
.E_h12yihis .right,
|
|
33156
|
+
.E_h12yihis .center {
|
|
33157
|
+
display: flex;
|
|
33158
|
+
align-items: center;
|
|
33159
|
+
flex: 1;
|
|
33160
|
+
flex-shrink: 0;
|
|
33373
33161
|
}
|
|
33374
|
-
.
|
|
33162
|
+
.E_h12yihis .center {
|
|
33163
|
+
flex: 0.8;
|
|
33164
|
+
}
|
|
33165
|
+
.E_h12yihis .right {
|
|
33166
|
+
justify-content: flex-end;
|
|
33167
|
+
}
|
|
33168
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
33169
|
+
opacity: 1;
|
|
33170
|
+
}
|
|
33171
|
+
.E_h12yihis .right .btn-group {
|
|
33172
|
+
margin-left: 32px;
|
|
33173
|
+
position: relative;
|
|
33174
|
+
display: flex;
|
|
33175
|
+
align-items: center;
|
|
33176
|
+
}
|
|
33177
|
+
.E_h12yihis .right .btn-group:before {
|
|
33178
|
+
content: "";
|
|
33179
|
+
opacity: 0;
|
|
33180
|
+
height: 24px;
|
|
33181
|
+
width: 1px;
|
|
33182
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33183
|
+
position: absolute;
|
|
33184
|
+
left: -16px;
|
|
33185
|
+
top: 50%;
|
|
33186
|
+
transform: translateY(-50%);
|
|
33187
|
+
transition: opacity 160ms ease;
|
|
33188
|
+
}
|
|
33189
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
33190
|
+
transition: all 160ms ease;
|
|
33375
33191
|
cursor: pointer;
|
|
33192
|
+
width: 56px;
|
|
33193
|
+
height: 40px;
|
|
33194
|
+
display: inline-flex;
|
|
33195
|
+
align-items: center;
|
|
33196
|
+
justify-content: center;
|
|
33197
|
+
border-radius: 6px;
|
|
33376
33198
|
}
|
|
33377
|
-
.
|
|
33378
|
-
|
|
33199
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
33200
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33379
33201
|
}
|
|
33380
|
-
.
|
|
33381
|
-
|
|
33202
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
33203
|
+
transform: translateY(2px);
|
|
33204
|
+
transition: all 320ms ease;
|
|
33382
33205
|
}
|
|
33383
|
-
.
|
|
33384
|
-
margin-left:
|
|
33385
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33206
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
33207
|
+
margin-left: 4px;
|
|
33386
33208
|
}
|
|
33387
|
-
.
|
|
33388
|
-
|
|
33209
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
33210
|
+
height: 48px;
|
|
33211
|
+
overflow: hidden;
|
|
33212
|
+
display: flex;
|
|
33213
|
+
align-items: center;
|
|
33214
|
+
padding: 0 4px;
|
|
33215
|
+
margin: 0 -4px;
|
|
33389
33216
|
}
|
|
33390
|
-
.
|
|
33391
|
-
|
|
33217
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
33218
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
33219
|
+
transform: translateY(0);
|
|
33392
33220
|
}
|
|
33393
|
-
.
|
|
33394
|
-
|
|
33221
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
33222
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33223
|
+
height: 48px;
|
|
33224
|
+
transform: translateY(100%);
|
|
33225
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33226
|
+
display: inline-flex;
|
|
33227
|
+
align-items: center;
|
|
33395
33228
|
}
|
|
33396
|
-
.
|
|
33397
|
-
|
|
33229
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33230
|
+
margin-right: 10px;
|
|
33398
33231
|
}
|
|
33399
|
-
.
|
|
33400
|
-
|
|
33232
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
33233
|
+
width: 32px;
|
|
33234
|
+
height: 32px;
|
|
33235
|
+
border-radius: 6px;
|
|
33401
33236
|
}
|
|
33402
|
-
.
|
|
33403
|
-
background
|
|
33237
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
33238
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33404
33239
|
}
|
|
33405
|
-
.
|
|
33406
|
-
|
|
33240
|
+
.E_h12yihis .alert,
|
|
33241
|
+
.E_h12yihis .task {
|
|
33242
|
+
position: relative;
|
|
33407
33243
|
}
|
|
33408
|
-
|
|
33409
|
-
.
|
|
33410
|
-
|
|
33411
|
-
|
|
33412
|
-
|
|
33413
|
-
|
|
33244
|
+
.E_h12yihis .alert .alert-icon,
|
|
33245
|
+
.E_h12yihis .alert .task-icon,
|
|
33246
|
+
.E_h12yihis .task .alert-icon,
|
|
33247
|
+
.E_h12yihis .task .task-icon {
|
|
33248
|
+
width: 56px;
|
|
33249
|
+
height: 40px;
|
|
33250
|
+
justify-content: center;
|
|
33414
33251
|
}
|
|
33415
|
-
|
|
33416
|
-
.
|
|
33417
|
-
|
|
33418
|
-
|
|
33419
|
-
border-radius: 2px;
|
|
33420
|
-
display: inline-block;
|
|
33252
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
33253
|
+
.E_h12yihis .task .ant-badge-count {
|
|
33254
|
+
right: 16px;
|
|
33255
|
+
top: 10px;
|
|
33421
33256
|
}
|
|
33422
|
-
|
|
33423
|
-
|
|
33424
|
-
|
|
33257
|
+
.E_h12yihis .logo {
|
|
33258
|
+
display: inline-flex;
|
|
33259
|
+
align-items: center;
|
|
33425
33260
|
}
|
|
33426
|
-
|
|
33427
|
-
|
|
33261
|
+
.E_h12yihis .left {
|
|
33262
|
+
position: relative;
|
|
33263
|
+
}
|
|
33264
|
+
.E_h12yihis .left .events-audit-title {
|
|
33265
|
+
font-size: 20px;
|
|
33266
|
+
line-height: 24px;
|
|
33267
|
+
font-weight: bold;
|
|
33268
|
+
color: #1d326c;
|
|
33269
|
+
margin: 0px 8px;
|
|
33270
|
+
}
|
|
33271
|
+
.E_h12yihis .left .global-search {
|
|
33272
|
+
margin-left: 6px;
|
|
33273
|
+
}
|
|
33274
|
+
.E_h12yihis.global-search-active {
|
|
33275
|
+
z-index: 11;
|
|
33276
|
+
}
|
|
33277
|
+
.E_h12yihis.global-search-active .left {
|
|
33428
33278
|
flex: 1;
|
|
33279
|
+
margin-right: 32px;
|
|
33429
33280
|
}
|
|
33430
|
-
|
|
33431
|
-
.E_r77hffu {
|
|
33281
|
+
.E_h12yihis.global-search-active .left .global-search {
|
|
33432
33282
|
display: flex;
|
|
33433
|
-
|
|
33434
|
-
justify-content: space-between;
|
|
33435
|
-
column-gap: 6px;
|
|
33283
|
+
flex: 1;
|
|
33436
33284
|
}
|
|
33437
|
-
|
|
33438
|
-
|
|
33439
|
-
|
|
33440
|
-
flex-direction: column;
|
|
33441
|
-
justify-content: center;
|
|
33442
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33285
|
+
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
33286
|
+
border-color: #0080ff;
|
|
33287
|
+
width: 100%;
|
|
33443
33288
|
}
|
|
33444
|
-
.
|
|
33445
|
-
|
|
33446
|
-
margin-bottom: unset;
|
|
33447
|
-
margin-inline-end: unset;
|
|
33289
|
+
.E_h12yihis.global-search-active .center {
|
|
33290
|
+
display: none;
|
|
33448
33291
|
}
|
|
33449
|
-
|
|
33450
|
-
|
|
33451
|
-
|
|
33292
|
+
.E_h12yihis.global-search-active .right {
|
|
33293
|
+
flex: 0 1 auto;
|
|
33294
|
+
}
|
|
33295
|
+
.E_h12yihis .ant-badge-count {
|
|
33296
|
+
pointer-events: none;
|
|
33452
33297
|
}
|
|
33453
33298
|
|
|
33454
|
-
.
|
|
33455
|
-
color:
|
|
33456
|
-
|
|
33457
|
-
|
|
33458
|
-
|
|
33299
|
+
.E_ncaepor {
|
|
33300
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33301
|
+
position: relative;
|
|
33302
|
+
height: 48px;
|
|
33303
|
+
display: inline-flex;
|
|
33459
33304
|
align-items: center;
|
|
33305
|
+
justify-content: center;
|
|
33306
|
+
overflow: hidden;
|
|
33460
33307
|
}
|
|
33461
|
-
.
|
|
33462
|
-
|
|
33308
|
+
.E_ncaepor:before, .E_ncaepor:after {
|
|
33309
|
+
content: "";
|
|
33310
|
+
width: 100%;
|
|
33311
|
+
height: 12px;
|
|
33312
|
+
position: absolute;
|
|
33313
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
33463
33314
|
}
|
|
33464
|
-
.
|
|
33465
|
-
|
|
33466
|
-
color: #00122e;
|
|
33315
|
+
.E_ncaepor:before {
|
|
33316
|
+
top: 0;
|
|
33467
33317
|
}
|
|
33468
|
-
.
|
|
33469
|
-
|
|
33470
|
-
font-weight: 600;
|
|
33318
|
+
.E_ncaepor:after {
|
|
33319
|
+
bottom: 0;
|
|
33471
33320
|
}
|
|
33472
|
-
.
|
|
33473
|
-
|
|
33321
|
+
.E_ncaepor > * {
|
|
33322
|
+
height: 48px;
|
|
33323
|
+
display: inline-flex;
|
|
33324
|
+
align-items: center;
|
|
33325
|
+
white-space: nowrap;
|
|
33326
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33474
33327
|
}
|
|
33475
|
-
.
|
|
33476
|
-
|
|
33477
|
-
|
|
33328
|
+
.E_ncaepor .name-text {
|
|
33329
|
+
transform: translateY(0);
|
|
33330
|
+
opacity: 1;
|
|
33478
33331
|
}
|
|
33479
|
-
.
|
|
33480
|
-
|
|
33481
|
-
|
|
33482
|
-
|
|
33483
|
-
flex-grow: 1;
|
|
33484
|
-
font-size: 12px;
|
|
33485
|
-
line-height: 18px;
|
|
33486
|
-
color: #2d3a56;
|
|
33332
|
+
.E_ncaepor .nav-info {
|
|
33333
|
+
transform: translateY(100%);
|
|
33334
|
+
opacity: 0;
|
|
33335
|
+
font-size: 18px;
|
|
33487
33336
|
font-weight: 700;
|
|
33337
|
+
position: absolute;
|
|
33338
|
+
overflow: hidden;
|
|
33339
|
+
display: flex;
|
|
33340
|
+
justify-content: center;
|
|
33488
33341
|
}
|
|
33489
|
-
.
|
|
33490
|
-
|
|
33491
|
-
|
|
33342
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
33343
|
+
color: #1d326c;
|
|
33344
|
+
flex: 1;
|
|
33345
|
+
overflow: hidden;
|
|
33346
|
+
text-overflow: ellipsis;
|
|
33347
|
+
}
|
|
33348
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
33349
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33350
|
+
margin-left: 8px;
|
|
33351
|
+
}
|
|
33352
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
33353
|
+
transform: translateY(-100%);
|
|
33354
|
+
opacity: 0;
|
|
33355
|
+
position: absolute;
|
|
33356
|
+
}
|
|
33357
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
33358
|
+
transform: translateY(0);
|
|
33359
|
+
opacity: 1;
|
|
33360
|
+
position: static;
|
|
33492
33361
|
}
|
|
33493
33362
|
|
|
33494
33363
|
.E_u3l9ivi {
|
|
@@ -33670,21 +33539,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33670
33539
|
opacity: 0.5;
|
|
33671
33540
|
}
|
|
33672
33541
|
|
|
33673
|
-
.
|
|
33674
|
-
|
|
33542
|
+
.E_r77hffu {
|
|
33543
|
+
display: flex;
|
|
33544
|
+
align-items: center;
|
|
33545
|
+
justify-content: space-between;
|
|
33546
|
+
column-gap: 6px;
|
|
33675
33547
|
}
|
|
33676
33548
|
|
|
33677
|
-
.
|
|
33678
|
-
|
|
33679
|
-
|
|
33680
|
-
|
|
33681
|
-
|
|
33682
|
-
cursor: pointer;
|
|
33549
|
+
.E_p1cmxsf7 {
|
|
33550
|
+
display: flex;
|
|
33551
|
+
flex-direction: column;
|
|
33552
|
+
justify-content: center;
|
|
33553
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33683
33554
|
}
|
|
33684
|
-
.
|
|
33685
|
-
|
|
33686
|
-
|
|
33687
|
-
|
|
33555
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33556
|
+
font-size: 0;
|
|
33557
|
+
margin-bottom: unset;
|
|
33558
|
+
margin-inline-end: unset;
|
|
33688
33559
|
}
|
|
33689
33560
|
|
|
33690
33561
|
.E_ckui4s7 {
|
|
@@ -33751,62 +33622,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33751
33622
|
margin-left: 24px;
|
|
33752
33623
|
}
|
|
33753
33624
|
|
|
33754
|
-
.
|
|
33755
|
-
|
|
33756
|
-
height: 64px;
|
|
33757
|
-
display: flex;
|
|
33758
|
-
align-items: center;
|
|
33759
|
-
justify-content: center;
|
|
33760
|
-
position: relative;
|
|
33761
|
-
opacity: 0.2;
|
|
33762
|
-
}
|
|
33763
|
-
|
|
33764
|
-
.E_lk3gkp4 {
|
|
33765
|
-
position: absolute;
|
|
33766
|
-
width: 5px;
|
|
33767
|
-
height: 48px;
|
|
33768
|
-
left: 9.33px;
|
|
33769
|
-
top: 40.5px;
|
|
33770
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33771
|
-
border-radius: 5px;
|
|
33772
|
-
transform: rotate(-128deg);
|
|
33773
|
-
transform-origin: top left;
|
|
33774
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33775
|
-
}
|
|
33776
|
-
|
|
33777
|
-
.E_ll4n94n {
|
|
33778
|
-
position: absolute;
|
|
33779
|
-
width: 5px;
|
|
33780
|
-
height: 48px;
|
|
33781
|
-
left: 40.8px;
|
|
33782
|
-
top: 8.4px;
|
|
33783
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33784
|
-
border-radius: 5px;
|
|
33785
|
-
transform: rotate(-8deg);
|
|
33786
|
-
transform-origin: top left;
|
|
33787
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33788
|
-
}
|
|
33789
|
-
|
|
33790
|
-
.E_l17lbdo6 {
|
|
33791
|
-
position: absolute;
|
|
33792
|
-
width: 5px;
|
|
33793
|
-
height: 48px;
|
|
33794
|
-
left: 52.9px;
|
|
33795
|
-
top: 51.8px;
|
|
33796
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33797
|
-
border-radius: 5px;
|
|
33798
|
-
transform: rotate(112deg);
|
|
33799
|
-
transform-origin: top left;
|
|
33800
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33801
|
-
}
|
|
33802
|
-
|
|
33803
|
-
.E_w7ob4th.outside-tag {
|
|
33804
|
-
padding-left: 0;
|
|
33805
|
-
}
|
|
33806
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
33807
|
-
border-radius: 4px 0 0 4px;
|
|
33808
|
-
padding-right: 4px;
|
|
33809
|
-
margin-right: 4px;
|
|
33625
|
+
.E_c1yd35n {
|
|
33626
|
+
padding: 0 12px 14px 12px;
|
|
33810
33627
|
}
|
|
33811
33628
|
|
|
33812
33629
|
.E_t1tbywr9 {
|
|
@@ -33969,69 +33786,179 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33969
33786
|
display: block;
|
|
33970
33787
|
height: 16px;
|
|
33971
33788
|
}
|
|
33972
|
-
|
|
33973
|
-
.
|
|
33974
|
-
|
|
33975
|
-
|
|
33789
|
+
|
|
33790
|
+
.E_b14q2gmw {
|
|
33791
|
+
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);
|
|
33792
|
+
}
|
|
33793
|
+
|
|
33794
|
+
.E_c1eym6el {
|
|
33795
|
+
border-radius: 8px;
|
|
33796
|
+
background-color: white;
|
|
33797
|
+
}
|
|
33798
|
+
.E_c1eym6el.hoverable {
|
|
33799
|
+
cursor: pointer;
|
|
33800
|
+
}
|
|
33801
|
+
.E_c1eym6el.hoverable:hover {
|
|
33802
|
+
transition: all 200ms ease;
|
|
33803
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33804
|
+
transform: translateY(-4px);
|
|
33805
|
+
}
|
|
33806
|
+
|
|
33807
|
+
.E_c1kghdax {
|
|
33808
|
+
color: #2d3a56;
|
|
33809
|
+
padding: 7px 12px;
|
|
33810
|
+
display: flex;
|
|
33811
|
+
justify-content: space-between;
|
|
33812
|
+
align-items: center;
|
|
33813
|
+
}
|
|
33814
|
+
.E_c1kghdax.has-arrow {
|
|
33815
|
+
padding-left: 10px;
|
|
33816
|
+
}
|
|
33817
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33818
|
+
cursor: pointer;
|
|
33819
|
+
color: #00122e;
|
|
33820
|
+
}
|
|
33821
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33822
|
+
color: #2d3a56;
|
|
33823
|
+
font-weight: 600;
|
|
33824
|
+
}
|
|
33825
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33826
|
+
transform: rotate(90deg);
|
|
33827
|
+
}
|
|
33828
|
+
.E_c1kghdax .sub-info {
|
|
33829
|
+
font-size: 12px;
|
|
33830
|
+
line-height: 18px;
|
|
33831
|
+
}
|
|
33832
|
+
.E_c1kghdax .title-wrapper {
|
|
33833
|
+
display: flex;
|
|
33834
|
+
align-items: center;
|
|
33835
|
+
user-select: none;
|
|
33836
|
+
flex-grow: 1;
|
|
33837
|
+
font-size: 12px;
|
|
33838
|
+
line-height: 18px;
|
|
33839
|
+
color: #2d3a56;
|
|
33840
|
+
font-weight: 700;
|
|
33841
|
+
}
|
|
33842
|
+
.E_c1kghdax .collapse-arrow {
|
|
33843
|
+
transition: all 50ms ease-out 0ms;
|
|
33844
|
+
margin-right: 2px;
|
|
33845
|
+
}
|
|
33846
|
+
|
|
33847
|
+
.E_l1ucdodl {
|
|
33848
|
+
margin: 0;
|
|
33849
|
+
border-radius: 20px;
|
|
33850
|
+
padding: 2px 10px;
|
|
33851
|
+
height: 22px;
|
|
33852
|
+
display: flex;
|
|
33853
|
+
align-items: center;
|
|
33854
|
+
}
|
|
33855
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33856
|
+
color: #FFFFFF;
|
|
33857
|
+
}
|
|
33858
|
+
.E_l1ucdodl.tag-hover {
|
|
33859
|
+
cursor: pointer;
|
|
33860
|
+
}
|
|
33861
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33862
|
+
color: #00122E;
|
|
33863
|
+
}
|
|
33864
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33865
|
+
margin-right: 6px;
|
|
33866
|
+
}
|
|
33867
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33868
|
+
margin-left: 8px;
|
|
33869
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33870
|
+
}
|
|
33871
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33872
|
+
color: #FFFFFF;
|
|
33873
|
+
}
|
|
33874
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33875
|
+
background-color: #0080FF;
|
|
33876
|
+
}
|
|
33877
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33878
|
+
background-color: #F0483E;
|
|
33976
33879
|
}
|
|
33977
|
-
|
|
33978
|
-
|
|
33979
|
-
padding: 2px 8px;
|
|
33980
|
-
height: 24px;
|
|
33880
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33881
|
+
background-color: #FEA008;
|
|
33981
33882
|
}
|
|
33982
|
-
|
|
33983
|
-
|
|
33984
|
-
margin: 0;
|
|
33883
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33884
|
+
background-color: #00BA5D;
|
|
33985
33885
|
}
|
|
33986
|
-
|
|
33987
|
-
|
|
33988
|
-
margin-right: 4px;
|
|
33989
|
-
height: 16px;
|
|
33886
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33887
|
+
background-color: #6b7d99;
|
|
33990
33888
|
}
|
|
33991
|
-
|
|
33992
|
-
|
|
33993
|
-
font-weight: 700;
|
|
33994
|
-
color: #00122E;
|
|
33995
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33996
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33997
|
-
word-break: break-all;
|
|
33998
|
-
display: inline;
|
|
33999
|
-
white-space: normal;
|
|
33889
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33890
|
+
background-color: #7E41FF;
|
|
34000
33891
|
}
|
|
34001
33892
|
|
|
34002
|
-
.
|
|
34003
|
-
|
|
34004
|
-
|
|
34005
|
-
|
|
34006
|
-
|
|
34007
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34008
|
-
display: flex;
|
|
33893
|
+
.E_s1qj66nc {
|
|
33894
|
+
width: 8px;
|
|
33895
|
+
height: 8px;
|
|
33896
|
+
border-radius: 50%;
|
|
33897
|
+
display: inline-block;
|
|
34009
33898
|
}
|
|
34010
|
-
|
|
34011
|
-
|
|
34012
|
-
|
|
34013
|
-
|
|
33899
|
+
|
|
33900
|
+
.E_s5x1boq {
|
|
33901
|
+
width: 8px;
|
|
33902
|
+
height: 8px;
|
|
34014
33903
|
border-radius: 2px;
|
|
33904
|
+
display: inline-block;
|
|
34015
33905
|
}
|
|
34016
|
-
|
|
34017
|
-
|
|
33906
|
+
|
|
33907
|
+
.E_c1xm185 {
|
|
33908
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34018
33909
|
}
|
|
34019
|
-
|
|
33910
|
+
|
|
33911
|
+
.E_c1x5l5qc {
|
|
34020
33912
|
flex: 1;
|
|
34021
33913
|
}
|
|
34022
|
-
|
|
34023
|
-
|
|
33914
|
+
|
|
33915
|
+
.E_lht19u8 {
|
|
33916
|
+
width: 64px;
|
|
33917
|
+
height: 64px;
|
|
33918
|
+
display: flex;
|
|
33919
|
+
align-items: center;
|
|
33920
|
+
justify-content: center;
|
|
33921
|
+
position: relative;
|
|
33922
|
+
opacity: 0.2;
|
|
34024
33923
|
}
|
|
34025
|
-
|
|
34026
|
-
|
|
33924
|
+
|
|
33925
|
+
.E_lk3gkp4 {
|
|
33926
|
+
position: absolute;
|
|
33927
|
+
width: 5px;
|
|
33928
|
+
height: 48px;
|
|
33929
|
+
left: 9.33px;
|
|
33930
|
+
top: 40.5px;
|
|
33931
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33932
|
+
border-radius: 5px;
|
|
33933
|
+
transform: rotate(-128deg);
|
|
33934
|
+
transform-origin: top left;
|
|
33935
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34027
33936
|
}
|
|
34028
|
-
|
|
34029
|
-
|
|
33937
|
+
|
|
33938
|
+
.E_ll4n94n {
|
|
33939
|
+
position: absolute;
|
|
33940
|
+
width: 5px;
|
|
33941
|
+
height: 48px;
|
|
33942
|
+
left: 40.8px;
|
|
33943
|
+
top: 8.4px;
|
|
33944
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33945
|
+
border-radius: 5px;
|
|
33946
|
+
transform: rotate(-8deg);
|
|
33947
|
+
transform-origin: top left;
|
|
33948
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34030
33949
|
}
|
|
34031
33950
|
|
|
34032
|
-
.
|
|
34033
|
-
|
|
34034
|
-
|
|
33951
|
+
.E_l17lbdo6 {
|
|
33952
|
+
position: absolute;
|
|
33953
|
+
width: 5px;
|
|
33954
|
+
height: 48px;
|
|
33955
|
+
left: 52.9px;
|
|
33956
|
+
top: 51.8px;
|
|
33957
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33958
|
+
border-radius: 5px;
|
|
33959
|
+
transform: rotate(112deg);
|
|
33960
|
+
transform-origin: top left;
|
|
33961
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34035
33962
|
}
|
|
34036
33963
|
|
|
34037
33964
|
.E_sjob3jg {
|
|
@@ -34438,6 +34365,79 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34438
34365
|
margin-right: 8px;
|
|
34439
34366
|
}
|
|
34440
34367
|
|
|
34368
|
+
.E_i1g85yz3 {
|
|
34369
|
+
margin-right: 4px;
|
|
34370
|
+
height: 16px;
|
|
34371
|
+
}
|
|
34372
|
+
|
|
34373
|
+
.E_slr2ynn {
|
|
34374
|
+
padding: 0 8px;
|
|
34375
|
+
height: 18px;
|
|
34376
|
+
}
|
|
34377
|
+
|
|
34378
|
+
.E_m140wbb6 {
|
|
34379
|
+
padding: 2px 8px;
|
|
34380
|
+
height: 24px;
|
|
34381
|
+
}
|
|
34382
|
+
|
|
34383
|
+
.E_t1fozc1i {
|
|
34384
|
+
margin: 0;
|
|
34385
|
+
}
|
|
34386
|
+
|
|
34387
|
+
.E_i1vxv4ln {
|
|
34388
|
+
margin-right: 4px;
|
|
34389
|
+
height: 16px;
|
|
34390
|
+
}
|
|
34391
|
+
|
|
34392
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34393
|
+
font-weight: 700;
|
|
34394
|
+
color: #00122E;
|
|
34395
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34396
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34397
|
+
word-break: break-all;
|
|
34398
|
+
display: inline;
|
|
34399
|
+
white-space: normal;
|
|
34400
|
+
}
|
|
34401
|
+
|
|
34402
|
+
.E_w7ob4th.outside-tag {
|
|
34403
|
+
padding-left: 0;
|
|
34404
|
+
}
|
|
34405
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34406
|
+
border-radius: 4px 0 0 4px;
|
|
34407
|
+
padding-right: 4px;
|
|
34408
|
+
margin-right: 4px;
|
|
34409
|
+
}
|
|
34410
|
+
|
|
34411
|
+
.E_t13ef470 {
|
|
34412
|
+
height: 100%;
|
|
34413
|
+
}
|
|
34414
|
+
.E_t13ef470 .table-loading-item {
|
|
34415
|
+
padding: 12px 4px;
|
|
34416
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34417
|
+
display: flex;
|
|
34418
|
+
}
|
|
34419
|
+
.E_t13ef470 .table-loading-item > * {
|
|
34420
|
+
height: 16px;
|
|
34421
|
+
margin: 4px;
|
|
34422
|
+
background: rgba(204, 212, 227, 0.18);
|
|
34423
|
+
border-radius: 2px;
|
|
34424
|
+
}
|
|
34425
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34426
|
+
width: 16px;
|
|
34427
|
+
}
|
|
34428
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
34429
|
+
flex: 1;
|
|
34430
|
+
}
|
|
34431
|
+
.E_t13ef470 :nth-child(1) {
|
|
34432
|
+
padding: 8px 4px;
|
|
34433
|
+
}
|
|
34434
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34435
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34436
|
+
}
|
|
34437
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34438
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34439
|
+
}
|
|
34440
|
+
|
|
34441
34441
|
.E_m11nzl2x {
|
|
34442
34442
|
color: rgba(44, 56, 82, 0.6);
|
|
34443
34443
|
text-align: center;
|
|
@@ -34881,79 +34881,16 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34881
34881
|
justify-content: center;
|
|
34882
34882
|
}
|
|
34883
34883
|
|
|
34884
|
-
.E_s1ikqzph {
|
|
34885
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34886
|
-
}
|
|
34887
|
-
|
|
34888
|
-
.E_i15astnl {
|
|
34889
|
-
color: #00122E;
|
|
34890
|
-
}
|
|
34891
|
-
|
|
34892
|
-
.E_b1jaupqb {
|
|
34893
|
-
color: #F0483E;
|
|
34894
|
-
}
|
|
34895
|
-
|
|
34896
|
-
.E_s20iney.skeleton-box {
|
|
34897
|
-
display: flex;
|
|
34898
|
-
align-items: center;
|
|
34899
|
-
justify-content: center;
|
|
34900
|
-
position: relative;
|
|
34901
|
-
border-radius: 2px;
|
|
34902
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34903
|
-
overflow: hidden;
|
|
34904
|
-
}
|
|
34905
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34906
|
-
width: 200%;
|
|
34907
|
-
height: 200%;
|
|
34908
|
-
transform: rotate(15deg);
|
|
34909
|
-
position: absolute;
|
|
34910
|
-
top: -50%;
|
|
34911
|
-
flex-shrink: 0;
|
|
34912
|
-
opacity: 0.8;
|
|
34913
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34914
|
-
animation: shimmer 1100ms infinite;
|
|
34915
|
-
}
|
|
34916
|
-
@keyframes shimmer {
|
|
34917
|
-
from {
|
|
34918
|
-
left: -120%;
|
|
34919
|
-
}
|
|
34920
|
-
to {
|
|
34921
|
-
left: 100%;
|
|
34922
|
-
}
|
|
34923
|
-
}
|
|
34924
|
-
|
|
34925
|
-
.E_sqv6dmy {
|
|
34926
|
-
display: flex;
|
|
34927
|
-
justify-content: flex-end;
|
|
34928
|
-
}
|
|
34929
|
-
|
|
34930
|
-
.E_p1rm8wzb {
|
|
34931
|
-
margin-right: 8px;
|
|
34932
|
-
}
|
|
34933
|
-
|
|
34934
|
-
.E_sd7qcf4 {
|
|
34935
|
-
height: 100%;
|
|
34936
|
-
width: 100%;
|
|
34937
|
-
overflow: auto;
|
|
34938
|
-
}
|
|
34939
|
-
|
|
34940
|
-
.E_r1fxc9gq.right {
|
|
34941
|
-
overflow: auto;
|
|
34942
|
-
padding-right: 2px;
|
|
34943
|
-
width: 200px;
|
|
34944
|
-
height: fit-content;
|
|
34945
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
34946
|
-
scrollbar-gutter: stable;
|
|
34947
|
-
}
|
|
34948
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
34949
|
-
width: 6px;
|
|
34884
|
+
.E_s1ikqzph {
|
|
34885
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34950
34886
|
}
|
|
34951
|
-
|
|
34952
|
-
|
|
34887
|
+
|
|
34888
|
+
.E_i15astnl {
|
|
34889
|
+
color: #00122E;
|
|
34953
34890
|
}
|
|
34954
|
-
|
|
34955
|
-
|
|
34956
|
-
|
|
34891
|
+
|
|
34892
|
+
.E_b1jaupqb {
|
|
34893
|
+
color: #F0483E;
|
|
34957
34894
|
}
|
|
34958
34895
|
|
|
34959
34896
|
.E_icab5o7 {
|
|
@@ -35290,34 +35227,68 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35290
35227
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
35291
35228
|
}
|
|
35292
35229
|
|
|
35293
|
-
.
|
|
35230
|
+
.E_s20iney.skeleton-box {
|
|
35231
|
+
display: flex;
|
|
35232
|
+
align-items: center;
|
|
35233
|
+
justify-content: center;
|
|
35234
|
+
position: relative;
|
|
35235
|
+
border-radius: 2px;
|
|
35236
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35294
35237
|
overflow: hidden;
|
|
35295
|
-
height: 100%;
|
|
35296
|
-
background: white;
|
|
35297
35238
|
}
|
|
35298
|
-
.
|
|
35299
|
-
|
|
35239
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35240
|
+
width: 200%;
|
|
35241
|
+
height: 200%;
|
|
35242
|
+
transform: rotate(15deg);
|
|
35243
|
+
position: absolute;
|
|
35244
|
+
top: -50%;
|
|
35245
|
+
flex-shrink: 0;
|
|
35246
|
+
opacity: 0.8;
|
|
35247
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35248
|
+
animation: shimmer 1100ms infinite;
|
|
35249
|
+
}
|
|
35250
|
+
@keyframes shimmer {
|
|
35251
|
+
from {
|
|
35252
|
+
left: -120%;
|
|
35253
|
+
}
|
|
35254
|
+
to {
|
|
35255
|
+
left: 100%;
|
|
35256
|
+
}
|
|
35257
|
+
}
|
|
35258
|
+
|
|
35259
|
+
.E_sqv6dmy {
|
|
35300
35260
|
display: flex;
|
|
35301
|
-
|
|
35261
|
+
justify-content: flex-end;
|
|
35302
35262
|
}
|
|
35303
|
-
|
|
35304
|
-
|
|
35305
|
-
margin:
|
|
35306
|
-
background: rgba(237, 241, 250, 0.6);
|
|
35307
|
-
border-radius: 2px;
|
|
35263
|
+
|
|
35264
|
+
.E_p1rm8wzb {
|
|
35265
|
+
margin-right: 8px;
|
|
35308
35266
|
}
|
|
35309
|
-
|
|
35310
|
-
|
|
35267
|
+
|
|
35268
|
+
.E_sd7qcf4 {
|
|
35269
|
+
height: 100%;
|
|
35270
|
+
width: 100%;
|
|
35271
|
+
overflow: auto;
|
|
35311
35272
|
}
|
|
35312
|
-
|
|
35313
|
-
|
|
35273
|
+
|
|
35274
|
+
.E_r1fxc9gq.right {
|
|
35275
|
+
overflow: auto;
|
|
35276
|
+
padding-right: 2px;
|
|
35277
|
+
width: 200px;
|
|
35278
|
+
height: fit-content;
|
|
35279
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
35280
|
+
scrollbar-gutter: stable;
|
|
35314
35281
|
}
|
|
35315
|
-
.
|
|
35316
|
-
|
|
35282
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
35283
|
+
width: 6px;
|
|
35317
35284
|
}
|
|
35318
|
-
.
|
|
35285
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
35319
35286
|
background: rgba(225, 230, 241, 0.6);
|
|
35320
35287
|
}
|
|
35288
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
35289
|
+
background: rgba(172, 186, 211, 0.6);
|
|
35290
|
+
border-radius: 8px;
|
|
35291
|
+
}
|
|
35321
35292
|
|
|
35322
35293
|
.E_s1n7hav7 .ant-input-prefix {
|
|
35323
35294
|
margin-right: 8px;
|
|
@@ -35368,8 +35339,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35368
35339
|
overflow: hidden;
|
|
35369
35340
|
}
|
|
35370
35341
|
|
|
35371
|
-
.
|
|
35372
|
-
|
|
35342
|
+
.E_t1g36k2w {
|
|
35343
|
+
overflow: hidden;
|
|
35344
|
+
height: 100%;
|
|
35345
|
+
background: white;
|
|
35346
|
+
}
|
|
35347
|
+
.E_t1g36k2w .table-loading-item {
|
|
35348
|
+
padding: 8px 4px;
|
|
35349
|
+
display: flex;
|
|
35350
|
+
align-items: center;
|
|
35351
|
+
}
|
|
35352
|
+
.E_t1g36k2w .table-loading-item > * {
|
|
35353
|
+
height: 16px;
|
|
35354
|
+
margin: 4px;
|
|
35355
|
+
background: rgba(237, 241, 250, 0.6);
|
|
35356
|
+
border-radius: 2px;
|
|
35357
|
+
}
|
|
35358
|
+
.E_t1g36k2w .table-loading-item .checkbox-loading {
|
|
35359
|
+
width: 16px;
|
|
35360
|
+
}
|
|
35361
|
+
.E_t1g36k2w .table-loading-item .td-loading {
|
|
35362
|
+
flex: 1;
|
|
35363
|
+
}
|
|
35364
|
+
.E_t1g36k2w :nth-child(1) {
|
|
35365
|
+
padding: 8px 4px;
|
|
35366
|
+
}
|
|
35367
|
+
.E_t1g36k2w :nth-child(1) > * {
|
|
35368
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35373
35369
|
}
|
|
35374
35370
|
|
|
35375
35371
|
.E_t1gvlxt5 {
|
|
@@ -35414,6 +35410,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35414
35410
|
display: block;
|
|
35415
35411
|
}
|
|
35416
35412
|
|
|
35413
|
+
.E_t1616y1o {
|
|
35414
|
+
color: #fff;
|
|
35415
|
+
}
|
|
35416
|
+
|
|
35417
35417
|
.E_a9y3flr {
|
|
35418
35418
|
margin-left: 8px;
|
|
35419
35419
|
}
|
|
@@ -35466,6 +35466,56 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35466
35466
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35467
35467
|
}
|
|
35468
35468
|
|
|
35469
|
+
.E_c18bcrac {
|
|
35470
|
+
display: inline-block;
|
|
35471
|
+
width: 100%;
|
|
35472
|
+
}
|
|
35473
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35474
|
+
margin-left: 4px;
|
|
35475
|
+
}
|
|
35476
|
+
|
|
35477
|
+
.E_cro7kg2 {
|
|
35478
|
+
padding: 4px;
|
|
35479
|
+
}
|
|
35480
|
+
.E_cro7kg2 .unit {
|
|
35481
|
+
color: white;
|
|
35482
|
+
}
|
|
35483
|
+
|
|
35484
|
+
.E_c14wcxf0 {
|
|
35485
|
+
display: flex;
|
|
35486
|
+
justify-content: space-between;
|
|
35487
|
+
align-items: center;
|
|
35488
|
+
font-size: 13px;
|
|
35489
|
+
line-height: 24px;
|
|
35490
|
+
color: #cccccc;
|
|
35491
|
+
white-space: nowrap;
|
|
35492
|
+
}
|
|
35493
|
+
.E_c14wcxf0 label {
|
|
35494
|
+
margin-right: 32px;
|
|
35495
|
+
}
|
|
35496
|
+
|
|
35497
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35498
|
+
font-weight: bold;
|
|
35499
|
+
color: white;
|
|
35500
|
+
}
|
|
35501
|
+
|
|
35502
|
+
.E_s11212zy {
|
|
35503
|
+
width: 8px;
|
|
35504
|
+
height: 8px;
|
|
35505
|
+
border-radius: 2px;
|
|
35506
|
+
display: inline-block;
|
|
35507
|
+
background: var(--s11212zy-0);
|
|
35508
|
+
border: 1px solid #fff;
|
|
35509
|
+
box-sizing: content-box;
|
|
35510
|
+
margin-right: 6px;
|
|
35511
|
+
}
|
|
35512
|
+
|
|
35513
|
+
.E_p1lyky6c > :first-child {
|
|
35514
|
+
font-weight: bold;
|
|
35515
|
+
color: white;
|
|
35516
|
+
margin-right: 4px;
|
|
35517
|
+
}
|
|
35518
|
+
|
|
35469
35519
|
.E_skwah65 {
|
|
35470
35520
|
height: 8px;
|
|
35471
35521
|
box-sizing: border-box;
|
|
@@ -35546,64 +35596,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35546
35596
|
gap: 4px;
|
|
35547
35597
|
}
|
|
35548
35598
|
|
|
35549
|
-
.
|
|
35550
|
-
|
|
35551
|
-
width: 100%;
|
|
35552
|
-
}
|
|
35553
|
-
.E_c18bcrac .recharts-wrapper {
|
|
35554
|
-
margin-left: 4px;
|
|
35599
|
+
.E_gmyahx3 {
|
|
35600
|
+
cursor: pointer;
|
|
35555
35601
|
}
|
|
35556
|
-
|
|
35557
|
-
.
|
|
35558
|
-
padding: 4px;
|
|
35602
|
+
.E_gmyahx3 .link-text {
|
|
35603
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35559
35604
|
}
|
|
35560
|
-
.
|
|
35561
|
-
color:
|
|
35605
|
+
.E_gmyahx3:hover .link-text {
|
|
35606
|
+
color: #0080ff;
|
|
35562
35607
|
}
|
|
35563
35608
|
|
|
35564
|
-
.
|
|
35609
|
+
.E_n12mqh7z {
|
|
35565
35610
|
display: flex;
|
|
35566
|
-
justify-content: space-between;
|
|
35567
35611
|
align-items: center;
|
|
35568
|
-
font-size:
|
|
35569
|
-
line-height:
|
|
35570
|
-
color: #cccccc;
|
|
35571
|
-
white-space: nowrap;
|
|
35572
|
-
}
|
|
35573
|
-
.E_c14wcxf0 label {
|
|
35574
|
-
margin-right: 32px;
|
|
35575
|
-
}
|
|
35576
|
-
|
|
35577
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
35578
|
-
font-weight: bold;
|
|
35579
|
-
color: white;
|
|
35612
|
+
font-size: 12px;
|
|
35613
|
+
line-height: 18px;
|
|
35580
35614
|
}
|
|
35581
|
-
|
|
35582
|
-
|
|
35583
|
-
width: 8px;
|
|
35584
|
-
height: 8px;
|
|
35585
|
-
border-radius: 2px;
|
|
35586
|
-
display: inline-block;
|
|
35587
|
-
background: var(--s11212zy-0);
|
|
35588
|
-
border: 1px solid #fff;
|
|
35589
|
-
box-sizing: content-box;
|
|
35590
|
-
margin-right: 6px;
|
|
35615
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35616
|
+
margin-bottom: 4px;
|
|
35591
35617
|
}
|
|
35592
35618
|
|
|
35593
|
-
.
|
|
35594
|
-
|
|
35595
|
-
color: white;
|
|
35596
|
-
margin-right: 4px;
|
|
35619
|
+
.E_tf5bynu {
|
|
35620
|
+
margin: 0 3px;
|
|
35597
35621
|
}
|
|
35598
35622
|
|
|
35599
|
-
.
|
|
35600
|
-
|
|
35601
|
-
|
|
35602
|
-
.E_gmyahx3 .link-text {
|
|
35603
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35604
|
-
}
|
|
35605
|
-
.E_gmyahx3:hover .link-text {
|
|
35606
|
-
color: #0080ff;
|
|
35623
|
+
.E_tcckoz1 {
|
|
35624
|
+
max-height: 400px;
|
|
35625
|
+
overflow: auto;
|
|
35607
35626
|
}
|
|
35608
35627
|
|
|
35609
35628
|
.E_clm1wy1 {
|
|
@@ -35692,11 +35711,38 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35692
35711
|
.E_cxhf7dh .dot:not(:last-child) {
|
|
35693
35712
|
margin-right: 2px;
|
|
35694
35713
|
}
|
|
35695
|
-
.E_cxhf7dh .bar {
|
|
35696
|
-
width: 9px;
|
|
35697
|
-
height: 2px;
|
|
35698
|
-
background: #0096ff;
|
|
35699
|
-
border-radius: 2px;
|
|
35714
|
+
.E_cxhf7dh .bar {
|
|
35715
|
+
width: 9px;
|
|
35716
|
+
height: 2px;
|
|
35717
|
+
background: #0096ff;
|
|
35718
|
+
border-radius: 2px;
|
|
35719
|
+
}
|
|
35720
|
+
|
|
35721
|
+
.E_ou7iq30 {
|
|
35722
|
+
overflow: hidden;
|
|
35723
|
+
text-overflow: ellipsis;
|
|
35724
|
+
}
|
|
35725
|
+
|
|
35726
|
+
.E_s1tui002 {
|
|
35727
|
+
white-space: nowrap;
|
|
35728
|
+
}
|
|
35729
|
+
|
|
35730
|
+
.E_mxrc2zg {
|
|
35731
|
+
display: -webkit-box;
|
|
35732
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35733
|
+
-webkit-box-orient: vertical;
|
|
35734
|
+
word-break: break-all;
|
|
35735
|
+
}
|
|
35736
|
+
|
|
35737
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35738
|
+
display: none;
|
|
35739
|
+
}
|
|
35740
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35741
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35742
|
+
border-radius: 4px;
|
|
35743
|
+
}
|
|
35744
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35745
|
+
visibility: hidden;
|
|
35700
35746
|
}
|
|
35701
35747
|
|
|
35702
35748
|
.E_c1up1pdz {
|
|
@@ -35843,25 +35889,6 @@ span.E_tqjc4ui {
|
|
|
35843
35889
|
margin: 0 2px;
|
|
35844
35890
|
}
|
|
35845
35891
|
|
|
35846
|
-
.E_n12mqh7z {
|
|
35847
|
-
display: flex;
|
|
35848
|
-
align-items: center;
|
|
35849
|
-
font-size: 12px;
|
|
35850
|
-
line-height: 18px;
|
|
35851
|
-
}
|
|
35852
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35853
|
-
margin-bottom: 4px;
|
|
35854
|
-
}
|
|
35855
|
-
|
|
35856
|
-
.E_tf5bynu {
|
|
35857
|
-
margin: 0 3px;
|
|
35858
|
-
}
|
|
35859
|
-
|
|
35860
|
-
.E_tcckoz1 {
|
|
35861
|
-
max-height: 400px;
|
|
35862
|
-
overflow: auto;
|
|
35863
|
-
}
|
|
35864
|
-
|
|
35865
35892
|
.E_t1sqg15u {
|
|
35866
35893
|
background: white;
|
|
35867
35894
|
}
|
|
@@ -35952,31 +35979,117 @@ span.E_tqjc4ui {
|
|
|
35952
35979
|
padding-right: 12px;
|
|
35953
35980
|
}
|
|
35954
35981
|
|
|
35955
|
-
.
|
|
35982
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
35983
|
+
background: #edf0f7;
|
|
35984
|
+
padding: 32px 8px;
|
|
35985
|
+
overflow: auto;
|
|
35986
|
+
}
|
|
35987
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
35988
|
+
display: flex;
|
|
35989
|
+
flex-direction: column;
|
|
35990
|
+
justify-content: space-between;
|
|
35991
|
+
}
|
|
35992
|
+
.E_s1at6qmn footer {
|
|
35993
|
+
display: flex;
|
|
35994
|
+
}
|
|
35995
|
+
.E_s1at6qmn .ant-menu {
|
|
35996
|
+
background: #edf0f7;
|
|
35997
|
+
}
|
|
35998
|
+
.E_s1at6qmn .ant-menu a {
|
|
35999
|
+
color: #00122e;
|
|
36000
|
+
width: 180px;
|
|
35956
36001
|
overflow: hidden;
|
|
35957
36002
|
text-overflow: ellipsis;
|
|
35958
36003
|
}
|
|
36004
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
36005
|
+
margin-bottom: 24px;
|
|
36006
|
+
}
|
|
36007
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
36008
|
+
margin: 0;
|
|
36009
|
+
}
|
|
36010
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
36011
|
+
font-size: 12px;
|
|
36012
|
+
padding: 0 8px 4px;
|
|
36013
|
+
line-height: 18px;
|
|
36014
|
+
}
|
|
36015
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
36016
|
+
padding: 0;
|
|
36017
|
+
}
|
|
36018
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
36019
|
+
padding-bottom: 24px;
|
|
36020
|
+
}
|
|
36021
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
36022
|
+
margin-bottom: 24px;
|
|
36023
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
36024
|
+
}
|
|
36025
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
36026
|
+
transition: none;
|
|
36027
|
+
display: flex;
|
|
36028
|
+
align-items: center;
|
|
36029
|
+
height: 32px;
|
|
36030
|
+
line-height: 22px;
|
|
36031
|
+
padding: 0 8px;
|
|
36032
|
+
}
|
|
36033
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
36034
|
+
margin-right: 12px;
|
|
36035
|
+
}
|
|
36036
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
36037
|
+
margin: 0;
|
|
36038
|
+
margin-bottom: 2px;
|
|
36039
|
+
}
|
|
36040
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
36041
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
36042
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
36043
|
+
border-radius: 6px;
|
|
36044
|
+
color: #fff;
|
|
36045
|
+
}
|
|
36046
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
36047
|
+
color: #fff;
|
|
36048
|
+
}
|
|
36049
|
+
.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 {
|
|
36050
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
36051
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
36052
|
+
border-radius: 6px;
|
|
36053
|
+
}
|
|
35959
36054
|
|
|
35960
|
-
.
|
|
36055
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35961
36056
|
white-space: nowrap;
|
|
36057
|
+
transition: all 0s;
|
|
35962
36058
|
}
|
|
35963
|
-
|
|
35964
|
-
|
|
35965
|
-
|
|
35966
|
-
|
|
35967
|
-
|
|
35968
|
-
|
|
36059
|
+
.E_s1wu0lms.shrink {
|
|
36060
|
+
transition: all 0s;
|
|
36061
|
+
overflow: hidden;
|
|
36062
|
+
}
|
|
36063
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
36064
|
+
visibility: hidden;
|
|
36065
|
+
}
|
|
36066
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
36067
|
+
width: 36px;
|
|
36068
|
+
padding: 0 6px;
|
|
35969
36069
|
}
|
|
35970
36070
|
|
|
35971
|
-
.
|
|
35972
|
-
display:
|
|
36071
|
+
.E_n1ugzfva {
|
|
36072
|
+
display: flex;
|
|
36073
|
+
place-items: center;
|
|
36074
|
+
width: 100% !important;
|
|
35973
36075
|
}
|
|
35974
|
-
.
|
|
35975
|
-
|
|
35976
|
-
|
|
36076
|
+
.E_n1ugzfva[disabled] {
|
|
36077
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
36078
|
+
opacity: 1 !important;
|
|
35977
36079
|
}
|
|
35978
|
-
.
|
|
35979
|
-
|
|
36080
|
+
.E_n1ugzfva.ant-btn {
|
|
36081
|
+
width: 100%;
|
|
36082
|
+
color: #00122e;
|
|
36083
|
+
}
|
|
36084
|
+
.E_n1ugzfva .icon-wrapper {
|
|
36085
|
+
margin-right: 12px;
|
|
36086
|
+
}
|
|
36087
|
+
.E_n1ugzfva .link-title {
|
|
36088
|
+
flex: 1;
|
|
36089
|
+
overflow: hidden;
|
|
36090
|
+
white-space: nowrap;
|
|
36091
|
+
text-overflow: ellipsis;
|
|
36092
|
+
text-align: left;
|
|
35980
36093
|
}
|
|
35981
36094
|
|
|
35982
36095
|
.E_wg1tsps {
|
|
@@ -36002,6 +36115,30 @@ span.E_tqjc4ui {
|
|
|
36002
36115
|
color: #00122e !important;
|
|
36003
36116
|
}
|
|
36004
36117
|
|
|
36118
|
+
.E_u15heuvq.content {
|
|
36119
|
+
cursor: default !important;
|
|
36120
|
+
}
|
|
36121
|
+
.E_u15heuvq.content.link {
|
|
36122
|
+
cursor: pointer !important;
|
|
36123
|
+
}
|
|
36124
|
+
.E_u15heuvq.content.link:hover {
|
|
36125
|
+
color: #0080FF;
|
|
36126
|
+
}
|
|
36127
|
+
.E_u15heuvq.content.black {
|
|
36128
|
+
color: #00122E;
|
|
36129
|
+
}
|
|
36130
|
+
.E_u15heuvq.content.gray {
|
|
36131
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
36132
|
+
}
|
|
36133
|
+
|
|
36134
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
36135
|
+
display: flex;
|
|
36136
|
+
align-items: center;
|
|
36137
|
+
}
|
|
36138
|
+
.E_s1iv0tp1 .enabled-text {
|
|
36139
|
+
margin-right: 8px;
|
|
36140
|
+
}
|
|
36141
|
+
|
|
36005
36142
|
.E_t160l1cm {
|
|
36006
36143
|
display: flex;
|
|
36007
36144
|
flex-direction: column;
|
|
@@ -36205,141 +36342,67 @@ span.E_tqjc4ui {
|
|
|
36205
36342
|
background: transparent;
|
|
36206
36343
|
}
|
|
36207
36344
|
|
|
36208
|
-
.
|
|
36209
|
-
|
|
36210
|
-
padding: 32px 8px;
|
|
36211
|
-
overflow: auto;
|
|
36212
|
-
}
|
|
36213
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
36214
|
-
display: flex;
|
|
36215
|
-
flex-direction: column;
|
|
36216
|
-
justify-content: space-between;
|
|
36217
|
-
}
|
|
36218
|
-
.E_s1at6qmn footer {
|
|
36219
|
-
display: flex;
|
|
36220
|
-
}
|
|
36221
|
-
.E_s1at6qmn .ant-menu {
|
|
36222
|
-
background: #edf0f7;
|
|
36223
|
-
}
|
|
36224
|
-
.E_s1at6qmn .ant-menu a {
|
|
36225
|
-
color: #00122e;
|
|
36226
|
-
width: 180px;
|
|
36227
|
-
overflow: hidden;
|
|
36228
|
-
text-overflow: ellipsis;
|
|
36229
|
-
}
|
|
36230
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
36231
|
-
margin-bottom: 24px;
|
|
36232
|
-
}
|
|
36233
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
36234
|
-
margin: 0;
|
|
36235
|
-
}
|
|
36236
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
36237
|
-
font-size: 12px;
|
|
36238
|
-
padding: 0 8px 4px;
|
|
36239
|
-
line-height: 18px;
|
|
36240
|
-
}
|
|
36241
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
36242
|
-
padding: 0;
|
|
36243
|
-
}
|
|
36244
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
36245
|
-
padding-bottom: 24px;
|
|
36246
|
-
}
|
|
36247
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
36248
|
-
margin-bottom: 24px;
|
|
36249
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
36250
|
-
}
|
|
36251
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
36252
|
-
transition: none;
|
|
36253
|
-
display: flex;
|
|
36254
|
-
align-items: center;
|
|
36255
|
-
height: 32px;
|
|
36256
|
-
line-height: 22px;
|
|
36257
|
-
padding: 0 8px;
|
|
36258
|
-
}
|
|
36259
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
36260
|
-
margin-right: 12px;
|
|
36261
|
-
}
|
|
36262
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
36263
|
-
margin: 0;
|
|
36264
|
-
margin-bottom: 2px;
|
|
36265
|
-
}
|
|
36266
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
36267
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
36268
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
36269
|
-
border-radius: 6px;
|
|
36270
|
-
color: #fff;
|
|
36271
|
-
}
|
|
36272
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
36273
|
-
color: #fff;
|
|
36274
|
-
}
|
|
36275
|
-
.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 {
|
|
36276
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
36277
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
36278
|
-
border-radius: 6px;
|
|
36279
|
-
}
|
|
36280
|
-
|
|
36281
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
36282
|
-
white-space: nowrap;
|
|
36283
|
-
transition: all 0s;
|
|
36284
|
-
}
|
|
36285
|
-
.E_s1wu0lms.shrink {
|
|
36286
|
-
transition: all 0s;
|
|
36287
|
-
overflow: hidden;
|
|
36288
|
-
}
|
|
36289
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
36290
|
-
visibility: hidden;
|
|
36291
|
-
}
|
|
36292
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
36293
|
-
width: 36px;
|
|
36294
|
-
padding: 0 6px;
|
|
36345
|
+
.E_kr6am0s .ant-modal-body {
|
|
36346
|
+
padding: 60px 128px;
|
|
36295
36347
|
}
|
|
36296
36348
|
|
|
36297
|
-
.
|
|
36349
|
+
.E_k1h3cl5q {
|
|
36298
36350
|
display: flex;
|
|
36299
|
-
|
|
36300
|
-
|
|
36301
|
-
}
|
|
36302
|
-
.E_n1ugzfva[disabled] {
|
|
36303
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
36304
|
-
opacity: 1 !important;
|
|
36351
|
+
flex-direction: column;
|
|
36352
|
+
height: 100%;
|
|
36305
36353
|
}
|
|
36306
|
-
|
|
36307
|
-
|
|
36354
|
+
|
|
36355
|
+
.E_k1a6j97w {
|
|
36308
36356
|
color: #00122e;
|
|
36357
|
+
font-size: 32px !important;
|
|
36358
|
+
margin-bottom: 16px;
|
|
36309
36359
|
}
|
|
36310
|
-
|
|
36311
|
-
|
|
36360
|
+
|
|
36361
|
+
.E_k1uim1fg {
|
|
36362
|
+
margin-bottom: 32px;
|
|
36363
|
+
color: #00122e;
|
|
36312
36364
|
}
|
|
36313
|
-
|
|
36365
|
+
|
|
36366
|
+
.E_kobelzt {
|
|
36367
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
36368
|
+
min-height: 0;
|
|
36314
36369
|
flex: 1;
|
|
36315
|
-
|
|
36316
|
-
|
|
36317
|
-
|
|
36318
|
-
|
|
36370
|
+
padding: 16px;
|
|
36371
|
+
background-color: #2d3a56;
|
|
36372
|
+
color: #fff;
|
|
36373
|
+
overflow: auto;
|
|
36374
|
+
max-width: 100%;
|
|
36375
|
+
min-height: 0;
|
|
36376
|
+
border-radius: 8px;
|
|
36377
|
+
white-space: pre-wrap;
|
|
36319
36378
|
}
|
|
36320
36379
|
|
|
36321
|
-
.
|
|
36380
|
+
.E_kxzv3id {
|
|
36381
|
+
width: 100%;
|
|
36322
36382
|
display: flex;
|
|
36323
|
-
|
|
36324
|
-
|
|
36325
|
-
.E_s1iv0tp1 .enabled-text {
|
|
36326
|
-
margin-right: 8px;
|
|
36383
|
+
justify-content: space-between;
|
|
36384
|
+
padding: 0 128px;
|
|
36327
36385
|
}
|
|
36328
36386
|
|
|
36329
|
-
.
|
|
36330
|
-
|
|
36331
|
-
|
|
36332
|
-
|
|
36333
|
-
|
|
36334
|
-
|
|
36335
|
-
.E_u15heuvq.content.link:hover {
|
|
36336
|
-
color: #0080FF;
|
|
36387
|
+
.E_eld9lt {
|
|
36388
|
+
display: flex;
|
|
36389
|
+
flex-direction: column;
|
|
36390
|
+
justify-content: center;
|
|
36391
|
+
align-items: center;
|
|
36392
|
+
height: 100%;
|
|
36337
36393
|
}
|
|
36338
|
-
|
|
36339
|
-
|
|
36394
|
+
|
|
36395
|
+
.E_e1505fqc {
|
|
36396
|
+
display: flex;
|
|
36397
|
+
flex-direction: column;
|
|
36398
|
+
align-items: center;
|
|
36340
36399
|
}
|
|
36341
|
-
.
|
|
36342
|
-
|
|
36400
|
+
.E_e1505fqc .title {
|
|
36401
|
+
margin-bottom: 8px;
|
|
36402
|
+
background-clip: text;
|
|
36403
|
+
-webkit-background-clip: text;
|
|
36404
|
+
-webkit-text-fill-color: transparent;
|
|
36405
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36343
36406
|
}
|
|
36344
36407
|
|
|
36345
36408
|
.E_cyms3br {
|
|
@@ -36417,12 +36480,6 @@ span.E_tqjc4ui {
|
|
|
36417
36480
|
justify-content: center;
|
|
36418
36481
|
}
|
|
36419
36482
|
|
|
36420
|
-
.E_h1ol2wl7 {
|
|
36421
|
-
font-weight: bold;
|
|
36422
|
-
background-color: unset;
|
|
36423
|
-
padding: unset;
|
|
36424
|
-
}
|
|
36425
|
-
|
|
36426
36483
|
.E_i5w779o {
|
|
36427
36484
|
padding: 8px 0;
|
|
36428
36485
|
}
|
|
@@ -36464,67 +36521,10 @@ span.E_tqjc4ui {
|
|
|
36464
36521
|
color: rgba(0, 21, 64, 0.3);
|
|
36465
36522
|
}
|
|
36466
36523
|
|
|
36467
|
-
.
|
|
36468
|
-
|
|
36469
|
-
|
|
36470
|
-
|
|
36471
|
-
.E_k1h3cl5q {
|
|
36472
|
-
display: flex;
|
|
36473
|
-
flex-direction: column;
|
|
36474
|
-
height: 100%;
|
|
36475
|
-
}
|
|
36476
|
-
|
|
36477
|
-
.E_k1a6j97w {
|
|
36478
|
-
color: #00122e;
|
|
36479
|
-
font-size: 32px !important;
|
|
36480
|
-
margin-bottom: 16px;
|
|
36481
|
-
}
|
|
36482
|
-
|
|
36483
|
-
.E_k1uim1fg {
|
|
36484
|
-
margin-bottom: 32px;
|
|
36485
|
-
color: #00122e;
|
|
36486
|
-
}
|
|
36487
|
-
|
|
36488
|
-
.E_kobelzt {
|
|
36489
|
-
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
36490
|
-
min-height: 0;
|
|
36491
|
-
flex: 1;
|
|
36492
|
-
padding: 16px;
|
|
36493
|
-
background-color: #2d3a56;
|
|
36494
|
-
color: #fff;
|
|
36495
|
-
overflow: auto;
|
|
36496
|
-
max-width: 100%;
|
|
36497
|
-
min-height: 0;
|
|
36498
|
-
border-radius: 8px;
|
|
36499
|
-
white-space: pre-wrap;
|
|
36500
|
-
}
|
|
36501
|
-
|
|
36502
|
-
.E_kxzv3id {
|
|
36503
|
-
width: 100%;
|
|
36504
|
-
display: flex;
|
|
36505
|
-
justify-content: space-between;
|
|
36506
|
-
padding: 0 128px;
|
|
36507
|
-
}
|
|
36508
|
-
|
|
36509
|
-
.E_eld9lt {
|
|
36510
|
-
display: flex;
|
|
36511
|
-
flex-direction: column;
|
|
36512
|
-
justify-content: center;
|
|
36513
|
-
align-items: center;
|
|
36514
|
-
height: 100%;
|
|
36515
|
-
}
|
|
36516
|
-
|
|
36517
|
-
.E_e1505fqc {
|
|
36518
|
-
display: flex;
|
|
36519
|
-
flex-direction: column;
|
|
36520
|
-
align-items: center;
|
|
36521
|
-
}
|
|
36522
|
-
.E_e1505fqc .title {
|
|
36523
|
-
margin-bottom: 8px;
|
|
36524
|
-
background-clip: text;
|
|
36525
|
-
-webkit-background-clip: text;
|
|
36526
|
-
-webkit-text-fill-color: transparent;
|
|
36527
|
-
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36524
|
+
.E_h1ol2wl7 {
|
|
36525
|
+
font-weight: bold;
|
|
36526
|
+
background-color: unset;
|
|
36527
|
+
padding: unset;
|
|
36528
36528
|
}
|
|
36529
36529
|
|
|
36530
36530
|
.E_l12xdkhl {
|
|
@@ -36551,6 +36551,50 @@ span.E_tqjc4ui {
|
|
|
36551
36551
|
}
|
|
36552
36552
|
}
|
|
36553
36553
|
|
|
36554
|
+
.E_c14ouk5o {
|
|
36555
|
+
width: 100%;
|
|
36556
|
+
height: 100%;
|
|
36557
|
+
display: flex;
|
|
36558
|
+
font-size: 12px;
|
|
36559
|
+
line-height: 18px;
|
|
36560
|
+
padding: 8px 0;
|
|
36561
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36562
|
+
}
|
|
36563
|
+
.E_c14ouk5o:last-of-type {
|
|
36564
|
+
box-shadow: none;
|
|
36565
|
+
padding-bottom: 0;
|
|
36566
|
+
}
|
|
36567
|
+
.E_c14ouk5o.collapsed {
|
|
36568
|
+
flex-direction: column;
|
|
36569
|
+
}
|
|
36570
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36571
|
+
display: flex;
|
|
36572
|
+
}
|
|
36573
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36574
|
+
flex: 1;
|
|
36575
|
+
display: flex;
|
|
36576
|
+
justify-content: space-between;
|
|
36577
|
+
}
|
|
36578
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36579
|
+
height: auto;
|
|
36580
|
+
}
|
|
36581
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
36582
|
+
margin-left: 162px;
|
|
36583
|
+
}
|
|
36584
|
+
.E_c14ouk5o .col-label {
|
|
36585
|
+
width: 216px;
|
|
36586
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36587
|
+
margin-right: 12px;
|
|
36588
|
+
flex-shrink: 0;
|
|
36589
|
+
}
|
|
36590
|
+
.E_c14ouk5o .col-content {
|
|
36591
|
+
color: #2d3a56;
|
|
36592
|
+
/* make btn link in info row have the same height as normal text */
|
|
36593
|
+
}
|
|
36594
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36595
|
+
height: auto;
|
|
36596
|
+
}
|
|
36597
|
+
|
|
36554
36598
|
.E_c1kchka8 {
|
|
36555
36599
|
height: 100%;
|
|
36556
36600
|
width: 100%;
|
|
@@ -37043,6 +37087,15 @@ span.E_tqjc4ui {
|
|
|
37043
37087
|
padding: 0;
|
|
37044
37088
|
}
|
|
37045
37089
|
|
|
37090
|
+
.E_cevhqx7 {
|
|
37091
|
+
color: #00122e;
|
|
37092
|
+
}
|
|
37093
|
+
|
|
37094
|
+
.E_snbqlt4 {
|
|
37095
|
+
margin-top: 8px;
|
|
37096
|
+
color: rgba(44, 56, 82, 0.6);
|
|
37097
|
+
}
|
|
37098
|
+
|
|
37046
37099
|
.E_c1ss4prm {
|
|
37047
37100
|
color: rgba(44, 56, 82, 0.6);
|
|
37048
37101
|
}
|
|
@@ -37092,57 +37145,4 @@ span.E_tqjc4ui {
|
|
|
37092
37145
|
height: 1px;
|
|
37093
37146
|
background: #e4e9f2;
|
|
37094
37147
|
margin: 16px 0;
|
|
37095
|
-
}
|
|
37096
|
-
|
|
37097
|
-
.E_cevhqx7 {
|
|
37098
|
-
color: #00122e;
|
|
37099
|
-
}
|
|
37100
|
-
|
|
37101
|
-
.E_snbqlt4 {
|
|
37102
|
-
margin-top: 8px;
|
|
37103
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37104
|
-
}
|
|
37105
|
-
|
|
37106
|
-
.E_c14ouk5o {
|
|
37107
|
-
width: 100%;
|
|
37108
|
-
height: 100%;
|
|
37109
|
-
display: flex;
|
|
37110
|
-
font-size: 12px;
|
|
37111
|
-
line-height: 18px;
|
|
37112
|
-
padding: 8px 0;
|
|
37113
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
37114
|
-
}
|
|
37115
|
-
.E_c14ouk5o:last-of-type {
|
|
37116
|
-
box-shadow: none;
|
|
37117
|
-
padding-bottom: 0;
|
|
37118
|
-
}
|
|
37119
|
-
.E_c14ouk5o.collapsed {
|
|
37120
|
-
flex-direction: column;
|
|
37121
|
-
}
|
|
37122
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
37123
|
-
display: flex;
|
|
37124
|
-
}
|
|
37125
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
37126
|
-
flex: 1;
|
|
37127
|
-
display: flex;
|
|
37128
|
-
justify-content: space-between;
|
|
37129
|
-
}
|
|
37130
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
37131
|
-
height: auto;
|
|
37132
|
-
}
|
|
37133
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
37134
|
-
margin-left: 162px;
|
|
37135
|
-
}
|
|
37136
|
-
.E_c14ouk5o .col-label {
|
|
37137
|
-
width: 216px;
|
|
37138
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37139
|
-
margin-right: 12px;
|
|
37140
|
-
flex-shrink: 0;
|
|
37141
|
-
}
|
|
37142
|
-
.E_c14ouk5o .col-content {
|
|
37143
|
-
color: #2d3a56;
|
|
37144
|
-
/* make btn link in info row have the same height as normal text */
|
|
37145
|
-
}
|
|
37146
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
37147
|
-
height: auto;
|
|
37148
37148
|
}
|