@cloudtower/eagle 0.33.20 → 0.33.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/Antd5Tree/Antd5Tree.js +30 -0
- package/dist/cjs/index.js +78 -76
- package/dist/cjs/stats1.html +1 -1
- package/dist/cjs/utils/cterror.js +4 -2
- package/dist/components.css +2161 -2161
- package/dist/esm/core/Antd5Tree/Antd5Tree.js +24 -0
- package/dist/esm/index.js +4 -3
- package/dist/esm/stats1.html +1 -1
- package/dist/esm/utils/cterror.js +4 -2
- package/dist/linaria.merged.scss +2377 -2377
- package/dist/src/core/Antd5Tree/Antd5Tree.d.ts +3 -0
- package/dist/src/core/Antd5Tree/Antd5Tree.type.d.ts +2 -0
- package/dist/src/core/Antd5Tree/index.d.ts +2 -0
- package/dist/src/core/index.d.ts +5 -16
- package/dist/src/utils/cterror.d.ts +1 -1
- package/dist/src/utils/type.d.ts +3 -3
- package/dist/stories/docs/core/Antd5Tree.stories.d.ts +33 -0
- package/dist/style.css +1641 -1641
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29672,6 +29672,22 @@ html body {
|
|
|
29672
29672
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29673
29673
|
}
|
|
29674
29674
|
}
|
|
29675
|
+
.E_berrcjl {
|
|
29676
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29677
|
+
margin-bottom: 4px;
|
|
29678
|
+
}
|
|
29679
|
+
.E_berrcjl .breadcrumb-link {
|
|
29680
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29681
|
+
cursor: pointer;
|
|
29682
|
+
transition: color 160ms ease;
|
|
29683
|
+
}
|
|
29684
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29685
|
+
color: #0080ff;
|
|
29686
|
+
}
|
|
29687
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29688
|
+
color: #005ed1;
|
|
29689
|
+
}
|
|
29690
|
+
|
|
29675
29691
|
.E_m74vjol {
|
|
29676
29692
|
display: flex;
|
|
29677
29693
|
justify-content: space-between;
|
|
@@ -29712,20 +29728,54 @@ html body {
|
|
|
29712
29728
|
padding: 8px 12px;
|
|
29713
29729
|
}
|
|
29714
29730
|
|
|
29715
|
-
.
|
|
29716
|
-
|
|
29717
|
-
|
|
29731
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29732
|
+
padding: 4px 8px 0 8px;
|
|
29733
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29734
|
+
font-size: 12px;
|
|
29718
29735
|
}
|
|
29719
|
-
.
|
|
29736
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29737
|
+
padding-bottom: 6px;
|
|
29738
|
+
}
|
|
29739
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29740
|
+
padding-top: 4px;
|
|
29741
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29742
|
+
}
|
|
29743
|
+
|
|
29744
|
+
.E_fzh9mnb {
|
|
29745
|
+
width: 100%;
|
|
29746
|
+
height: 100%;
|
|
29747
|
+
min-height: 124px;
|
|
29748
|
+
display: flex;
|
|
29749
|
+
flex-direction: column;
|
|
29750
|
+
justify-content: center;
|
|
29751
|
+
align-items: center;
|
|
29752
|
+
}
|
|
29753
|
+
.E_fzh9mnb .error-text {
|
|
29720
29754
|
color: rgba(10, 37, 85, 0.6);
|
|
29721
|
-
|
|
29722
|
-
|
|
29755
|
+
margin-bottom: 16px;
|
|
29756
|
+
font-size: 18px;
|
|
29723
29757
|
}
|
|
29724
|
-
|
|
29725
|
-
|
|
29758
|
+
|
|
29759
|
+
.E_c1uzzomf {
|
|
29760
|
+
margin-bottom: 16px;
|
|
29726
29761
|
}
|
|
29727
|
-
.
|
|
29728
|
-
|
|
29762
|
+
.E_c1uzzomf .card-title {
|
|
29763
|
+
font-size: 16px;
|
|
29764
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29765
|
+
font-weight: 700;
|
|
29766
|
+
line-height: 32px;
|
|
29767
|
+
}
|
|
29768
|
+
.E_c1uzzomf .card-body {
|
|
29769
|
+
padding: 24px;
|
|
29770
|
+
border-radius: 8px;
|
|
29771
|
+
background: #fff;
|
|
29772
|
+
}
|
|
29773
|
+
.E_c1uzzomf .empty {
|
|
29774
|
+
font-weight: 700;
|
|
29775
|
+
font-size: 14px;
|
|
29776
|
+
line-height: 22px;
|
|
29777
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29778
|
+
text-align: center;
|
|
29729
29779
|
}
|
|
29730
29780
|
|
|
29731
29781
|
.E_b1nip9bk {
|
|
@@ -29757,41 +29807,87 @@ html body {
|
|
|
29757
29807
|
border-radius: unset;
|
|
29758
29808
|
}
|
|
29759
29809
|
|
|
29760
|
-
.
|
|
29761
|
-
|
|
29762
|
-
|
|
29763
|
-
|
|
29764
|
-
font-size: 16px;
|
|
29765
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29766
|
-
font-weight: 700;
|
|
29767
|
-
line-height: 32px;
|
|
29810
|
+
.E_d1bw7c5z {
|
|
29811
|
+
position: relative;
|
|
29812
|
+
max-width: 388px;
|
|
29813
|
+
min-width: 285px;
|
|
29768
29814
|
}
|
|
29769
|
-
.
|
|
29770
|
-
|
|
29771
|
-
|
|
29772
|
-
|
|
29815
|
+
.E_d1bw7c5z .center {
|
|
29816
|
+
position: absolute;
|
|
29817
|
+
font-size: 12px;
|
|
29818
|
+
width: 80px;
|
|
29819
|
+
height: 100px;
|
|
29820
|
+
top: 0;
|
|
29821
|
+
left: 35px;
|
|
29822
|
+
display: flex;
|
|
29823
|
+
flex-direction: column;
|
|
29824
|
+
justify-content: center;
|
|
29825
|
+
align-items: center;
|
|
29826
|
+
color: #00122e;
|
|
29773
29827
|
}
|
|
29774
|
-
.
|
|
29828
|
+
.E_d1bw7c5z .center .number {
|
|
29829
|
+
font-size: 24px;
|
|
29775
29830
|
font-weight: 700;
|
|
29776
|
-
|
|
29777
|
-
|
|
29778
|
-
|
|
29831
|
+
}
|
|
29832
|
+
.E_d1bw7c5z .center .text {
|
|
29833
|
+
padding: 0 5px;
|
|
29834
|
+
font-size: 12px;
|
|
29835
|
+
width: inherit;
|
|
29779
29836
|
text-align: center;
|
|
29780
29837
|
}
|
|
29781
|
-
|
|
29782
|
-
|
|
29783
|
-
|
|
29784
|
-
|
|
29785
|
-
|
|
29838
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
29839
|
+
display: flex;
|
|
29840
|
+
}
|
|
29841
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29842
|
+
position: relative !important;
|
|
29843
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29844
|
+
left: 0 !important;
|
|
29845
|
+
bottom: 0 !important;
|
|
29786
29846
|
display: flex;
|
|
29787
|
-
flex-direction: column;
|
|
29788
|
-
justify-content: center;
|
|
29789
29847
|
align-items: center;
|
|
29790
29848
|
}
|
|
29791
|
-
.
|
|
29792
|
-
|
|
29793
|
-
|
|
29794
|
-
|
|
29849
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29850
|
+
width: 100%;
|
|
29851
|
+
}
|
|
29852
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29853
|
+
width: 100%;
|
|
29854
|
+
margin-right: 0 !important;
|
|
29855
|
+
line-height: 18px;
|
|
29856
|
+
}
|
|
29857
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29858
|
+
border-radius: 2px;
|
|
29859
|
+
}
|
|
29860
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29861
|
+
min-width: 75px;
|
|
29862
|
+
max-width: 198px;
|
|
29863
|
+
width: calc(100% - 20px);
|
|
29864
|
+
margin-left: 2px;
|
|
29865
|
+
color: #00122e !important;
|
|
29866
|
+
display: inline-flex;
|
|
29867
|
+
justify-content: space-between;
|
|
29868
|
+
}
|
|
29869
|
+
.E_d1bw7c5z .tooltip-text {
|
|
29870
|
+
maxwidth: calc(100% - 12px);
|
|
29871
|
+
cursor: pointer;
|
|
29872
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29873
|
+
overflow: hidden;
|
|
29874
|
+
text-overflow: ellipsis;
|
|
29875
|
+
white-space: nowrap;
|
|
29876
|
+
}
|
|
29877
|
+
.E_d1bw7c5z .value {
|
|
29878
|
+
color: rgba(44, 56, 82, 0.75);
|
|
29879
|
+
}
|
|
29880
|
+
|
|
29881
|
+
.E_t10pqbtc {
|
|
29882
|
+
width: 140px;
|
|
29883
|
+
}
|
|
29884
|
+
.E_t10pqbtc .item {
|
|
29885
|
+
margin: 6px auto;
|
|
29886
|
+
display: flex;
|
|
29887
|
+
justify-content: space-between;
|
|
29888
|
+
}
|
|
29889
|
+
.E_t10pqbtc .item .name {
|
|
29890
|
+
width: 102px;
|
|
29795
29891
|
}
|
|
29796
29892
|
|
|
29797
29893
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30051,134 +30147,85 @@ html body {
|
|
|
30051
30147
|
justify-content: center;
|
|
30052
30148
|
}
|
|
30053
30149
|
|
|
30054
|
-
.
|
|
30055
|
-
|
|
30056
|
-
|
|
30057
|
-
|
|
30150
|
+
.E_f7pxqmh {
|
|
30151
|
+
width: 100%;
|
|
30152
|
+
margin-bottom: 0 !important;
|
|
30153
|
+
flex-flow: nowrap !important;
|
|
30154
|
+
line-break: auto;
|
|
30058
30155
|
}
|
|
30059
|
-
.
|
|
30060
|
-
|
|
30061
|
-
|
|
30062
|
-
width: 80px;
|
|
30063
|
-
height: 100px;
|
|
30064
|
-
top: 0;
|
|
30065
|
-
left: 35px;
|
|
30066
|
-
display: flex;
|
|
30067
|
-
flex-direction: column;
|
|
30068
|
-
justify-content: center;
|
|
30069
|
-
align-items: center;
|
|
30070
|
-
color: #00122e;
|
|
30156
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30157
|
+
text-align: left !important;
|
|
30158
|
+
padding-bottom: 0 !important;
|
|
30071
30159
|
}
|
|
30072
|
-
.
|
|
30073
|
-
|
|
30074
|
-
|
|
30160
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30161
|
+
min-height: 32px;
|
|
30162
|
+
height: auto;
|
|
30163
|
+
font-size: 13px;
|
|
30164
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30165
|
+
white-space: normal;
|
|
30075
30166
|
}
|
|
30076
|
-
.
|
|
30077
|
-
|
|
30167
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30168
|
+
border-color: #ff4d4f !important;
|
|
30169
|
+
}
|
|
30170
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30171
|
+
border-color: #ff4d4f !important;
|
|
30172
|
+
}
|
|
30173
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30174
|
+
margin-top: 4px;
|
|
30078
30175
|
font-size: 12px;
|
|
30079
|
-
|
|
30080
|
-
text-align: center;
|
|
30176
|
+
min-height: 0px;
|
|
30081
30177
|
}
|
|
30082
|
-
.
|
|
30083
|
-
|
|
30178
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30179
|
+
font-size: 12px;
|
|
30180
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30181
|
+
min-height: 0px;
|
|
30084
30182
|
}
|
|
30085
|
-
|
|
30086
|
-
|
|
30087
|
-
|
|
30088
|
-
left: 0 !important;
|
|
30089
|
-
bottom: 0 !important;
|
|
30090
|
-
display: flex;
|
|
30183
|
+
|
|
30184
|
+
.E_iouxfgt {
|
|
30185
|
+
display: inline-flex;
|
|
30091
30186
|
align-items: center;
|
|
30092
30187
|
}
|
|
30093
|
-
.
|
|
30094
|
-
|
|
30188
|
+
.E_iouxfgt .icon-inner {
|
|
30189
|
+
display: inline-flex;
|
|
30190
|
+
align-items: center;
|
|
30191
|
+
justify-content: center;
|
|
30095
30192
|
}
|
|
30096
|
-
.
|
|
30097
|
-
|
|
30098
|
-
margin-
|
|
30193
|
+
.E_iouxfgt .icon-inner + span,
|
|
30194
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30195
|
+
margin-left: 4px;
|
|
30196
|
+
}
|
|
30197
|
+
.E_iouxfgt.is-rotate img,
|
|
30198
|
+
.E_iouxfgt.is-rotate svg {
|
|
30199
|
+
animation: rotate 680ms linear infinite;
|
|
30200
|
+
}
|
|
30201
|
+
|
|
30202
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30099
30203
|
line-height: 18px;
|
|
30100
30204
|
}
|
|
30101
|
-
|
|
30102
|
-
|
|
30205
|
+
|
|
30206
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30207
|
+
display: flex;
|
|
30103
30208
|
}
|
|
30104
|
-
.
|
|
30105
|
-
|
|
30106
|
-
|
|
30107
|
-
width: calc(100% - 20px);
|
|
30108
|
-
margin-left: 2px;
|
|
30109
|
-
color: #00122e !important;
|
|
30110
|
-
display: inline-flex;
|
|
30111
|
-
justify-content: space-between;
|
|
30112
|
-
}
|
|
30113
|
-
.E_d1bw7c5z .tooltip-text {
|
|
30114
|
-
maxwidth: calc(100% - 12px);
|
|
30115
|
-
cursor: pointer;
|
|
30116
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30117
|
-
overflow: hidden;
|
|
30118
|
-
text-overflow: ellipsis;
|
|
30119
|
-
white-space: nowrap;
|
|
30209
|
+
.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 {
|
|
30210
|
+
border-bottom-left-radius: 5px;
|
|
30211
|
+
border-top-left-radius: 5px;
|
|
30120
30212
|
}
|
|
30121
|
-
.
|
|
30122
|
-
|
|
30213
|
+
.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 {
|
|
30214
|
+
border-bottom-right-radius: 5px;
|
|
30215
|
+
border-top-right-radius: 5px;
|
|
30123
30216
|
}
|
|
30124
30217
|
|
|
30125
|
-
.
|
|
30126
|
-
|
|
30127
|
-
|
|
30128
|
-
|
|
30129
|
-
|
|
30218
|
+
.E_i1inqkme {
|
|
30219
|
+
height: 18px;
|
|
30220
|
+
line-height: 18px;
|
|
30221
|
+
padding: 0 4px;
|
|
30222
|
+
border-radius: 4px;
|
|
30223
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30224
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30130
30225
|
display: flex;
|
|
30131
|
-
|
|
30132
|
-
|
|
30133
|
-
|
|
30134
|
-
width: 102px;
|
|
30135
|
-
}
|
|
30136
|
-
|
|
30137
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30138
|
-
padding: 4px 8px 0 8px;
|
|
30139
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30140
|
-
font-size: 12px;
|
|
30141
|
-
}
|
|
30142
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30143
|
-
padding-bottom: 6px;
|
|
30144
|
-
}
|
|
30145
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30146
|
-
padding-top: 4px;
|
|
30147
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30148
|
-
}
|
|
30149
|
-
|
|
30150
|
-
.E_f7pxqmh {
|
|
30151
|
-
width: 100%;
|
|
30152
|
-
margin-bottom: 0 !important;
|
|
30153
|
-
flex-flow: nowrap !important;
|
|
30154
|
-
line-break: auto;
|
|
30155
|
-
}
|
|
30156
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
30157
|
-
text-align: left !important;
|
|
30158
|
-
padding-bottom: 0 !important;
|
|
30159
|
-
}
|
|
30160
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30161
|
-
min-height: 32px;
|
|
30162
|
-
height: auto;
|
|
30163
|
-
font-size: 13px;
|
|
30164
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30165
|
-
white-space: normal;
|
|
30166
|
-
}
|
|
30167
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30168
|
-
border-color: #ff4d4f !important;
|
|
30169
|
-
}
|
|
30170
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30171
|
-
border-color: #ff4d4f !important;
|
|
30172
|
-
}
|
|
30173
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
30174
|
-
margin-top: 4px;
|
|
30175
|
-
font-size: 12px;
|
|
30176
|
-
min-height: 0px;
|
|
30177
|
-
}
|
|
30178
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
30179
|
-
font-size: 12px;
|
|
30180
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30181
|
-
min-height: 0px;
|
|
30226
|
+
align-items: center;
|
|
30227
|
+
white-space: nowrap;
|
|
30228
|
+
margin-right: 4px;
|
|
30182
30229
|
}
|
|
30183
30230
|
|
|
30184
30231
|
.E_atcz0kf .ant-input-suffix {
|
|
@@ -30188,18 +30235,6 @@ html body {
|
|
|
30188
30235
|
padding: 2px 7px 2px 12px;
|
|
30189
30236
|
}
|
|
30190
30237
|
|
|
30191
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30192
|
-
display: flex;
|
|
30193
|
-
}
|
|
30194
|
-
.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 {
|
|
30195
|
-
border-bottom-left-radius: 5px;
|
|
30196
|
-
border-top-left-radius: 5px;
|
|
30197
|
-
}
|
|
30198
|
-
.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 {
|
|
30199
|
-
border-bottom-right-radius: 5px;
|
|
30200
|
-
border-top-right-radius: 5px;
|
|
30201
|
-
}
|
|
30202
|
-
|
|
30203
30238
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30204
30239
|
display: var(--a1wfy30z-0);
|
|
30205
30240
|
}
|
|
@@ -30231,23 +30266,6 @@ html body {
|
|
|
30231
30266
|
font-size: inherit;
|
|
30232
30267
|
}
|
|
30233
30268
|
|
|
30234
|
-
.E_i1inqkme {
|
|
30235
|
-
height: 18px;
|
|
30236
|
-
line-height: 18px;
|
|
30237
|
-
padding: 0 4px;
|
|
30238
|
-
border-radius: 4px;
|
|
30239
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30240
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30241
|
-
display: flex;
|
|
30242
|
-
align-items: center;
|
|
30243
|
-
white-space: nowrap;
|
|
30244
|
-
margin-right: 4px;
|
|
30245
|
-
}
|
|
30246
|
-
|
|
30247
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30248
|
-
line-height: 18px;
|
|
30249
|
-
}
|
|
30250
|
-
|
|
30251
30269
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30252
30270
|
display: var(--ai7qkf2-0);
|
|
30253
30271
|
}
|
|
@@ -30308,24 +30326,6 @@ html body {
|
|
|
30308
30326
|
padding: 2px 8px;
|
|
30309
30327
|
}
|
|
30310
30328
|
|
|
30311
|
-
.E_iouxfgt {
|
|
30312
|
-
display: inline-flex;
|
|
30313
|
-
align-items: center;
|
|
30314
|
-
}
|
|
30315
|
-
.E_iouxfgt .icon-inner {
|
|
30316
|
-
display: inline-flex;
|
|
30317
|
-
align-items: center;
|
|
30318
|
-
justify-content: center;
|
|
30319
|
-
}
|
|
30320
|
-
.E_iouxfgt .icon-inner + span,
|
|
30321
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30322
|
-
margin-left: 4px;
|
|
30323
|
-
}
|
|
30324
|
-
.E_iouxfgt.is-rotate img,
|
|
30325
|
-
.E_iouxfgt.is-rotate svg {
|
|
30326
|
-
animation: rotate 680ms linear infinite;
|
|
30327
|
-
}
|
|
30328
|
-
|
|
30329
30329
|
.E_owd0kml {
|
|
30330
30330
|
display: inline-block;
|
|
30331
30331
|
}
|
|
@@ -30392,6 +30392,32 @@ html body {
|
|
|
30392
30392
|
line-height: 18px;
|
|
30393
30393
|
}
|
|
30394
30394
|
|
|
30395
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30396
|
+
margin-right: 8px;
|
|
30397
|
+
}
|
|
30398
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30399
|
+
margin-left: 8px;
|
|
30400
|
+
}
|
|
30401
|
+
|
|
30402
|
+
.E_cc368xp {
|
|
30403
|
+
color: #00122e;
|
|
30404
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30405
|
+
margin-right: 8px;
|
|
30406
|
+
padding-right: 8px;
|
|
30407
|
+
}
|
|
30408
|
+
|
|
30409
|
+
.E_i11o6xqj {
|
|
30410
|
+
display: flex;
|
|
30411
|
+
gap: 4px;
|
|
30412
|
+
}
|
|
30413
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30414
|
+
cursor: pointer;
|
|
30415
|
+
}
|
|
30416
|
+
|
|
30417
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30418
|
+
cursor: not-allowed;
|
|
30419
|
+
}
|
|
30420
|
+
|
|
30395
30421
|
.E_rapgekc.ant-radio-wrapper {
|
|
30396
30422
|
display: inline-flex;
|
|
30397
30423
|
align-items: baseline;
|
|
@@ -30578,30 +30604,14 @@ html body {
|
|
|
30578
30604
|
transform: rotate(0deg);
|
|
30579
30605
|
}
|
|
30580
30606
|
|
|
30581
|
-
.
|
|
30582
|
-
|
|
30583
|
-
|
|
30584
|
-
|
|
30585
|
-
margin-left: 8px;
|
|
30586
|
-
}
|
|
30587
|
-
|
|
30588
|
-
.E_cc368xp {
|
|
30589
|
-
color: #00122e;
|
|
30590
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30591
|
-
margin-right: 8px;
|
|
30592
|
-
padding-right: 8px;
|
|
30593
|
-
}
|
|
30594
|
-
|
|
30595
|
-
.E_i11o6xqj {
|
|
30596
|
-
display: flex;
|
|
30597
|
-
gap: 4px;
|
|
30598
|
-
}
|
|
30599
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30600
|
-
cursor: pointer;
|
|
30607
|
+
.E_ivqqkzv {
|
|
30608
|
+
height: 24px;
|
|
30609
|
+
width: 56px !important;
|
|
30610
|
+
margin-right: 4px;
|
|
30601
30611
|
}
|
|
30602
30612
|
|
|
30603
|
-
.
|
|
30604
|
-
|
|
30613
|
+
.E_c1wk4q29 {
|
|
30614
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30605
30615
|
}
|
|
30606
30616
|
|
|
30607
30617
|
.E_s1dizucg.ant-switch {
|
|
@@ -30659,16 +30669,10 @@ html body {
|
|
|
30659
30669
|
margin-left: 5px;
|
|
30660
30670
|
}
|
|
30661
30671
|
|
|
30662
|
-
.
|
|
30663
|
-
height: 24px;
|
|
30664
|
-
width: 56px !important;
|
|
30672
|
+
.E_tju3gfj .date {
|
|
30665
30673
|
margin-right: 4px;
|
|
30666
30674
|
}
|
|
30667
30675
|
|
|
30668
|
-
.E_c1wk4q29 {
|
|
30669
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30670
|
-
}
|
|
30671
|
-
|
|
30672
30676
|
.E_cnujxq2 {
|
|
30673
30677
|
display: flex;
|
|
30674
30678
|
flex-direction: column;
|
|
@@ -31358,102 +31362,37 @@ input.E_rf8rlle.ant-input {
|
|
|
31358
31362
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31359
31363
|
}
|
|
31360
31364
|
|
|
31361
|
-
.
|
|
31362
|
-
|
|
31363
|
-
}
|
|
31364
|
-
|
|
31365
|
-
.E_s1sck0th {
|
|
31366
|
-
padding: 0 8px;
|
|
31367
|
-
border-radius: 4px;
|
|
31365
|
+
.E_c1yyuluq {
|
|
31366
|
+
border-radius: 8px;
|
|
31368
31367
|
}
|
|
31369
|
-
|
|
31370
|
-
|
|
31371
|
-
padding: 2px 8px;
|
|
31372
|
-
border-radius: 3px;
|
|
31368
|
+
.E_c1yyuluq .ant-card-body {
|
|
31369
|
+
padding: 20px 24px 24px 24px;
|
|
31373
31370
|
}
|
|
31374
31371
|
|
|
31375
|
-
.
|
|
31376
|
-
|
|
31377
|
-
|
|
31372
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
31373
|
+
border: 0px;
|
|
31374
|
+
background-color: #fff;
|
|
31378
31375
|
}
|
|
31379
|
-
|
|
31380
|
-
|
|
31381
|
-
|
|
31376
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31377
|
+
padding-top: 0px;
|
|
31378
|
+
padding-bottom: 0px;
|
|
31379
|
+
padding-left: 0px !important;
|
|
31380
|
+
padding-right: 24px;
|
|
31382
31381
|
}
|
|
31383
|
-
.
|
|
31384
|
-
|
|
31385
|
-
margin-right: 8px;
|
|
31386
|
-
display: inline-flex;
|
|
31387
|
-
align-items: center;
|
|
31388
|
-
border: none;
|
|
31382
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31383
|
+
right: 0px;
|
|
31389
31384
|
}
|
|
31390
|
-
.
|
|
31391
|
-
|
|
31392
|
-
height: 16px;
|
|
31393
|
-
color: inherit;
|
|
31394
|
-
margin-left: 4px;
|
|
31395
|
-
opacity: 0.6;
|
|
31396
|
-
display: inline-flex;
|
|
31385
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31386
|
+
padding: 0px;
|
|
31397
31387
|
}
|
|
31398
|
-
|
|
31399
|
-
|
|
31388
|
+
|
|
31389
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31390
|
+
padding-right: 0px;
|
|
31391
|
+
cursor: default;
|
|
31400
31392
|
}
|
|
31401
|
-
|
|
31402
|
-
|
|
31403
|
-
|
|
31404
|
-
}
|
|
31405
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31406
|
-
color: #f0483e;
|
|
31407
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31408
|
-
}
|
|
31409
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31410
|
-
color: #e07f00;
|
|
31411
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31412
|
-
}
|
|
31413
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31414
|
-
color: #008f4c;
|
|
31415
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31416
|
-
}
|
|
31417
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31418
|
-
color: #1d326c;
|
|
31419
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31420
|
-
}
|
|
31421
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31422
|
-
color: #7E41FF;
|
|
31423
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
31424
|
-
}
|
|
31425
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31426
|
-
color: #fff;
|
|
31427
|
-
}
|
|
31428
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31429
|
-
background-color: #f0483e;
|
|
31430
|
-
}
|
|
31431
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31432
|
-
background-color: #fea008;
|
|
31433
|
-
}
|
|
31434
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31435
|
-
background-color: #00ba5d;
|
|
31436
|
-
}
|
|
31437
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31438
|
-
background-color: #0080ff;
|
|
31439
|
-
}
|
|
31440
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31441
|
-
background-color: #6b7d99;
|
|
31442
|
-
}
|
|
31443
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31444
|
-
background-color: #7E41FF;
|
|
31445
|
-
}
|
|
31446
|
-
|
|
31447
|
-
.E_iq1gosr {
|
|
31448
|
-
display: inline-block;
|
|
31449
|
-
}
|
|
31450
|
-
|
|
31451
|
-
.E_m196gn1d {
|
|
31452
|
-
min-width: 1280px;
|
|
31453
|
-
}
|
|
31454
|
-
|
|
31455
|
-
.E_s1dni7lo {
|
|
31456
|
-
width: 430px !important;
|
|
31393
|
+
|
|
31394
|
+
.E_s1dni7lo {
|
|
31395
|
+
width: 430px !important;
|
|
31457
31396
|
}
|
|
31458
31397
|
|
|
31459
31398
|
.E_d1wwmmm5 .ant-select-item-group {
|
|
@@ -31533,6 +31472,40 @@ input.E_rf8rlle.ant-input {
|
|
|
31533
31472
|
opacity: 0;
|
|
31534
31473
|
}
|
|
31535
31474
|
|
|
31475
|
+
.E_m196gn1d {
|
|
31476
|
+
min-width: 1280px;
|
|
31477
|
+
}
|
|
31478
|
+
|
|
31479
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31480
|
+
display: inline-flex;
|
|
31481
|
+
align-items: center;
|
|
31482
|
+
justify-content: center;
|
|
31483
|
+
color: #fff;
|
|
31484
|
+
font-weight: bold;
|
|
31485
|
+
font-size: 12px;
|
|
31486
|
+
width: 24px;
|
|
31487
|
+
height: 24px;
|
|
31488
|
+
border-radius: 50%;
|
|
31489
|
+
background: var(--a1b5xrg3-0);
|
|
31490
|
+
}
|
|
31491
|
+
.E_a1b5xrg3.btn-item {
|
|
31492
|
+
transition: all 160ms ease;
|
|
31493
|
+
cursor: pointer;
|
|
31494
|
+
width: 56px;
|
|
31495
|
+
height: 40px;
|
|
31496
|
+
display: inline-flex;
|
|
31497
|
+
align-items: center;
|
|
31498
|
+
justify-content: center;
|
|
31499
|
+
border-radius: 6px;
|
|
31500
|
+
}
|
|
31501
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31502
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31503
|
+
}
|
|
31504
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31505
|
+
transform: translateY(2px);
|
|
31506
|
+
transition: all 320ms ease;
|
|
31507
|
+
}
|
|
31508
|
+
|
|
31536
31509
|
.E_dsnbhzf {
|
|
31537
31510
|
font-family: Inter;
|
|
31538
31511
|
font-style: normal;
|
|
@@ -32008,74 +31981,101 @@ input.E_rf8rlle.ant-input {
|
|
|
32008
31981
|
line-height: 12px;
|
|
32009
31982
|
}
|
|
32010
31983
|
|
|
32011
|
-
.
|
|
31984
|
+
.E_iq1gosr {
|
|
31985
|
+
display: inline-block;
|
|
31986
|
+
}
|
|
31987
|
+
|
|
31988
|
+
.E_s1sck0th {
|
|
31989
|
+
padding: 0 8px;
|
|
31990
|
+
border-radius: 4px;
|
|
31991
|
+
}
|
|
31992
|
+
|
|
31993
|
+
.E_m855nr1 {
|
|
31994
|
+
padding: 2px 8px;
|
|
31995
|
+
border-radius: 3px;
|
|
31996
|
+
}
|
|
31997
|
+
|
|
31998
|
+
.E_l1270xpg {
|
|
31999
|
+
padding: 3px 8px;
|
|
32000
|
+
border-radius: 2px;
|
|
32001
|
+
}
|
|
32002
|
+
|
|
32003
|
+
.E_t14rextb.ant-tag:hover {
|
|
32004
|
+
opacity: unset;
|
|
32005
|
+
}
|
|
32006
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32007
|
+
margin: 0;
|
|
32008
|
+
margin-right: 8px;
|
|
32012
32009
|
display: inline-flex;
|
|
32013
32010
|
align-items: center;
|
|
32014
|
-
|
|
32015
|
-
color: #fff;
|
|
32016
|
-
font-weight: bold;
|
|
32017
|
-
font-size: 12px;
|
|
32018
|
-
width: 24px;
|
|
32019
|
-
height: 24px;
|
|
32020
|
-
border-radius: 50%;
|
|
32021
|
-
background: var(--a1b5xrg3-0);
|
|
32011
|
+
border: none;
|
|
32022
32012
|
}
|
|
32023
|
-
.
|
|
32024
|
-
|
|
32025
|
-
|
|
32026
|
-
|
|
32027
|
-
|
|
32013
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32014
|
+
width: 16px;
|
|
32015
|
+
height: 16px;
|
|
32016
|
+
color: inherit;
|
|
32017
|
+
margin-left: 4px;
|
|
32018
|
+
opacity: 0.6;
|
|
32028
32019
|
display: inline-flex;
|
|
32029
|
-
align-items: center;
|
|
32030
|
-
justify-content: center;
|
|
32031
|
-
border-radius: 6px;
|
|
32032
32020
|
}
|
|
32033
|
-
.
|
|
32034
|
-
|
|
32021
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32022
|
+
opacity: 1;
|
|
32035
32023
|
}
|
|
32036
|
-
.
|
|
32037
|
-
|
|
32038
|
-
|
|
32024
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32025
|
+
color: #0080ff;
|
|
32026
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32039
32027
|
}
|
|
32040
|
-
|
|
32041
|
-
|
|
32042
|
-
|
|
32028
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32029
|
+
color: #f0483e;
|
|
32030
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32043
32031
|
}
|
|
32044
|
-
.
|
|
32045
|
-
|
|
32046
|
-
|
|
32032
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32033
|
+
color: #e07f00;
|
|
32034
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32047
32035
|
}
|
|
32048
|
-
.
|
|
32049
|
-
|
|
32036
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32037
|
+
color: #008f4c;
|
|
32038
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32050
32039
|
}
|
|
32051
|
-
|
|
32052
|
-
|
|
32053
|
-
|
|
32040
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32041
|
+
color: #1d326c;
|
|
32042
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32054
32043
|
}
|
|
32055
|
-
.
|
|
32056
|
-
|
|
32044
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32045
|
+
color: #7E41FF;
|
|
32046
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32057
32047
|
}
|
|
32058
|
-
|
|
32059
|
-
|
|
32060
|
-
border: 0px;
|
|
32061
|
-
background-color: #fff;
|
|
32048
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32049
|
+
color: #fff;
|
|
32062
32050
|
}
|
|
32063
|
-
.
|
|
32064
|
-
|
|
32065
|
-
padding-bottom: 0px;
|
|
32066
|
-
padding-left: 0px !important;
|
|
32067
|
-
padding-right: 24px;
|
|
32051
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32052
|
+
background-color: #f0483e;
|
|
32068
32053
|
}
|
|
32069
|
-
.
|
|
32070
|
-
|
|
32054
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32055
|
+
background-color: #fea008;
|
|
32071
32056
|
}
|
|
32072
|
-
.
|
|
32073
|
-
|
|
32057
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32058
|
+
background-color: #00ba5d;
|
|
32059
|
+
}
|
|
32060
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32061
|
+
background-color: #0080ff;
|
|
32062
|
+
}
|
|
32063
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32064
|
+
background-color: #6b7d99;
|
|
32065
|
+
}
|
|
32066
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32067
|
+
background-color: #7E41FF;
|
|
32074
32068
|
}
|
|
32075
32069
|
|
|
32076
|
-
.
|
|
32077
|
-
|
|
32078
|
-
|
|
32070
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
32071
|
+
display: none;
|
|
32072
|
+
}
|
|
32073
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
32074
|
+
background: rgba(23, 38, 64, 0.8);
|
|
32075
|
+
border-radius: 4px;
|
|
32076
|
+
}
|
|
32077
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
32078
|
+
visibility: hidden;
|
|
32079
32079
|
}
|
|
32080
32080
|
|
|
32081
32081
|
.E_suhck3k {
|
|
@@ -32770,6 +32770,25 @@ input.E_rf8rlle.ant-input {
|
|
|
32770
32770
|
opacity: 0.8;
|
|
32771
32771
|
}
|
|
32772
32772
|
|
|
32773
|
+
.E_r77hffu {
|
|
32774
|
+
display: flex;
|
|
32775
|
+
align-items: center;
|
|
32776
|
+
justify-content: space-between;
|
|
32777
|
+
column-gap: 6px;
|
|
32778
|
+
}
|
|
32779
|
+
|
|
32780
|
+
.E_p1cmxsf7 {
|
|
32781
|
+
display: flex;
|
|
32782
|
+
flex-direction: column;
|
|
32783
|
+
justify-content: center;
|
|
32784
|
+
row-gap: var(--p1cmxsf7-0);
|
|
32785
|
+
}
|
|
32786
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
32787
|
+
font-size: 0;
|
|
32788
|
+
margin-bottom: unset;
|
|
32789
|
+
margin-inline-end: unset;
|
|
32790
|
+
}
|
|
32791
|
+
|
|
32773
32792
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32774
32793
|
margin-right: 2px;
|
|
32775
32794
|
}
|
|
@@ -32805,42 +32824,19 @@ input.E_rf8rlle.ant-input {
|
|
|
32805
32824
|
background-color: transparent;
|
|
32806
32825
|
}
|
|
32807
32826
|
|
|
32808
|
-
.
|
|
32827
|
+
.E_ckui4s7 {
|
|
32828
|
+
color: #2d3a56;
|
|
32829
|
+
line-height: 22px;
|
|
32830
|
+
display: inline-flex;
|
|
32831
|
+
}
|
|
32832
|
+
.E_ckui4s7 .ant-checkbox {
|
|
32833
|
+
height: 22px;
|
|
32809
32834
|
display: flex;
|
|
32810
32835
|
align-items: center;
|
|
32811
|
-
|
|
32812
|
-
column-gap: 6px;
|
|
32836
|
+
top: 0;
|
|
32813
32837
|
}
|
|
32814
|
-
|
|
32815
|
-
|
|
32816
|
-
display: flex;
|
|
32817
|
-
flex-direction: column;
|
|
32818
|
-
justify-content: center;
|
|
32819
|
-
row-gap: var(--p1cmxsf7-0);
|
|
32820
|
-
}
|
|
32821
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
32822
|
-
font-size: 0;
|
|
32823
|
-
margin-bottom: unset;
|
|
32824
|
-
margin-inline-end: unset;
|
|
32825
|
-
}
|
|
32826
|
-
|
|
32827
|
-
.E_c1yd35n {
|
|
32828
|
-
padding: 0 12px 14px 12px;
|
|
32829
|
-
}
|
|
32830
|
-
|
|
32831
|
-
.E_ckui4s7 {
|
|
32832
|
-
color: #2d3a56;
|
|
32833
|
-
line-height: 22px;
|
|
32834
|
-
display: inline-flex;
|
|
32835
|
-
}
|
|
32836
|
-
.E_ckui4s7 .ant-checkbox {
|
|
32837
|
-
height: 22px;
|
|
32838
|
-
display: flex;
|
|
32839
|
-
align-items: center;
|
|
32840
|
-
top: 0;
|
|
32841
|
-
}
|
|
32842
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
32843
|
-
border: none;
|
|
32838
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
32839
|
+
border: none;
|
|
32844
32840
|
}
|
|
32845
32841
|
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
32846
32842
|
border-color: #0080ff;
|
|
@@ -32932,6 +32928,10 @@ input.E_rf8rlle.ant-input {
|
|
|
32932
32928
|
margin-right: 2px;
|
|
32933
32929
|
}
|
|
32934
32930
|
|
|
32931
|
+
.E_c1yd35n {
|
|
32932
|
+
padding: 0 12px 14px 12px;
|
|
32933
|
+
}
|
|
32934
|
+
|
|
32935
32935
|
.E_b14q2gmw {
|
|
32936
32936
|
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);
|
|
32937
32937
|
}
|
|
@@ -32949,6 +32949,28 @@ input.E_rf8rlle.ant-input {
|
|
|
32949
32949
|
transform: translateY(-4px);
|
|
32950
32950
|
}
|
|
32951
32951
|
|
|
32952
|
+
.E_t1gvlxt5 {
|
|
32953
|
+
min-width: 0;
|
|
32954
|
+
flex: 1;
|
|
32955
|
+
}
|
|
32956
|
+
.E_t1gvlxt5 .tag {
|
|
32957
|
+
flex: 0 0 auto;
|
|
32958
|
+
}
|
|
32959
|
+
.E_t1gvlxt5 .progress-title {
|
|
32960
|
+
flex: 2;
|
|
32961
|
+
max-width: fit-content;
|
|
32962
|
+
}
|
|
32963
|
+
.E_t1gvlxt5 .progress-desc {
|
|
32964
|
+
flex: 1;
|
|
32965
|
+
max-width: fit-content;
|
|
32966
|
+
}
|
|
32967
|
+
|
|
32968
|
+
.E_a1ji6r68 {
|
|
32969
|
+
display: flex;
|
|
32970
|
+
align-items: center;
|
|
32971
|
+
column-gap: var(--a1ji6r68-0);
|
|
32972
|
+
}
|
|
32973
|
+
|
|
32952
32974
|
.E_lht19u8 {
|
|
32953
32975
|
width: 64px;
|
|
32954
32976
|
height: 64px;
|
|
@@ -32998,6 +33020,167 @@ input.E_rf8rlle.ant-input {
|
|
|
32998
33020
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32999
33021
|
}
|
|
33000
33022
|
|
|
33023
|
+
.E_msn7nxt {
|
|
33024
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33025
|
+
text-align: center;
|
|
33026
|
+
display: flex;
|
|
33027
|
+
align-items: center;
|
|
33028
|
+
justify-content: center;
|
|
33029
|
+
flex-direction: column;
|
|
33030
|
+
height: 100%;
|
|
33031
|
+
}
|
|
33032
|
+
.E_msn7nxt .link {
|
|
33033
|
+
color: #0080ff;
|
|
33034
|
+
cursor: pointer;
|
|
33035
|
+
}
|
|
33036
|
+
|
|
33037
|
+
.E_mp64wfi {
|
|
33038
|
+
width: 100%;
|
|
33039
|
+
height: 100%;
|
|
33040
|
+
display: flex;
|
|
33041
|
+
flex-direction: column;
|
|
33042
|
+
}
|
|
33043
|
+
.E_mp64wfi .name-toolbar {
|
|
33044
|
+
width: 100%;
|
|
33045
|
+
display: flex;
|
|
33046
|
+
line-height: 30px;
|
|
33047
|
+
padding: 0 16px;
|
|
33048
|
+
justify-content: space-between;
|
|
33049
|
+
}
|
|
33050
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
33051
|
+
display: flex;
|
|
33052
|
+
font-size: 12px;
|
|
33053
|
+
align-items: center;
|
|
33054
|
+
}
|
|
33055
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33056
|
+
color: #a3b4cc;
|
|
33057
|
+
}
|
|
33058
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33059
|
+
margin-left: 10px;
|
|
33060
|
+
}
|
|
33061
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33062
|
+
margin-left: 10px;
|
|
33063
|
+
cursor: pointer;
|
|
33064
|
+
}
|
|
33065
|
+
.E_mp64wfi .content {
|
|
33066
|
+
flex: 1;
|
|
33067
|
+
width: 100%;
|
|
33068
|
+
display: flex;
|
|
33069
|
+
justify-content: center;
|
|
33070
|
+
align-items: center;
|
|
33071
|
+
}
|
|
33072
|
+
.E_mp64wfi .single-content {
|
|
33073
|
+
height: 65px;
|
|
33074
|
+
}
|
|
33075
|
+
|
|
33076
|
+
.E_l1oyigan {
|
|
33077
|
+
display: flex;
|
|
33078
|
+
align-items: center;
|
|
33079
|
+
white-space: nowrap;
|
|
33080
|
+
overflow: hidden;
|
|
33081
|
+
width: 100%;
|
|
33082
|
+
}
|
|
33083
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
33084
|
+
margin-left: auto;
|
|
33085
|
+
font-size: 12px;
|
|
33086
|
+
}
|
|
33087
|
+
|
|
33088
|
+
.E_l1noi4n1 {
|
|
33089
|
+
display: flex;
|
|
33090
|
+
justify-content: flex-start;
|
|
33091
|
+
align-items: center;
|
|
33092
|
+
font-size: 12px;
|
|
33093
|
+
cursor: pointer;
|
|
33094
|
+
}
|
|
33095
|
+
.E_l1noi4n1:not(:last-child) {
|
|
33096
|
+
margin-right: 20px;
|
|
33097
|
+
}
|
|
33098
|
+
.E_l1noi4n1.deselected {
|
|
33099
|
+
opacity: 0.4;
|
|
33100
|
+
}
|
|
33101
|
+
.E_l1noi4n1.deselected .color-block {
|
|
33102
|
+
background: #b4beca !important;
|
|
33103
|
+
}
|
|
33104
|
+
|
|
33105
|
+
.E_cz19rz6 {
|
|
33106
|
+
display: inline-block;
|
|
33107
|
+
height: 8px;
|
|
33108
|
+
width: 8px;
|
|
33109
|
+
margin-right: 8px;
|
|
33110
|
+
}
|
|
33111
|
+
|
|
33112
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
33113
|
+
display: flex;
|
|
33114
|
+
align-items: center;
|
|
33115
|
+
font-size: 12px;
|
|
33116
|
+
margin: 0;
|
|
33117
|
+
}
|
|
33118
|
+
|
|
33119
|
+
.E_m1y1hhnr {
|
|
33120
|
+
position: relative;
|
|
33121
|
+
}
|
|
33122
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
33123
|
+
bottom: -12px;
|
|
33124
|
+
}
|
|
33125
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
33126
|
+
display: flex;
|
|
33127
|
+
justify-content: space-between;
|
|
33128
|
+
line-height: 30px;
|
|
33129
|
+
margin: 0 16px;
|
|
33130
|
+
}
|
|
33131
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
33132
|
+
display: flex;
|
|
33133
|
+
font-size: 12px;
|
|
33134
|
+
align-items: center;
|
|
33135
|
+
}
|
|
33136
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
33137
|
+
color: #a3b4cc;
|
|
33138
|
+
}
|
|
33139
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33140
|
+
margin-left: 10px;
|
|
33141
|
+
}
|
|
33142
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
33143
|
+
margin-left: 10px;
|
|
33144
|
+
cursor: pointer;
|
|
33145
|
+
}
|
|
33146
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
33147
|
+
font-size: 12px;
|
|
33148
|
+
}
|
|
33149
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
33150
|
+
position: absolute;
|
|
33151
|
+
bottom: 10px;
|
|
33152
|
+
padding: 0 8px;
|
|
33153
|
+
border-radius: 4px;
|
|
33154
|
+
font-size: 12px;
|
|
33155
|
+
color: #fff;
|
|
33156
|
+
background: rgba(0, 0, 0, 0.75);
|
|
33157
|
+
transform: translateX(-50%);
|
|
33158
|
+
}
|
|
33159
|
+
|
|
33160
|
+
.E_tnvijvs {
|
|
33161
|
+
min-width: 200px;
|
|
33162
|
+
}
|
|
33163
|
+
|
|
33164
|
+
.E_t1ub2aex {
|
|
33165
|
+
display: flex;
|
|
33166
|
+
align-items: center;
|
|
33167
|
+
justify-content: space-between;
|
|
33168
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
33169
|
+
color: #b4beca;
|
|
33170
|
+
font-size: 12px;
|
|
33171
|
+
padding: 3px 6px;
|
|
33172
|
+
}
|
|
33173
|
+
.E_t1ub2aex:first-child {
|
|
33174
|
+
padding-top: 3px;
|
|
33175
|
+
}
|
|
33176
|
+
.E_t1ub2aex:last-child {
|
|
33177
|
+
padding-bottom: 3px;
|
|
33178
|
+
}
|
|
33179
|
+
.E_t1ub2aex .column-value {
|
|
33180
|
+
color: #fff;
|
|
33181
|
+
margin-left: 8px;
|
|
33182
|
+
}
|
|
33183
|
+
|
|
33001
33184
|
.E_m11nzl2x {
|
|
33002
33185
|
color: rgba(44, 56, 82, 0.6);
|
|
33003
33186
|
text-align: center;
|
|
@@ -33203,248 +33386,433 @@ input.E_rf8rlle.ant-input {
|
|
|
33203
33386
|
border: 1px solid #fff;
|
|
33204
33387
|
}
|
|
33205
33388
|
|
|
33206
|
-
.
|
|
33207
|
-
|
|
33208
|
-
flex: 1;
|
|
33389
|
+
.E_w7ob4th.outside-tag {
|
|
33390
|
+
padding-left: 0;
|
|
33209
33391
|
}
|
|
33210
|
-
.
|
|
33211
|
-
|
|
33392
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33393
|
+
border-radius: 4px 0 0 4px;
|
|
33394
|
+
padding-right: 4px;
|
|
33395
|
+
margin-right: 4px;
|
|
33212
33396
|
}
|
|
33213
|
-
|
|
33214
|
-
|
|
33215
|
-
|
|
33397
|
+
|
|
33398
|
+
.E_sjob3jg {
|
|
33399
|
+
--item-min-width: 60px;
|
|
33216
33400
|
}
|
|
33217
|
-
.
|
|
33218
|
-
|
|
33219
|
-
max-width: fit-content;
|
|
33401
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33402
|
+
display: none !important;
|
|
33220
33403
|
}
|
|
33221
|
-
|
|
33222
|
-
|
|
33223
|
-
display: flex;
|
|
33224
|
-
align-items: center;
|
|
33225
|
-
column-gap: var(--a1ji6r68-0);
|
|
33404
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33405
|
+
flex-shrink: 0 !important;
|
|
33226
33406
|
}
|
|
33227
|
-
|
|
33228
|
-
|
|
33229
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33230
|
-
text-align: center;
|
|
33231
|
-
display: flex;
|
|
33232
|
-
align-items: center;
|
|
33233
|
-
justify-content: center;
|
|
33234
|
-
flex-direction: column;
|
|
33235
|
-
height: 100%;
|
|
33407
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33408
|
+
color: #0080ff;
|
|
33236
33409
|
}
|
|
33237
|
-
.
|
|
33410
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33238
33411
|
color: #0080ff;
|
|
33239
|
-
|
|
33412
|
+
font-weight: normal;
|
|
33240
33413
|
}
|
|
33241
|
-
|
|
33242
|
-
.
|
|
33243
|
-
width: 100%;
|
|
33244
|
-
height: 100%;
|
|
33245
|
-
display: flex;
|
|
33246
|
-
flex-direction: column;
|
|
33414
|
+
.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 {
|
|
33415
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33247
33416
|
}
|
|
33248
|
-
.
|
|
33249
|
-
|
|
33250
|
-
display: flex;
|
|
33251
|
-
line-height: 30px;
|
|
33252
|
-
padding: 0 16px;
|
|
33253
|
-
justify-content: space-between;
|
|
33417
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33418
|
+
color: #00122e;
|
|
33254
33419
|
}
|
|
33255
|
-
.
|
|
33256
|
-
display:
|
|
33257
|
-
font-size: 12px;
|
|
33258
|
-
align-items: center;
|
|
33420
|
+
.E_sjob3jg .step-item-text {
|
|
33421
|
+
display: inline-block;
|
|
33259
33422
|
}
|
|
33260
|
-
.
|
|
33261
|
-
|
|
33423
|
+
.E_sjob3jg .step-item-title {
|
|
33424
|
+
overflow: hidden;
|
|
33425
|
+
white-space: nowrap;
|
|
33426
|
+
text-overflow: ellipsis;
|
|
33262
33427
|
}
|
|
33263
|
-
|
|
33264
|
-
|
|
33428
|
+
|
|
33429
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
33430
|
+
min-width: var(--item-min-width);
|
|
33265
33431
|
}
|
|
33266
|
-
.
|
|
33267
|
-
|
|
33268
|
-
cursor: pointer;
|
|
33432
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33433
|
+
cursor: not-allowed !important;
|
|
33269
33434
|
}
|
|
33270
|
-
.
|
|
33271
|
-
flex:
|
|
33272
|
-
|
|
33273
|
-
display: flex;
|
|
33274
|
-
justify-content: center;
|
|
33275
|
-
align-items: center;
|
|
33435
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33436
|
+
flex-direction: row;
|
|
33437
|
+
justify-content: stretch;
|
|
33276
33438
|
}
|
|
33277
|
-
.
|
|
33278
|
-
|
|
33439
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33440
|
+
padding: 0;
|
|
33441
|
+
margin-right: 4px;
|
|
33442
|
+
flex: 1;
|
|
33443
|
+
overflow: visible;
|
|
33279
33444
|
}
|
|
33280
|
-
|
|
33281
|
-
.E_l1oyigan {
|
|
33282
|
-
display: flex;
|
|
33283
|
-
align-items: center;
|
|
33284
|
-
white-space: nowrap;
|
|
33285
|
-
overflow: hidden;
|
|
33445
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33286
33446
|
width: 100%;
|
|
33447
|
+
min-height: unset;
|
|
33287
33448
|
}
|
|
33288
|
-
.
|
|
33289
|
-
|
|
33290
|
-
|
|
33291
|
-
|
|
33292
|
-
|
|
33293
|
-
.E_l1noi4n1 {
|
|
33294
|
-
display: flex;
|
|
33295
|
-
justify-content: flex-start;
|
|
33296
|
-
align-items: center;
|
|
33449
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33450
|
+
height: 26px;
|
|
33451
|
+
line-height: 26px;
|
|
33452
|
+
width: 100%;
|
|
33453
|
+
padding: 0;
|
|
33297
33454
|
font-size: 12px;
|
|
33298
|
-
cursor: pointer;
|
|
33299
33455
|
}
|
|
33300
|
-
.
|
|
33301
|
-
margin-right:
|
|
33456
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33457
|
+
margin-right: 10px;
|
|
33302
33458
|
}
|
|
33303
|
-
.
|
|
33304
|
-
|
|
33459
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33460
|
+
display: none;
|
|
33305
33461
|
}
|
|
33306
|
-
.
|
|
33307
|
-
|
|
33462
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33463
|
+
padding-left: 8px;
|
|
33464
|
+
padding-right: 4px;
|
|
33465
|
+
border-radius: 4px 0 0 4px;
|
|
33308
33466
|
}
|
|
33309
|
-
|
|
33310
|
-
|
|
33311
|
-
display: inline-block;
|
|
33312
|
-
height: 8px;
|
|
33313
|
-
width: 8px;
|
|
33314
|
-
margin-right: 8px;
|
|
33467
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33468
|
+
margin-right: 0;
|
|
33315
33469
|
}
|
|
33316
|
-
|
|
33317
|
-
|
|
33318
|
-
|
|
33319
|
-
|
|
33320
|
-
font-size: 12px;
|
|
33321
|
-
margin: 0;
|
|
33470
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33471
|
+
padding-right: 8px;
|
|
33472
|
+
padding-left: 12px;
|
|
33473
|
+
border-radius: 0 4px 4px 0;
|
|
33322
33474
|
}
|
|
33323
|
-
|
|
33324
|
-
|
|
33475
|
+
.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 {
|
|
33476
|
+
content: "";
|
|
33477
|
+
width: 0;
|
|
33478
|
+
height: 0;
|
|
33479
|
+
border: 13px solid transparent;
|
|
33480
|
+
position: absolute;
|
|
33481
|
+
top: 0;
|
|
33482
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33483
|
+
z-index: 2;
|
|
33325
33484
|
position: relative;
|
|
33485
|
+
top: -50%;
|
|
33486
|
+
right: -100%;
|
|
33326
33487
|
}
|
|
33327
|
-
.
|
|
33328
|
-
|
|
33488
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33489
|
+
padding: 0 4px 0 12px;
|
|
33329
33490
|
}
|
|
33330
|
-
.
|
|
33331
|
-
|
|
33332
|
-
|
|
33333
|
-
|
|
33334
|
-
|
|
33491
|
+
.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 {
|
|
33492
|
+
content: "";
|
|
33493
|
+
width: 0;
|
|
33494
|
+
height: 0;
|
|
33495
|
+
border: 13px solid transparent;
|
|
33496
|
+
position: absolute;
|
|
33497
|
+
top: 0;
|
|
33498
|
+
border-left: 8px solid #fff;
|
|
33499
|
+
left: 0;
|
|
33335
33500
|
}
|
|
33336
|
-
.
|
|
33337
|
-
|
|
33338
|
-
font-size: 12px;
|
|
33339
|
-
align-items: center;
|
|
33501
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33502
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33340
33503
|
}
|
|
33341
|
-
.
|
|
33342
|
-
color:
|
|
33504
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33505
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33343
33506
|
}
|
|
33344
|
-
.
|
|
33345
|
-
|
|
33507
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33508
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33346
33509
|
}
|
|
33347
|
-
.
|
|
33348
|
-
margin-left: 10px;
|
|
33510
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33349
33511
|
cursor: pointer;
|
|
33512
|
+
min-width: var(--item-min-width);
|
|
33350
33513
|
}
|
|
33351
|
-
.
|
|
33352
|
-
|
|
33514
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33515
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33516
|
+
min-width: var(--item-min-width);
|
|
33353
33517
|
}
|
|
33354
|
-
.
|
|
33355
|
-
|
|
33356
|
-
|
|
33357
|
-
padding: 0 8px;
|
|
33358
|
-
border-radius: 4px;
|
|
33359
|
-
font-size: 12px;
|
|
33360
|
-
color: #fff;
|
|
33361
|
-
background: rgba(0, 0, 0, 0.75);
|
|
33362
|
-
transform: translateX(-50%);
|
|
33518
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33519
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33520
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33363
33521
|
}
|
|
33364
|
-
|
|
33365
|
-
|
|
33366
|
-
min-width: 200px;
|
|
33522
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
33523
|
+
padding: 0;
|
|
33367
33524
|
}
|
|
33368
33525
|
|
|
33369
|
-
.
|
|
33526
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
33527
|
+
width: 192px;
|
|
33528
|
+
row-gap: 2px;
|
|
33529
|
+
}
|
|
33530
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33531
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33532
|
+
}
|
|
33533
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
33534
|
+
color: #00122e !important;
|
|
33535
|
+
}
|
|
33536
|
+
.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 {
|
|
33537
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33538
|
+
}
|
|
33539
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33540
|
+
padding: 0 8px;
|
|
33541
|
+
border-radius: 4px;
|
|
33542
|
+
height: 32px;
|
|
33370
33543
|
display: flex;
|
|
33371
33544
|
align-items: center;
|
|
33372
|
-
justify-content: space-between;
|
|
33373
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
33374
|
-
color: #b4beca;
|
|
33375
|
-
font-size: 12px;
|
|
33376
|
-
padding: 3px 6px;
|
|
33377
33545
|
}
|
|
33378
|
-
.
|
|
33379
|
-
|
|
33546
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33547
|
+
min-height: auto;
|
|
33548
|
+
white-space: nowrap;
|
|
33380
33549
|
}
|
|
33381
|
-
.
|
|
33382
|
-
|
|
33550
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33551
|
+
font-size: 13px;
|
|
33552
|
+
line-height: 20px;
|
|
33553
|
+
max-width: 100%;
|
|
33554
|
+
padding-right: 0;
|
|
33383
33555
|
}
|
|
33384
|
-
.
|
|
33385
|
-
|
|
33386
|
-
margin-left: 8px;
|
|
33556
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33557
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33387
33558
|
}
|
|
33388
33559
|
|
|
33389
|
-
.
|
|
33390
|
-
|
|
33391
|
-
|
|
33392
|
-
|
|
33393
|
-
|
|
33394
|
-
|
|
33395
|
-
margin-right: 4px;
|
|
33560
|
+
.E_h6l1tj4 {
|
|
33561
|
+
width: 100%;
|
|
33562
|
+
display: inline-flex;
|
|
33563
|
+
align-items: center;
|
|
33564
|
+
justify-content: center;
|
|
33565
|
+
column-gap: 4px;
|
|
33396
33566
|
}
|
|
33397
|
-
|
|
33398
|
-
|
|
33399
|
-
|
|
33400
|
-
|
|
33401
|
-
font-size: 12px;
|
|
33402
|
-
line-height: 18px;
|
|
33567
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
33568
|
+
display: inline-flex;
|
|
33569
|
+
align-items: center;
|
|
33570
|
+
width: 18px;
|
|
33403
33571
|
height: 18px;
|
|
33572
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33573
|
+
justify-content: center;
|
|
33404
33574
|
}
|
|
33405
33575
|
|
|
33406
|
-
|
|
33407
|
-
|
|
33408
|
-
|
|
33409
|
-
|
|
33410
|
-
|
|
33411
|
-
|
|
33576
|
+
.E_v18frne8 {
|
|
33577
|
+
width: 100%;
|
|
33578
|
+
display: flex;
|
|
33579
|
+
align-items: center;
|
|
33580
|
+
justify-content: center;
|
|
33581
|
+
column-gap: 6px;
|
|
33582
|
+
font-size: 13px;
|
|
33412
33583
|
}
|
|
33413
|
-
|
|
33414
|
-
|
|
33584
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
33585
|
+
display: inline-flex;
|
|
33586
|
+
align-items: center;
|
|
33587
|
+
min-width: 20px;
|
|
33588
|
+
min-height: 20px;
|
|
33589
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33590
|
+
justify-content: center;
|
|
33415
33591
|
}
|
|
33416
|
-
|
|
33417
|
-
|
|
33592
|
+
|
|
33593
|
+
.E_t1dtlqs1 {
|
|
33594
|
+
margin-bottom: 4px;
|
|
33595
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33418
33596
|
}
|
|
33419
|
-
|
|
33420
|
-
|
|
33597
|
+
|
|
33598
|
+
.E_s1ese5oy {
|
|
33599
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33600
|
+
line-height: 32px;
|
|
33601
|
+
height: 32px;
|
|
33602
|
+
margin-bottom: 0;
|
|
33421
33603
|
}
|
|
33422
|
-
|
|
33423
|
-
color: #
|
|
33604
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
33605
|
+
color: #0080ff;
|
|
33424
33606
|
}
|
|
33425
|
-
|
|
33426
|
-
color: #
|
|
33607
|
+
.E_s1ese5oy.warning {
|
|
33608
|
+
color: #ffa500;
|
|
33427
33609
|
}
|
|
33428
|
-
|
|
33429
|
-
color: #
|
|
33610
|
+
.E_s1ese5oy.success {
|
|
33611
|
+
color: #00ba5d;
|
|
33430
33612
|
}
|
|
33431
|
-
|
|
33432
|
-
color: #
|
|
33613
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
33614
|
+
color: #f0483e;
|
|
33433
33615
|
}
|
|
33434
|
-
|
|
33435
|
-
color:
|
|
33616
|
+
.E_s1ese5oy.normal {
|
|
33617
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33436
33618
|
}
|
|
33437
|
-
|
|
33438
|
-
|
|
33619
|
+
|
|
33620
|
+
.E_b1ibis43 {
|
|
33621
|
+
margin-bottom: 0;
|
|
33622
|
+
color: #00122e;
|
|
33439
33623
|
}
|
|
33440
|
-
|
|
33441
|
-
|
|
33624
|
+
|
|
33625
|
+
.E_b11xxjd2 {
|
|
33626
|
+
line-height: 32px;
|
|
33627
|
+
margin-right: 6px;
|
|
33442
33628
|
}
|
|
33443
|
-
|
|
33444
|
-
|
|
33629
|
+
|
|
33630
|
+
.E_bsub5bw.with-description {
|
|
33631
|
+
height: 24px;
|
|
33632
|
+
flex: 1;
|
|
33633
|
+
position: relative;
|
|
33634
|
+
top: -7px;
|
|
33445
33635
|
}
|
|
33446
|
-
|
|
33447
|
-
|
|
33636
|
+
.E_bsub5bw p {
|
|
33637
|
+
width: 100%;
|
|
33638
|
+
overflow: hidden;
|
|
33639
|
+
text-overflow: ellipsis;
|
|
33640
|
+
white-space: nowrap;
|
|
33641
|
+
}
|
|
33642
|
+
|
|
33643
|
+
.E_tmoyoag {
|
|
33644
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33645
|
+
border-radius: 8px;
|
|
33646
|
+
overflow: auto;
|
|
33647
|
+
}
|
|
33648
|
+
.E_tmoyoag .ant-list {
|
|
33649
|
+
position: relative;
|
|
33650
|
+
}
|
|
33651
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
33652
|
+
border-bottom: none;
|
|
33653
|
+
}
|
|
33654
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33655
|
+
position: sticky;
|
|
33656
|
+
top: 0;
|
|
33657
|
+
z-index: 2;
|
|
33658
|
+
display: flex;
|
|
33659
|
+
padding: 8px;
|
|
33660
|
+
flex-wrap: nowrap;
|
|
33661
|
+
justify-content: flex-start;
|
|
33662
|
+
background: #f2f5fa;
|
|
33663
|
+
font-size: 14px;
|
|
33664
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33665
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33666
|
+
}
|
|
33667
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33668
|
+
align-items: inherit;
|
|
33669
|
+
}
|
|
33670
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
33671
|
+
margin-bottom: 0;
|
|
33672
|
+
}
|
|
33673
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
33674
|
+
display: flex;
|
|
33675
|
+
justify-content: flex-start;
|
|
33676
|
+
align-items: flex-start;
|
|
33677
|
+
flex-wrap: wrap;
|
|
33678
|
+
padding: 8px;
|
|
33679
|
+
border: none;
|
|
33680
|
+
}
|
|
33681
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
33682
|
+
flex-basis: 100%;
|
|
33683
|
+
margin: 12px 0 0;
|
|
33684
|
+
order: 99;
|
|
33685
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33686
|
+
}
|
|
33687
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
33688
|
+
color: #f0483e;
|
|
33689
|
+
flex-basis: 100%;
|
|
33690
|
+
order: 98;
|
|
33691
|
+
margin: 12px 0 0;
|
|
33692
|
+
}
|
|
33693
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
33694
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33695
|
+
}
|
|
33696
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
33697
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33698
|
+
}
|
|
33699
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
33700
|
+
flex: 1 0 0;
|
|
33701
|
+
overflow: hidden;
|
|
33702
|
+
}
|
|
33703
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
33704
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33705
|
+
margin: 0;
|
|
33706
|
+
}
|
|
33707
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
33708
|
+
text-align: center;
|
|
33709
|
+
}
|
|
33710
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
33711
|
+
text-align: center;
|
|
33712
|
+
}
|
|
33713
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
33714
|
+
text-align: left;
|
|
33715
|
+
}
|
|
33716
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
33717
|
+
text-align: left;
|
|
33718
|
+
}
|
|
33719
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
33720
|
+
text-align: right;
|
|
33721
|
+
}
|
|
33722
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
33723
|
+
text-align: right;
|
|
33724
|
+
}
|
|
33725
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
33726
|
+
margin-right: 8px;
|
|
33727
|
+
}
|
|
33728
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
33729
|
+
padding: 4px;
|
|
33730
|
+
width: 24px;
|
|
33731
|
+
height: 24px;
|
|
33732
|
+
overflow: hidden;
|
|
33733
|
+
}
|
|
33734
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33735
|
+
padding: 0;
|
|
33736
|
+
}
|
|
33737
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33738
|
+
cursor: not-allowed;
|
|
33739
|
+
opacity: 0.5;
|
|
33740
|
+
}
|
|
33741
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33742
|
+
margin: 0;
|
|
33743
|
+
}
|
|
33744
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33745
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33746
|
+
border-radius: 5px;
|
|
33747
|
+
font-size: 12px;
|
|
33748
|
+
}
|
|
33749
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33750
|
+
font-size: inherit;
|
|
33751
|
+
}
|
|
33752
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33753
|
+
min-height: 24px;
|
|
33754
|
+
font-size: 12px;
|
|
33755
|
+
position: relative;
|
|
33756
|
+
}
|
|
33757
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33758
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33759
|
+
}
|
|
33760
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33761
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33762
|
+
}
|
|
33763
|
+
|
|
33764
|
+
.E_a138syjm {
|
|
33765
|
+
display: flex;
|
|
33766
|
+
align-items: center;
|
|
33767
|
+
margin-top: 8px;
|
|
33768
|
+
}
|
|
33769
|
+
.E_a138syjm button.ant-btn {
|
|
33770
|
+
padding: 2px 8px;
|
|
33771
|
+
height: 24px;
|
|
33772
|
+
}
|
|
33773
|
+
.E_a138syjm > span.maximum-desc {
|
|
33774
|
+
display: none;
|
|
33775
|
+
margin-left: 8px;
|
|
33776
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33777
|
+
}
|
|
33778
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
33779
|
+
display: inline;
|
|
33780
|
+
}
|
|
33781
|
+
|
|
33782
|
+
.E_d77i8u0 {
|
|
33783
|
+
width: 24px;
|
|
33784
|
+
height: 24px;
|
|
33785
|
+
padding: 4px;
|
|
33786
|
+
margin-right: 8px;
|
|
33787
|
+
}
|
|
33788
|
+
|
|
33789
|
+
.E_slr2ynn {
|
|
33790
|
+
padding: 0 8px;
|
|
33791
|
+
height: 18px;
|
|
33792
|
+
}
|
|
33793
|
+
|
|
33794
|
+
.E_m140wbb6 {
|
|
33795
|
+
padding: 2px 8px;
|
|
33796
|
+
height: 24px;
|
|
33797
|
+
}
|
|
33798
|
+
|
|
33799
|
+
.E_t1fozc1i {
|
|
33800
|
+
margin: 0;
|
|
33801
|
+
}
|
|
33802
|
+
|
|
33803
|
+
.E_i1vxv4ln {
|
|
33804
|
+
margin-right: 4px;
|
|
33805
|
+
height: 16px;
|
|
33806
|
+
}
|
|
33807
|
+
|
|
33808
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33809
|
+
font-weight: 700;
|
|
33810
|
+
color: #00122e;
|
|
33811
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33812
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33813
|
+
word-break: break-all;
|
|
33814
|
+
display: inline;
|
|
33815
|
+
white-space: normal;
|
|
33448
33816
|
}
|
|
33449
33817
|
|
|
33450
33818
|
.E_l1ucdodl {
|
|
@@ -33515,13 +33883,65 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33515
33883
|
flex: 1;
|
|
33516
33884
|
}
|
|
33517
33885
|
|
|
33518
|
-
.
|
|
33519
|
-
|
|
33520
|
-
|
|
33521
|
-
|
|
33522
|
-
height:
|
|
33886
|
+
button.E_l48ei06.ant-btn,
|
|
33887
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33888
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33889
|
+
font-size: 12px;
|
|
33890
|
+
line-height: 18px;
|
|
33891
|
+
height: 18px;
|
|
33523
33892
|
}
|
|
33524
|
-
|
|
33893
|
+
|
|
33894
|
+
button.E_l48ei06 {
|
|
33895
|
+
color: #0080FF;
|
|
33896
|
+
height: unset;
|
|
33897
|
+
}
|
|
33898
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33899
|
+
margin-right: 4px;
|
|
33900
|
+
}
|
|
33901
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33902
|
+
margin-left: 4px;
|
|
33903
|
+
}
|
|
33904
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33905
|
+
color: #009DFF;
|
|
33906
|
+
}
|
|
33907
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33908
|
+
color: #005ED1;
|
|
33909
|
+
}
|
|
33910
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33911
|
+
color: #0080FF;
|
|
33912
|
+
}
|
|
33913
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33914
|
+
color: #00122E;
|
|
33915
|
+
}
|
|
33916
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33917
|
+
color: #0080FF;
|
|
33918
|
+
}
|
|
33919
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33920
|
+
color: #005ED1;
|
|
33921
|
+
}
|
|
33922
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33923
|
+
color: #00122E;
|
|
33924
|
+
}
|
|
33925
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33926
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33927
|
+
}
|
|
33928
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33929
|
+
color: #0080FF;
|
|
33930
|
+
}
|
|
33931
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33932
|
+
color: #005ED1;
|
|
33933
|
+
}
|
|
33934
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33935
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33936
|
+
}
|
|
33937
|
+
|
|
33938
|
+
.E_sddwhm6 {
|
|
33939
|
+
margin: 0;
|
|
33940
|
+
border-radius: 20px;
|
|
33941
|
+
padding: 2px 10px;
|
|
33942
|
+
height: 22px;
|
|
33943
|
+
}
|
|
33944
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33525
33945
|
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33526
33946
|
}
|
|
33527
33947
|
.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 {
|
|
@@ -33844,546 +34264,153 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33844
34264
|
bottom: 0;
|
|
33845
34265
|
background: rgba(211, 218, 235, 0.6);
|
|
33846
34266
|
position: absolute;
|
|
33847
|
-
right: 0;
|
|
33848
|
-
}
|
|
33849
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
33850
|
-
padding: unset;
|
|
33851
|
-
}
|
|
33852
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
33853
|
-
display: none;
|
|
33854
|
-
}
|
|
33855
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
33856
|
-
width: 100%;
|
|
33857
|
-
overflow: hidden;
|
|
33858
|
-
white-space: nowrap;
|
|
33859
|
-
text-overflow: ellipsis;
|
|
33860
|
-
}
|
|
33861
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
33862
|
-
overflow: hidden;
|
|
33863
|
-
text-overflow: ellipsis;
|
|
33864
|
-
flex: 1;
|
|
33865
|
-
}
|
|
33866
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
33867
|
-
padding: 15px 25px 15px 8px;
|
|
33868
|
-
}
|
|
33869
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
33870
|
-
padding: 0;
|
|
33871
|
-
}
|
|
33872
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
33873
|
-
position: absolute;
|
|
33874
|
-
right: 6px;
|
|
33875
|
-
top: 50%;
|
|
33876
|
-
transform: translateY(-50%);
|
|
33877
|
-
height: 16px;
|
|
33878
|
-
display: none;
|
|
33879
|
-
transition: transform 320ms ease;
|
|
33880
|
-
}
|
|
33881
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
33882
|
-
display: block;
|
|
33883
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
33884
|
-
}
|
|
33885
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
33886
|
-
display: block;
|
|
33887
|
-
}
|
|
33888
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
33889
|
-
display: none;
|
|
33890
|
-
}
|
|
33891
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
33892
|
-
transform: translateY(-50%);
|
|
33893
|
-
}
|
|
33894
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
33895
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
33896
|
-
}
|
|
33897
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
33898
|
-
background: #f2f5fa;
|
|
33899
|
-
}
|
|
33900
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
33901
|
-
display: block;
|
|
33902
|
-
}
|
|
33903
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
33904
|
-
padding-right: 25px;
|
|
33905
|
-
}
|
|
33906
|
-
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
33907
|
-
padding: 0 !important;
|
|
33908
|
-
}
|
|
33909
|
-
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
33910
|
-
position: absolute;
|
|
33911
|
-
left: 50%;
|
|
33912
|
-
top: 50%;
|
|
33913
|
-
transform: translate(-50%, -50%);
|
|
33914
|
-
}
|
|
33915
|
-
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
33916
|
-
display: none;
|
|
33917
|
-
}
|
|
33918
|
-
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
33919
|
-
background: #fff;
|
|
33920
|
-
}
|
|
33921
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
33922
|
-
background: inherit;
|
|
33923
|
-
}
|
|
33924
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
33925
|
-
position: static;
|
|
33926
|
-
border: none;
|
|
33927
|
-
background: inherit !important;
|
|
33928
|
-
height: 100px;
|
|
33929
|
-
vertical-align: middle;
|
|
33930
|
-
}
|
|
33931
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
33932
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33933
|
-
font-weight: bold;
|
|
33934
|
-
font-size: 20px;
|
|
33935
|
-
color: rgba(10, 37, 85, 0.6);
|
|
33936
|
-
}
|
|
33937
|
-
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
33938
|
-
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
33939
|
-
z-index: 10;
|
|
33940
|
-
}
|
|
33941
|
-
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
33942
|
-
padding: 0 !important;
|
|
33943
|
-
position: relative;
|
|
33944
|
-
background: #fff;
|
|
33945
|
-
}
|
|
33946
|
-
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
33947
|
-
height: 100%;
|
|
33948
|
-
display: flex;
|
|
33949
|
-
align-items: center;
|
|
33950
|
-
justify-content: flex-end;
|
|
33951
|
-
padding-right: 8px;
|
|
33952
|
-
}
|
|
33953
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
33954
|
-
width: 24px;
|
|
33955
|
-
height: 24px;
|
|
33956
|
-
cursor: pointer;
|
|
33957
|
-
justify-content: center;
|
|
33958
|
-
border-radius: 4px;
|
|
33959
|
-
}
|
|
33960
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
33961
|
-
background: #fff;
|
|
33962
|
-
}
|
|
33963
|
-
|
|
33964
|
-
.E_sjob3jg {
|
|
33965
|
-
--item-min-width: 60px;
|
|
33966
|
-
}
|
|
33967
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33968
|
-
display: none !important;
|
|
33969
|
-
}
|
|
33970
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33971
|
-
flex-shrink: 0 !important;
|
|
33972
|
-
}
|
|
33973
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33974
|
-
color: #0080ff;
|
|
33975
|
-
}
|
|
33976
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33977
|
-
color: #0080ff;
|
|
33978
|
-
font-weight: normal;
|
|
33979
|
-
}
|
|
33980
|
-
.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 {
|
|
33981
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33982
|
-
}
|
|
33983
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33984
|
-
color: #00122e;
|
|
33985
|
-
}
|
|
33986
|
-
.E_sjob3jg .step-item-text {
|
|
33987
|
-
display: inline-block;
|
|
33988
|
-
}
|
|
33989
|
-
.E_sjob3jg .step-item-title {
|
|
33990
|
-
overflow: hidden;
|
|
33991
|
-
white-space: nowrap;
|
|
33992
|
-
text-overflow: ellipsis;
|
|
33993
|
-
}
|
|
33994
|
-
|
|
33995
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
33996
|
-
min-width: var(--item-min-width);
|
|
33997
|
-
}
|
|
33998
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33999
|
-
cursor: not-allowed !important;
|
|
34000
|
-
}
|
|
34001
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34002
|
-
flex-direction: row;
|
|
34003
|
-
justify-content: stretch;
|
|
34004
|
-
}
|
|
34005
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34006
|
-
padding: 0;
|
|
34007
|
-
margin-right: 4px;
|
|
34008
|
-
flex: 1;
|
|
34009
|
-
overflow: visible;
|
|
34010
|
-
}
|
|
34011
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34012
|
-
width: 100%;
|
|
34013
|
-
min-height: unset;
|
|
34014
|
-
}
|
|
34015
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34016
|
-
height: 26px;
|
|
34017
|
-
line-height: 26px;
|
|
34018
|
-
width: 100%;
|
|
34019
|
-
padding: 0;
|
|
34020
|
-
font-size: 12px;
|
|
34021
|
-
}
|
|
34022
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34023
|
-
margin-right: 10px;
|
|
34024
|
-
}
|
|
34025
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34026
|
-
display: none;
|
|
34027
|
-
}
|
|
34028
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34029
|
-
padding-left: 8px;
|
|
34030
|
-
padding-right: 4px;
|
|
34031
|
-
border-radius: 4px 0 0 4px;
|
|
34032
|
-
}
|
|
34033
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34034
|
-
margin-right: 0;
|
|
34035
|
-
}
|
|
34036
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34037
|
-
padding-right: 8px;
|
|
34038
|
-
padding-left: 12px;
|
|
34039
|
-
border-radius: 0 4px 4px 0;
|
|
34040
|
-
}
|
|
34041
|
-
.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 {
|
|
34042
|
-
content: "";
|
|
34043
|
-
width: 0;
|
|
34044
|
-
height: 0;
|
|
34045
|
-
border: 13px solid transparent;
|
|
34046
|
-
position: absolute;
|
|
34047
|
-
top: 0;
|
|
34048
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34049
|
-
z-index: 2;
|
|
34050
|
-
position: relative;
|
|
34051
|
-
top: -50%;
|
|
34052
|
-
right: -100%;
|
|
34053
|
-
}
|
|
34054
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34055
|
-
padding: 0 4px 0 12px;
|
|
34056
|
-
}
|
|
34057
|
-
.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 {
|
|
34058
|
-
content: "";
|
|
34059
|
-
width: 0;
|
|
34060
|
-
height: 0;
|
|
34061
|
-
border: 13px solid transparent;
|
|
34062
|
-
position: absolute;
|
|
34063
|
-
top: 0;
|
|
34064
|
-
border-left: 8px solid #fff;
|
|
34065
|
-
left: 0;
|
|
34066
|
-
}
|
|
34067
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34068
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34069
|
-
}
|
|
34070
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34071
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34072
|
-
}
|
|
34073
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34074
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34075
|
-
}
|
|
34076
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34077
|
-
cursor: pointer;
|
|
34078
|
-
min-width: var(--item-min-width);
|
|
34079
|
-
}
|
|
34080
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34081
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34082
|
-
min-width: var(--item-min-width);
|
|
34083
|
-
}
|
|
34084
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34085
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34086
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34087
|
-
}
|
|
34088
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34089
|
-
padding: 0;
|
|
34090
|
-
}
|
|
34091
|
-
|
|
34092
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34093
|
-
width: 192px;
|
|
34094
|
-
row-gap: 2px;
|
|
34095
|
-
}
|
|
34096
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34097
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34098
|
-
}
|
|
34099
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34100
|
-
color: #00122e !important;
|
|
34101
|
-
}
|
|
34102
|
-
.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 {
|
|
34103
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34104
|
-
}
|
|
34105
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34106
|
-
padding: 0 8px;
|
|
34107
|
-
border-radius: 4px;
|
|
34108
|
-
height: 32px;
|
|
34109
|
-
display: flex;
|
|
34110
|
-
align-items: center;
|
|
34111
|
-
}
|
|
34112
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34113
|
-
min-height: auto;
|
|
34114
|
-
white-space: nowrap;
|
|
34115
|
-
}
|
|
34116
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34117
|
-
font-size: 13px;
|
|
34118
|
-
line-height: 20px;
|
|
34119
|
-
max-width: 100%;
|
|
34120
|
-
padding-right: 0;
|
|
34121
|
-
}
|
|
34122
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34123
|
-
background: rgba(0, 128, 255, 0.1);
|
|
34124
|
-
}
|
|
34125
|
-
|
|
34126
|
-
.E_h6l1tj4 {
|
|
34127
|
-
width: 100%;
|
|
34128
|
-
display: inline-flex;
|
|
34129
|
-
align-items: center;
|
|
34130
|
-
justify-content: center;
|
|
34131
|
-
column-gap: 4px;
|
|
34132
|
-
}
|
|
34133
|
-
.E_h6l1tj4 .step-item-prefix-container {
|
|
34134
|
-
display: inline-flex;
|
|
34135
|
-
align-items: center;
|
|
34136
|
-
width: 18px;
|
|
34137
|
-
height: 18px;
|
|
34138
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34139
|
-
justify-content: center;
|
|
34140
|
-
}
|
|
34141
|
-
|
|
34142
|
-
.E_v18frne8 {
|
|
34143
|
-
width: 100%;
|
|
34144
|
-
display: flex;
|
|
34145
|
-
align-items: center;
|
|
34146
|
-
justify-content: center;
|
|
34147
|
-
column-gap: 6px;
|
|
34148
|
-
font-size: 13px;
|
|
34149
|
-
}
|
|
34150
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
34151
|
-
display: inline-flex;
|
|
34152
|
-
align-items: center;
|
|
34153
|
-
min-width: 20px;
|
|
34154
|
-
min-height: 20px;
|
|
34155
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34156
|
-
justify-content: center;
|
|
34157
|
-
}
|
|
34158
|
-
|
|
34159
|
-
.E_slr2ynn {
|
|
34160
|
-
padding: 0 8px;
|
|
34161
|
-
height: 18px;
|
|
34162
|
-
}
|
|
34163
|
-
|
|
34164
|
-
.E_m140wbb6 {
|
|
34165
|
-
padding: 2px 8px;
|
|
34166
|
-
height: 24px;
|
|
34167
|
-
}
|
|
34168
|
-
|
|
34169
|
-
.E_t1fozc1i {
|
|
34170
|
-
margin: 0;
|
|
34171
|
-
}
|
|
34172
|
-
|
|
34173
|
-
.E_i1vxv4ln {
|
|
34174
|
-
margin-right: 4px;
|
|
34175
|
-
height: 16px;
|
|
34176
|
-
}
|
|
34177
|
-
|
|
34178
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34179
|
-
font-weight: 700;
|
|
34180
|
-
color: #00122e;
|
|
34181
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34182
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34183
|
-
word-break: break-all;
|
|
34184
|
-
display: inline;
|
|
34185
|
-
white-space: normal;
|
|
34186
|
-
}
|
|
34187
|
-
|
|
34188
|
-
.E_t1dtlqs1 {
|
|
34189
|
-
margin-bottom: 4px;
|
|
34190
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34191
|
-
}
|
|
34192
|
-
|
|
34193
|
-
.E_s1ese5oy {
|
|
34194
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34195
|
-
line-height: 32px;
|
|
34196
|
-
height: 32px;
|
|
34197
|
-
margin-bottom: 0;
|
|
34198
|
-
}
|
|
34199
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34200
|
-
color: #0080ff;
|
|
34201
|
-
}
|
|
34202
|
-
.E_s1ese5oy.warning {
|
|
34203
|
-
color: #ffa500;
|
|
34204
|
-
}
|
|
34205
|
-
.E_s1ese5oy.success {
|
|
34206
|
-
color: #00ba5d;
|
|
34207
|
-
}
|
|
34208
|
-
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34209
|
-
color: #f0483e;
|
|
34210
|
-
}
|
|
34211
|
-
.E_s1ese5oy.normal {
|
|
34212
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34213
|
-
}
|
|
34214
|
-
|
|
34215
|
-
.E_b1ibis43 {
|
|
34216
|
-
margin-bottom: 0;
|
|
34217
|
-
color: #00122e;
|
|
34218
|
-
}
|
|
34219
|
-
|
|
34220
|
-
.E_b11xxjd2 {
|
|
34221
|
-
line-height: 32px;
|
|
34222
|
-
margin-right: 6px;
|
|
34223
|
-
}
|
|
34224
|
-
|
|
34225
|
-
.E_bsub5bw.with-description {
|
|
34226
|
-
height: 24px;
|
|
34227
|
-
flex: 1;
|
|
34228
|
-
position: relative;
|
|
34229
|
-
top: -7px;
|
|
34230
|
-
}
|
|
34231
|
-
.E_bsub5bw p {
|
|
34232
|
-
width: 100%;
|
|
34233
|
-
overflow: hidden;
|
|
34234
|
-
text-overflow: ellipsis;
|
|
34235
|
-
white-space: nowrap;
|
|
34236
|
-
}
|
|
34237
|
-
|
|
34238
|
-
.E_tmoyoag {
|
|
34239
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34240
|
-
border-radius: 8px;
|
|
34241
|
-
overflow: auto;
|
|
34242
|
-
}
|
|
34243
|
-
.E_tmoyoag .ant-list {
|
|
34244
|
-
position: relative;
|
|
34245
|
-
}
|
|
34246
|
-
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
34247
|
-
border-bottom: none;
|
|
34248
|
-
}
|
|
34249
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34250
|
-
position: sticky;
|
|
34251
|
-
top: 0;
|
|
34252
|
-
z-index: 2;
|
|
34253
|
-
display: flex;
|
|
34254
|
-
padding: 8px;
|
|
34255
|
-
flex-wrap: nowrap;
|
|
34256
|
-
justify-content: flex-start;
|
|
34257
|
-
background: #f2f5fa;
|
|
34258
|
-
font-size: 14px;
|
|
34259
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34260
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34267
|
+
right: 0;
|
|
34261
34268
|
}
|
|
34262
|
-
.
|
|
34263
|
-
|
|
34269
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
34270
|
+
padding: unset;
|
|
34264
34271
|
}
|
|
34265
|
-
.
|
|
34266
|
-
|
|
34272
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
34273
|
+
display: none;
|
|
34267
34274
|
}
|
|
34268
|
-
.
|
|
34269
|
-
|
|
34270
|
-
|
|
34271
|
-
|
|
34272
|
-
|
|
34273
|
-
padding: 8px;
|
|
34274
|
-
border: none;
|
|
34275
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34276
|
+
width: 100%;
|
|
34277
|
+
overflow: hidden;
|
|
34278
|
+
white-space: nowrap;
|
|
34279
|
+
text-overflow: ellipsis;
|
|
34275
34280
|
}
|
|
34276
|
-
.
|
|
34277
|
-
|
|
34278
|
-
|
|
34279
|
-
|
|
34280
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34281
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
34282
|
+
overflow: hidden;
|
|
34283
|
+
text-overflow: ellipsis;
|
|
34284
|
+
flex: 1;
|
|
34281
34285
|
}
|
|
34282
|
-
.
|
|
34283
|
-
|
|
34284
|
-
flex-basis: 100%;
|
|
34285
|
-
order: 98;
|
|
34286
|
-
margin: 12px 0 0;
|
|
34286
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
34287
|
+
padding: 15px 25px 15px 8px;
|
|
34287
34288
|
}
|
|
34288
|
-
.
|
|
34289
|
-
|
|
34289
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34290
|
+
padding: 0;
|
|
34290
34291
|
}
|
|
34291
|
-
.
|
|
34292
|
-
|
|
34292
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
34293
|
+
position: absolute;
|
|
34294
|
+
right: 6px;
|
|
34295
|
+
top: 50%;
|
|
34296
|
+
transform: translateY(-50%);
|
|
34297
|
+
height: 16px;
|
|
34298
|
+
display: none;
|
|
34299
|
+
transition: transform 320ms ease;
|
|
34293
34300
|
}
|
|
34294
|
-
.
|
|
34295
|
-
|
|
34296
|
-
|
|
34301
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
34302
|
+
display: block;
|
|
34303
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34297
34304
|
}
|
|
34298
|
-
.
|
|
34299
|
-
|
|
34300
|
-
margin: 0;
|
|
34305
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
34306
|
+
display: block;
|
|
34301
34307
|
}
|
|
34302
|
-
.
|
|
34303
|
-
|
|
34308
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
34309
|
+
display: none;
|
|
34304
34310
|
}
|
|
34305
|
-
.
|
|
34306
|
-
|
|
34311
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
34312
|
+
transform: translateY(-50%);
|
|
34307
34313
|
}
|
|
34308
|
-
.
|
|
34309
|
-
|
|
34314
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
34315
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34310
34316
|
}
|
|
34311
|
-
.
|
|
34312
|
-
|
|
34317
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
34318
|
+
background: #f2f5fa;
|
|
34313
34319
|
}
|
|
34314
|
-
.
|
|
34315
|
-
|
|
34320
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
34321
|
+
display: block;
|
|
34316
34322
|
}
|
|
34317
|
-
.
|
|
34318
|
-
|
|
34323
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
34324
|
+
padding-right: 25px;
|
|
34319
34325
|
}
|
|
34320
|
-
.
|
|
34321
|
-
|
|
34326
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
34327
|
+
padding: 0 !important;
|
|
34322
34328
|
}
|
|
34323
|
-
.
|
|
34324
|
-
|
|
34325
|
-
|
|
34326
|
-
|
|
34327
|
-
|
|
34329
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
34330
|
+
position: absolute;
|
|
34331
|
+
left: 50%;
|
|
34332
|
+
top: 50%;
|
|
34333
|
+
transform: translate(-50%, -50%);
|
|
34328
34334
|
}
|
|
34329
|
-
.
|
|
34330
|
-
|
|
34335
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
34336
|
+
display: none;
|
|
34331
34337
|
}
|
|
34332
|
-
.
|
|
34333
|
-
|
|
34334
|
-
opacity: 0.5;
|
|
34338
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
34339
|
+
background: #fff;
|
|
34335
34340
|
}
|
|
34336
|
-
.
|
|
34337
|
-
|
|
34341
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
34342
|
+
background: inherit;
|
|
34338
34343
|
}
|
|
34339
|
-
.
|
|
34340
|
-
|
|
34341
|
-
border
|
|
34342
|
-
|
|
34344
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
34345
|
+
position: static;
|
|
34346
|
+
border: none;
|
|
34347
|
+
background: inherit !important;
|
|
34348
|
+
height: 100px;
|
|
34349
|
+
vertical-align: middle;
|
|
34343
34350
|
}
|
|
34344
|
-
.
|
|
34345
|
-
|
|
34351
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
34352
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34353
|
+
font-weight: bold;
|
|
34354
|
+
font-size: 20px;
|
|
34355
|
+
color: rgba(10, 37, 85, 0.6);
|
|
34346
34356
|
}
|
|
34347
|
-
.
|
|
34348
|
-
|
|
34349
|
-
|
|
34357
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
34358
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
34359
|
+
z-index: 10;
|
|
34360
|
+
}
|
|
34361
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
34362
|
+
padding: 0 !important;
|
|
34350
34363
|
position: relative;
|
|
34364
|
+
background: #fff;
|
|
34351
34365
|
}
|
|
34352
|
-
.
|
|
34353
|
-
|
|
34366
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
34367
|
+
height: 100%;
|
|
34368
|
+
display: flex;
|
|
34369
|
+
align-items: center;
|
|
34370
|
+
justify-content: flex-end;
|
|
34371
|
+
padding-right: 8px;
|
|
34354
34372
|
}
|
|
34355
|
-
.
|
|
34356
|
-
|
|
34373
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
34374
|
+
width: 24px;
|
|
34375
|
+
height: 24px;
|
|
34376
|
+
cursor: pointer;
|
|
34377
|
+
justify-content: center;
|
|
34378
|
+
border-radius: 4px;
|
|
34379
|
+
}
|
|
34380
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
34381
|
+
background: #fff;
|
|
34357
34382
|
}
|
|
34358
34383
|
|
|
34359
|
-
.
|
|
34384
|
+
.E_i1g85yz3 {
|
|
34385
|
+
margin-right: 4px;
|
|
34386
|
+
height: 16px;
|
|
34387
|
+
}
|
|
34388
|
+
|
|
34389
|
+
.E_bpgac8u {
|
|
34390
|
+
color: #FFFFFF;
|
|
34391
|
+
display: flex;
|
|
34392
|
+
gap: 8px;
|
|
34393
|
+
padding: 8px 0;
|
|
34360
34394
|
display: flex;
|
|
34395
|
+
justify-content: center;
|
|
34396
|
+
white-space: pre-wrap;
|
|
34361
34397
|
align-items: center;
|
|
34362
|
-
margin-top: 8px;
|
|
34363
|
-
}
|
|
34364
|
-
.E_a138syjm button.ant-btn {
|
|
34365
|
-
padding: 2px 8px;
|
|
34366
|
-
height: 24px;
|
|
34367
34398
|
}
|
|
34368
|
-
.
|
|
34369
|
-
|
|
34370
|
-
|
|
34371
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34399
|
+
.E_bpgac8u .dashed-btn {
|
|
34400
|
+
border-bottom: 1px solid white;
|
|
34401
|
+
cursor: pointer;
|
|
34372
34402
|
}
|
|
34373
|
-
|
|
34374
|
-
|
|
34403
|
+
|
|
34404
|
+
.E_envn4g3 {
|
|
34405
|
+
background: #F0483E;
|
|
34375
34406
|
}
|
|
34376
34407
|
|
|
34377
|
-
.
|
|
34378
|
-
|
|
34379
|
-
height: 24px;
|
|
34380
|
-
padding: 4px;
|
|
34381
|
-
margin-right: 8px;
|
|
34408
|
+
.E_i12w18eu {
|
|
34409
|
+
background: #0080FF;
|
|
34382
34410
|
}
|
|
34383
34411
|
|
|
34384
|
-
.
|
|
34385
|
-
|
|
34386
|
-
height: 16px;
|
|
34412
|
+
.E_wujsnt4 {
|
|
34413
|
+
background-color: #E07F00;
|
|
34387
34414
|
}
|
|
34388
34415
|
|
|
34389
34416
|
.E_t13ef470 {
|
|
@@ -34420,35 +34447,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34420
34447
|
color: #F0483E;
|
|
34421
34448
|
}
|
|
34422
34449
|
|
|
34423
|
-
.E_s20iney.skeleton-box {
|
|
34424
|
-
display: flex;
|
|
34425
|
-
align-items: center;
|
|
34426
|
-
justify-content: center;
|
|
34427
|
-
position: relative;
|
|
34428
|
-
border-radius: 2px;
|
|
34429
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34430
|
-
overflow: hidden;
|
|
34431
|
-
}
|
|
34432
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34433
|
-
width: 200%;
|
|
34434
|
-
height: 200%;
|
|
34435
|
-
transform: rotate(15deg);
|
|
34436
|
-
position: absolute;
|
|
34437
|
-
top: -50%;
|
|
34438
|
-
flex-shrink: 0;
|
|
34439
|
-
opacity: 0.8;
|
|
34440
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34441
|
-
animation: shimmer 1100ms infinite;
|
|
34442
|
-
}
|
|
34443
|
-
@keyframes shimmer {
|
|
34444
|
-
from {
|
|
34445
|
-
left: -120%;
|
|
34446
|
-
}
|
|
34447
|
-
to {
|
|
34448
|
-
left: 100%;
|
|
34449
|
-
}
|
|
34450
|
-
}
|
|
34451
|
-
|
|
34452
34450
|
.E_t59qhqp {
|
|
34453
34451
|
background: #FFFFFF;
|
|
34454
34452
|
padding: 24px 32px;
|
|
@@ -34497,31 +34495,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34497
34495
|
color: #00122E;
|
|
34498
34496
|
}
|
|
34499
34497
|
|
|
34500
|
-
.
|
|
34501
|
-
color: #FFFFFF;
|
|
34502
|
-
display: flex;
|
|
34503
|
-
gap: 8px;
|
|
34504
|
-
padding: 8px 0;
|
|
34498
|
+
.E_s20iney.skeleton-box {
|
|
34505
34499
|
display: flex;
|
|
34506
|
-
justify-content: center;
|
|
34507
|
-
white-space: pre-wrap;
|
|
34508
34500
|
align-items: center;
|
|
34501
|
+
justify-content: center;
|
|
34502
|
+
position: relative;
|
|
34503
|
+
border-radius: 2px;
|
|
34504
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34505
|
+
overflow: hidden;
|
|
34509
34506
|
}
|
|
34510
|
-
.
|
|
34511
|
-
|
|
34512
|
-
|
|
34513
|
-
|
|
34514
|
-
|
|
34515
|
-
|
|
34516
|
-
|
|
34517
|
-
|
|
34518
|
-
|
|
34519
|
-
|
|
34520
|
-
background: #0080FF;
|
|
34507
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34508
|
+
width: 200%;
|
|
34509
|
+
height: 200%;
|
|
34510
|
+
transform: rotate(15deg);
|
|
34511
|
+
position: absolute;
|
|
34512
|
+
top: -50%;
|
|
34513
|
+
flex-shrink: 0;
|
|
34514
|
+
opacity: 0.8;
|
|
34515
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34516
|
+
animation: shimmer 1100ms infinite;
|
|
34521
34517
|
}
|
|
34522
|
-
|
|
34523
|
-
|
|
34524
|
-
|
|
34518
|
+
@keyframes shimmer {
|
|
34519
|
+
from {
|
|
34520
|
+
left: -120%;
|
|
34521
|
+
}
|
|
34522
|
+
to {
|
|
34523
|
+
left: 100%;
|
|
34524
|
+
}
|
|
34525
34525
|
}
|
|
34526
34526
|
|
|
34527
34527
|
.E_t1616y1o {
|
|
@@ -34628,69 +34628,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34628
34628
|
}
|
|
34629
34629
|
}
|
|
34630
34630
|
|
|
34631
|
-
.E_c18bcrac {
|
|
34632
|
-
display: inline-block;
|
|
34633
|
-
width: 100%;
|
|
34634
|
-
}
|
|
34635
|
-
.E_c18bcrac .recharts-wrapper {
|
|
34636
|
-
margin-left: 4px;
|
|
34637
|
-
}
|
|
34638
|
-
|
|
34639
|
-
.E_cro7kg2 {
|
|
34640
|
-
padding: 4px;
|
|
34641
|
-
}
|
|
34642
|
-
.E_cro7kg2 .unit {
|
|
34643
|
-
color: white;
|
|
34644
|
-
}
|
|
34645
|
-
|
|
34646
|
-
.E_c14wcxf0 {
|
|
34647
|
-
display: flex;
|
|
34648
|
-
justify-content: space-between;
|
|
34649
|
-
align-items: center;
|
|
34650
|
-
font-size: 13px;
|
|
34651
|
-
line-height: 24px;
|
|
34652
|
-
color: #cccccc;
|
|
34653
|
-
white-space: nowrap;
|
|
34654
|
-
}
|
|
34655
|
-
.E_c14wcxf0 label {
|
|
34656
|
-
margin-right: 32px;
|
|
34657
|
-
}
|
|
34658
|
-
|
|
34659
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
34660
|
-
font-weight: bold;
|
|
34661
|
-
color: white;
|
|
34662
|
-
}
|
|
34663
|
-
|
|
34664
|
-
.E_s11212zy {
|
|
34665
|
-
width: 8px;
|
|
34666
|
-
height: 8px;
|
|
34667
|
-
border-radius: 2px;
|
|
34668
|
-
display: inline-block;
|
|
34669
|
-
background: var(--s11212zy-0);
|
|
34670
|
-
border: 1px solid #fff;
|
|
34671
|
-
box-sizing: content-box;
|
|
34672
|
-
margin-right: 6px;
|
|
34673
|
-
}
|
|
34674
|
-
|
|
34675
|
-
.E_p1lyky6c > :first-child {
|
|
34676
|
-
font-weight: bold;
|
|
34677
|
-
color: white;
|
|
34678
|
-
margin-right: 4px;
|
|
34679
|
-
}
|
|
34680
|
-
|
|
34681
|
-
.E_skwah65 {
|
|
34682
|
-
height: 8px;
|
|
34683
|
-
box-sizing: border-box;
|
|
34684
|
-
border-radius: 2px;
|
|
34685
|
-
background: #f5f7fa;
|
|
34686
|
-
display: flex;
|
|
34687
|
-
width: 100%;
|
|
34688
|
-
overflow: hidden;
|
|
34689
|
-
}
|
|
34690
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
34691
|
-
margin-left: 1px;
|
|
34692
|
-
}
|
|
34693
|
-
|
|
34694
34631
|
.E_s1ebs0ra {
|
|
34695
34632
|
display: flex;
|
|
34696
34633
|
align-items: center;
|
|
@@ -34752,45 +34689,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34752
34689
|
background: #fff;
|
|
34753
34690
|
}
|
|
34754
34691
|
|
|
34755
|
-
.
|
|
34756
|
-
display:
|
|
34757
|
-
|
|
34692
|
+
.E_c18bcrac {
|
|
34693
|
+
display: inline-block;
|
|
34694
|
+
width: 100%;
|
|
34758
34695
|
}
|
|
34759
|
-
.
|
|
34760
|
-
margin-
|
|
34696
|
+
.E_c18bcrac .recharts-wrapper {
|
|
34697
|
+
margin-left: 4px;
|
|
34761
34698
|
}
|
|
34762
34699
|
|
|
34763
|
-
.
|
|
34764
|
-
|
|
34765
|
-
}
|
|
34766
|
-
.E_gmyahx3 .link-text {
|
|
34767
|
-
color: rgba(0, 21, 64, 0.3);
|
|
34768
|
-
}
|
|
34769
|
-
.E_gmyahx3:hover .link-text {
|
|
34770
|
-
color: #0080ff;
|
|
34700
|
+
.E_cro7kg2 {
|
|
34701
|
+
padding: 4px;
|
|
34771
34702
|
}
|
|
34772
|
-
|
|
34773
|
-
|
|
34774
|
-
margin: 0 2px;
|
|
34703
|
+
.E_cro7kg2 .unit {
|
|
34704
|
+
color: white;
|
|
34775
34705
|
}
|
|
34776
34706
|
|
|
34777
|
-
.
|
|
34707
|
+
.E_c14wcxf0 {
|
|
34778
34708
|
display: flex;
|
|
34709
|
+
justify-content: space-between;
|
|
34779
34710
|
align-items: center;
|
|
34780
|
-
font-size:
|
|
34781
|
-
line-height:
|
|
34711
|
+
font-size: 13px;
|
|
34712
|
+
line-height: 24px;
|
|
34713
|
+
color: #cccccc;
|
|
34714
|
+
white-space: nowrap;
|
|
34782
34715
|
}
|
|
34783
|
-
.
|
|
34784
|
-
margin-
|
|
34716
|
+
.E_c14wcxf0 label {
|
|
34717
|
+
margin-right: 32px;
|
|
34785
34718
|
}
|
|
34786
34719
|
|
|
34787
|
-
.
|
|
34788
|
-
|
|
34720
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
34721
|
+
font-weight: bold;
|
|
34722
|
+
color: white;
|
|
34789
34723
|
}
|
|
34790
34724
|
|
|
34791
|
-
.
|
|
34792
|
-
|
|
34793
|
-
|
|
34725
|
+
.E_s11212zy {
|
|
34726
|
+
width: 8px;
|
|
34727
|
+
height: 8px;
|
|
34728
|
+
border-radius: 2px;
|
|
34729
|
+
display: inline-block;
|
|
34730
|
+
background: var(--s11212zy-0);
|
|
34731
|
+
border: 1px solid #fff;
|
|
34732
|
+
box-sizing: content-box;
|
|
34733
|
+
margin-right: 6px;
|
|
34734
|
+
}
|
|
34735
|
+
|
|
34736
|
+
.E_p1lyky6c > :first-child {
|
|
34737
|
+
font-weight: bold;
|
|
34738
|
+
color: white;
|
|
34739
|
+
margin-right: 4px;
|
|
34794
34740
|
}
|
|
34795
34741
|
|
|
34796
34742
|
.E_clm1wy1 {
|
|
@@ -34876,41 +34822,162 @@ span.E_tqjc4ui {
|
|
|
34876
34822
|
border-radius: 1px;
|
|
34877
34823
|
background: #0096ff;
|
|
34878
34824
|
}
|
|
34879
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
34880
|
-
margin-right: 2px;
|
|
34825
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
34826
|
+
margin-right: 2px;
|
|
34827
|
+
}
|
|
34828
|
+
.E_cxhf7dh .bar {
|
|
34829
|
+
width: 9px;
|
|
34830
|
+
height: 2px;
|
|
34831
|
+
background: #0096ff;
|
|
34832
|
+
border-radius: 2px;
|
|
34833
|
+
}
|
|
34834
|
+
|
|
34835
|
+
.E_c1up1pdz {
|
|
34836
|
+
width: 648px;
|
|
34837
|
+
}
|
|
34838
|
+
.E_c1up1pdz.active {
|
|
34839
|
+
border-color: #0080ff;
|
|
34840
|
+
}
|
|
34841
|
+
.E_c1up1pdz.active > header {
|
|
34842
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34843
|
+
}
|
|
34844
|
+
.E_c1up1pdz .expand {
|
|
34845
|
+
padding: 12px;
|
|
34846
|
+
}
|
|
34847
|
+
.E_c1up1pdz .field-item {
|
|
34848
|
+
display: flex;
|
|
34849
|
+
padding: 10px 0;
|
|
34850
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
34851
|
+
}
|
|
34852
|
+
.E_c1up1pdz .field-item:last-child {
|
|
34853
|
+
border-bottom: none;
|
|
34854
|
+
padding-bottom: 0;
|
|
34855
|
+
}
|
|
34856
|
+
.E_c1up1pdz .field-item label {
|
|
34857
|
+
line-height: 32px;
|
|
34858
|
+
width: 100px;
|
|
34859
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34860
|
+
}
|
|
34861
|
+
.E_c1up1pdz .help {
|
|
34862
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34863
|
+
margin-top: 5px;
|
|
34864
|
+
}
|
|
34865
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
34866
|
+
.E_c1up1pdz .ant-picker {
|
|
34867
|
+
width: 128px;
|
|
34868
|
+
}
|
|
34869
|
+
|
|
34870
|
+
.E_c156wh19 {
|
|
34871
|
+
display: flex;
|
|
34872
|
+
align-items: center;
|
|
34873
|
+
justify-content: space-between;
|
|
34874
|
+
word-break: keep-all;
|
|
34875
|
+
}
|
|
34876
|
+
.E_c156wh19 .title {
|
|
34877
|
+
margin: 0 16px 0 8px;
|
|
34878
|
+
}
|
|
34879
|
+
.E_c156wh19 .retain {
|
|
34880
|
+
color: rgba(129, 138, 153, 0.6);
|
|
34881
|
+
}
|
|
34882
|
+
.E_c156wh19 div.left {
|
|
34883
|
+
flex: 1;
|
|
34884
|
+
display: flex;
|
|
34885
|
+
overflow: hidden;
|
|
34886
|
+
align-items: center;
|
|
34887
|
+
justify-content: flex-start;
|
|
34888
|
+
white-space: nowrap;
|
|
34889
|
+
}
|
|
34890
|
+
.E_c156wh19 div.left .title {
|
|
34891
|
+
max-width: 100%;
|
|
34892
|
+
overflow: hidden;
|
|
34893
|
+
text-overflow: ellipsis;
|
|
34894
|
+
}
|
|
34895
|
+
.E_c156wh19 div.right {
|
|
34896
|
+
display: flex;
|
|
34897
|
+
align-items: center;
|
|
34898
|
+
}
|
|
34899
|
+
.E_c156wh19 .reverse {
|
|
34900
|
+
display: flex;
|
|
34901
|
+
flex-direction: row-reverse;
|
|
34902
|
+
align-items: center;
|
|
34903
|
+
}
|
|
34904
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
34905
|
+
margin-left: 8px;
|
|
34906
|
+
}
|
|
34907
|
+
.E_c156wh19 .close {
|
|
34908
|
+
padding-left: 14px;
|
|
34909
|
+
margin-left: 14px;
|
|
34910
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
34911
|
+
cursor: pointer;
|
|
34912
|
+
}
|
|
34913
|
+
|
|
34914
|
+
.E_m126spxy {
|
|
34915
|
+
padding-bottom: 4px;
|
|
34916
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
34917
|
+
}
|
|
34918
|
+
.E_m126spxy .ant-btn.ant-btn-link {
|
|
34919
|
+
padding: 1px 10px;
|
|
34920
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34921
|
+
border-radius: 4px;
|
|
34922
|
+
}
|
|
34923
|
+
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
34924
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34925
|
+
color: #0096ff;
|
|
34926
|
+
}
|
|
34927
|
+
|
|
34928
|
+
.E_wpbf4pq {
|
|
34929
|
+
padding: 10px 0;
|
|
34930
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
34931
|
+
}
|
|
34932
|
+
.E_wpbf4pq .ant-input,
|
|
34933
|
+
.E_wpbf4pq .ant-picker {
|
|
34934
|
+
width: 80px;
|
|
34935
|
+
margin: 0 9px;
|
|
34936
|
+
text-align: center;
|
|
34937
|
+
}
|
|
34938
|
+
.E_wpbf4pq .options {
|
|
34939
|
+
padding: 12px 0 12px 16px;
|
|
34940
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
34941
|
+
margin: 5px 0 5px 8px;
|
|
34942
|
+
}
|
|
34943
|
+
.E_wpbf4pq .week-day-option,
|
|
34944
|
+
.E_wpbf4pq .month-day-option {
|
|
34945
|
+
background: #f5f7fa;
|
|
34946
|
+
box-sizing: border-box;
|
|
34947
|
+
border-radius: 16px;
|
|
34948
|
+
margin-right: 8px;
|
|
34881
34949
|
}
|
|
34882
|
-
.
|
|
34883
|
-
|
|
34884
|
-
|
|
34885
|
-
|
|
34886
|
-
border-radius: 2px;
|
|
34950
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
34951
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
34952
|
+
color: inherit;
|
|
34953
|
+
border-color: #d9d9d9;
|
|
34887
34954
|
}
|
|
34888
|
-
|
|
34889
|
-
|
|
34890
|
-
|
|
34891
|
-
|
|
34955
|
+
.E_wpbf4pq .week-day-option.active {
|
|
34956
|
+
background-color: #0096ff;
|
|
34957
|
+
border-color: #0096ff;
|
|
34958
|
+
color: #fff;
|
|
34892
34959
|
}
|
|
34893
|
-
|
|
34894
|
-
|
|
34895
|
-
|
|
34960
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
34961
|
+
width: 110px;
|
|
34962
|
+
margin-top: 4px;
|
|
34896
34963
|
}
|
|
34897
|
-
|
|
34898
|
-
|
|
34899
|
-
|
|
34900
|
-
-
|
|
34901
|
-
-webkit-box-orient: vertical;
|
|
34902
|
-
word-break: break-all;
|
|
34964
|
+
.E_wpbf4pq .month-day-option {
|
|
34965
|
+
width: 32px;
|
|
34966
|
+
padding: 0;
|
|
34967
|
+
margin-bottom: 8px;
|
|
34903
34968
|
}
|
|
34904
|
-
|
|
34905
|
-
|
|
34906
|
-
|
|
34969
|
+
.E_wpbf4pq .month-day-option.active {
|
|
34970
|
+
background-color: #0096ff;
|
|
34971
|
+
border-color: #0096ff;
|
|
34972
|
+
color: #fff;
|
|
34907
34973
|
}
|
|
34908
|
-
|
|
34909
|
-
|
|
34910
|
-
|
|
34974
|
+
|
|
34975
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
34976
|
+
display: flex;
|
|
34977
|
+
align-items: center;
|
|
34911
34978
|
}
|
|
34912
|
-
.
|
|
34913
|
-
|
|
34979
|
+
.E_s1iv0tp1 .enabled-text {
|
|
34980
|
+
margin-right: 8px;
|
|
34914
34981
|
}
|
|
34915
34982
|
|
|
34916
34983
|
.E_t1sqg15u {
|
|
@@ -35000,260 +35067,70 @@ span.E_tqjc4ui {
|
|
|
35000
35067
|
width: var(--rhz2uv5-0);
|
|
35001
35068
|
flex-shrink: 0;
|
|
35002
35069
|
color: rgba(44, 56, 82, 0.6);
|
|
35003
|
-
padding-right: 12px;
|
|
35004
|
-
}
|
|
35005
|
-
|
|
35006
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
35007
|
-
background: #edf0f7;
|
|
35008
|
-
padding: 32px 8px;
|
|
35009
|
-
overflow: auto;
|
|
35010
|
-
}
|
|
35011
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
35012
|
-
display: flex;
|
|
35013
|
-
flex-direction: column;
|
|
35014
|
-
justify-content: space-between;
|
|
35015
|
-
}
|
|
35016
|
-
.E_s1at6qmn footer {
|
|
35017
|
-
display: flex;
|
|
35018
|
-
}
|
|
35019
|
-
.E_s1at6qmn .ant-menu {
|
|
35020
|
-
background: #edf0f7;
|
|
35021
|
-
}
|
|
35022
|
-
.E_s1at6qmn .ant-menu a {
|
|
35023
|
-
color: #00122e;
|
|
35024
|
-
width: 180px;
|
|
35025
|
-
overflow: hidden;
|
|
35026
|
-
text-overflow: ellipsis;
|
|
35027
|
-
}
|
|
35028
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
35029
|
-
margin-bottom: 24px;
|
|
35030
|
-
}
|
|
35031
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35032
|
-
margin: 0;
|
|
35033
|
-
}
|
|
35034
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35035
|
-
font-size: 12px;
|
|
35036
|
-
padding: 0 8px 4px;
|
|
35037
|
-
line-height: 18px;
|
|
35038
|
-
}
|
|
35039
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35040
|
-
padding: 0;
|
|
35041
|
-
}
|
|
35042
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35043
|
-
padding-bottom: 24px;
|
|
35044
|
-
}
|
|
35045
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35046
|
-
margin-bottom: 24px;
|
|
35047
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35048
|
-
}
|
|
35049
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35050
|
-
transition: none;
|
|
35051
|
-
display: flex;
|
|
35052
|
-
align-items: center;
|
|
35053
|
-
height: 32px;
|
|
35054
|
-
line-height: 22px;
|
|
35055
|
-
padding: 0 8px;
|
|
35056
|
-
}
|
|
35057
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35058
|
-
margin-right: 12px;
|
|
35059
|
-
}
|
|
35060
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35061
|
-
margin: 0;
|
|
35062
|
-
margin-bottom: 2px;
|
|
35063
|
-
}
|
|
35064
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35065
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35066
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35067
|
-
border-radius: 6px;
|
|
35068
|
-
color: #fff;
|
|
35069
|
-
}
|
|
35070
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35071
|
-
color: #fff;
|
|
35072
|
-
}
|
|
35073
|
-
.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 {
|
|
35074
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35075
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35076
|
-
border-radius: 6px;
|
|
35077
|
-
}
|
|
35078
|
-
|
|
35079
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35080
|
-
white-space: nowrap;
|
|
35081
|
-
transition: all 0s;
|
|
35082
|
-
}
|
|
35083
|
-
.E_s1wu0lms.shrink {
|
|
35084
|
-
transition: all 0s;
|
|
35085
|
-
overflow: hidden;
|
|
35086
|
-
}
|
|
35087
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35088
|
-
visibility: hidden;
|
|
35089
|
-
}
|
|
35090
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35091
|
-
width: 36px;
|
|
35092
|
-
padding: 0 6px;
|
|
35093
|
-
}
|
|
35094
|
-
|
|
35095
|
-
.E_n1ugzfva {
|
|
35096
|
-
display: flex;
|
|
35097
|
-
place-items: center;
|
|
35098
|
-
width: 100% !important;
|
|
35099
|
-
}
|
|
35100
|
-
.E_n1ugzfva[disabled] {
|
|
35101
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
35102
|
-
opacity: 1 !important;
|
|
35103
|
-
}
|
|
35104
|
-
.E_n1ugzfva.ant-btn {
|
|
35105
|
-
width: 100%;
|
|
35106
|
-
color: #00122e;
|
|
35107
|
-
}
|
|
35108
|
-
.E_n1ugzfva .icon-wrapper {
|
|
35109
|
-
margin-right: 12px;
|
|
35110
|
-
}
|
|
35111
|
-
.E_n1ugzfva .link-title {
|
|
35112
|
-
flex: 1;
|
|
35113
|
-
overflow: hidden;
|
|
35114
|
-
white-space: nowrap;
|
|
35115
|
-
text-overflow: ellipsis;
|
|
35116
|
-
text-align: left;
|
|
35117
|
-
}
|
|
35118
|
-
|
|
35119
|
-
.E_c1up1pdz {
|
|
35120
|
-
width: 648px;
|
|
35121
|
-
}
|
|
35122
|
-
.E_c1up1pdz.active {
|
|
35123
|
-
border-color: #0080ff;
|
|
35124
|
-
}
|
|
35125
|
-
.E_c1up1pdz.active > header {
|
|
35126
|
-
background: rgba(0, 128, 255, 0.1);
|
|
35127
|
-
}
|
|
35128
|
-
.E_c1up1pdz .expand {
|
|
35129
|
-
padding: 12px;
|
|
35130
|
-
}
|
|
35131
|
-
.E_c1up1pdz .field-item {
|
|
35132
|
-
display: flex;
|
|
35133
|
-
padding: 10px 0;
|
|
35134
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35135
|
-
}
|
|
35136
|
-
.E_c1up1pdz .field-item:last-child {
|
|
35137
|
-
border-bottom: none;
|
|
35138
|
-
padding-bottom: 0;
|
|
35139
|
-
}
|
|
35140
|
-
.E_c1up1pdz .field-item label {
|
|
35141
|
-
line-height: 32px;
|
|
35142
|
-
width: 100px;
|
|
35143
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35144
|
-
}
|
|
35145
|
-
.E_c1up1pdz .help {
|
|
35146
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35147
|
-
margin-top: 5px;
|
|
35148
|
-
}
|
|
35149
|
-
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
35150
|
-
.E_c1up1pdz .ant-picker {
|
|
35151
|
-
width: 128px;
|
|
35152
|
-
}
|
|
35153
|
-
|
|
35154
|
-
.E_c156wh19 {
|
|
35155
|
-
display: flex;
|
|
35156
|
-
align-items: center;
|
|
35157
|
-
justify-content: space-between;
|
|
35158
|
-
word-break: keep-all;
|
|
35159
|
-
}
|
|
35160
|
-
.E_c156wh19 .title {
|
|
35161
|
-
margin: 0 16px 0 8px;
|
|
35162
|
-
}
|
|
35163
|
-
.E_c156wh19 .retain {
|
|
35164
|
-
color: rgba(129, 138, 153, 0.6);
|
|
35165
|
-
}
|
|
35166
|
-
.E_c156wh19 div.left {
|
|
35167
|
-
flex: 1;
|
|
35168
|
-
display: flex;
|
|
35169
|
-
overflow: hidden;
|
|
35170
|
-
align-items: center;
|
|
35171
|
-
justify-content: flex-start;
|
|
35172
|
-
white-space: nowrap;
|
|
35173
|
-
}
|
|
35174
|
-
.E_c156wh19 div.left .title {
|
|
35175
|
-
max-width: 100%;
|
|
35176
|
-
overflow: hidden;
|
|
35177
|
-
text-overflow: ellipsis;
|
|
35178
|
-
}
|
|
35179
|
-
.E_c156wh19 div.right {
|
|
35180
|
-
display: flex;
|
|
35181
|
-
align-items: center;
|
|
35182
|
-
}
|
|
35183
|
-
.E_c156wh19 .reverse {
|
|
35184
|
-
display: flex;
|
|
35185
|
-
flex-direction: row-reverse;
|
|
35186
|
-
align-items: center;
|
|
35187
|
-
}
|
|
35188
|
-
.E_c156wh19 .reverse .ant-switch {
|
|
35189
|
-
margin-left: 8px;
|
|
35190
|
-
}
|
|
35191
|
-
.E_c156wh19 .close {
|
|
35192
|
-
padding-left: 14px;
|
|
35193
|
-
margin-left: 14px;
|
|
35194
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35195
|
-
cursor: pointer;
|
|
35070
|
+
padding-right: 12px;
|
|
35196
35071
|
}
|
|
35197
35072
|
|
|
35198
|
-
.
|
|
35199
|
-
|
|
35200
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35073
|
+
span.E_tqjc4ui {
|
|
35074
|
+
margin: 0 2px;
|
|
35201
35075
|
}
|
|
35202
|
-
|
|
35203
|
-
|
|
35204
|
-
|
|
35205
|
-
|
|
35076
|
+
|
|
35077
|
+
.E_skwah65 {
|
|
35078
|
+
height: 8px;
|
|
35079
|
+
box-sizing: border-box;
|
|
35080
|
+
border-radius: 2px;
|
|
35081
|
+
background: #f5f7fa;
|
|
35082
|
+
display: flex;
|
|
35083
|
+
width: 100%;
|
|
35084
|
+
overflow: hidden;
|
|
35206
35085
|
}
|
|
35207
|
-
.
|
|
35208
|
-
|
|
35209
|
-
color: #0096ff;
|
|
35086
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35087
|
+
margin-left: 1px;
|
|
35210
35088
|
}
|
|
35211
35089
|
|
|
35212
|
-
.
|
|
35213
|
-
|
|
35214
|
-
|
|
35090
|
+
.E_ou7iq30 {
|
|
35091
|
+
overflow: hidden;
|
|
35092
|
+
text-overflow: ellipsis;
|
|
35215
35093
|
}
|
|
35216
|
-
|
|
35217
|
-
.
|
|
35218
|
-
|
|
35219
|
-
margin: 0 9px;
|
|
35220
|
-
text-align: center;
|
|
35094
|
+
|
|
35095
|
+
.E_s1tui002 {
|
|
35096
|
+
white-space: nowrap;
|
|
35221
35097
|
}
|
|
35222
|
-
|
|
35223
|
-
|
|
35224
|
-
|
|
35225
|
-
|
|
35098
|
+
|
|
35099
|
+
.E_mxrc2zg {
|
|
35100
|
+
display: -webkit-box;
|
|
35101
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35102
|
+
-webkit-box-orient: vertical;
|
|
35103
|
+
word-break: break-all;
|
|
35226
35104
|
}
|
|
35227
|
-
|
|
35228
|
-
.
|
|
35229
|
-
|
|
35230
|
-
box-sizing: border-box;
|
|
35231
|
-
border-radius: 16px;
|
|
35232
|
-
margin-right: 8px;
|
|
35105
|
+
|
|
35106
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35107
|
+
display: none;
|
|
35233
35108
|
}
|
|
35234
|
-
.
|
|
35235
|
-
|
|
35236
|
-
|
|
35237
|
-
border-color: #d9d9d9;
|
|
35109
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35110
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35111
|
+
border-radius: 4px;
|
|
35238
35112
|
}
|
|
35239
|
-
.
|
|
35240
|
-
|
|
35241
|
-
border-color: #0096ff;
|
|
35242
|
-
color: #fff;
|
|
35113
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35114
|
+
visibility: hidden;
|
|
35243
35115
|
}
|
|
35244
|
-
|
|
35245
|
-
|
|
35246
|
-
|
|
35116
|
+
|
|
35117
|
+
.E_n12mqh7z {
|
|
35118
|
+
display: flex;
|
|
35119
|
+
align-items: center;
|
|
35120
|
+
font-size: 12px;
|
|
35121
|
+
line-height: 18px;
|
|
35247
35122
|
}
|
|
35248
|
-
.
|
|
35249
|
-
|
|
35250
|
-
padding: 0;
|
|
35251
|
-
margin-bottom: 8px;
|
|
35123
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35124
|
+
margin-bottom: 4px;
|
|
35252
35125
|
}
|
|
35253
|
-
|
|
35254
|
-
|
|
35255
|
-
|
|
35256
|
-
|
|
35126
|
+
|
|
35127
|
+
.E_tf5bynu {
|
|
35128
|
+
margin: 0 3px;
|
|
35129
|
+
}
|
|
35130
|
+
|
|
35131
|
+
.E_tcckoz1 {
|
|
35132
|
+
max-height: 400px;
|
|
35133
|
+
overflow: auto;
|
|
35257
35134
|
}
|
|
35258
35135
|
|
|
35259
35136
|
.E_wg1tsps {
|
|
@@ -35279,6 +35156,16 @@ span.E_tqjc4ui {
|
|
|
35279
35156
|
color: #00122e !important;
|
|
35280
35157
|
}
|
|
35281
35158
|
|
|
35159
|
+
.E_gmyahx3 {
|
|
35160
|
+
cursor: pointer;
|
|
35161
|
+
}
|
|
35162
|
+
.E_gmyahx3 .link-text {
|
|
35163
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35164
|
+
}
|
|
35165
|
+
.E_gmyahx3:hover .link-text {
|
|
35166
|
+
color: #0080ff;
|
|
35167
|
+
}
|
|
35168
|
+
|
|
35282
35169
|
.E_t160l1cm {
|
|
35283
35170
|
display: flex;
|
|
35284
35171
|
flex-direction: column;
|
|
@@ -35482,6 +35369,119 @@ span.E_tqjc4ui {
|
|
|
35482
35369
|
background: transparent;
|
|
35483
35370
|
}
|
|
35484
35371
|
|
|
35372
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
35373
|
+
background: #edf0f7;
|
|
35374
|
+
padding: 32px 8px;
|
|
35375
|
+
overflow: auto;
|
|
35376
|
+
}
|
|
35377
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
35378
|
+
display: flex;
|
|
35379
|
+
flex-direction: column;
|
|
35380
|
+
justify-content: space-between;
|
|
35381
|
+
}
|
|
35382
|
+
.E_s1at6qmn footer {
|
|
35383
|
+
display: flex;
|
|
35384
|
+
}
|
|
35385
|
+
.E_s1at6qmn .ant-menu {
|
|
35386
|
+
background: #edf0f7;
|
|
35387
|
+
}
|
|
35388
|
+
.E_s1at6qmn .ant-menu a {
|
|
35389
|
+
color: #00122e;
|
|
35390
|
+
width: 180px;
|
|
35391
|
+
overflow: hidden;
|
|
35392
|
+
text-overflow: ellipsis;
|
|
35393
|
+
}
|
|
35394
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
35395
|
+
margin-bottom: 24px;
|
|
35396
|
+
}
|
|
35397
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35398
|
+
margin: 0;
|
|
35399
|
+
}
|
|
35400
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35401
|
+
font-size: 12px;
|
|
35402
|
+
padding: 0 8px 4px;
|
|
35403
|
+
line-height: 18px;
|
|
35404
|
+
}
|
|
35405
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35406
|
+
padding: 0;
|
|
35407
|
+
}
|
|
35408
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35409
|
+
padding-bottom: 24px;
|
|
35410
|
+
}
|
|
35411
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35412
|
+
margin-bottom: 24px;
|
|
35413
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35414
|
+
}
|
|
35415
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35416
|
+
transition: none;
|
|
35417
|
+
display: flex;
|
|
35418
|
+
align-items: center;
|
|
35419
|
+
height: 32px;
|
|
35420
|
+
line-height: 22px;
|
|
35421
|
+
padding: 0 8px;
|
|
35422
|
+
}
|
|
35423
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35424
|
+
margin-right: 12px;
|
|
35425
|
+
}
|
|
35426
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35427
|
+
margin: 0;
|
|
35428
|
+
margin-bottom: 2px;
|
|
35429
|
+
}
|
|
35430
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35431
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35432
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35433
|
+
border-radius: 6px;
|
|
35434
|
+
color: #fff;
|
|
35435
|
+
}
|
|
35436
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35437
|
+
color: #fff;
|
|
35438
|
+
}
|
|
35439
|
+
.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 {
|
|
35440
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35441
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35442
|
+
border-radius: 6px;
|
|
35443
|
+
}
|
|
35444
|
+
|
|
35445
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35446
|
+
white-space: nowrap;
|
|
35447
|
+
transition: all 0s;
|
|
35448
|
+
}
|
|
35449
|
+
.E_s1wu0lms.shrink {
|
|
35450
|
+
transition: all 0s;
|
|
35451
|
+
overflow: hidden;
|
|
35452
|
+
}
|
|
35453
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35454
|
+
visibility: hidden;
|
|
35455
|
+
}
|
|
35456
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35457
|
+
width: 36px;
|
|
35458
|
+
padding: 0 6px;
|
|
35459
|
+
}
|
|
35460
|
+
|
|
35461
|
+
.E_n1ugzfva {
|
|
35462
|
+
display: flex;
|
|
35463
|
+
place-items: center;
|
|
35464
|
+
width: 100% !important;
|
|
35465
|
+
}
|
|
35466
|
+
.E_n1ugzfva[disabled] {
|
|
35467
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35468
|
+
opacity: 1 !important;
|
|
35469
|
+
}
|
|
35470
|
+
.E_n1ugzfva.ant-btn {
|
|
35471
|
+
width: 100%;
|
|
35472
|
+
color: #00122e;
|
|
35473
|
+
}
|
|
35474
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35475
|
+
margin-right: 12px;
|
|
35476
|
+
}
|
|
35477
|
+
.E_n1ugzfva .link-title {
|
|
35478
|
+
flex: 1;
|
|
35479
|
+
overflow: hidden;
|
|
35480
|
+
white-space: nowrap;
|
|
35481
|
+
text-overflow: ellipsis;
|
|
35482
|
+
text-align: left;
|
|
35483
|
+
}
|
|
35484
|
+
|
|
35485
35485
|
.E_cyms3br {
|
|
35486
35486
|
background: #fff;
|
|
35487
35487
|
width: 100%;
|
|
@@ -35516,60 +35516,29 @@ span.E_tqjc4ui {
|
|
|
35516
35516
|
gap: 6px;
|
|
35517
35517
|
font-size: 12px;
|
|
35518
35518
|
font-weight: 400;
|
|
35519
|
-
color: rgb(0, 18, 46);
|
|
35520
|
-
}
|
|
35521
|
-
|
|
35522
|
-
.E_c157gu4z .ant-list-item {
|
|
35523
|
-
display: flex;
|
|
35524
|
-
flex-direction: row;
|
|
35525
|
-
}
|
|
35526
|
-
.E_c157gu4z .description {
|
|
35527
|
-
flex-grow: 1;
|
|
35528
|
-
margin-left: 8px;
|
|
35529
|
-
}
|
|
35530
|
-
|
|
35531
|
-
.E_eu1sysj {
|
|
35532
|
-
display: flex;
|
|
35533
|
-
flex-direction: column;
|
|
35534
|
-
align-items: center;
|
|
35535
|
-
justify-content: center;
|
|
35536
|
-
}
|
|
35537
|
-
|
|
35538
|
-
.E_d11hhzf9 {
|
|
35539
|
-
width: 492px !important;
|
|
35540
|
-
margin: 40px auto !important;
|
|
35541
|
-
padding-bottom: 0 !important;
|
|
35542
|
-
}
|
|
35543
|
-
.E_d11hhzf9 .ant-modal-content {
|
|
35544
|
-
background: #fff;
|
|
35545
|
-
border-radius: 16px;
|
|
35546
|
-
}
|
|
35547
|
-
.E_d11hhzf9 .ant-modal-header {
|
|
35548
|
-
padding: 32px 40px 0;
|
|
35549
|
-
border-bottom: none;
|
|
35550
|
-
border-radius: 16px 16px 0 0;
|
|
35551
|
-
}
|
|
35552
|
-
.E_d11hhzf9 .ant-modal-close {
|
|
35553
|
-
right: 40px;
|
|
35554
|
-
top: 32px;
|
|
35519
|
+
color: rgb(0, 18, 46);
|
|
35555
35520
|
}
|
|
35556
|
-
|
|
35557
|
-
|
|
35558
|
-
|
|
35559
|
-
|
|
35560
|
-
overflow-y: auto;
|
|
35521
|
+
|
|
35522
|
+
.E_c157gu4z .ant-list-item {
|
|
35523
|
+
display: flex;
|
|
35524
|
+
flex-direction: row;
|
|
35561
35525
|
}
|
|
35562
|
-
.
|
|
35563
|
-
|
|
35564
|
-
margin-
|
|
35565
|
-
border-top: none;
|
|
35566
|
-
box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
|
|
35526
|
+
.E_c157gu4z .description {
|
|
35527
|
+
flex-grow: 1;
|
|
35528
|
+
margin-left: 8px;
|
|
35567
35529
|
}
|
|
35568
35530
|
|
|
35569
|
-
.
|
|
35531
|
+
.E_eu1sysj {
|
|
35570
35532
|
display: flex;
|
|
35571
|
-
|
|
35572
|
-
|
|
35533
|
+
flex-direction: column;
|
|
35534
|
+
align-items: center;
|
|
35535
|
+
justify-content: center;
|
|
35536
|
+
}
|
|
35537
|
+
|
|
35538
|
+
.E_h1ol2wl7 {
|
|
35539
|
+
font-weight: bold;
|
|
35540
|
+
background-color: unset;
|
|
35541
|
+
padding: unset;
|
|
35573
35542
|
}
|
|
35574
35543
|
|
|
35575
35544
|
.E_i5w779o {
|
|
@@ -35613,6 +35582,43 @@ span.E_tqjc4ui {
|
|
|
35613
35582
|
color: rgba(0, 21, 64, 0.3);
|
|
35614
35583
|
}
|
|
35615
35584
|
|
|
35585
|
+
.E_d11hhzf9 {
|
|
35586
|
+
width: 492px !important;
|
|
35587
|
+
margin: 40px auto !important;
|
|
35588
|
+
padding-bottom: 0 !important;
|
|
35589
|
+
}
|
|
35590
|
+
.E_d11hhzf9 .ant-modal-content {
|
|
35591
|
+
background: #fff;
|
|
35592
|
+
border-radius: 16px;
|
|
35593
|
+
}
|
|
35594
|
+
.E_d11hhzf9 .ant-modal-header {
|
|
35595
|
+
padding: 32px 40px 0;
|
|
35596
|
+
border-bottom: none;
|
|
35597
|
+
border-radius: 16px 16px 0 0;
|
|
35598
|
+
}
|
|
35599
|
+
.E_d11hhzf9 .ant-modal-close {
|
|
35600
|
+
right: 40px;
|
|
35601
|
+
top: 32px;
|
|
35602
|
+
}
|
|
35603
|
+
.E_d11hhzf9 .ant-modal-body {
|
|
35604
|
+
padding: 32px 40px;
|
|
35605
|
+
min-height: 160px;
|
|
35606
|
+
max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
|
|
35607
|
+
overflow-y: auto;
|
|
35608
|
+
}
|
|
35609
|
+
.E_d11hhzf9 .ant-modal-footer {
|
|
35610
|
+
padding: 24px 40px;
|
|
35611
|
+
margin-top: 0;
|
|
35612
|
+
border-top: none;
|
|
35613
|
+
box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
|
|
35614
|
+
}
|
|
35615
|
+
|
|
35616
|
+
.E_f1g147n6 {
|
|
35617
|
+
display: flex;
|
|
35618
|
+
justify-content: flex-end;
|
|
35619
|
+
gap: 8px;
|
|
35620
|
+
}
|
|
35621
|
+
|
|
35616
35622
|
.E_kr6am0s .ant-modal-body {
|
|
35617
35623
|
padding: 60px 128px;
|
|
35618
35624
|
}
|
|
@@ -35676,103 +35682,6 @@ span.E_tqjc4ui {
|
|
|
35676
35682
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
35677
35683
|
}
|
|
35678
35684
|
|
|
35679
|
-
.E_h1ol2wl7 {
|
|
35680
|
-
font-weight: bold;
|
|
35681
|
-
background-color: unset;
|
|
35682
|
-
padding: unset;
|
|
35683
|
-
}
|
|
35684
|
-
|
|
35685
|
-
.E_c14ouk5o {
|
|
35686
|
-
width: 100%;
|
|
35687
|
-
height: 100%;
|
|
35688
|
-
display: flex;
|
|
35689
|
-
font-size: 12px;
|
|
35690
|
-
line-height: 18px;
|
|
35691
|
-
padding: 8px 0;
|
|
35692
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35693
|
-
}
|
|
35694
|
-
.E_c14ouk5o:last-of-type {
|
|
35695
|
-
box-shadow: none;
|
|
35696
|
-
padding-bottom: 0;
|
|
35697
|
-
}
|
|
35698
|
-
.E_c14ouk5o.collapsed {
|
|
35699
|
-
flex-direction: column;
|
|
35700
|
-
}
|
|
35701
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
35702
|
-
display: flex;
|
|
35703
|
-
}
|
|
35704
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
35705
|
-
flex: 1;
|
|
35706
|
-
display: flex;
|
|
35707
|
-
justify-content: space-between;
|
|
35708
|
-
}
|
|
35709
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
35710
|
-
height: auto;
|
|
35711
|
-
}
|
|
35712
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
35713
|
-
margin-left: 162px;
|
|
35714
|
-
}
|
|
35715
|
-
.E_c14ouk5o .col-label {
|
|
35716
|
-
width: 216px;
|
|
35717
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35718
|
-
margin-right: 12px;
|
|
35719
|
-
flex-shrink: 0;
|
|
35720
|
-
}
|
|
35721
|
-
.E_c14ouk5o .col-content {
|
|
35722
|
-
color: #2d3a56;
|
|
35723
|
-
/* make btn link in info row have the same height as normal text */
|
|
35724
|
-
}
|
|
35725
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
35726
|
-
height: auto;
|
|
35727
|
-
}
|
|
35728
|
-
|
|
35729
|
-
.E_cevhqx7 {
|
|
35730
|
-
color: #00122e;
|
|
35731
|
-
}
|
|
35732
|
-
|
|
35733
|
-
.E_snbqlt4 {
|
|
35734
|
-
margin-top: 8px;
|
|
35735
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35736
|
-
}
|
|
35737
|
-
|
|
35738
|
-
.E_c1ss4prm {
|
|
35739
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35740
|
-
}
|
|
35741
|
-
.E_c1ss4prm li {
|
|
35742
|
-
margin-bottom: 4px;
|
|
35743
|
-
}
|
|
35744
|
-
.E_c1ss4prm li:last-child {
|
|
35745
|
-
margin-bottom: 0;
|
|
35746
|
-
}
|
|
35747
|
-
|
|
35748
|
-
.E_ms3tlei {
|
|
35749
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35750
|
-
padding: 8px;
|
|
35751
|
-
border-radius: 6px;
|
|
35752
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35753
|
-
}
|
|
35754
|
-
.E_ms3tlei li {
|
|
35755
|
-
margin-bottom: 4px;
|
|
35756
|
-
}
|
|
35757
|
-
.E_ms3tlei li:last-child {
|
|
35758
|
-
margin-bottom: 0;
|
|
35759
|
-
}
|
|
35760
|
-
|
|
35761
|
-
.E_du44iy7 {
|
|
35762
|
-
margin-bottom: 4px;
|
|
35763
|
-
}
|
|
35764
|
-
|
|
35765
|
-
.E_s1qmhanr {
|
|
35766
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35767
|
-
margin-bottom: 8px;
|
|
35768
|
-
}
|
|
35769
|
-
|
|
35770
|
-
.E_drje1h0 {
|
|
35771
|
-
height: 1px;
|
|
35772
|
-
background: #e4e9f2;
|
|
35773
|
-
margin: 16px 0;
|
|
35774
|
-
}
|
|
35775
|
-
|
|
35776
35685
|
.E_c1kchka8 {
|
|
35777
35686
|
height: 100%;
|
|
35778
35687
|
width: 100%;
|
|
@@ -36265,6 +36174,97 @@ span.E_tqjc4ui {
|
|
|
36265
36174
|
padding: 0;
|
|
36266
36175
|
}
|
|
36267
36176
|
|
|
36177
|
+
.E_c1ss4prm {
|
|
36178
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36179
|
+
}
|
|
36180
|
+
.E_c1ss4prm li {
|
|
36181
|
+
margin-bottom: 4px;
|
|
36182
|
+
}
|
|
36183
|
+
.E_c1ss4prm li:last-child {
|
|
36184
|
+
margin-bottom: 0;
|
|
36185
|
+
}
|
|
36186
|
+
|
|
36187
|
+
.E_ms3tlei {
|
|
36188
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36189
|
+
padding: 8px;
|
|
36190
|
+
border-radius: 6px;
|
|
36191
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36192
|
+
}
|
|
36193
|
+
.E_ms3tlei li {
|
|
36194
|
+
margin-bottom: 4px;
|
|
36195
|
+
}
|
|
36196
|
+
.E_ms3tlei li:last-child {
|
|
36197
|
+
margin-bottom: 0;
|
|
36198
|
+
}
|
|
36199
|
+
|
|
36200
|
+
.E_du44iy7 {
|
|
36201
|
+
margin-bottom: 4px;
|
|
36202
|
+
}
|
|
36203
|
+
|
|
36204
|
+
.E_s1qmhanr {
|
|
36205
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36206
|
+
margin-bottom: 8px;
|
|
36207
|
+
}
|
|
36208
|
+
|
|
36209
|
+
.E_drje1h0 {
|
|
36210
|
+
height: 1px;
|
|
36211
|
+
background: #e4e9f2;
|
|
36212
|
+
margin: 16px 0;
|
|
36213
|
+
}
|
|
36214
|
+
|
|
36215
|
+
.E_c14ouk5o {
|
|
36216
|
+
width: 100%;
|
|
36217
|
+
height: 100%;
|
|
36218
|
+
display: flex;
|
|
36219
|
+
font-size: 12px;
|
|
36220
|
+
line-height: 18px;
|
|
36221
|
+
padding: 8px 0;
|
|
36222
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36223
|
+
}
|
|
36224
|
+
.E_c14ouk5o:last-of-type {
|
|
36225
|
+
box-shadow: none;
|
|
36226
|
+
padding-bottom: 0;
|
|
36227
|
+
}
|
|
36228
|
+
.E_c14ouk5o.collapsed {
|
|
36229
|
+
flex-direction: column;
|
|
36230
|
+
}
|
|
36231
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36232
|
+
display: flex;
|
|
36233
|
+
}
|
|
36234
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36235
|
+
flex: 1;
|
|
36236
|
+
display: flex;
|
|
36237
|
+
justify-content: space-between;
|
|
36238
|
+
}
|
|
36239
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36240
|
+
height: auto;
|
|
36241
|
+
}
|
|
36242
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
36243
|
+
margin-left: 162px;
|
|
36244
|
+
}
|
|
36245
|
+
.E_c14ouk5o .col-label {
|
|
36246
|
+
width: 216px;
|
|
36247
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36248
|
+
margin-right: 12px;
|
|
36249
|
+
flex-shrink: 0;
|
|
36250
|
+
}
|
|
36251
|
+
.E_c14ouk5o .col-content {
|
|
36252
|
+
color: #2d3a56;
|
|
36253
|
+
/* make btn link in info row have the same height as normal text */
|
|
36254
|
+
}
|
|
36255
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36256
|
+
height: auto;
|
|
36257
|
+
}
|
|
36258
|
+
|
|
36259
|
+
.E_cevhqx7 {
|
|
36260
|
+
color: #00122e;
|
|
36261
|
+
}
|
|
36262
|
+
|
|
36263
|
+
.E_snbqlt4 {
|
|
36264
|
+
margin-top: 8px;
|
|
36265
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36266
|
+
}
|
|
36267
|
+
|
|
36268
36268
|
.E_l12xdkhl {
|
|
36269
36269
|
width: 64px;
|
|
36270
36270
|
height: 64px;
|