@cloudtower/eagle 490.0.4 → 490.0.6
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/README.md +34 -0
- package/dist/cjs/core/Cascader/cascader.widget.js +12 -12
- package/dist/cjs/core/SearchInput/SearchInput.hook.js +124 -0
- package/dist/cjs/core/SearchInput/SearchInput.js +253 -0
- package/dist/cjs/core/SearchInput/SearchInput.style.js +13 -0
- package/dist/cjs/core/index.js +6 -6
- package/dist/cjs/index.js +172 -172
- package/dist/cjs/legacy-antd.js +89 -89
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1629 -1592
- package/dist/esm/core/Cascader/cascader.widget.js +1 -1
- package/dist/esm/core/SearchInput/SearchInput.hook.js +117 -0
- package/dist/esm/core/SearchInput/SearchInput.js +247 -0
- package/dist/esm/core/SearchInput/SearchInput.style.js +7 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/legacy-antd.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2014 -1969
- package/dist/src/core/Cascader/cascader.type.d.ts +1 -1
- package/dist/src/core/ImmersiveDialog/type.d.ts +127 -19
- package/dist/src/core/MediumDialog/MediumDialog.type.d.ts +49 -1
- package/dist/src/core/SearchInput/SearchInput.d.ts +2 -0
- package/dist/src/core/SearchInput/SearchInput.hook.d.ts +9 -0
- package/dist/src/core/SearchInput/SearchInput.style.d.ts +5 -0
- package/dist/src/core/SearchInput/{searchInput.type.d.ts → SearchInput.type.d.ts} +18 -2
- package/dist/src/core/SearchInput/__test__/SearchInput.hook.test.d.ts +1 -0
- package/dist/src/core/SearchInput/index.d.ts +2 -4
- package/dist/src/core/SmallDialog/SmallDialog.type.d.ts +150 -21
- package/dist/src/core/TableForm/types.d.ts +216 -68
- package/dist/src/core/WizardDialog/type.d.ts +147 -13
- package/dist/src/core/index.d.ts +0 -1
- package/dist/src/coreX/Dialogs/DeleteDialog/DeleteDialog.type.d.ts +100 -9
- package/dist/src/coreX/Dialogs/RejectDialog/RejectDialog.type.d.ts +126 -19
- package/dist/stories/docs/core/ImmersiveDialog.stories.d.ts +76 -8
- package/dist/stories/docs/core/MediumDialog.stories.d.ts +42 -8
- package/dist/stories/docs/core/SearchInput.stories.d.ts +6 -1
- package/dist/stories/docs/core/SmallDialog.stories.d.ts +86 -7
- package/dist/stories/docs/core/TableForm.stories.d.ts +40 -26
- package/dist/stories/docs/core/WizardDialog.stories.d.ts +65 -6
- package/dist/stories/docs/coreX/Dialogs/DeleteDialog.stories.d.ts +20 -19
- package/dist/stories/docs/coreX/Dialogs/RejectDialog.stories.d.ts +24 -23
- package/dist/style.css +1629 -1592
- package/docs/core/ImmersiveDialog/guide.md +298 -0
- package/docs/core/LegacyModal/migrate-guide.md +422 -0
- package/docs/core/MediumDialog/guide.md +263 -0
- package/docs/core/SmallDialog/guide.md +224 -0
- package/docs/core/TableForm/guide.md +195 -0
- package/docs/core/WizardDialog/guide.md +322 -0
- package/docs/coreX/DeleteDialog/guide.md +161 -0
- package/docs/coreX/RejectDialog/guide.md +185 -0
- package/docs/llms.txt +169 -0
- package/package.json +6 -5
- package/dist/cjs/core/SearchInput/index.js +0 -164
- package/dist/esm/core/SearchInput/index.js +0 -157
package/dist/style.css
CHANGED
|
@@ -29713,6 +29713,28 @@ 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
|
+
|
|
29716
29738
|
.E_berrcjl {
|
|
29717
29739
|
color: rgba(10, 37, 85, 0.6);
|
|
29718
29740
|
margin-bottom: 4px;
|
|
@@ -29729,6 +29751,41 @@ body {
|
|
|
29729
29751
|
color: #005ed1;
|
|
29730
29752
|
}
|
|
29731
29753
|
|
|
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
|
+
|
|
29732
29789
|
.E_b1nip9bk {
|
|
29733
29790
|
padding: 4px 11px;
|
|
29734
29791
|
}
|
|
@@ -29758,39 +29815,87 @@ body {
|
|
|
29758
29815
|
border-radius: unset;
|
|
29759
29816
|
}
|
|
29760
29817
|
|
|
29761
|
-
.
|
|
29762
|
-
|
|
29763
|
-
|
|
29764
|
-
|
|
29765
|
-
font-size: 16px;
|
|
29766
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29767
|
-
font-weight: 700;
|
|
29768
|
-
line-height: 32px;
|
|
29818
|
+
.E_d1bw7c5z {
|
|
29819
|
+
position: relative;
|
|
29820
|
+
max-width: 388px;
|
|
29821
|
+
min-width: 285px;
|
|
29769
29822
|
}
|
|
29770
|
-
.
|
|
29771
|
-
|
|
29772
|
-
|
|
29773
|
-
|
|
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;
|
|
29774
29835
|
}
|
|
29775
|
-
.
|
|
29836
|
+
.E_d1bw7c5z .center .number {
|
|
29837
|
+
font-size: 24px;
|
|
29776
29838
|
font-weight: 700;
|
|
29777
|
-
|
|
29778
|
-
|
|
29779
|
-
|
|
29839
|
+
}
|
|
29840
|
+
.E_d1bw7c5z .center .text {
|
|
29841
|
+
padding: 0 5px;
|
|
29842
|
+
font-size: 12px;
|
|
29843
|
+
width: inherit;
|
|
29780
29844
|
text-align: center;
|
|
29781
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
|
+
}
|
|
29782
29888
|
|
|
29783
|
-
.
|
|
29784
|
-
|
|
29785
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29786
|
-
font-size: 12px;
|
|
29889
|
+
.E_t10pqbtc {
|
|
29890
|
+
width: 140px;
|
|
29787
29891
|
}
|
|
29788
|
-
.
|
|
29789
|
-
|
|
29892
|
+
.E_t10pqbtc .item {
|
|
29893
|
+
margin: 6px auto;
|
|
29894
|
+
display: flex;
|
|
29895
|
+
justify-content: space-between;
|
|
29790
29896
|
}
|
|
29791
|
-
.
|
|
29792
|
-
|
|
29793
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29897
|
+
.E_t10pqbtc .item .name {
|
|
29898
|
+
width: 102px;
|
|
29794
29899
|
}
|
|
29795
29900
|
|
|
29796
29901
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30063,249 +30168,59 @@ body {
|
|
|
30063
30168
|
padding: 20px 24px 24px 24px;
|
|
30064
30169
|
}
|
|
30065
30170
|
|
|
30066
|
-
.
|
|
30067
|
-
|
|
30068
|
-
max-width: 388px;
|
|
30069
|
-
min-width: 285px;
|
|
30171
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30172
|
+
line-height: 18px;
|
|
30070
30173
|
}
|
|
30071
|
-
|
|
30072
|
-
|
|
30073
|
-
font-size: 12px;
|
|
30074
|
-
width: 80px;
|
|
30075
|
-
height: 100px;
|
|
30076
|
-
top: 0;
|
|
30077
|
-
left: 35px;
|
|
30174
|
+
|
|
30175
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30078
30176
|
display: flex;
|
|
30079
|
-
flex-direction: column;
|
|
30080
|
-
justify-content: center;
|
|
30081
|
-
align-items: center;
|
|
30082
|
-
color: #00122e;
|
|
30083
30177
|
}
|
|
30084
|
-
.
|
|
30085
|
-
|
|
30086
|
-
|
|
30178
|
+
.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 {
|
|
30179
|
+
border-bottom-left-radius: 5px;
|
|
30180
|
+
border-top-left-radius: 5px;
|
|
30087
30181
|
}
|
|
30088
|
-
.
|
|
30089
|
-
|
|
30090
|
-
|
|
30091
|
-
width: inherit;
|
|
30092
|
-
text-align: center;
|
|
30182
|
+
.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 {
|
|
30183
|
+
border-bottom-right-radius: 5px;
|
|
30184
|
+
border-top-right-radius: 5px;
|
|
30093
30185
|
}
|
|
30094
|
-
|
|
30095
|
-
|
|
30186
|
+
|
|
30187
|
+
.E_ivqqkzv {
|
|
30188
|
+
height: 24px;
|
|
30189
|
+
width: 56px !important;
|
|
30190
|
+
margin-right: 4px;
|
|
30096
30191
|
}
|
|
30097
|
-
|
|
30098
|
-
|
|
30099
|
-
|
|
30100
|
-
|
|
30101
|
-
|
|
30192
|
+
|
|
30193
|
+
.E_c1wk4q29 {
|
|
30194
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30195
|
+
}
|
|
30196
|
+
|
|
30197
|
+
.E_phljevk {
|
|
30102
30198
|
display: flex;
|
|
30199
|
+
justify-content: space-between;
|
|
30103
30200
|
align-items: center;
|
|
30201
|
+
padding: 10px 0;
|
|
30202
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30203
|
+
font-size: 12px;
|
|
30204
|
+
line-height: 24px;
|
|
30104
30205
|
}
|
|
30105
|
-
.
|
|
30106
|
-
|
|
30107
|
-
}
|
|
30108
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30109
|
-
width: 100%;
|
|
30110
|
-
margin-right: 0 !important;
|
|
30111
|
-
line-height: 18px;
|
|
30112
|
-
}
|
|
30113
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30114
|
-
border-radius: 2px;
|
|
30115
|
-
}
|
|
30116
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30117
|
-
min-width: 75px;
|
|
30118
|
-
max-width: 198px;
|
|
30119
|
-
width: calc(100% - 20px);
|
|
30120
|
-
margin-left: 2px;
|
|
30121
|
-
color: #00122e !important;
|
|
30122
|
-
display: inline-flex;
|
|
30123
|
-
justify-content: space-between;
|
|
30206
|
+
.E_phljevk .pagination-left {
|
|
30207
|
+
padding: 2px 8px;
|
|
30124
30208
|
}
|
|
30125
|
-
.
|
|
30126
|
-
|
|
30209
|
+
.E_phljevk .dropdown-trigger {
|
|
30210
|
+
display: flex;
|
|
30211
|
+
align-items: center;
|
|
30212
|
+
border-radius: 6px;
|
|
30127
30213
|
cursor: pointer;
|
|
30128
|
-
|
|
30129
|
-
overflow: hidden;
|
|
30130
|
-
text-overflow: ellipsis;
|
|
30131
|
-
white-space: nowrap;
|
|
30214
|
+
transition: all 0.3s ease;
|
|
30132
30215
|
}
|
|
30133
|
-
.
|
|
30134
|
-
|
|
30216
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30217
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30218
|
+
color: #0080ff;
|
|
30135
30219
|
}
|
|
30136
|
-
|
|
30137
|
-
|
|
30138
|
-
width: 140px;
|
|
30220
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30221
|
+
margin-left: 4px;
|
|
30139
30222
|
}
|
|
30140
|
-
.
|
|
30141
|
-
margin: 6px auto;
|
|
30142
|
-
display: flex;
|
|
30143
|
-
justify-content: space-between;
|
|
30144
|
-
}
|
|
30145
|
-
.E_t10pqbtc .item .name {
|
|
30146
|
-
width: 102px;
|
|
30147
|
-
}
|
|
30148
|
-
|
|
30149
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30150
|
-
line-height: 18px;
|
|
30151
|
-
}
|
|
30152
|
-
|
|
30153
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
30154
|
-
border: 0px;
|
|
30155
|
-
background-color: #fff;
|
|
30156
|
-
}
|
|
30157
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30158
|
-
padding-top: 0px;
|
|
30159
|
-
padding-bottom: 0px;
|
|
30160
|
-
padding-left: 0px !important;
|
|
30161
|
-
padding-right: 24px;
|
|
30162
|
-
}
|
|
30163
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30164
|
-
right: 0px;
|
|
30165
|
-
}
|
|
30166
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30167
|
-
padding: 0px;
|
|
30168
|
-
}
|
|
30169
|
-
|
|
30170
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30171
|
-
padding-right: 0px;
|
|
30172
|
-
cursor: default;
|
|
30173
|
-
}
|
|
30174
|
-
|
|
30175
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30176
|
-
display: flex;
|
|
30177
|
-
}
|
|
30178
|
-
.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 {
|
|
30179
|
-
border-bottom-left-radius: 5px;
|
|
30180
|
-
border-top-left-radius: 5px;
|
|
30181
|
-
}
|
|
30182
|
-
.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 {
|
|
30183
|
-
border-bottom-right-radius: 5px;
|
|
30184
|
-
border-top-right-radius: 5px;
|
|
30185
|
-
}
|
|
30186
|
-
|
|
30187
|
-
.E_s1dizucg.ant-switch {
|
|
30188
|
-
min-width: 40px;
|
|
30189
|
-
height: 24px;
|
|
30190
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30191
|
-
overflow: hidden;
|
|
30192
|
-
}
|
|
30193
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30194
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30195
|
-
}
|
|
30196
|
-
.E_s1dizucg.ant-switch-small {
|
|
30197
|
-
min-width: 26px;
|
|
30198
|
-
height: 16px;
|
|
30199
|
-
}
|
|
30200
|
-
.E_s1dizucg.ant-switch-large {
|
|
30201
|
-
min-width: 52px;
|
|
30202
|
-
height: 32px;
|
|
30203
|
-
}
|
|
30204
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30205
|
-
height: 20px;
|
|
30206
|
-
width: 20px;
|
|
30207
|
-
}
|
|
30208
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30209
|
-
border-radius: 10px;
|
|
30210
|
-
transition-delay: 120ms;
|
|
30211
|
-
}
|
|
30212
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30213
|
-
height: 14px;
|
|
30214
|
-
width: 14px;
|
|
30215
|
-
top: 1px;
|
|
30216
|
-
left: 1px;
|
|
30217
|
-
}
|
|
30218
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30219
|
-
height: 28px;
|
|
30220
|
-
width: 28px;
|
|
30221
|
-
}
|
|
30222
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30223
|
-
border-radius: 14px;
|
|
30224
|
-
}
|
|
30225
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30226
|
-
background-color: #00ba5d;
|
|
30227
|
-
}
|
|
30228
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30229
|
-
left: calc(100% - 20px - 2px);
|
|
30230
|
-
}
|
|
30231
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30232
|
-
left: calc(100% - 14px - 1px);
|
|
30233
|
-
}
|
|
30234
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30235
|
-
left: calc(100% - 28px - 2px);
|
|
30236
|
-
}
|
|
30237
|
-
|
|
30238
|
-
.E_c1up6e3y {
|
|
30239
|
-
margin-left: 5px;
|
|
30240
|
-
}
|
|
30241
|
-
|
|
30242
|
-
.E_c1bus5hc {
|
|
30243
|
-
--color: white;
|
|
30244
|
-
height: 14px;
|
|
30245
|
-
width: 14px;
|
|
30246
|
-
border-radius: 50%;
|
|
30247
|
-
flex-shrink: 0;
|
|
30248
|
-
display: flex;
|
|
30249
|
-
align-items: center;
|
|
30250
|
-
justify-content: center;
|
|
30251
|
-
border: 1px solid var(--color);
|
|
30252
|
-
}
|
|
30253
|
-
.E_c1bus5hc .circle-inner {
|
|
30254
|
-
position: relative;
|
|
30255
|
-
height: 10px;
|
|
30256
|
-
width: 10px;
|
|
30257
|
-
border-radius: 50%;
|
|
30258
|
-
overflow: hidden;
|
|
30259
|
-
}
|
|
30260
|
-
.E_c1bus5hc .circle-content {
|
|
30261
|
-
position: absolute;
|
|
30262
|
-
height: 100%;
|
|
30263
|
-
width: 100%;
|
|
30264
|
-
left: 0;
|
|
30265
|
-
top: 0;
|
|
30266
|
-
border-radius: 50%;
|
|
30267
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30268
|
-
transform: rotate(180deg);
|
|
30269
|
-
}
|
|
30270
|
-
.E_c1bus5hc .circle-child {
|
|
30271
|
-
position: absolute;
|
|
30272
|
-
height: 100%;
|
|
30273
|
-
width: 100%;
|
|
30274
|
-
left: 0;
|
|
30275
|
-
top: 0;
|
|
30276
|
-
margin-left: 50%;
|
|
30277
|
-
transform-origin: left;
|
|
30278
|
-
background: white;
|
|
30279
|
-
transform: rotate(0deg);
|
|
30280
|
-
}
|
|
30281
|
-
|
|
30282
|
-
.E_phljevk {
|
|
30283
|
-
display: flex;
|
|
30284
|
-
justify-content: space-between;
|
|
30285
|
-
align-items: center;
|
|
30286
|
-
padding: 10px 0;
|
|
30287
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30288
|
-
font-size: 12px;
|
|
30289
|
-
line-height: 24px;
|
|
30290
|
-
}
|
|
30291
|
-
.E_phljevk .pagination-left {
|
|
30292
|
-
padding: 2px 8px;
|
|
30293
|
-
}
|
|
30294
|
-
.E_phljevk .dropdown-trigger {
|
|
30295
|
-
display: flex;
|
|
30296
|
-
align-items: center;
|
|
30297
|
-
border-radius: 6px;
|
|
30298
|
-
cursor: pointer;
|
|
30299
|
-
transition: all 0.3s ease;
|
|
30300
|
-
}
|
|
30301
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30302
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30303
|
-
color: #0080ff;
|
|
30304
|
-
}
|
|
30305
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30306
|
-
margin-left: 4px;
|
|
30307
|
-
}
|
|
30308
|
-
.E_phljevk .pagination-right {
|
|
30223
|
+
.E_phljevk .pagination-right {
|
|
30309
30224
|
display: flex;
|
|
30310
30225
|
align-items: center;
|
|
30311
30226
|
color: #0080ff;
|
|
@@ -30336,32 +30251,6 @@ body {
|
|
|
30336
30251
|
line-height: 18px;
|
|
30337
30252
|
}
|
|
30338
30253
|
|
|
30339
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
30340
|
-
margin-right: 8px;
|
|
30341
|
-
}
|
|
30342
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30343
|
-
margin-left: 8px;
|
|
30344
|
-
}
|
|
30345
|
-
|
|
30346
|
-
.E_cc368xp {
|
|
30347
|
-
color: #00122e;
|
|
30348
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30349
|
-
margin-right: 8px;
|
|
30350
|
-
padding-right: 8px;
|
|
30351
|
-
}
|
|
30352
|
-
|
|
30353
|
-
.E_i11o6xqj {
|
|
30354
|
-
display: flex;
|
|
30355
|
-
gap: 4px;
|
|
30356
|
-
}
|
|
30357
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30358
|
-
cursor: pointer;
|
|
30359
|
-
}
|
|
30360
|
-
|
|
30361
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30362
|
-
cursor: not-allowed;
|
|
30363
|
-
}
|
|
30364
|
-
|
|
30365
30254
|
.E_rapgekc.ant-radio-wrapper {
|
|
30366
30255
|
display: inline-flex;
|
|
30367
30256
|
align-items: baseline;
|
|
@@ -30508,40 +30397,129 @@ body {
|
|
|
30508
30397
|
width: 36px;
|
|
30509
30398
|
}
|
|
30510
30399
|
|
|
30511
|
-
.
|
|
30512
|
-
|
|
30513
|
-
|
|
30514
|
-
|
|
30400
|
+
.E_c1bus5hc {
|
|
30401
|
+
--color: white;
|
|
30402
|
+
height: 14px;
|
|
30403
|
+
width: 14px;
|
|
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);
|
|
30515
30410
|
}
|
|
30516
|
-
|
|
30517
|
-
|
|
30518
|
-
|
|
30411
|
+
.E_c1bus5hc .circle-inner {
|
|
30412
|
+
position: relative;
|
|
30413
|
+
height: 10px;
|
|
30414
|
+
width: 10px;
|
|
30415
|
+
border-radius: 50%;
|
|
30416
|
+
overflow: hidden;
|
|
30519
30417
|
}
|
|
30520
|
-
|
|
30521
|
-
|
|
30522
|
-
|
|
30523
|
-
|
|
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);
|
|
30524
30427
|
}
|
|
30525
|
-
|
|
30526
|
-
|
|
30527
|
-
|
|
30528
|
-
|
|
30428
|
+
.E_c1bus5hc .circle-child {
|
|
30429
|
+
position: absolute;
|
|
30430
|
+
height: 100%;
|
|
30431
|
+
width: 100%;
|
|
30432
|
+
left: 0;
|
|
30433
|
+
top: 0;
|
|
30434
|
+
margin-left: 50%;
|
|
30435
|
+
transform-origin: left;
|
|
30436
|
+
background: white;
|
|
30437
|
+
transform: rotate(0deg);
|
|
30529
30438
|
}
|
|
30530
30439
|
|
|
30531
|
-
.
|
|
30532
|
-
|
|
30533
|
-
|
|
30440
|
+
.E_s1dizucg.ant-switch {
|
|
30441
|
+
min-width: 40px;
|
|
30442
|
+
height: 24px;
|
|
30443
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30444
|
+
overflow: hidden;
|
|
30534
30445
|
}
|
|
30535
|
-
|
|
30536
|
-
|
|
30537
|
-
opacity: unset;
|
|
30446
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30447
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30538
30448
|
}
|
|
30539
|
-
.
|
|
30540
|
-
|
|
30541
|
-
|
|
30542
|
-
|
|
30543
|
-
|
|
30544
|
-
|
|
30449
|
+
.E_s1dizucg.ant-switch-small {
|
|
30450
|
+
min-width: 26px;
|
|
30451
|
+
height: 16px;
|
|
30452
|
+
}
|
|
30453
|
+
.E_s1dizucg.ant-switch-large {
|
|
30454
|
+
min-width: 52px;
|
|
30455
|
+
height: 32px;
|
|
30456
|
+
}
|
|
30457
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30458
|
+
height: 20px;
|
|
30459
|
+
width: 20px;
|
|
30460
|
+
}
|
|
30461
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30462
|
+
border-radius: 10px;
|
|
30463
|
+
transition-delay: 120ms;
|
|
30464
|
+
}
|
|
30465
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30466
|
+
height: 14px;
|
|
30467
|
+
width: 14px;
|
|
30468
|
+
top: 1px;
|
|
30469
|
+
left: 1px;
|
|
30470
|
+
}
|
|
30471
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30472
|
+
height: 28px;
|
|
30473
|
+
width: 28px;
|
|
30474
|
+
}
|
|
30475
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30476
|
+
border-radius: 14px;
|
|
30477
|
+
}
|
|
30478
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30479
|
+
background-color: #00ba5d;
|
|
30480
|
+
}
|
|
30481
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30482
|
+
left: calc(100% - 20px - 2px);
|
|
30483
|
+
}
|
|
30484
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30485
|
+
left: calc(100% - 14px - 1px);
|
|
30486
|
+
}
|
|
30487
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30488
|
+
left: calc(100% - 28px - 2px);
|
|
30489
|
+
}
|
|
30490
|
+
|
|
30491
|
+
.E_c1up6e3y {
|
|
30492
|
+
margin-left: 5px;
|
|
30493
|
+
}
|
|
30494
|
+
|
|
30495
|
+
.E_iq1gosr {
|
|
30496
|
+
display: inline-block;
|
|
30497
|
+
}
|
|
30498
|
+
|
|
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;
|
|
30545
30523
|
}
|
|
30546
30524
|
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30547
30525
|
width: 16px;
|
|
@@ -30600,10 +30578,6 @@ body {
|
|
|
30600
30578
|
background-color: #7E41FF;
|
|
30601
30579
|
}
|
|
30602
30580
|
|
|
30603
|
-
.E_tju3gfj .date {
|
|
30604
|
-
margin-right: 4px;
|
|
30605
|
-
}
|
|
30606
|
-
|
|
30607
30581
|
.E_s1dni7lo {
|
|
30608
30582
|
width: 430px !important;
|
|
30609
30583
|
}
|
|
@@ -30685,8 +30659,8 @@ body {
|
|
|
30685
30659
|
opacity: 0;
|
|
30686
30660
|
}
|
|
30687
30661
|
|
|
30688
|
-
.
|
|
30689
|
-
|
|
30662
|
+
.E_tju3gfj .date {
|
|
30663
|
+
margin-right: 4px;
|
|
30690
30664
|
}
|
|
30691
30665
|
|
|
30692
30666
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
@@ -30700,6 +30674,41 @@ body {
|
|
|
30700
30674
|
visibility: hidden;
|
|
30701
30675
|
}
|
|
30702
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
|
+
.E_fzh9mnb {
|
|
30691
|
+
width: 100%;
|
|
30692
|
+
height: 100%;
|
|
30693
|
+
min-height: 124px;
|
|
30694
|
+
display: flex;
|
|
30695
|
+
flex-direction: column;
|
|
30696
|
+
justify-content: center;
|
|
30697
|
+
align-items: center;
|
|
30698
|
+
}
|
|
30699
|
+
.E_fzh9mnb .error-text {
|
|
30700
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30701
|
+
margin-bottom: 16px;
|
|
30702
|
+
font-size: 18px;
|
|
30703
|
+
}
|
|
30704
|
+
|
|
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
|
+
|
|
30703
30712
|
.E_iouxfgt {
|
|
30704
30713
|
display: inline-flex;
|
|
30705
30714
|
align-items: center;
|
|
@@ -30718,66 +30727,6 @@ body {
|
|
|
30718
30727
|
animation: rotate 680ms linear infinite;
|
|
30719
30728
|
}
|
|
30720
30729
|
|
|
30721
|
-
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30722
|
-
display: var(--ai7qkf2-0);
|
|
30723
|
-
}
|
|
30724
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30725
|
-
display: inline-flex;
|
|
30726
|
-
line-height: 1.5715;
|
|
30727
|
-
height: 100%;
|
|
30728
|
-
width: 100%;
|
|
30729
|
-
}
|
|
30730
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30731
|
-
content: var(--ai7qkf2-1);
|
|
30732
|
-
display: var(--ai7qkf2-2);
|
|
30733
|
-
flex: none;
|
|
30734
|
-
align-items: center;
|
|
30735
|
-
margin-left: 4px;
|
|
30736
|
-
padding: 5px 12px 5px 0;
|
|
30737
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30738
|
-
}
|
|
30739
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30740
|
-
content: var(--ai7qkf2-3);
|
|
30741
|
-
display: var(--ai7qkf2-4);
|
|
30742
|
-
flex: none;
|
|
30743
|
-
align-items: center;
|
|
30744
|
-
margin-right: 4px;
|
|
30745
|
-
cursor: auto;
|
|
30746
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30747
|
-
}
|
|
30748
|
-
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30749
|
-
border-radius: 0;
|
|
30750
|
-
}
|
|
30751
|
-
.E_ai7qkf2.ant-input-number {
|
|
30752
|
-
width: 100%;
|
|
30753
|
-
border-radius: 6px;
|
|
30754
|
-
}
|
|
30755
|
-
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
30756
|
-
border-color: #0096ff;
|
|
30757
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30758
|
-
z-index: 1;
|
|
30759
|
-
}
|
|
30760
|
-
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
30761
|
-
border-color: #e75a3a;
|
|
30762
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30763
|
-
}
|
|
30764
|
-
.E_ai7qkf2 .ant-input-number-input {
|
|
30765
|
-
height: 30px;
|
|
30766
|
-
border: 1px;
|
|
30767
|
-
padding: 5px 12px;
|
|
30768
|
-
font-size: inherit;
|
|
30769
|
-
}
|
|
30770
|
-
.E_ai7qkf2.ant-input-number-lg input {
|
|
30771
|
-
height: 38px;
|
|
30772
|
-
border: 1px;
|
|
30773
|
-
padding: 8px 16px;
|
|
30774
|
-
}
|
|
30775
|
-
.E_ai7qkf2.ant-input-number-sm input {
|
|
30776
|
-
height: 22px;
|
|
30777
|
-
border: 1px;
|
|
30778
|
-
padding: 2px 8px;
|
|
30779
|
-
}
|
|
30780
|
-
|
|
30781
30730
|
.E_f7pxqmh {
|
|
30782
30731
|
width: 100%;
|
|
30783
30732
|
margin-bottom: 0 !important;
|
|
@@ -30812,19 +30761,6 @@ body {
|
|
|
30812
30761
|
min-height: 0px;
|
|
30813
30762
|
}
|
|
30814
30763
|
|
|
30815
|
-
.E_i1inqkme {
|
|
30816
|
-
height: 18px;
|
|
30817
|
-
line-height: 18px;
|
|
30818
|
-
padding: 0 4px;
|
|
30819
|
-
border-radius: 4px;
|
|
30820
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30821
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30822
|
-
display: flex;
|
|
30823
|
-
align-items: center;
|
|
30824
|
-
white-space: nowrap;
|
|
30825
|
-
margin-right: 4px;
|
|
30826
|
-
}
|
|
30827
|
-
|
|
30828
30764
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30829
30765
|
display: var(--a1wfy30z-0);
|
|
30830
30766
|
}
|
|
@@ -30856,49 +30792,108 @@ body {
|
|
|
30856
30792
|
font-size: inherit;
|
|
30857
30793
|
}
|
|
30858
30794
|
|
|
30859
|
-
.
|
|
30860
|
-
|
|
30861
|
-
}
|
|
30862
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30863
|
-
padding: 2px 7px 2px 12px;
|
|
30795
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30796
|
+
display: var(--ai7qkf2-0);
|
|
30864
30797
|
}
|
|
30865
|
-
|
|
30866
|
-
|
|
30867
|
-
|
|
30798
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30799
|
+
display: inline-flex;
|
|
30800
|
+
line-height: 1.5715;
|
|
30868
30801
|
height: 100%;
|
|
30869
|
-
|
|
30870
|
-
|
|
30871
|
-
|
|
30872
|
-
|
|
30802
|
+
width: 100%;
|
|
30803
|
+
}
|
|
30804
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30805
|
+
content: var(--ai7qkf2-1);
|
|
30806
|
+
display: var(--ai7qkf2-2);
|
|
30807
|
+
flex: none;
|
|
30873
30808
|
align-items: center;
|
|
30809
|
+
margin-left: 4px;
|
|
30810
|
+
padding: 5px 12px 5px 0;
|
|
30811
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30874
30812
|
}
|
|
30875
|
-
.
|
|
30876
|
-
|
|
30877
|
-
|
|
30878
|
-
|
|
30813
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30814
|
+
content: var(--ai7qkf2-3);
|
|
30815
|
+
display: var(--ai7qkf2-4);
|
|
30816
|
+
flex: none;
|
|
30817
|
+
align-items: center;
|
|
30818
|
+
margin-right: 4px;
|
|
30819
|
+
cursor: auto;
|
|
30820
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30879
30821
|
}
|
|
30880
|
-
|
|
30881
|
-
|
|
30882
|
-
display: inline-block;
|
|
30822
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30823
|
+
border-radius: 0;
|
|
30883
30824
|
}
|
|
30884
|
-
|
|
30885
|
-
|
|
30886
|
-
|
|
30887
|
-
position: absolute;
|
|
30825
|
+
.E_ai7qkf2.ant-input-number {
|
|
30826
|
+
width: 100%;
|
|
30827
|
+
border-radius: 6px;
|
|
30888
30828
|
}
|
|
30889
|
-
|
|
30890
|
-
|
|
30891
|
-
|
|
30892
|
-
|
|
30893
|
-
font-weight: bold;
|
|
30894
|
-
font-size: 32px;
|
|
30895
|
-
line-height: 40px;
|
|
30829
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
30830
|
+
border-color: #0096ff;
|
|
30831
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30832
|
+
z-index: 1;
|
|
30896
30833
|
}
|
|
30897
|
-
|
|
30898
|
-
|
|
30899
|
-
|
|
30900
|
-
|
|
30901
|
-
|
|
30834
|
+
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
30835
|
+
border-color: #e75a3a;
|
|
30836
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30837
|
+
}
|
|
30838
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
30839
|
+
height: 30px;
|
|
30840
|
+
border: 1px;
|
|
30841
|
+
padding: 5px 12px;
|
|
30842
|
+
font-size: inherit;
|
|
30843
|
+
}
|
|
30844
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
30845
|
+
height: 38px;
|
|
30846
|
+
border: 1px;
|
|
30847
|
+
padding: 8px 16px;
|
|
30848
|
+
}
|
|
30849
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
30850
|
+
height: 22px;
|
|
30851
|
+
border: 1px;
|
|
30852
|
+
padding: 2px 8px;
|
|
30853
|
+
}
|
|
30854
|
+
|
|
30855
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
30856
|
+
display: inline-flex;
|
|
30857
|
+
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
|
+
}
|
|
30867
|
+
.E_a1b5xrg3.btn-item {
|
|
30868
|
+
transition: all 160ms ease;
|
|
30869
|
+
cursor: pointer;
|
|
30870
|
+
width: 56px;
|
|
30871
|
+
height: 40px;
|
|
30872
|
+
display: inline-flex;
|
|
30873
|
+
align-items: center;
|
|
30874
|
+
justify-content: center;
|
|
30875
|
+
border-radius: 6px;
|
|
30876
|
+
}
|
|
30877
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
30878
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
30879
|
+
}
|
|
30880
|
+
.E_a1b5xrg3.btn-item:active {
|
|
30881
|
+
transform: translateY(2px);
|
|
30882
|
+
transition: all 320ms ease;
|
|
30883
|
+
}
|
|
30884
|
+
|
|
30885
|
+
.E_dsnbhzf {
|
|
30886
|
+
font-family: Inter;
|
|
30887
|
+
font-style: normal;
|
|
30888
|
+
font-weight: bold;
|
|
30889
|
+
font-size: 32px;
|
|
30890
|
+
line-height: 40px;
|
|
30891
|
+
}
|
|
30892
|
+
|
|
30893
|
+
.E_d1mvo22k {
|
|
30894
|
+
font-family: Inter;
|
|
30895
|
+
font-style: normal;
|
|
30896
|
+
font-weight: bold;
|
|
30902
30897
|
font-size: 24px;
|
|
30903
30898
|
line-height: 32px;
|
|
30904
30899
|
}
|
|
@@ -31362,40 +31357,6 @@ body {
|
|
|
31362
31357
|
line-height: 12px;
|
|
31363
31358
|
}
|
|
31364
31359
|
|
|
31365
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
31366
|
-
display: inline-flex;
|
|
31367
|
-
align-items: center;
|
|
31368
|
-
justify-content: center;
|
|
31369
|
-
color: #fff;
|
|
31370
|
-
font-weight: bold;
|
|
31371
|
-
font-size: 12px;
|
|
31372
|
-
width: 24px;
|
|
31373
|
-
height: 24px;
|
|
31374
|
-
border-radius: 50%;
|
|
31375
|
-
background: var(--a1b5xrg3-0);
|
|
31376
|
-
}
|
|
31377
|
-
.E_a1b5xrg3.btn-item {
|
|
31378
|
-
transition: all 160ms ease;
|
|
31379
|
-
cursor: pointer;
|
|
31380
|
-
width: 56px;
|
|
31381
|
-
height: 40px;
|
|
31382
|
-
display: inline-flex;
|
|
31383
|
-
align-items: center;
|
|
31384
|
-
justify-content: center;
|
|
31385
|
-
border-radius: 6px;
|
|
31386
|
-
}
|
|
31387
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
31388
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31389
|
-
}
|
|
31390
|
-
.E_a1b5xrg3.btn-item:active {
|
|
31391
|
-
transform: translateY(2px);
|
|
31392
|
-
transition: all 320ms ease;
|
|
31393
|
-
}
|
|
31394
|
-
|
|
31395
|
-
.E_m196gn1d {
|
|
31396
|
-
min-width: 1280px;
|
|
31397
|
-
}
|
|
31398
|
-
|
|
31399
31360
|
.E_cnujxq2 {
|
|
31400
31361
|
display: flex;
|
|
31401
31362
|
flex-direction: column;
|
|
@@ -32086,61 +32047,17 @@ input.E_rf8rlle.ant-input {
|
|
|
32086
32047
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
32087
32048
|
}
|
|
32088
32049
|
|
|
32089
|
-
.
|
|
32090
|
-
|
|
32091
|
-
}
|
|
32092
|
-
.E_s17wv897.ant-select.ant-select-single {
|
|
32093
|
-
width: 100%;
|
|
32094
|
-
color: #2d3a56;
|
|
32095
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32096
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32097
|
-
font-size: 13px;
|
|
32098
|
-
}
|
|
32099
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32100
|
-
height: 30px;
|
|
32101
|
-
}
|
|
32102
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32103
|
-
height: 38px;
|
|
32104
|
-
font-size: 13px;
|
|
32105
|
-
}
|
|
32106
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32107
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32108
|
-
transition: 160ms ease;
|
|
32109
|
-
}
|
|
32110
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32111
|
-
color: #0080ff;
|
|
32112
|
-
}
|
|
32113
|
-
.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 {
|
|
32114
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32115
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32116
|
-
}
|
|
32117
|
-
.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 {
|
|
32118
|
-
color: #0080ff;
|
|
32119
|
-
}
|
|
32120
|
-
.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 {
|
|
32121
|
-
border-color: #0080ff;
|
|
32122
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32123
|
-
}
|
|
32124
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32125
|
-
transform: rotate(180deg);
|
|
32126
|
-
}
|
|
32127
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32128
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32129
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32130
|
-
cursor: "not-allowed";
|
|
32131
|
-
}
|
|
32132
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32133
|
-
border-color: #f0483e !important;
|
|
32134
|
-
}
|
|
32135
|
-
.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 {
|
|
32136
|
-
color: #1d326c;
|
|
32050
|
+
.E_owd0kml {
|
|
32051
|
+
display: inline-block;
|
|
32137
32052
|
}
|
|
32138
|
-
|
|
32139
|
-
|
|
32140
|
-
|
|
32053
|
+
|
|
32054
|
+
.E_h1jsgezc {
|
|
32055
|
+
visibility: hidden;
|
|
32056
|
+
position: absolute;
|
|
32141
32057
|
}
|
|
32142
|
-
|
|
32143
|
-
|
|
32058
|
+
|
|
32059
|
+
.E_m196gn1d {
|
|
32060
|
+
min-width: 1280px;
|
|
32144
32061
|
}
|
|
32145
32062
|
|
|
32146
32063
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
@@ -32295,19 +32212,61 @@ input.E_rf8rlle.ant-input {
|
|
|
32295
32212
|
flex-shrink: 0;
|
|
32296
32213
|
}
|
|
32297
32214
|
|
|
32298
|
-
.
|
|
32299
|
-
|
|
32300
|
-
flex-direction: column;
|
|
32301
|
-
gap: 6px;
|
|
32215
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32216
|
+
border-radius: 6px;
|
|
32302
32217
|
}
|
|
32303
|
-
.
|
|
32304
|
-
|
|
32305
|
-
|
|
32306
|
-
|
|
32218
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32219
|
+
width: 100%;
|
|
32220
|
+
color: #2d3a56;
|
|
32221
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32222
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32223
|
+
font-size: 13px;
|
|
32307
32224
|
}
|
|
32308
|
-
.
|
|
32309
|
-
|
|
32310
|
-
|
|
32225
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32226
|
+
height: 30px;
|
|
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);
|
|
32252
|
+
}
|
|
32253
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32254
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32255
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32256
|
+
cursor: "not-allowed";
|
|
32257
|
+
}
|
|
32258
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32259
|
+
border-color: #f0483e !important;
|
|
32260
|
+
}
|
|
32261
|
+
.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 {
|
|
32262
|
+
color: #1d326c;
|
|
32263
|
+
}
|
|
32264
|
+
.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 {
|
|
32265
|
+
border-color: #0080ff;
|
|
32266
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32267
|
+
}
|
|
32268
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32269
|
+
transform: rotate(180deg);
|
|
32311
32270
|
}
|
|
32312
32271
|
|
|
32313
32272
|
.E_suhck3k {
|
|
@@ -32323,6 +32282,21 @@ input.E_rf8rlle.ant-input {
|
|
|
32323
32282
|
fill: blue;
|
|
32324
32283
|
}
|
|
32325
32284
|
|
|
32285
|
+
.E_w1dxz879 {
|
|
32286
|
+
display: flex;
|
|
32287
|
+
flex-direction: column;
|
|
32288
|
+
gap: 6px;
|
|
32289
|
+
}
|
|
32290
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32291
|
+
max-height: var(--w1dxz879-0);
|
|
32292
|
+
text-overflow: clip;
|
|
32293
|
+
overflow: hidden;
|
|
32294
|
+
}
|
|
32295
|
+
.E_w1dxz879 .tips {
|
|
32296
|
+
color: #fff;
|
|
32297
|
+
opacity: 0.8;
|
|
32298
|
+
}
|
|
32299
|
+
|
|
32326
32300
|
.E_ryby9ds {
|
|
32327
32301
|
display: flex;
|
|
32328
32302
|
align-items: center;
|
|
@@ -32668,143 +32642,16 @@ input.E_rf8rlle.ant-input {
|
|
|
32668
32642
|
width: 1px;
|
|
32669
32643
|
}
|
|
32670
32644
|
|
|
32671
|
-
|
|
32672
|
-
|
|
32673
|
-
|
|
32674
|
-
|
|
32675
|
-
|
|
32676
|
-
|
|
32677
|
-
|
|
32678
|
-
|
|
32679
|
-
|
|
32680
|
-
|
|
32681
|
-
height: unset;
|
|
32682
|
-
}
|
|
32683
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
32684
|
-
margin-right: 4px;
|
|
32685
|
-
}
|
|
32686
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
32687
|
-
margin-left: 4px;
|
|
32688
|
-
}
|
|
32689
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32690
|
-
color: #009DFF;
|
|
32691
|
-
}
|
|
32692
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32693
|
-
color: #005ED1;
|
|
32694
|
-
}
|
|
32695
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
32696
|
-
color: #0080FF;
|
|
32697
|
-
}
|
|
32698
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
32699
|
-
color: #00122E;
|
|
32700
|
-
}
|
|
32701
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
32702
|
-
color: #0080FF;
|
|
32703
|
-
}
|
|
32704
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
32705
|
-
color: #005ED1;
|
|
32706
|
-
}
|
|
32707
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
32708
|
-
color: #00122E;
|
|
32709
|
-
}
|
|
32710
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
32711
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
32712
|
-
}
|
|
32713
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
32714
|
-
color: #0080FF;
|
|
32715
|
-
}
|
|
32716
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
32717
|
-
color: #005ED1;
|
|
32718
|
-
}
|
|
32719
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
32720
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
32721
|
-
}
|
|
32722
|
-
|
|
32723
|
-
.E_sddwhm6 {
|
|
32724
|
-
margin: 0;
|
|
32725
|
-
border-radius: 20px;
|
|
32726
|
-
padding: 2px 10px;
|
|
32727
|
-
height: 22px;
|
|
32728
|
-
}
|
|
32729
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
32730
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32731
|
-
}
|
|
32732
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32733
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32734
|
-
}
|
|
32735
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
32736
|
-
color: #00122E;
|
|
32737
|
-
}
|
|
32738
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32739
|
-
margin-right: 6px;
|
|
32740
|
-
}
|
|
32741
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32742
|
-
margin-left: 8px;
|
|
32743
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32744
|
-
}
|
|
32745
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32746
|
-
background-color: rgba(0, 136, 255, 0.1019607843);
|
|
32747
|
-
}
|
|
32748
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32749
|
-
background-color: #0080FF;
|
|
32750
|
-
}
|
|
32751
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32752
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
32753
|
-
}
|
|
32754
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32755
|
-
background-color: rgba(255, 74, 74, 0.1019607843);
|
|
32756
|
-
}
|
|
32757
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32758
|
-
background-color: #F0483E;
|
|
32759
|
-
}
|
|
32760
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32761
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
32762
|
-
}
|
|
32763
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32764
|
-
background-color: rgba(254, 160, 8, 0.1019607843);
|
|
32765
|
-
}
|
|
32766
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32767
|
-
background-color: #FEA008;
|
|
32768
|
-
}
|
|
32769
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32770
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
32771
|
-
}
|
|
32772
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32773
|
-
background-color: rgba(30, 201, 127, 0.1019607843);
|
|
32774
|
-
}
|
|
32775
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32776
|
-
background-color: #00BA5D;
|
|
32777
|
-
}
|
|
32778
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32779
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
32780
|
-
}
|
|
32781
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32782
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32783
|
-
}
|
|
32784
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32785
|
-
background-color: #6b7d99;
|
|
32786
|
-
}
|
|
32787
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32788
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
32789
|
-
}
|
|
32790
|
-
|
|
32791
|
-
.E_satwmqm {
|
|
32792
|
-
width: 8px;
|
|
32793
|
-
height: 8px;
|
|
32794
|
-
border-radius: 50%;
|
|
32795
|
-
display: inline-block;
|
|
32796
|
-
}
|
|
32797
|
-
|
|
32798
|
-
.E_h12yihis {
|
|
32799
|
-
height: 50px;
|
|
32800
|
-
border-bottom: 2px solid #edf0f7;
|
|
32801
|
-
background: #fff;
|
|
32802
|
-
display: flex;
|
|
32803
|
-
justify-content: space-between;
|
|
32804
|
-
align-items: center;
|
|
32805
|
-
padding: 0 24px 0 14px;
|
|
32806
|
-
position: relative;
|
|
32807
|
-
z-index: 10;
|
|
32645
|
+
.E_h12yihis {
|
|
32646
|
+
height: 50px;
|
|
32647
|
+
border-bottom: 2px solid #edf0f7;
|
|
32648
|
+
background: #fff;
|
|
32649
|
+
display: flex;
|
|
32650
|
+
justify-content: space-between;
|
|
32651
|
+
align-items: center;
|
|
32652
|
+
padding: 0 24px 0 14px;
|
|
32653
|
+
position: relative;
|
|
32654
|
+
z-index: 10;
|
|
32808
32655
|
}
|
|
32809
32656
|
.E_h12yihis .left,
|
|
32810
32657
|
.E_h12yihis .right,
|
|
@@ -33015,6 +32862,133 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33015
32862
|
position: static;
|
|
33016
32863
|
}
|
|
33017
32864
|
|
|
32865
|
+
.E_sddwhm6 {
|
|
32866
|
+
margin: 0;
|
|
32867
|
+
border-radius: 20px;
|
|
32868
|
+
padding: 2px 10px;
|
|
32869
|
+
height: 22px;
|
|
32870
|
+
}
|
|
32871
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
32872
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32873
|
+
}
|
|
32874
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32875
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32876
|
+
}
|
|
32877
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
32878
|
+
color: #00122E;
|
|
32879
|
+
}
|
|
32880
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32881
|
+
margin-right: 6px;
|
|
32882
|
+
}
|
|
32883
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32884
|
+
margin-left: 8px;
|
|
32885
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32886
|
+
}
|
|
32887
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32888
|
+
background-color: rgba(0, 136, 255, 0.1019607843);
|
|
32889
|
+
}
|
|
32890
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32891
|
+
background-color: #0080FF;
|
|
32892
|
+
}
|
|
32893
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32894
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32895
|
+
}
|
|
32896
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32897
|
+
background-color: rgba(255, 74, 74, 0.1019607843);
|
|
32898
|
+
}
|
|
32899
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32900
|
+
background-color: #F0483E;
|
|
32901
|
+
}
|
|
32902
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32903
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32904
|
+
}
|
|
32905
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32906
|
+
background-color: rgba(254, 160, 8, 0.1019607843);
|
|
32907
|
+
}
|
|
32908
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32909
|
+
background-color: #FEA008;
|
|
32910
|
+
}
|
|
32911
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32912
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32913
|
+
}
|
|
32914
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32915
|
+
background-color: rgba(30, 201, 127, 0.1019607843);
|
|
32916
|
+
}
|
|
32917
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32918
|
+
background-color: #00BA5D;
|
|
32919
|
+
}
|
|
32920
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32921
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32922
|
+
}
|
|
32923
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32924
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32925
|
+
}
|
|
32926
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32927
|
+
background-color: #6b7d99;
|
|
32928
|
+
}
|
|
32929
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32930
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32931
|
+
}
|
|
32932
|
+
|
|
32933
|
+
.E_satwmqm {
|
|
32934
|
+
width: 8px;
|
|
32935
|
+
height: 8px;
|
|
32936
|
+
border-radius: 50%;
|
|
32937
|
+
display: inline-block;
|
|
32938
|
+
}
|
|
32939
|
+
|
|
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
|
+
|
|
33018
32992
|
.E_tc97u5y {
|
|
33019
32993
|
height: 100%;
|
|
33020
32994
|
}
|
|
@@ -33454,6 +33428,69 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33454
33428
|
flex: 1;
|
|
33455
33429
|
}
|
|
33456
33430
|
|
|
33431
|
+
.E_r77hffu {
|
|
33432
|
+
display: flex;
|
|
33433
|
+
align-items: center;
|
|
33434
|
+
justify-content: space-between;
|
|
33435
|
+
column-gap: 6px;
|
|
33436
|
+
}
|
|
33437
|
+
|
|
33438
|
+
.E_p1cmxsf7 {
|
|
33439
|
+
display: flex;
|
|
33440
|
+
flex-direction: column;
|
|
33441
|
+
justify-content: center;
|
|
33442
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33443
|
+
}
|
|
33444
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33445
|
+
font-size: 0;
|
|
33446
|
+
margin-bottom: unset;
|
|
33447
|
+
margin-inline-end: unset;
|
|
33448
|
+
}
|
|
33449
|
+
|
|
33450
|
+
.E_c1yd35n {
|
|
33451
|
+
padding: 0 12px 14px 12px;
|
|
33452
|
+
}
|
|
33453
|
+
|
|
33454
|
+
.E_c1kghdax {
|
|
33455
|
+
color: #2d3a56;
|
|
33456
|
+
padding: 7px 12px;
|
|
33457
|
+
display: flex;
|
|
33458
|
+
justify-content: space-between;
|
|
33459
|
+
align-items: center;
|
|
33460
|
+
}
|
|
33461
|
+
.E_c1kghdax.has-arrow {
|
|
33462
|
+
padding-left: 10px;
|
|
33463
|
+
}
|
|
33464
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33465
|
+
cursor: pointer;
|
|
33466
|
+
color: #00122e;
|
|
33467
|
+
}
|
|
33468
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33469
|
+
color: #2d3a56;
|
|
33470
|
+
font-weight: 600;
|
|
33471
|
+
}
|
|
33472
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33473
|
+
transform: rotate(90deg);
|
|
33474
|
+
}
|
|
33475
|
+
.E_c1kghdax .sub-info {
|
|
33476
|
+
font-size: 12px;
|
|
33477
|
+
line-height: 18px;
|
|
33478
|
+
}
|
|
33479
|
+
.E_c1kghdax .title-wrapper {
|
|
33480
|
+
display: flex;
|
|
33481
|
+
align-items: center;
|
|
33482
|
+
user-select: none;
|
|
33483
|
+
flex-grow: 1;
|
|
33484
|
+
font-size: 12px;
|
|
33485
|
+
line-height: 18px;
|
|
33486
|
+
color: #2d3a56;
|
|
33487
|
+
font-weight: 700;
|
|
33488
|
+
}
|
|
33489
|
+
.E_c1kghdax .collapse-arrow {
|
|
33490
|
+
transition: all 50ms ease-out 0ms;
|
|
33491
|
+
margin-right: 2px;
|
|
33492
|
+
}
|
|
33493
|
+
|
|
33457
33494
|
.E_u3l9ivi {
|
|
33458
33495
|
width: 100%;
|
|
33459
33496
|
position: relative;
|
|
@@ -33633,6 +33670,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33633
33670
|
opacity: 0.5;
|
|
33634
33671
|
}
|
|
33635
33672
|
|
|
33673
|
+
.E_b14q2gmw {
|
|
33674
|
+
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);
|
|
33675
|
+
}
|
|
33676
|
+
|
|
33677
|
+
.E_c1eym6el {
|
|
33678
|
+
border-radius: 8px;
|
|
33679
|
+
background-color: white;
|
|
33680
|
+
}
|
|
33681
|
+
.E_c1eym6el.hoverable {
|
|
33682
|
+
cursor: pointer;
|
|
33683
|
+
}
|
|
33684
|
+
.E_c1eym6el.hoverable:hover {
|
|
33685
|
+
transition: all 200ms ease;
|
|
33686
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33687
|
+
transform: translateY(-4px);
|
|
33688
|
+
}
|
|
33689
|
+
|
|
33636
33690
|
.E_ckui4s7 {
|
|
33637
33691
|
color: #2d3a56;
|
|
33638
33692
|
line-height: 22px;
|
|
@@ -33697,67 +33751,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33697
33751
|
margin-left: 24px;
|
|
33698
33752
|
}
|
|
33699
33753
|
|
|
33700
|
-
.E_c1yd35n {
|
|
33701
|
-
padding: 0 12px 14px 12px;
|
|
33702
|
-
}
|
|
33703
|
-
|
|
33704
|
-
.E_c1kghdax {
|
|
33705
|
-
color: #2d3a56;
|
|
33706
|
-
padding: 7px 12px;
|
|
33707
|
-
display: flex;
|
|
33708
|
-
justify-content: space-between;
|
|
33709
|
-
align-items: center;
|
|
33710
|
-
}
|
|
33711
|
-
.E_c1kghdax.has-arrow {
|
|
33712
|
-
padding-left: 10px;
|
|
33713
|
-
}
|
|
33714
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33715
|
-
cursor: pointer;
|
|
33716
|
-
color: #00122e;
|
|
33717
|
-
}
|
|
33718
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33719
|
-
color: #2d3a56;
|
|
33720
|
-
font-weight: 600;
|
|
33721
|
-
}
|
|
33722
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33723
|
-
transform: rotate(90deg);
|
|
33724
|
-
}
|
|
33725
|
-
.E_c1kghdax .sub-info {
|
|
33726
|
-
font-size: 12px;
|
|
33727
|
-
line-height: 18px;
|
|
33728
|
-
}
|
|
33729
|
-
.E_c1kghdax .title-wrapper {
|
|
33730
|
-
display: flex;
|
|
33731
|
-
align-items: center;
|
|
33732
|
-
user-select: none;
|
|
33733
|
-
flex-grow: 1;
|
|
33734
|
-
font-size: 12px;
|
|
33735
|
-
line-height: 18px;
|
|
33736
|
-
color: #2d3a56;
|
|
33737
|
-
font-weight: 700;
|
|
33738
|
-
}
|
|
33739
|
-
.E_c1kghdax .collapse-arrow {
|
|
33740
|
-
transition: all 50ms ease-out 0ms;
|
|
33741
|
-
margin-right: 2px;
|
|
33742
|
-
}
|
|
33743
|
-
|
|
33744
|
-
.E_b14q2gmw {
|
|
33745
|
-
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);
|
|
33746
|
-
}
|
|
33747
|
-
|
|
33748
|
-
.E_c1eym6el {
|
|
33749
|
-
border-radius: 8px;
|
|
33750
|
-
background-color: white;
|
|
33751
|
-
}
|
|
33752
|
-
.E_c1eym6el.hoverable {
|
|
33753
|
-
cursor: pointer;
|
|
33754
|
-
}
|
|
33755
|
-
.E_c1eym6el.hoverable:hover {
|
|
33756
|
-
transition: all 200ms ease;
|
|
33757
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33758
|
-
transform: translateY(-4px);
|
|
33759
|
-
}
|
|
33760
|
-
|
|
33761
33754
|
.E_lht19u8 {
|
|
33762
33755
|
width: 64px;
|
|
33763
33756
|
height: 64px;
|
|
@@ -33807,422 +33800,433 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33807
33800
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33808
33801
|
}
|
|
33809
33802
|
|
|
33810
|
-
.
|
|
33811
|
-
|
|
33803
|
+
.E_w7ob4th.outside-tag {
|
|
33804
|
+
padding-left: 0;
|
|
33812
33805
|
}
|
|
33813
|
-
.
|
|
33814
|
-
|
|
33806
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33807
|
+
border-radius: 4px 0 0 4px;
|
|
33808
|
+
padding-right: 4px;
|
|
33809
|
+
margin-right: 4px;
|
|
33815
33810
|
}
|
|
33816
|
-
|
|
33817
|
-
|
|
33811
|
+
|
|
33812
|
+
.E_t1tbywr9 {
|
|
33813
|
+
width: 100%;
|
|
33814
|
+
flex: 1;
|
|
33815
|
+
display: flex;
|
|
33816
|
+
flex-direction: column;
|
|
33818
33817
|
}
|
|
33819
|
-
.
|
|
33820
|
-
|
|
33818
|
+
.E_t1tbywr9.medium .tab-bar {
|
|
33819
|
+
height: 32px;
|
|
33821
33820
|
}
|
|
33822
|
-
.
|
|
33823
|
-
|
|
33824
|
-
font-weight: normal;
|
|
33821
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
33822
|
+
height: 32px;
|
|
33825
33823
|
}
|
|
33826
|
-
.
|
|
33827
|
-
|
|
33824
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
33825
|
+
height: 32px;
|
|
33826
|
+
border-top-left-radius: 6px;
|
|
33827
|
+
border-top-right-radius: 6px;
|
|
33828
|
+
padding-right: 16px;
|
|
33829
|
+
padding-left: 16px;
|
|
33830
|
+
font-size: 16px;
|
|
33828
33831
|
}
|
|
33829
|
-
.
|
|
33830
|
-
|
|
33832
|
+
.E_t1tbywr9.small .tab-bar {
|
|
33833
|
+
height: 24px;
|
|
33831
33834
|
}
|
|
33832
|
-
.
|
|
33833
|
-
|
|
33835
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
33836
|
+
height: 24px;
|
|
33834
33837
|
}
|
|
33835
|
-
.
|
|
33836
|
-
|
|
33837
|
-
|
|
33838
|
-
|
|
33838
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
|
|
33839
|
+
height: 24px;
|
|
33840
|
+
border-top-left-radius: 4px;
|
|
33841
|
+
border-top-right-radius: 4px;
|
|
33842
|
+
padding-right: 12px;
|
|
33843
|
+
padding-left: 12px;
|
|
33844
|
+
font-size: 14px;
|
|
33839
33845
|
}
|
|
33840
|
-
|
|
33841
|
-
|
|
33842
|
-
|
|
33846
|
+
.E_t1tbywr9 .tab-bar {
|
|
33847
|
+
max-width: 100%;
|
|
33848
|
+
display: flex;
|
|
33849
|
+
place-items: center;
|
|
33850
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33843
33851
|
}
|
|
33844
|
-
.
|
|
33845
|
-
|
|
33852
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar {
|
|
33853
|
+
overflow: hidden;
|
|
33854
|
+
display: flex;
|
|
33855
|
+
place-items: center;
|
|
33846
33856
|
}
|
|
33847
|
-
.
|
|
33848
|
-
|
|
33849
|
-
justify-content: stretch;
|
|
33857
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
|
|
33858
|
+
padding-left: 0px;
|
|
33850
33859
|
}
|
|
33851
|
-
.
|
|
33852
|
-
|
|
33853
|
-
|
|
33854
|
-
flex: 1;
|
|
33855
|
-
overflow: visible;
|
|
33860
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
|
|
33861
|
+
margin-left: 12px;
|
|
33862
|
+
position: relative;
|
|
33856
33863
|
}
|
|
33857
|
-
.
|
|
33858
|
-
|
|
33859
|
-
|
|
33864
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
|
|
33865
|
+
content: "";
|
|
33866
|
+
width: 1px;
|
|
33867
|
+
height: 24px;
|
|
33868
|
+
background: rgba(172, 186, 211, 0.6);
|
|
33869
|
+
position: absolute;
|
|
33870
|
+
left: -6px;
|
|
33871
|
+
top: 50%;
|
|
33872
|
+
transform: translateY(-50%);
|
|
33860
33873
|
}
|
|
33861
|
-
.
|
|
33862
|
-
|
|
33863
|
-
|
|
33864
|
-
|
|
33865
|
-
|
|
33866
|
-
|
|
33874
|
+
.E_t1tbywr9 .tab-bar .tab-item-title {
|
|
33875
|
+
flex-shrink: 0;
|
|
33876
|
+
display: flex;
|
|
33877
|
+
place-items: center;
|
|
33878
|
+
cursor: pointer;
|
|
33879
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33880
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
33867
33881
|
}
|
|
33868
|
-
.
|
|
33869
|
-
|
|
33882
|
+
.E_t1tbywr9 .tab-bar .tab-item-title:hover {
|
|
33883
|
+
padding-left: 16px;
|
|
33884
|
+
color: #0080ff;
|
|
33885
|
+
background: rgba(0, 136, 255, 0.1607843137);
|
|
33870
33886
|
}
|
|
33871
|
-
.
|
|
33872
|
-
|
|
33873
|
-
}
|
|
33874
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33875
|
-
padding-left: 8px;
|
|
33876
|
-
padding-right: 4px;
|
|
33877
|
-
border-radius: 4px 0 0 4px;
|
|
33887
|
+
.E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
|
|
33888
|
+
margin-left: 2px;
|
|
33878
33889
|
}
|
|
33879
|
-
.
|
|
33880
|
-
|
|
33890
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
|
|
33891
|
+
width: 16px;
|
|
33892
|
+
height: 16px;
|
|
33893
|
+
padding: 0;
|
|
33894
|
+
border-radius: 2px;
|
|
33895
|
+
margin-left: 8px;
|
|
33881
33896
|
}
|
|
33882
|
-
.
|
|
33883
|
-
|
|
33884
|
-
padding-left: 12px;
|
|
33885
|
-
border-radius: 0 4px 4px 0;
|
|
33897
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
|
|
33898
|
+
margin-left: 8px;
|
|
33886
33899
|
}
|
|
33887
|
-
.
|
|
33888
|
-
|
|
33889
|
-
|
|
33890
|
-
|
|
33891
|
-
border: 13px solid transparent;
|
|
33892
|
-
position: absolute;
|
|
33893
|
-
top: 0;
|
|
33894
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33895
|
-
z-index: 2;
|
|
33896
|
-
position: relative;
|
|
33897
|
-
top: -50%;
|
|
33898
|
-
right: -100%;
|
|
33900
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__selected {
|
|
33901
|
+
padding-left: 16px;
|
|
33902
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33903
|
+
color: #0080ff;
|
|
33899
33904
|
}
|
|
33900
|
-
.
|
|
33901
|
-
|
|
33905
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
|
|
33906
|
+
display: none;
|
|
33902
33907
|
}
|
|
33903
|
-
|
|
33904
|
-
|
|
33905
|
-
|
|
33906
|
-
|
|
33907
|
-
border: 13px solid transparent;
|
|
33908
|
-
position: absolute;
|
|
33909
|
-
top: 0;
|
|
33910
|
-
border-left: 8px solid #fff;
|
|
33911
|
-
left: 0;
|
|
33908
|
+
|
|
33909
|
+
.E_ti12z2.ant-dropdown-open {
|
|
33910
|
+
color: #0080ff;
|
|
33911
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33912
33912
|
}
|
|
33913
|
-
|
|
33914
|
-
|
|
33913
|
+
|
|
33914
|
+
.E_m19lu3v {
|
|
33915
|
+
cursor: default;
|
|
33915
33916
|
}
|
|
33916
|
-
.
|
|
33917
|
-
|
|
33917
|
+
.E_m19lu3v .menu-wrapper {
|
|
33918
|
+
min-width: 160px;
|
|
33919
|
+
max-width: 400px;
|
|
33920
|
+
padding: 6px;
|
|
33921
|
+
background: #fff;
|
|
33922
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
33923
|
+
border-radius: 8px;
|
|
33924
|
+
max-height: calc(100vh - 250px);
|
|
33925
|
+
overflow: auto;
|
|
33918
33926
|
}
|
|
33919
|
-
.
|
|
33920
|
-
|
|
33927
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item {
|
|
33928
|
+
display: flex;
|
|
33929
|
+
place-items: center;
|
|
33930
|
+
width: var(--itemWidth);
|
|
33921
33931
|
}
|
|
33922
|
-
.
|
|
33923
|
-
|
|
33924
|
-
min-width: var(--item-min-width);
|
|
33932
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
|
|
33933
|
+
margin-top: 8px;
|
|
33925
33934
|
}
|
|
33926
|
-
.
|
|
33927
|
-
|
|
33928
|
-
|
|
33935
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
|
|
33936
|
+
padding: 6px;
|
|
33937
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33938
|
+
color: #0080ff;
|
|
33929
33939
|
}
|
|
33930
|
-
.
|
|
33931
|
-
|
|
33932
|
-
|
|
33940
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
|
|
33941
|
+
font-family: Inter;
|
|
33942
|
+
font-style: normal;
|
|
33943
|
+
font-weight: bold !important;
|
|
33933
33944
|
}
|
|
33934
|
-
.
|
|
33935
|
-
padding:
|
|
33945
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item {
|
|
33946
|
+
padding: 5px 12px;
|
|
33947
|
+
border-radius: 4px;
|
|
33936
33948
|
}
|
|
33937
|
-
|
|
33938
|
-
|
|
33939
|
-
|
|
33940
|
-
row-gap: 2px;
|
|
33949
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
|
|
33950
|
+
color: #0080ff;
|
|
33951
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33941
33952
|
}
|
|
33942
|
-
.
|
|
33943
|
-
|
|
33953
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item-text {
|
|
33954
|
+
text-align: left;
|
|
33955
|
+
flex: 1;
|
|
33956
|
+
overflow: hidden;
|
|
33957
|
+
text-overflow: ellipsis;
|
|
33958
|
+
white-space: nowrap;
|
|
33944
33959
|
}
|
|
33945
|
-
|
|
33946
|
-
|
|
33960
|
+
|
|
33961
|
+
.E_i1bmwe2m {
|
|
33962
|
+
margin: auto;
|
|
33963
|
+
cursor: pointer;
|
|
33964
|
+
line-height: normal;
|
|
33965
|
+
height: 16px;
|
|
33966
|
+
margin-right: 3px;
|
|
33947
33967
|
}
|
|
33948
|
-
.
|
|
33949
|
-
|
|
33968
|
+
.E_i1bmwe2m .icon-inner {
|
|
33969
|
+
display: block;
|
|
33970
|
+
height: 16px;
|
|
33950
33971
|
}
|
|
33951
|
-
|
|
33972
|
+
|
|
33973
|
+
.E_slr2ynn {
|
|
33952
33974
|
padding: 0 8px;
|
|
33953
|
-
|
|
33954
|
-
height: 32px;
|
|
33955
|
-
display: flex;
|
|
33956
|
-
align-items: center;
|
|
33957
|
-
}
|
|
33958
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33959
|
-
min-height: auto;
|
|
33960
|
-
white-space: nowrap;
|
|
33975
|
+
height: 18px;
|
|
33961
33976
|
}
|
|
33962
|
-
|
|
33963
|
-
|
|
33964
|
-
|
|
33965
|
-
|
|
33966
|
-
padding-right: 0;
|
|
33977
|
+
|
|
33978
|
+
.E_m140wbb6 {
|
|
33979
|
+
padding: 2px 8px;
|
|
33980
|
+
height: 24px;
|
|
33967
33981
|
}
|
|
33968
|
-
|
|
33969
|
-
|
|
33982
|
+
|
|
33983
|
+
.E_t1fozc1i {
|
|
33984
|
+
margin: 0;
|
|
33970
33985
|
}
|
|
33971
33986
|
|
|
33972
|
-
.
|
|
33973
|
-
|
|
33974
|
-
|
|
33975
|
-
align-items: center;
|
|
33976
|
-
justify-content: center;
|
|
33977
|
-
column-gap: 4px;
|
|
33987
|
+
.E_i1vxv4ln {
|
|
33988
|
+
margin-right: 4px;
|
|
33989
|
+
height: 16px;
|
|
33978
33990
|
}
|
|
33979
|
-
|
|
33980
|
-
|
|
33981
|
-
|
|
33982
|
-
|
|
33983
|
-
|
|
33984
|
-
|
|
33985
|
-
|
|
33991
|
+
|
|
33992
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
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;
|
|
33986
34000
|
}
|
|
33987
34001
|
|
|
33988
|
-
.
|
|
33989
|
-
|
|
34002
|
+
.E_t13ef470 {
|
|
34003
|
+
height: 100%;
|
|
34004
|
+
}
|
|
34005
|
+
.E_t13ef470 .table-loading-item {
|
|
34006
|
+
padding: 12px 4px;
|
|
34007
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33990
34008
|
display: flex;
|
|
33991
|
-
align-items: center;
|
|
33992
|
-
justify-content: center;
|
|
33993
|
-
column-gap: 6px;
|
|
33994
|
-
font-size: 13px;
|
|
33995
34009
|
}
|
|
33996
|
-
.
|
|
33997
|
-
|
|
33998
|
-
|
|
33999
|
-
|
|
34000
|
-
|
|
34001
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34002
|
-
justify-content: center;
|
|
34010
|
+
.E_t13ef470 .table-loading-item > * {
|
|
34011
|
+
height: 16px;
|
|
34012
|
+
margin: 4px;
|
|
34013
|
+
background: rgba(204, 212, 227, 0.18);
|
|
34014
|
+
border-radius: 2px;
|
|
34003
34015
|
}
|
|
34004
|
-
|
|
34005
|
-
|
|
34006
|
-
|
|
34016
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34017
|
+
width: 16px;
|
|
34018
|
+
}
|
|
34019
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
34007
34020
|
flex: 1;
|
|
34008
|
-
display: flex;
|
|
34009
|
-
flex-direction: column;
|
|
34010
34021
|
}
|
|
34011
|
-
.
|
|
34012
|
-
|
|
34022
|
+
.E_t13ef470 :nth-child(1) {
|
|
34023
|
+
padding: 8px 4px;
|
|
34013
34024
|
}
|
|
34014
|
-
.
|
|
34015
|
-
|
|
34025
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34026
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34016
34027
|
}
|
|
34017
|
-
.
|
|
34018
|
-
|
|
34019
|
-
border-top-left-radius: 6px;
|
|
34020
|
-
border-top-right-radius: 6px;
|
|
34021
|
-
padding-right: 16px;
|
|
34022
|
-
padding-left: 16px;
|
|
34023
|
-
font-size: 16px;
|
|
34028
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34029
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34024
34030
|
}
|
|
34025
|
-
|
|
34026
|
-
|
|
34031
|
+
|
|
34032
|
+
.E_i1g85yz3 {
|
|
34033
|
+
margin-right: 4px;
|
|
34034
|
+
height: 16px;
|
|
34027
34035
|
}
|
|
34028
|
-
|
|
34029
|
-
|
|
34036
|
+
|
|
34037
|
+
.E_sjob3jg {
|
|
34038
|
+
--item-min-width: 60px;
|
|
34030
34039
|
}
|
|
34031
|
-
.
|
|
34032
|
-
|
|
34033
|
-
border-top-left-radius: 4px;
|
|
34034
|
-
border-top-right-radius: 4px;
|
|
34035
|
-
padding-right: 12px;
|
|
34036
|
-
padding-left: 12px;
|
|
34037
|
-
font-size: 14px;
|
|
34040
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34041
|
+
display: none !important;
|
|
34038
34042
|
}
|
|
34039
|
-
.
|
|
34040
|
-
|
|
34041
|
-
display: flex;
|
|
34042
|
-
place-items: center;
|
|
34043
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34043
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34044
|
+
flex-shrink: 0 !important;
|
|
34044
34045
|
}
|
|
34045
|
-
.
|
|
34046
|
-
|
|
34047
|
-
display: flex;
|
|
34048
|
-
place-items: center;
|
|
34046
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34047
|
+
color: #0080FF;
|
|
34049
34048
|
}
|
|
34050
|
-
.
|
|
34051
|
-
|
|
34049
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34050
|
+
color: #0080FF;
|
|
34051
|
+
font-weight: normal;
|
|
34052
34052
|
}
|
|
34053
|
-
.
|
|
34054
|
-
|
|
34055
|
-
position: relative;
|
|
34053
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34054
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34056
34055
|
}
|
|
34057
|
-
.
|
|
34058
|
-
|
|
34059
|
-
width: 1px;
|
|
34060
|
-
height: 24px;
|
|
34061
|
-
background: rgba(172, 186, 211, 0.6);
|
|
34062
|
-
position: absolute;
|
|
34063
|
-
left: -6px;
|
|
34064
|
-
top: 50%;
|
|
34065
|
-
transform: translateY(-50%);
|
|
34056
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34057
|
+
color: #00122E;
|
|
34066
34058
|
}
|
|
34067
|
-
.
|
|
34068
|
-
|
|
34069
|
-
display: flex;
|
|
34070
|
-
place-items: center;
|
|
34071
|
-
cursor: pointer;
|
|
34072
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34073
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
34059
|
+
.E_sjob3jg .step-item-text {
|
|
34060
|
+
display: inline-block;
|
|
34074
34061
|
}
|
|
34075
|
-
.
|
|
34076
|
-
|
|
34077
|
-
|
|
34078
|
-
|
|
34062
|
+
.E_sjob3jg .step-item-title {
|
|
34063
|
+
overflow: hidden;
|
|
34064
|
+
white-space: nowrap;
|
|
34065
|
+
text-overflow: ellipsis;
|
|
34079
34066
|
}
|
|
34080
|
-
|
|
34081
|
-
|
|
34067
|
+
|
|
34068
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34069
|
+
min-width: var(--item-min-width);
|
|
34082
34070
|
}
|
|
34083
|
-
.
|
|
34084
|
-
|
|
34085
|
-
|
|
34071
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34072
|
+
cursor: not-allowed !important;
|
|
34073
|
+
}
|
|
34074
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34075
|
+
flex-direction: row;
|
|
34076
|
+
justify-content: stretch;
|
|
34077
|
+
}
|
|
34078
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34086
34079
|
padding: 0;
|
|
34087
|
-
|
|
34088
|
-
|
|
34080
|
+
margin-right: 4px;
|
|
34081
|
+
flex: 1;
|
|
34082
|
+
overflow: visible;
|
|
34089
34083
|
}
|
|
34090
|
-
.
|
|
34091
|
-
|
|
34084
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34085
|
+
width: 100%;
|
|
34086
|
+
min-height: unset;
|
|
34092
34087
|
}
|
|
34093
|
-
.
|
|
34094
|
-
|
|
34095
|
-
|
|
34096
|
-
|
|
34088
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34089
|
+
height: 26px;
|
|
34090
|
+
line-height: 26px;
|
|
34091
|
+
width: 100%;
|
|
34092
|
+
padding: 0;
|
|
34093
|
+
font-size: 12px;
|
|
34097
34094
|
}
|
|
34098
|
-
.
|
|
34095
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34096
|
+
margin-right: 10px;
|
|
34097
|
+
}
|
|
34098
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34099
34099
|
display: none;
|
|
34100
34100
|
}
|
|
34101
|
-
|
|
34102
|
-
|
|
34103
|
-
|
|
34104
|
-
|
|
34101
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34102
|
+
padding-left: 8px;
|
|
34103
|
+
padding-right: 4px;
|
|
34104
|
+
border-radius: 4px 0 0 4px;
|
|
34105
34105
|
}
|
|
34106
|
-
|
|
34107
|
-
|
|
34108
|
-
cursor: default;
|
|
34106
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34107
|
+
margin-right: 0;
|
|
34109
34108
|
}
|
|
34110
|
-
.
|
|
34111
|
-
|
|
34112
|
-
|
|
34113
|
-
|
|
34114
|
-
|
|
34115
|
-
|
|
34116
|
-
|
|
34117
|
-
|
|
34118
|
-
|
|
34109
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34110
|
+
padding-right: 8px;
|
|
34111
|
+
padding-left: 12px;
|
|
34112
|
+
border-radius: 0 4px 4px 0;
|
|
34113
|
+
}
|
|
34114
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
34115
|
+
content: "";
|
|
34116
|
+
width: 0;
|
|
34117
|
+
height: 0;
|
|
34118
|
+
border: 13px solid transparent;
|
|
34119
|
+
position: absolute;
|
|
34120
|
+
top: 0;
|
|
34121
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34122
|
+
z-index: 2;
|
|
34123
|
+
position: relative;
|
|
34124
|
+
top: -50%;
|
|
34125
|
+
right: -100%;
|
|
34119
34126
|
}
|
|
34120
|
-
.
|
|
34121
|
-
|
|
34122
|
-
place-items: center;
|
|
34123
|
-
width: var(--itemWidth);
|
|
34127
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34128
|
+
padding: 0 4px 0 12px;
|
|
34124
34129
|
}
|
|
34125
|
-
.
|
|
34126
|
-
|
|
34130
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
34131
|
+
content: "";
|
|
34132
|
+
width: 0;
|
|
34133
|
+
height: 0;
|
|
34134
|
+
border: 13px solid transparent;
|
|
34135
|
+
position: absolute;
|
|
34136
|
+
top: 0;
|
|
34137
|
+
border-left: 8px solid #fff;
|
|
34138
|
+
left: 0;
|
|
34127
34139
|
}
|
|
34128
|
-
.
|
|
34129
|
-
|
|
34130
|
-
background: rgba(0, 136, 255, 0.1);
|
|
34131
|
-
color: #0080ff;
|
|
34140
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34141
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34132
34142
|
}
|
|
34133
|
-
.
|
|
34134
|
-
|
|
34135
|
-
font-style: normal;
|
|
34136
|
-
font-weight: bold !important;
|
|
34143
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34144
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34137
34145
|
}
|
|
34138
|
-
.
|
|
34139
|
-
|
|
34140
|
-
border-radius: 4px;
|
|
34146
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34147
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34141
34148
|
}
|
|
34142
|
-
.
|
|
34143
|
-
|
|
34144
|
-
|
|
34149
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34150
|
+
cursor: pointer;
|
|
34151
|
+
min-width: var(--item-min-width);
|
|
34145
34152
|
}
|
|
34146
|
-
.
|
|
34147
|
-
|
|
34148
|
-
|
|
34149
|
-
overflow: hidden;
|
|
34150
|
-
text-overflow: ellipsis;
|
|
34151
|
-
white-space: nowrap;
|
|
34153
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34154
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34155
|
+
min-width: var(--item-min-width);
|
|
34152
34156
|
}
|
|
34153
|
-
|
|
34154
|
-
.
|
|
34155
|
-
|
|
34156
|
-
cursor: pointer;
|
|
34157
|
-
line-height: normal;
|
|
34158
|
-
height: 16px;
|
|
34159
|
-
margin-right: 3px;
|
|
34157
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34158
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34159
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34160
34160
|
}
|
|
34161
|
-
.
|
|
34162
|
-
|
|
34163
|
-
height: 16px;
|
|
34161
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34162
|
+
padding: 0;
|
|
34164
34163
|
}
|
|
34165
34164
|
|
|
34166
|
-
.
|
|
34167
|
-
|
|
34168
|
-
|
|
34169
|
-
justify-content: space-between;
|
|
34170
|
-
column-gap: 6px;
|
|
34165
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34166
|
+
width: 192px;
|
|
34167
|
+
row-gap: 2px;
|
|
34171
34168
|
}
|
|
34172
|
-
|
|
34173
|
-
.
|
|
34174
|
-
display: flex;
|
|
34175
|
-
flex-direction: column;
|
|
34176
|
-
justify-content: center;
|
|
34177
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34169
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34170
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34178
34171
|
}
|
|
34179
|
-
.
|
|
34180
|
-
|
|
34181
|
-
margin-bottom: unset;
|
|
34182
|
-
margin-inline-end: unset;
|
|
34172
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34173
|
+
color: #00122E !important;
|
|
34183
34174
|
}
|
|
34184
|
-
|
|
34185
|
-
.
|
|
34186
|
-
margin-right: 4px;
|
|
34187
|
-
height: 16px;
|
|
34175
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
34176
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34188
34177
|
}
|
|
34189
|
-
|
|
34190
|
-
.E_slr2ynn {
|
|
34178
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34191
34179
|
padding: 0 8px;
|
|
34192
|
-
|
|
34180
|
+
border-radius: 4px;
|
|
34181
|
+
height: 32px;
|
|
34182
|
+
display: flex;
|
|
34183
|
+
align-items: center;
|
|
34193
34184
|
}
|
|
34194
|
-
|
|
34195
|
-
|
|
34196
|
-
|
|
34197
|
-
height: 24px;
|
|
34185
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34186
|
+
min-height: auto;
|
|
34187
|
+
white-space: nowrap;
|
|
34198
34188
|
}
|
|
34199
|
-
|
|
34200
|
-
|
|
34201
|
-
|
|
34189
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34190
|
+
font-size: 13px;
|
|
34191
|
+
line-height: 20px;
|
|
34192
|
+
max-width: 100%;
|
|
34193
|
+
padding-right: 0;
|
|
34202
34194
|
}
|
|
34203
|
-
|
|
34204
|
-
.
|
|
34205
|
-
margin-right: 4px;
|
|
34206
|
-
height: 16px;
|
|
34195
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34196
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34207
34197
|
}
|
|
34208
34198
|
|
|
34209
|
-
.
|
|
34210
|
-
|
|
34211
|
-
|
|
34212
|
-
|
|
34213
|
-
|
|
34214
|
-
|
|
34215
|
-
|
|
34216
|
-
|
|
34199
|
+
.E_h6l1tj4 {
|
|
34200
|
+
width: 100%;
|
|
34201
|
+
display: inline-flex;
|
|
34202
|
+
align-items: center;
|
|
34203
|
+
justify-content: center;
|
|
34204
|
+
column-gap: 4px;
|
|
34205
|
+
}
|
|
34206
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34207
|
+
display: inline-flex;
|
|
34208
|
+
align-items: center;
|
|
34209
|
+
width: 18px;
|
|
34210
|
+
height: 18px;
|
|
34211
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34212
|
+
justify-content: center;
|
|
34217
34213
|
}
|
|
34218
34214
|
|
|
34219
|
-
.
|
|
34220
|
-
|
|
34215
|
+
.E_v18frne8 {
|
|
34216
|
+
width: 100%;
|
|
34217
|
+
display: flex;
|
|
34218
|
+
align-items: center;
|
|
34219
|
+
justify-content: center;
|
|
34220
|
+
column-gap: 6px;
|
|
34221
|
+
font-size: 13px;
|
|
34221
34222
|
}
|
|
34222
|
-
.
|
|
34223
|
-
|
|
34224
|
-
|
|
34225
|
-
|
|
34223
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34224
|
+
display: inline-flex;
|
|
34225
|
+
align-items: center;
|
|
34226
|
+
min-width: 20px;
|
|
34227
|
+
min-height: 20px;
|
|
34228
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34229
|
+
justify-content: center;
|
|
34226
34230
|
}
|
|
34227
34231
|
|
|
34228
34232
|
.E_t1dtlqs1 {
|
|
@@ -34381,6 +34385,20 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34381
34385
|
border-radius: 5px;
|
|
34382
34386
|
font-size: 12px;
|
|
34383
34387
|
}
|
|
34388
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-group-compact .ant-input,
|
|
34389
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-group-compact .ant-select-selector {
|
|
34390
|
+
border-radius: 0;
|
|
34391
|
+
}
|
|
34392
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-group-compact > :first-child,
|
|
34393
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-group-compact > :first-child .ant-select-selector {
|
|
34394
|
+
border-top-left-radius: 5px;
|
|
34395
|
+
border-bottom-left-radius: 5px;
|
|
34396
|
+
}
|
|
34397
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-group-compact > :last-child,
|
|
34398
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-group-compact > :last-child .ant-select-selector {
|
|
34399
|
+
border-top-right-radius: 5px;
|
|
34400
|
+
border-bottom-right-radius: 5px;
|
|
34401
|
+
}
|
|
34384
34402
|
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34385
34403
|
font-size: inherit;
|
|
34386
34404
|
}
|
|
@@ -34420,36 +34438,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34420
34438
|
margin-right: 8px;
|
|
34421
34439
|
}
|
|
34422
34440
|
|
|
34423
|
-
.E_t13ef470 {
|
|
34424
|
-
height: 100%;
|
|
34425
|
-
}
|
|
34426
|
-
.E_t13ef470 .table-loading-item {
|
|
34427
|
-
padding: 12px 4px;
|
|
34428
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34429
|
-
display: flex;
|
|
34430
|
-
}
|
|
34431
|
-
.E_t13ef470 .table-loading-item > * {
|
|
34432
|
-
height: 16px;
|
|
34433
|
-
margin: 4px;
|
|
34434
|
-
background: rgba(204, 212, 227, 0.18);
|
|
34435
|
-
border-radius: 2px;
|
|
34436
|
-
}
|
|
34437
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34438
|
-
width: 16px;
|
|
34439
|
-
}
|
|
34440
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
34441
|
-
flex: 1;
|
|
34442
|
-
}
|
|
34443
|
-
.E_t13ef470 :nth-child(1) {
|
|
34444
|
-
padding: 8px 4px;
|
|
34445
|
-
}
|
|
34446
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
34447
|
-
background: rgba(107, 125, 153, 0.18);
|
|
34448
|
-
}
|
|
34449
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
34450
|
-
background: rgba(163, 180, 204, 0.18);
|
|
34451
|
-
}
|
|
34452
|
-
|
|
34453
34441
|
.E_m11nzl2x {
|
|
34454
34442
|
color: rgba(44, 56, 82, 0.6);
|
|
34455
34443
|
text-align: center;
|
|
@@ -34893,16 +34881,79 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34893
34881
|
justify-content: center;
|
|
34894
34882
|
}
|
|
34895
34883
|
|
|
34896
|
-
.E_s1ikqzph {
|
|
34897
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
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;
|
|
34898
34947
|
}
|
|
34899
|
-
|
|
34900
|
-
|
|
34901
|
-
color: #00122E;
|
|
34948
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
34949
|
+
width: 6px;
|
|
34902
34950
|
}
|
|
34903
|
-
|
|
34904
|
-
.
|
|
34905
|
-
|
|
34951
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
34952
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34953
|
+
}
|
|
34954
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
34955
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34956
|
+
border-radius: 8px;
|
|
34906
34957
|
}
|
|
34907
34958
|
|
|
34908
34959
|
.E_icab5o7 {
|
|
@@ -35102,40 +35153,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35102
35153
|
font-weight: bold;
|
|
35103
35154
|
}
|
|
35104
35155
|
|
|
35105
|
-
.E_sqv6dmy {
|
|
35106
|
-
display: flex;
|
|
35107
|
-
justify-content: flex-end;
|
|
35108
|
-
}
|
|
35109
|
-
|
|
35110
|
-
.E_p1rm8wzb {
|
|
35111
|
-
margin-right: 8px;
|
|
35112
|
-
}
|
|
35113
|
-
|
|
35114
|
-
.E_sd7qcf4 {
|
|
35115
|
-
height: 100%;
|
|
35116
|
-
width: 100%;
|
|
35117
|
-
overflow: auto;
|
|
35118
|
-
}
|
|
35119
|
-
|
|
35120
|
-
.E_r1fxc9gq.right {
|
|
35121
|
-
overflow: auto;
|
|
35122
|
-
padding-right: 2px;
|
|
35123
|
-
width: 200px;
|
|
35124
|
-
height: fit-content;
|
|
35125
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
35126
|
-
scrollbar-gutter: stable;
|
|
35127
|
-
}
|
|
35128
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
35129
|
-
width: 6px;
|
|
35130
|
-
}
|
|
35131
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
35132
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35133
|
-
}
|
|
35134
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
35135
|
-
background: rgba(172, 186, 211, 0.6);
|
|
35136
|
-
border-radius: 8px;
|
|
35137
|
-
}
|
|
35138
|
-
|
|
35139
35156
|
.E_dxyv8bv {
|
|
35140
35157
|
--footer-height: 80px;
|
|
35141
35158
|
--modal-content-width: 492px;
|
|
@@ -35273,35 +35290,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35273
35290
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
35274
35291
|
}
|
|
35275
35292
|
|
|
35276
|
-
.E_s20iney.skeleton-box {
|
|
35277
|
-
display: flex;
|
|
35278
|
-
align-items: center;
|
|
35279
|
-
justify-content: center;
|
|
35280
|
-
position: relative;
|
|
35281
|
-
border-radius: 2px;
|
|
35282
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35283
|
-
overflow: hidden;
|
|
35284
|
-
}
|
|
35285
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35286
|
-
width: 200%;
|
|
35287
|
-
height: 200%;
|
|
35288
|
-
transform: rotate(15deg);
|
|
35289
|
-
position: absolute;
|
|
35290
|
-
top: -50%;
|
|
35291
|
-
flex-shrink: 0;
|
|
35292
|
-
opacity: 0.8;
|
|
35293
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35294
|
-
animation: shimmer 1100ms infinite;
|
|
35295
|
-
}
|
|
35296
|
-
@keyframes shimmer {
|
|
35297
|
-
from {
|
|
35298
|
-
left: -120%;
|
|
35299
|
-
}
|
|
35300
|
-
to {
|
|
35301
|
-
left: 100%;
|
|
35302
|
-
}
|
|
35303
|
-
}
|
|
35304
|
-
|
|
35305
35293
|
.E_t1g36k2w {
|
|
35306
35294
|
overflow: hidden;
|
|
35307
35295
|
height: 100%;
|
|
@@ -35331,6 +35319,59 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35331
35319
|
background: rgba(225, 230, 241, 0.6);
|
|
35332
35320
|
}
|
|
35333
35321
|
|
|
35322
|
+
.E_s1n7hav7 .ant-input-prefix {
|
|
35323
|
+
margin-right: 8px;
|
|
35324
|
+
}
|
|
35325
|
+
.E_s1n7hav7 .ant-input-suffix {
|
|
35326
|
+
margin-left: 8px;
|
|
35327
|
+
}
|
|
35328
|
+
|
|
35329
|
+
.E_c1tgpyn0 {
|
|
35330
|
+
color: #00122e;
|
|
35331
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
35332
|
+
margin-right: 8px;
|
|
35333
|
+
padding-right: 8px;
|
|
35334
|
+
}
|
|
35335
|
+
|
|
35336
|
+
.E_i1cmbu8m {
|
|
35337
|
+
display: flex;
|
|
35338
|
+
gap: 4px;
|
|
35339
|
+
}
|
|
35340
|
+
.E_i1cmbu8m .icon-wrapper {
|
|
35341
|
+
cursor: pointer;
|
|
35342
|
+
}
|
|
35343
|
+
|
|
35344
|
+
.E_dxmfsc9.icon-wrapper {
|
|
35345
|
+
cursor: not-allowed;
|
|
35346
|
+
}
|
|
35347
|
+
|
|
35348
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu {
|
|
35349
|
+
padding: 6px;
|
|
35350
|
+
border-radius: 8px;
|
|
35351
|
+
}
|
|
35352
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
35353
|
+
color: #00122E;
|
|
35354
|
+
font-size: 13px;
|
|
35355
|
+
line-height: 20px;
|
|
35356
|
+
}
|
|
35357
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.recent-search-menu-item {
|
|
35358
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35359
|
+
font-size: 12px;
|
|
35360
|
+
line-height: 18px;
|
|
35361
|
+
pointer-events: none;
|
|
35362
|
+
margin-bottom: 3px;
|
|
35363
|
+
}
|
|
35364
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content {
|
|
35365
|
+
width: 100%;
|
|
35366
|
+
}
|
|
35367
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content .icon-wrapper .icon-children {
|
|
35368
|
+
overflow: hidden;
|
|
35369
|
+
}
|
|
35370
|
+
|
|
35371
|
+
.E_t1616y1o {
|
|
35372
|
+
color: #fff;
|
|
35373
|
+
}
|
|
35374
|
+
|
|
35334
35375
|
.E_t1gvlxt5 {
|
|
35335
35376
|
min-width: 0;
|
|
35336
35377
|
flex: 1;
|
|
@@ -35354,10 +35395,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35354
35395
|
column-gap: var(--a1ji6r68-0);
|
|
35355
35396
|
}
|
|
35356
35397
|
|
|
35357
|
-
.E_t1616y1o {
|
|
35358
|
-
color: #fff;
|
|
35359
|
-
}
|
|
35360
|
-
|
|
35361
35398
|
.E_f16blduf.ant-form-item {
|
|
35362
35399
|
margin-bottom: 0;
|
|
35363
35400
|
}
|
|
@@ -35442,118 +35479,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35442
35479
|
margin-left: 1px;
|
|
35443
35480
|
}
|
|
35444
35481
|
|
|
35445
|
-
.E_clm1wy1 {
|
|
35446
|
-
width: 192px;
|
|
35447
|
-
height: 246px;
|
|
35448
|
-
border-radius: 4px;
|
|
35449
|
-
}
|
|
35450
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
35451
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35452
|
-
width: 100%;
|
|
35453
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
35454
|
-
border-top: none;
|
|
35455
|
-
}
|
|
35456
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35457
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35458
|
-
padding: 0 16px;
|
|
35459
|
-
}
|
|
35460
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35461
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35462
|
-
width: 100%;
|
|
35463
|
-
height: 180px;
|
|
35464
|
-
border-spacing: 0;
|
|
35465
|
-
}
|
|
35466
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35467
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35468
|
-
margin-bottom: 8px;
|
|
35469
|
-
}
|
|
35470
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35471
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35472
|
-
width: 22px;
|
|
35473
|
-
}
|
|
35474
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35475
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35476
|
-
padding: 0;
|
|
35477
|
-
}
|
|
35478
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
35479
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35480
|
-
opacity: 0.4;
|
|
35481
|
-
}
|
|
35482
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35483
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35484
|
-
opacity: 1;
|
|
35485
|
-
}
|
|
35486
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35487
|
-
color: #3e4652;
|
|
35488
|
-
}
|
|
35489
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
35490
|
-
pointer-events: none;
|
|
35491
|
-
}
|
|
35492
|
-
|
|
35493
|
-
.E_t1tsm00v {
|
|
35494
|
-
color: rgba(129, 138, 153, 0.6);
|
|
35495
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35496
|
-
backdrop-filter: blur(10px);
|
|
35497
|
-
padding: 7px 10px;
|
|
35498
|
-
}
|
|
35499
|
-
|
|
35500
|
-
.E_c167wnad {
|
|
35501
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35502
|
-
display: flex;
|
|
35503
|
-
justify-content: space-between;
|
|
35504
|
-
align-items: center;
|
|
35505
|
-
padding: 8px 16px;
|
|
35506
|
-
}
|
|
35507
|
-
.E_c167wnad .anticon {
|
|
35508
|
-
cursor: pointer;
|
|
35509
|
-
}
|
|
35510
|
-
.E_c167wnad .anticon:hover {
|
|
35511
|
-
color: #0096ff;
|
|
35512
|
-
}
|
|
35513
|
-
|
|
35514
|
-
.E_cxhf7dh {
|
|
35515
|
-
text-align: center;
|
|
35516
|
-
}
|
|
35517
|
-
.E_cxhf7dh .dots {
|
|
35518
|
-
display: flex;
|
|
35519
|
-
justify-content: center;
|
|
35520
|
-
}
|
|
35521
|
-
.E_cxhf7dh .dot {
|
|
35522
|
-
display: inline-block;
|
|
35523
|
-
width: 2px;
|
|
35524
|
-
height: 2px;
|
|
35525
|
-
border-radius: 1px;
|
|
35526
|
-
background: #0096ff;
|
|
35527
|
-
}
|
|
35528
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
35529
|
-
margin-right: 2px;
|
|
35530
|
-
}
|
|
35531
|
-
.E_cxhf7dh .bar {
|
|
35532
|
-
width: 9px;
|
|
35533
|
-
height: 2px;
|
|
35534
|
-
background: #0096ff;
|
|
35535
|
-
border-radius: 2px;
|
|
35536
|
-
}
|
|
35537
|
-
|
|
35538
|
-
.E_n12mqh7z {
|
|
35539
|
-
display: flex;
|
|
35540
|
-
align-items: center;
|
|
35541
|
-
font-size: 12px;
|
|
35542
|
-
line-height: 18px;
|
|
35543
|
-
}
|
|
35544
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35545
|
-
margin-bottom: 4px;
|
|
35546
|
-
}
|
|
35547
|
-
|
|
35548
|
-
.E_tf5bynu {
|
|
35549
|
-
margin: 0 3px;
|
|
35550
|
-
}
|
|
35551
|
-
|
|
35552
|
-
.E_tcckoz1 {
|
|
35553
|
-
max-height: 400px;
|
|
35554
|
-
overflow: auto;
|
|
35555
|
-
}
|
|
35556
|
-
|
|
35557
35482
|
.E_s1ebs0ra {
|
|
35558
35483
|
display: flex;
|
|
35559
35484
|
align-items: center;
|
|
@@ -35617,18 +35542,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35617
35542
|
|
|
35618
35543
|
.E_mzzncgx {
|
|
35619
35544
|
display: inline-flex;
|
|
35620
|
-
align-items: center;
|
|
35621
|
-
gap: 4px;
|
|
35622
|
-
}
|
|
35623
|
-
|
|
35624
|
-
.E_gmyahx3 {
|
|
35625
|
-
cursor: pointer;
|
|
35626
|
-
}
|
|
35627
|
-
.E_gmyahx3 .link-text {
|
|
35628
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35629
|
-
}
|
|
35630
|
-
.E_gmyahx3:hover .link-text {
|
|
35631
|
-
color: #0080ff;
|
|
35545
|
+
align-items: center;
|
|
35546
|
+
gap: 4px;
|
|
35632
35547
|
}
|
|
35633
35548
|
|
|
35634
35549
|
.E_c18bcrac {
|
|
@@ -35681,35 +35596,107 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35681
35596
|
margin-right: 4px;
|
|
35682
35597
|
}
|
|
35683
35598
|
|
|
35684
|
-
|
|
35685
|
-
|
|
35599
|
+
.E_gmyahx3 {
|
|
35600
|
+
cursor: pointer;
|
|
35601
|
+
}
|
|
35602
|
+
.E_gmyahx3 .link-text {
|
|
35603
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35604
|
+
}
|
|
35605
|
+
.E_gmyahx3:hover .link-text {
|
|
35606
|
+
color: #0080ff;
|
|
35686
35607
|
}
|
|
35687
35608
|
|
|
35688
|
-
.
|
|
35689
|
-
|
|
35690
|
-
|
|
35609
|
+
.E_clm1wy1 {
|
|
35610
|
+
width: 192px;
|
|
35611
|
+
height: 246px;
|
|
35612
|
+
border-radius: 4px;
|
|
35613
|
+
}
|
|
35614
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35615
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35616
|
+
width: 100%;
|
|
35617
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35618
|
+
border-top: none;
|
|
35619
|
+
}
|
|
35620
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35621
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35622
|
+
padding: 0 16px;
|
|
35623
|
+
}
|
|
35624
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35625
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35626
|
+
width: 100%;
|
|
35627
|
+
height: 180px;
|
|
35628
|
+
border-spacing: 0;
|
|
35629
|
+
}
|
|
35630
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35631
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35632
|
+
margin-bottom: 8px;
|
|
35633
|
+
}
|
|
35634
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35635
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35636
|
+
width: 22px;
|
|
35637
|
+
}
|
|
35638
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35639
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35640
|
+
padding: 0;
|
|
35641
|
+
}
|
|
35642
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35643
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35644
|
+
opacity: 0.4;
|
|
35645
|
+
}
|
|
35646
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35647
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35648
|
+
opacity: 1;
|
|
35649
|
+
}
|
|
35650
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35651
|
+
color: #3e4652;
|
|
35652
|
+
}
|
|
35653
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35654
|
+
pointer-events: none;
|
|
35691
35655
|
}
|
|
35692
35656
|
|
|
35693
|
-
.
|
|
35694
|
-
|
|
35657
|
+
.E_t1tsm00v {
|
|
35658
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35659
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35660
|
+
backdrop-filter: blur(10px);
|
|
35661
|
+
padding: 7px 10px;
|
|
35695
35662
|
}
|
|
35696
35663
|
|
|
35697
|
-
.
|
|
35698
|
-
|
|
35699
|
-
|
|
35700
|
-
-
|
|
35701
|
-
|
|
35664
|
+
.E_c167wnad {
|
|
35665
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35666
|
+
display: flex;
|
|
35667
|
+
justify-content: space-between;
|
|
35668
|
+
align-items: center;
|
|
35669
|
+
padding: 8px 16px;
|
|
35670
|
+
}
|
|
35671
|
+
.E_c167wnad .anticon {
|
|
35672
|
+
cursor: pointer;
|
|
35673
|
+
}
|
|
35674
|
+
.E_c167wnad .anticon:hover {
|
|
35675
|
+
color: #0096ff;
|
|
35702
35676
|
}
|
|
35703
35677
|
|
|
35704
|
-
.
|
|
35705
|
-
|
|
35678
|
+
.E_cxhf7dh {
|
|
35679
|
+
text-align: center;
|
|
35706
35680
|
}
|
|
35707
|
-
.
|
|
35708
|
-
|
|
35709
|
-
|
|
35681
|
+
.E_cxhf7dh .dots {
|
|
35682
|
+
display: flex;
|
|
35683
|
+
justify-content: center;
|
|
35710
35684
|
}
|
|
35711
|
-
.
|
|
35712
|
-
|
|
35685
|
+
.E_cxhf7dh .dot {
|
|
35686
|
+
display: inline-block;
|
|
35687
|
+
width: 2px;
|
|
35688
|
+
height: 2px;
|
|
35689
|
+
border-radius: 1px;
|
|
35690
|
+
background: #0096ff;
|
|
35691
|
+
}
|
|
35692
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35693
|
+
margin-right: 2px;
|
|
35694
|
+
}
|
|
35695
|
+
.E_cxhf7dh .bar {
|
|
35696
|
+
width: 9px;
|
|
35697
|
+
height: 2px;
|
|
35698
|
+
background: #0096ff;
|
|
35699
|
+
border-radius: 2px;
|
|
35713
35700
|
}
|
|
35714
35701
|
|
|
35715
35702
|
.E_c1up1pdz {
|
|
@@ -35852,133 +35839,27 @@ span.E_tqjc4ui {
|
|
|
35852
35839
|
color: #fff;
|
|
35853
35840
|
}
|
|
35854
35841
|
|
|
35855
|
-
.
|
|
35856
|
-
|
|
35857
|
-
}
|
|
35858
|
-
.E_u15heuvq.content.link {
|
|
35859
|
-
cursor: pointer !important;
|
|
35860
|
-
}
|
|
35861
|
-
.E_u15heuvq.content.link:hover {
|
|
35862
|
-
color: #0080FF;
|
|
35863
|
-
}
|
|
35864
|
-
.E_u15heuvq.content.black {
|
|
35865
|
-
color: #00122E;
|
|
35866
|
-
}
|
|
35867
|
-
.E_u15heuvq.content.gray {
|
|
35868
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35842
|
+
span.E_tqjc4ui {
|
|
35843
|
+
margin: 0 2px;
|
|
35869
35844
|
}
|
|
35870
35845
|
|
|
35871
|
-
.
|
|
35872
|
-
background: #edf0f7;
|
|
35873
|
-
padding: 32px 8px;
|
|
35874
|
-
overflow: auto;
|
|
35875
|
-
}
|
|
35876
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
35877
|
-
display: flex;
|
|
35878
|
-
flex-direction: column;
|
|
35879
|
-
justify-content: space-between;
|
|
35880
|
-
}
|
|
35881
|
-
.E_s1at6qmn footer {
|
|
35846
|
+
.E_n12mqh7z {
|
|
35882
35847
|
display: flex;
|
|
35883
|
-
|
|
35884
|
-
.E_s1at6qmn .ant-menu {
|
|
35885
|
-
background: #edf0f7;
|
|
35886
|
-
}
|
|
35887
|
-
.E_s1at6qmn .ant-menu a {
|
|
35888
|
-
color: #00122e;
|
|
35889
|
-
width: 180px;
|
|
35890
|
-
overflow: hidden;
|
|
35891
|
-
text-overflow: ellipsis;
|
|
35892
|
-
}
|
|
35893
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
35894
|
-
margin-bottom: 24px;
|
|
35895
|
-
}
|
|
35896
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35897
|
-
margin: 0;
|
|
35898
|
-
}
|
|
35899
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35848
|
+
align-items: center;
|
|
35900
35849
|
font-size: 12px;
|
|
35901
|
-
padding: 0 8px 4px;
|
|
35902
35850
|
line-height: 18px;
|
|
35903
35851
|
}
|
|
35904
|
-
.
|
|
35905
|
-
|
|
35906
|
-
}
|
|
35907
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35908
|
-
padding-bottom: 24px;
|
|
35909
|
-
}
|
|
35910
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35911
|
-
margin-bottom: 24px;
|
|
35912
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35913
|
-
}
|
|
35914
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35915
|
-
transition: none;
|
|
35916
|
-
display: flex;
|
|
35917
|
-
align-items: center;
|
|
35918
|
-
height: 32px;
|
|
35919
|
-
line-height: 22px;
|
|
35920
|
-
padding: 0 8px;
|
|
35921
|
-
}
|
|
35922
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35923
|
-
margin-right: 12px;
|
|
35924
|
-
}
|
|
35925
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35926
|
-
margin: 0;
|
|
35927
|
-
margin-bottom: 2px;
|
|
35928
|
-
}
|
|
35929
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35930
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35931
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35932
|
-
border-radius: 6px;
|
|
35933
|
-
color: #fff;
|
|
35934
|
-
}
|
|
35935
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35936
|
-
color: #fff;
|
|
35937
|
-
}
|
|
35938
|
-
.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 {
|
|
35939
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35940
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35941
|
-
border-radius: 6px;
|
|
35852
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35853
|
+
margin-bottom: 4px;
|
|
35942
35854
|
}
|
|
35943
35855
|
|
|
35944
|
-
.
|
|
35945
|
-
|
|
35946
|
-
transition: all 0s;
|
|
35947
|
-
}
|
|
35948
|
-
.E_s1wu0lms.shrink {
|
|
35949
|
-
transition: all 0s;
|
|
35950
|
-
overflow: hidden;
|
|
35951
|
-
}
|
|
35952
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35953
|
-
visibility: hidden;
|
|
35954
|
-
}
|
|
35955
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35956
|
-
width: 36px;
|
|
35957
|
-
padding: 0 6px;
|
|
35856
|
+
.E_tf5bynu {
|
|
35857
|
+
margin: 0 3px;
|
|
35958
35858
|
}
|
|
35959
35859
|
|
|
35960
|
-
.
|
|
35961
|
-
|
|
35962
|
-
|
|
35963
|
-
width: 100% !important;
|
|
35964
|
-
}
|
|
35965
|
-
.E_n1ugzfva[disabled] {
|
|
35966
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
35967
|
-
opacity: 1 !important;
|
|
35968
|
-
}
|
|
35969
|
-
.E_n1ugzfva.ant-btn {
|
|
35970
|
-
width: 100%;
|
|
35971
|
-
color: #00122e;
|
|
35972
|
-
}
|
|
35973
|
-
.E_n1ugzfva .icon-wrapper {
|
|
35974
|
-
margin-right: 12px;
|
|
35975
|
-
}
|
|
35976
|
-
.E_n1ugzfva .link-title {
|
|
35977
|
-
flex: 1;
|
|
35978
|
-
overflow: hidden;
|
|
35979
|
-
white-space: nowrap;
|
|
35980
|
-
text-overflow: ellipsis;
|
|
35981
|
-
text-align: left;
|
|
35860
|
+
.E_tcckoz1 {
|
|
35861
|
+
max-height: 400px;
|
|
35862
|
+
overflow: auto;
|
|
35982
35863
|
}
|
|
35983
35864
|
|
|
35984
35865
|
.E_t1sqg15u {
|
|
@@ -36064,19 +35945,38 @@ span.E_tqjc4ui {
|
|
|
36064
35945
|
justify-content: flex-start;
|
|
36065
35946
|
}
|
|
36066
35947
|
|
|
36067
|
-
.E_rhz2uv5 {
|
|
36068
|
-
width: var(--rhz2uv5-0);
|
|
36069
|
-
flex-shrink: 0;
|
|
36070
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36071
|
-
padding-right: 12px;
|
|
35948
|
+
.E_rhz2uv5 {
|
|
35949
|
+
width: var(--rhz2uv5-0);
|
|
35950
|
+
flex-shrink: 0;
|
|
35951
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35952
|
+
padding-right: 12px;
|
|
35953
|
+
}
|
|
35954
|
+
|
|
35955
|
+
.E_ou7iq30 {
|
|
35956
|
+
overflow: hidden;
|
|
35957
|
+
text-overflow: ellipsis;
|
|
35958
|
+
}
|
|
35959
|
+
|
|
35960
|
+
.E_s1tui002 {
|
|
35961
|
+
white-space: nowrap;
|
|
35962
|
+
}
|
|
35963
|
+
|
|
35964
|
+
.E_mxrc2zg {
|
|
35965
|
+
display: -webkit-box;
|
|
35966
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35967
|
+
-webkit-box-orient: vertical;
|
|
35968
|
+
word-break: break-all;
|
|
36072
35969
|
}
|
|
36073
35970
|
|
|
36074
|
-
.
|
|
36075
|
-
display:
|
|
36076
|
-
align-items: center;
|
|
35971
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35972
|
+
display: none;
|
|
36077
35973
|
}
|
|
36078
|
-
.
|
|
36079
|
-
|
|
35974
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35975
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35976
|
+
border-radius: 4px;
|
|
35977
|
+
}
|
|
35978
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35979
|
+
visibility: hidden;
|
|
36080
35980
|
}
|
|
36081
35981
|
|
|
36082
35982
|
.E_wg1tsps {
|
|
@@ -36253,56 +36153,274 @@ span.E_tqjc4ui {
|
|
|
36253
36153
|
background: #fff;
|
|
36254
36154
|
color: #1d326c;
|
|
36255
36155
|
}
|
|
36256
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
36257
|
-
color: rgba(45, 58, 86, 0.6);
|
|
36156
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
36157
|
+
color: rgba(45, 58, 86, 0.6);
|
|
36158
|
+
}
|
|
36159
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
36160
|
+
color: #1d326c;
|
|
36161
|
+
}
|
|
36162
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
36163
|
+
fill: #d8deeb;
|
|
36164
|
+
}
|
|
36165
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
36166
|
+
fill: #1d326c;
|
|
36167
|
+
}
|
|
36168
|
+
.E_t160l1cm .tab-content {
|
|
36169
|
+
flex: 1;
|
|
36170
|
+
display: flex;
|
|
36171
|
+
flex-direction: column;
|
|
36172
|
+
}
|
|
36173
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
36174
|
+
overflow: visible;
|
|
36175
|
+
}
|
|
36176
|
+
|
|
36177
|
+
.E_t14npdqr {
|
|
36178
|
+
max-width: 240px;
|
|
36179
|
+
animation: none;
|
|
36180
|
+
}
|
|
36181
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
36182
|
+
border: 1px solid #0080ff;
|
|
36183
|
+
padding: 0;
|
|
36184
|
+
}
|
|
36185
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
36186
|
+
margin: 0;
|
|
36187
|
+
height: 32px;
|
|
36188
|
+
line-height: 32px;
|
|
36189
|
+
font-size: 13px;
|
|
36190
|
+
padding: 0 10px;
|
|
36191
|
+
display: block;
|
|
36192
|
+
overflow: hidden;
|
|
36193
|
+
text-overflow: ellipsis;
|
|
36194
|
+
white-space: nowrap;
|
|
36195
|
+
}
|
|
36196
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
36197
|
+
content: " ";
|
|
36198
|
+
height: 1px;
|
|
36199
|
+
width: calc(100% + 10px);
|
|
36200
|
+
background: rgba(172, 186, 211, 0.6);
|
|
36201
|
+
display: block;
|
|
36202
|
+
}
|
|
36203
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
36204
|
+
color: #0080ff;
|
|
36205
|
+
background: transparent;
|
|
36206
|
+
}
|
|
36207
|
+
|
|
36208
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
36209
|
+
background: #edf0f7;
|
|
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;
|
|
36295
|
+
}
|
|
36296
|
+
|
|
36297
|
+
.E_n1ugzfva {
|
|
36298
|
+
display: flex;
|
|
36299
|
+
place-items: center;
|
|
36300
|
+
width: 100% !important;
|
|
36301
|
+
}
|
|
36302
|
+
.E_n1ugzfva[disabled] {
|
|
36303
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
36304
|
+
opacity: 1 !important;
|
|
36305
|
+
}
|
|
36306
|
+
.E_n1ugzfva.ant-btn {
|
|
36307
|
+
width: 100%;
|
|
36308
|
+
color: #00122e;
|
|
36309
|
+
}
|
|
36310
|
+
.E_n1ugzfva .icon-wrapper {
|
|
36311
|
+
margin-right: 12px;
|
|
36312
|
+
}
|
|
36313
|
+
.E_n1ugzfva .link-title {
|
|
36314
|
+
flex: 1;
|
|
36315
|
+
overflow: hidden;
|
|
36316
|
+
white-space: nowrap;
|
|
36317
|
+
text-overflow: ellipsis;
|
|
36318
|
+
text-align: left;
|
|
36319
|
+
}
|
|
36320
|
+
|
|
36321
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
36322
|
+
display: flex;
|
|
36323
|
+
align-items: center;
|
|
36324
|
+
}
|
|
36325
|
+
.E_s1iv0tp1 .enabled-text {
|
|
36326
|
+
margin-right: 8px;
|
|
36327
|
+
}
|
|
36328
|
+
|
|
36329
|
+
.E_u15heuvq.content {
|
|
36330
|
+
cursor: default !important;
|
|
36331
|
+
}
|
|
36332
|
+
.E_u15heuvq.content.link {
|
|
36333
|
+
cursor: pointer !important;
|
|
36334
|
+
}
|
|
36335
|
+
.E_u15heuvq.content.link:hover {
|
|
36336
|
+
color: #0080FF;
|
|
36337
|
+
}
|
|
36338
|
+
.E_u15heuvq.content.black {
|
|
36339
|
+
color: #00122E;
|
|
36340
|
+
}
|
|
36341
|
+
.E_u15heuvq.content.gray {
|
|
36342
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
36343
|
+
}
|
|
36344
|
+
|
|
36345
|
+
.E_cyms3br {
|
|
36346
|
+
background: #fff;
|
|
36347
|
+
width: 100%;
|
|
36348
|
+
border: none;
|
|
36349
|
+
border-radius: 0;
|
|
36350
|
+
}
|
|
36351
|
+
.E_cyms3br .ant-list {
|
|
36352
|
+
padding: 12px;
|
|
36353
|
+
}
|
|
36354
|
+
.E_cyms3br .ant-list-item {
|
|
36355
|
+
padding: 4px 0;
|
|
36356
|
+
}
|
|
36357
|
+
.E_cyms3br .ant-alert {
|
|
36358
|
+
margin-left: 24px;
|
|
36359
|
+
}
|
|
36360
|
+
.E_cyms3br header {
|
|
36361
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
36362
|
+
font-size: 12px;
|
|
36363
|
+
color: rgb(29, 50, 108);
|
|
36364
|
+
font-weight: 700;
|
|
36365
|
+
padding: 6px 12px;
|
|
36366
|
+
display: flex;
|
|
36367
|
+
flex-direction: row;
|
|
36368
|
+
align-items: center;
|
|
36369
|
+
justify-content: space-between;
|
|
36370
|
+
}
|
|
36371
|
+
.E_cyms3br header .switch-text {
|
|
36372
|
+
display: flex;
|
|
36373
|
+
flex-direction: row;
|
|
36374
|
+
align-items: center;
|
|
36375
|
+
justify-content: space-between;
|
|
36376
|
+
gap: 6px;
|
|
36377
|
+
font-size: 12px;
|
|
36378
|
+
font-weight: 400;
|
|
36379
|
+
color: rgb(0, 18, 46);
|
|
36380
|
+
}
|
|
36381
|
+
.E_cyms3br.border {
|
|
36382
|
+
border-radius: 8px;
|
|
36383
|
+
border: 1px solid rgb(228, 233, 242);
|
|
36384
|
+
}
|
|
36385
|
+
.E_cyms3br.border header {
|
|
36386
|
+
border-bottom: none;
|
|
36387
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36388
|
+
}
|
|
36389
|
+
|
|
36390
|
+
.E_c157gu4z .ant-list-item {
|
|
36391
|
+
display: flex;
|
|
36392
|
+
flex-direction: row;
|
|
36393
|
+
align-items: flex-start;
|
|
36258
36394
|
}
|
|
36259
|
-
.
|
|
36260
|
-
|
|
36395
|
+
.E_c157gu4z .icon-wrapper {
|
|
36396
|
+
align-self: flex-start;
|
|
36397
|
+
margin-top: 1px; /* 1px: (18-16)/2, 18 is the height of the icon, 16 is the height of the icon */
|
|
36261
36398
|
}
|
|
36262
|
-
.
|
|
36263
|
-
|
|
36399
|
+
.E_c157gu4z .description {
|
|
36400
|
+
flex: 1 1 0;
|
|
36401
|
+
min-width: 0;
|
|
36402
|
+
margin-left: 8px;
|
|
36403
|
+
word-break: break-word;
|
|
36404
|
+
overflow-wrap: break-word;
|
|
36264
36405
|
}
|
|
36265
|
-
.
|
|
36266
|
-
|
|
36406
|
+
.E_c157gu4z .ant-space,
|
|
36407
|
+
.E_c157gu4z .ant-flex {
|
|
36408
|
+
flex-shrink: 0;
|
|
36409
|
+
align-self: flex-start;
|
|
36410
|
+
margin-top: 0px; /* 0px: (18-18)/2, 18 is the height of the tag, 18 is the line-height */
|
|
36267
36411
|
}
|
|
36268
|
-
|
|
36269
|
-
|
|
36412
|
+
|
|
36413
|
+
.E_eu1sysj {
|
|
36270
36414
|
display: flex;
|
|
36271
36415
|
flex-direction: column;
|
|
36272
|
-
|
|
36273
|
-
|
|
36274
|
-
overflow: visible;
|
|
36416
|
+
align-items: center;
|
|
36417
|
+
justify-content: center;
|
|
36275
36418
|
}
|
|
36276
36419
|
|
|
36277
|
-
.
|
|
36278
|
-
|
|
36279
|
-
|
|
36280
|
-
|
|
36281
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
36282
|
-
border: 1px solid #0080ff;
|
|
36283
|
-
padding: 0;
|
|
36284
|
-
}
|
|
36285
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
36286
|
-
margin: 0;
|
|
36287
|
-
height: 32px;
|
|
36288
|
-
line-height: 32px;
|
|
36289
|
-
font-size: 13px;
|
|
36290
|
-
padding: 0 10px;
|
|
36291
|
-
display: block;
|
|
36292
|
-
overflow: hidden;
|
|
36293
|
-
text-overflow: ellipsis;
|
|
36294
|
-
white-space: nowrap;
|
|
36295
|
-
}
|
|
36296
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
36297
|
-
content: " ";
|
|
36298
|
-
height: 1px;
|
|
36299
|
-
width: calc(100% + 10px);
|
|
36300
|
-
background: rgba(172, 186, 211, 0.6);
|
|
36301
|
-
display: block;
|
|
36302
|
-
}
|
|
36303
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
36304
|
-
color: #0080ff;
|
|
36305
|
-
background: transparent;
|
|
36420
|
+
.E_h1ol2wl7 {
|
|
36421
|
+
font-weight: bold;
|
|
36422
|
+
background-color: unset;
|
|
36423
|
+
padding: unset;
|
|
36306
36424
|
}
|
|
36307
36425
|
|
|
36308
36426
|
.E_i5w779o {
|
|
@@ -36409,87 +36527,6 @@ span.E_tqjc4ui {
|
|
|
36409
36527
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36410
36528
|
}
|
|
36411
36529
|
|
|
36412
|
-
.E_cyms3br {
|
|
36413
|
-
background: #fff;
|
|
36414
|
-
width: 100%;
|
|
36415
|
-
border: none;
|
|
36416
|
-
border-radius: 0;
|
|
36417
|
-
}
|
|
36418
|
-
.E_cyms3br .ant-list {
|
|
36419
|
-
padding: 12px;
|
|
36420
|
-
}
|
|
36421
|
-
.E_cyms3br .ant-list-item {
|
|
36422
|
-
padding: 4px 0;
|
|
36423
|
-
}
|
|
36424
|
-
.E_cyms3br .ant-alert {
|
|
36425
|
-
margin-left: 24px;
|
|
36426
|
-
}
|
|
36427
|
-
.E_cyms3br header {
|
|
36428
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
36429
|
-
font-size: 12px;
|
|
36430
|
-
color: rgb(29, 50, 108);
|
|
36431
|
-
font-weight: 700;
|
|
36432
|
-
padding: 6px 12px;
|
|
36433
|
-
display: flex;
|
|
36434
|
-
flex-direction: row;
|
|
36435
|
-
align-items: center;
|
|
36436
|
-
justify-content: space-between;
|
|
36437
|
-
}
|
|
36438
|
-
.E_cyms3br header .switch-text {
|
|
36439
|
-
display: flex;
|
|
36440
|
-
flex-direction: row;
|
|
36441
|
-
align-items: center;
|
|
36442
|
-
justify-content: space-between;
|
|
36443
|
-
gap: 6px;
|
|
36444
|
-
font-size: 12px;
|
|
36445
|
-
font-weight: 400;
|
|
36446
|
-
color: rgb(0, 18, 46);
|
|
36447
|
-
}
|
|
36448
|
-
.E_cyms3br.border {
|
|
36449
|
-
border-radius: 8px;
|
|
36450
|
-
border: 1px solid rgb(228, 233, 242);
|
|
36451
|
-
}
|
|
36452
|
-
.E_cyms3br.border header {
|
|
36453
|
-
border-bottom: none;
|
|
36454
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36455
|
-
}
|
|
36456
|
-
|
|
36457
|
-
.E_c157gu4z .ant-list-item {
|
|
36458
|
-
display: flex;
|
|
36459
|
-
flex-direction: row;
|
|
36460
|
-
align-items: flex-start;
|
|
36461
|
-
}
|
|
36462
|
-
.E_c157gu4z .icon-wrapper {
|
|
36463
|
-
align-self: flex-start;
|
|
36464
|
-
margin-top: 1px; /* 1px: (18-16)/2, 18 is the height of the icon, 16 is the height of the icon */
|
|
36465
|
-
}
|
|
36466
|
-
.E_c157gu4z .description {
|
|
36467
|
-
flex: 1 1 0;
|
|
36468
|
-
min-width: 0;
|
|
36469
|
-
margin-left: 8px;
|
|
36470
|
-
word-break: break-word;
|
|
36471
|
-
overflow-wrap: break-word;
|
|
36472
|
-
}
|
|
36473
|
-
.E_c157gu4z .ant-space,
|
|
36474
|
-
.E_c157gu4z .ant-flex {
|
|
36475
|
-
flex-shrink: 0;
|
|
36476
|
-
align-self: flex-start;
|
|
36477
|
-
margin-top: 0px; /* 0px: (18-18)/2, 18 is the height of the tag, 18 is the line-height */
|
|
36478
|
-
}
|
|
36479
|
-
|
|
36480
|
-
.E_eu1sysj {
|
|
36481
|
-
display: flex;
|
|
36482
|
-
flex-direction: column;
|
|
36483
|
-
align-items: center;
|
|
36484
|
-
justify-content: center;
|
|
36485
|
-
}
|
|
36486
|
-
|
|
36487
|
-
.E_h1ol2wl7 {
|
|
36488
|
-
font-weight: bold;
|
|
36489
|
-
background-color: unset;
|
|
36490
|
-
padding: unset;
|
|
36491
|
-
}
|
|
36492
|
-
|
|
36493
36530
|
.E_l12xdkhl {
|
|
36494
36531
|
width: 64px;
|
|
36495
36532
|
height: 64px;
|
|
@@ -36514,50 +36551,6 @@ span.E_tqjc4ui {
|
|
|
36514
36551
|
}
|
|
36515
36552
|
}
|
|
36516
36553
|
|
|
36517
|
-
.E_c14ouk5o {
|
|
36518
|
-
width: 100%;
|
|
36519
|
-
height: 100%;
|
|
36520
|
-
display: flex;
|
|
36521
|
-
font-size: 12px;
|
|
36522
|
-
line-height: 18px;
|
|
36523
|
-
padding: 8px 0;
|
|
36524
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36525
|
-
}
|
|
36526
|
-
.E_c14ouk5o:last-of-type {
|
|
36527
|
-
box-shadow: none;
|
|
36528
|
-
padding-bottom: 0;
|
|
36529
|
-
}
|
|
36530
|
-
.E_c14ouk5o.collapsed {
|
|
36531
|
-
flex-direction: column;
|
|
36532
|
-
}
|
|
36533
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36534
|
-
display: flex;
|
|
36535
|
-
}
|
|
36536
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36537
|
-
flex: 1;
|
|
36538
|
-
display: flex;
|
|
36539
|
-
justify-content: space-between;
|
|
36540
|
-
}
|
|
36541
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36542
|
-
height: auto;
|
|
36543
|
-
}
|
|
36544
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
36545
|
-
margin-left: 162px;
|
|
36546
|
-
}
|
|
36547
|
-
.E_c14ouk5o .col-label {
|
|
36548
|
-
width: 216px;
|
|
36549
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36550
|
-
margin-right: 12px;
|
|
36551
|
-
flex-shrink: 0;
|
|
36552
|
-
}
|
|
36553
|
-
.E_c14ouk5o .col-content {
|
|
36554
|
-
color: #2d3a56;
|
|
36555
|
-
/* make btn link in info row have the same height as normal text */
|
|
36556
|
-
}
|
|
36557
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36558
|
-
height: auto;
|
|
36559
|
-
}
|
|
36560
|
-
|
|
36561
36554
|
.E_c1kchka8 {
|
|
36562
36555
|
height: 100%;
|
|
36563
36556
|
width: 100%;
|
|
@@ -37050,15 +37043,6 @@ span.E_tqjc4ui {
|
|
|
37050
37043
|
padding: 0;
|
|
37051
37044
|
}
|
|
37052
37045
|
|
|
37053
|
-
.E_cevhqx7 {
|
|
37054
|
-
color: #00122e;
|
|
37055
|
-
}
|
|
37056
|
-
|
|
37057
|
-
.E_snbqlt4 {
|
|
37058
|
-
margin-top: 8px;
|
|
37059
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37060
|
-
}
|
|
37061
|
-
|
|
37062
37046
|
.E_c1ss4prm {
|
|
37063
37047
|
color: rgba(44, 56, 82, 0.6);
|
|
37064
37048
|
}
|
|
@@ -37108,4 +37092,57 @@ span.E_tqjc4ui {
|
|
|
37108
37092
|
height: 1px;
|
|
37109
37093
|
background: #e4e9f2;
|
|
37110
37094
|
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;
|
|
37111
37148
|
}
|