@cloudtower/eagle 0.34.28 → 0.34.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1357 -1357
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1620 -1620
- package/dist/style.css +1357 -1357
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29673,6 +29673,46 @@ body {
|
|
|
29673
29673
|
overflow-x: auto;
|
|
29674
29674
|
}
|
|
29675
29675
|
|
|
29676
|
+
.E_m74vjol {
|
|
29677
|
+
display: flex;
|
|
29678
|
+
justify-content: space-between;
|
|
29679
|
+
width: 100%;
|
|
29680
|
+
}
|
|
29681
|
+
.E_m74vjol .action {
|
|
29682
|
+
margin-left: 16px;
|
|
29683
|
+
}
|
|
29684
|
+
|
|
29685
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
29686
|
+
padding-right: 12px;
|
|
29687
|
+
}
|
|
29688
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29689
|
+
height: fit-content;
|
|
29690
|
+
margin-left: 16px;
|
|
29691
|
+
}
|
|
29692
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29693
|
+
flex: 1;
|
|
29694
|
+
}
|
|
29695
|
+
|
|
29696
|
+
.E_c18gxmrl {
|
|
29697
|
+
border: 1px solid #d8deeb;
|
|
29698
|
+
border-radius: 4px;
|
|
29699
|
+
}
|
|
29700
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
29701
|
+
margin-top: 8px;
|
|
29702
|
+
}
|
|
29703
|
+
.E_c18gxmrl:hover {
|
|
29704
|
+
border-color: #0080ff;
|
|
29705
|
+
}
|
|
29706
|
+
.E_c18gxmrl:hover > header {
|
|
29707
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29708
|
+
}
|
|
29709
|
+
.E_c18gxmrl.active header {
|
|
29710
|
+
border-bottom: 1px solid #d8deeb;
|
|
29711
|
+
}
|
|
29712
|
+
.E_c18gxmrl > header {
|
|
29713
|
+
padding: 8px 12px;
|
|
29714
|
+
}
|
|
29715
|
+
|
|
29676
29716
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29677
29717
|
justify-content: center;
|
|
29678
29718
|
}
|
|
@@ -29930,24 +29970,42 @@ body {
|
|
|
29930
29970
|
justify-content: center;
|
|
29931
29971
|
}
|
|
29932
29972
|
|
|
29933
|
-
.
|
|
29934
|
-
|
|
29935
|
-
border-radius: 4px;
|
|
29973
|
+
.E_c1uzzomf {
|
|
29974
|
+
margin-bottom: 16px;
|
|
29936
29975
|
}
|
|
29937
|
-
.
|
|
29938
|
-
|
|
29976
|
+
.E_c1uzzomf .card-title {
|
|
29977
|
+
font-size: 16px;
|
|
29978
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29979
|
+
font-weight: 700;
|
|
29980
|
+
line-height: 32px;
|
|
29939
29981
|
}
|
|
29940
|
-
.
|
|
29941
|
-
|
|
29982
|
+
.E_c1uzzomf .card-body {
|
|
29983
|
+
padding: 24px;
|
|
29984
|
+
border-radius: 8px;
|
|
29985
|
+
background: #fff;
|
|
29942
29986
|
}
|
|
29943
|
-
.
|
|
29944
|
-
|
|
29987
|
+
.E_c1uzzomf .empty {
|
|
29988
|
+
font-weight: 700;
|
|
29989
|
+
font-size: 14px;
|
|
29990
|
+
line-height: 22px;
|
|
29991
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29992
|
+
text-align: center;
|
|
29945
29993
|
}
|
|
29946
|
-
|
|
29947
|
-
|
|
29994
|
+
|
|
29995
|
+
.E_berrcjl {
|
|
29996
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29997
|
+
margin-bottom: 4px;
|
|
29948
29998
|
}
|
|
29949
|
-
.
|
|
29950
|
-
|
|
29999
|
+
.E_berrcjl .breadcrumb-link {
|
|
30000
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30001
|
+
cursor: pointer;
|
|
30002
|
+
transition: color 160ms ease;
|
|
30003
|
+
}
|
|
30004
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30005
|
+
color: #0080ff;
|
|
30006
|
+
}
|
|
30007
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30008
|
+
color: #005ed1;
|
|
29951
30009
|
}
|
|
29952
30010
|
|
|
29953
30011
|
.E_b1nip9bk {
|
|
@@ -29979,96 +30037,62 @@ body {
|
|
|
29979
30037
|
border-radius: unset;
|
|
29980
30038
|
}
|
|
29981
30039
|
|
|
29982
|
-
.
|
|
29983
|
-
|
|
29984
|
-
|
|
29985
|
-
|
|
29986
|
-
.E_berrcjl .breadcrumb-link {
|
|
29987
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29988
|
-
cursor: pointer;
|
|
29989
|
-
transition: color 160ms ease;
|
|
29990
|
-
}
|
|
29991
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29992
|
-
color: #0080ff;
|
|
29993
|
-
}
|
|
29994
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29995
|
-
color: #005ed1;
|
|
29996
|
-
}
|
|
29997
|
-
|
|
29998
|
-
.E_m74vjol {
|
|
29999
|
-
display: flex;
|
|
30000
|
-
justify-content: space-between;
|
|
30001
|
-
width: 100%;
|
|
30002
|
-
}
|
|
30003
|
-
.E_m74vjol .action {
|
|
30004
|
-
margin-left: 16px;
|
|
30005
|
-
}
|
|
30006
|
-
|
|
30007
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
30008
|
-
padding-right: 12px;
|
|
30040
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30041
|
+
padding: 4px 8px 0 8px;
|
|
30042
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30043
|
+
font-size: 12px;
|
|
30009
30044
|
}
|
|
30010
|
-
.
|
|
30011
|
-
|
|
30012
|
-
margin-left: 16px;
|
|
30045
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30046
|
+
padding-bottom: 6px;
|
|
30013
30047
|
}
|
|
30014
|
-
.
|
|
30015
|
-
|
|
30048
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30049
|
+
padding-top: 4px;
|
|
30050
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30016
30051
|
}
|
|
30017
30052
|
|
|
30018
|
-
.
|
|
30019
|
-
|
|
30053
|
+
.E_iouxfgt {
|
|
30054
|
+
display: inline-flex;
|
|
30055
|
+
align-items: center;
|
|
30020
30056
|
}
|
|
30021
|
-
.
|
|
30022
|
-
|
|
30023
|
-
|
|
30024
|
-
|
|
30025
|
-
line-height: 32px;
|
|
30057
|
+
.E_iouxfgt .icon-inner {
|
|
30058
|
+
display: inline-flex;
|
|
30059
|
+
align-items: center;
|
|
30060
|
+
justify-content: center;
|
|
30026
30061
|
}
|
|
30027
|
-
.
|
|
30028
|
-
|
|
30029
|
-
|
|
30030
|
-
background: #fff;
|
|
30062
|
+
.E_iouxfgt .icon-inner + span,
|
|
30063
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30064
|
+
margin-left: 4px;
|
|
30031
30065
|
}
|
|
30032
|
-
.
|
|
30033
|
-
|
|
30034
|
-
|
|
30035
|
-
line-height: 22px;
|
|
30036
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30037
|
-
text-align: center;
|
|
30066
|
+
.E_iouxfgt.is-rotate img,
|
|
30067
|
+
.E_iouxfgt.is-rotate svg {
|
|
30068
|
+
animation: rotate 680ms linear infinite;
|
|
30038
30069
|
}
|
|
30039
30070
|
|
|
30040
|
-
.
|
|
30071
|
+
.E_fzh9mnb {
|
|
30041
30072
|
width: 100%;
|
|
30042
|
-
|
|
30043
|
-
|
|
30044
|
-
|
|
30045
|
-
|
|
30046
|
-
|
|
30047
|
-
|
|
30048
|
-
padding-bottom: 0 !important;
|
|
30049
|
-
}
|
|
30050
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30051
|
-
min-height: 32px;
|
|
30052
|
-
height: auto;
|
|
30053
|
-
font-size: 13px;
|
|
30054
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30055
|
-
white-space: normal;
|
|
30073
|
+
height: 100%;
|
|
30074
|
+
min-height: 124px;
|
|
30075
|
+
display: flex;
|
|
30076
|
+
flex-direction: column;
|
|
30077
|
+
justify-content: center;
|
|
30078
|
+
align-items: center;
|
|
30056
30079
|
}
|
|
30057
|
-
.
|
|
30058
|
-
|
|
30080
|
+
.E_fzh9mnb .error-text {
|
|
30081
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30082
|
+
margin-bottom: 16px;
|
|
30083
|
+
font-size: 18px;
|
|
30059
30084
|
}
|
|
30060
|
-
|
|
30061
|
-
|
|
30085
|
+
|
|
30086
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30087
|
+
display: flex;
|
|
30062
30088
|
}
|
|
30063
|
-
.
|
|
30064
|
-
|
|
30065
|
-
|
|
30066
|
-
min-height: 0px;
|
|
30089
|
+
.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 {
|
|
30090
|
+
border-bottom-left-radius: 5px;
|
|
30091
|
+
border-top-left-radius: 5px;
|
|
30067
30092
|
}
|
|
30068
|
-
.
|
|
30069
|
-
|
|
30070
|
-
|
|
30071
|
-
min-height: 0px;
|
|
30093
|
+
.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 {
|
|
30094
|
+
border-bottom-right-radius: 5px;
|
|
30095
|
+
border-top-right-radius: 5px;
|
|
30072
30096
|
}
|
|
30073
30097
|
|
|
30074
30098
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -30131,37 +30155,38 @@ body {
|
|
|
30131
30155
|
padding: 2px 8px;
|
|
30132
30156
|
}
|
|
30133
30157
|
|
|
30134
|
-
.
|
|
30135
|
-
|
|
30136
|
-
|
|
30158
|
+
.E_f7pxqmh {
|
|
30159
|
+
width: 100%;
|
|
30160
|
+
margin-bottom: 0 !important;
|
|
30161
|
+
flex-flow: nowrap !important;
|
|
30162
|
+
line-break: auto;
|
|
30137
30163
|
}
|
|
30138
|
-
.
|
|
30139
|
-
|
|
30140
|
-
|
|
30141
|
-
justify-content: center;
|
|
30164
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30165
|
+
text-align: left !important;
|
|
30166
|
+
padding-bottom: 0 !important;
|
|
30142
30167
|
}
|
|
30143
|
-
.
|
|
30144
|
-
|
|
30145
|
-
|
|
30168
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30169
|
+
min-height: 32px;
|
|
30170
|
+
height: auto;
|
|
30171
|
+
font-size: 13px;
|
|
30172
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30173
|
+
white-space: normal;
|
|
30146
30174
|
}
|
|
30147
|
-
.
|
|
30148
|
-
|
|
30149
|
-
animation: rotate 680ms linear infinite;
|
|
30175
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30176
|
+
border-color: #ff4d4f !important;
|
|
30150
30177
|
}
|
|
30151
|
-
|
|
30152
|
-
|
|
30153
|
-
width: 100%;
|
|
30154
|
-
height: 100%;
|
|
30155
|
-
min-height: 124px;
|
|
30156
|
-
display: flex;
|
|
30157
|
-
flex-direction: column;
|
|
30158
|
-
justify-content: center;
|
|
30159
|
-
align-items: center;
|
|
30178
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30179
|
+
border-color: #ff4d4f !important;
|
|
30160
30180
|
}
|
|
30161
|
-
.
|
|
30162
|
-
|
|
30163
|
-
|
|
30164
|
-
|
|
30181
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30182
|
+
margin-top: 4px;
|
|
30183
|
+
font-size: 12px;
|
|
30184
|
+
min-height: 0px;
|
|
30185
|
+
}
|
|
30186
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30187
|
+
font-size: 12px;
|
|
30188
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30189
|
+
min-height: 0px;
|
|
30165
30190
|
}
|
|
30166
30191
|
|
|
30167
30192
|
.E_atcz0kf .ant-input-suffix {
|
|
@@ -30171,29 +30196,8 @@ body {
|
|
|
30171
30196
|
padding: 2px 7px 2px 12px;
|
|
30172
30197
|
}
|
|
30173
30198
|
|
|
30174
|
-
.
|
|
30175
|
-
display: flex;
|
|
30176
|
-
}
|
|
30177
|
-
.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 {
|
|
30178
|
-
border-bottom-left-radius: 5px;
|
|
30179
|
-
border-top-left-radius: 5px;
|
|
30180
|
-
}
|
|
30181
|
-
.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 {
|
|
30182
|
-
border-bottom-right-radius: 5px;
|
|
30183
|
-
border-top-right-radius: 5px;
|
|
30184
|
-
}
|
|
30185
|
-
|
|
30186
|
-
.E_i1inqkme {
|
|
30187
|
-
height: 18px;
|
|
30199
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30188
30200
|
line-height: 18px;
|
|
30189
|
-
padding: 0 4px;
|
|
30190
|
-
border-radius: 4px;
|
|
30191
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30192
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30193
|
-
display: flex;
|
|
30194
|
-
align-items: center;
|
|
30195
|
-
white-space: nowrap;
|
|
30196
|
-
margin-right: 4px;
|
|
30197
30201
|
}
|
|
30198
30202
|
|
|
30199
30203
|
.E_d1bw7c5z {
|
|
@@ -30279,21 +30283,17 @@ body {
|
|
|
30279
30283
|
width: 102px;
|
|
30280
30284
|
}
|
|
30281
30285
|
|
|
30282
|
-
.
|
|
30286
|
+
.E_i1inqkme {
|
|
30287
|
+
height: 18px;
|
|
30283
30288
|
line-height: 18px;
|
|
30284
|
-
|
|
30285
|
-
|
|
30286
|
-
|
|
30287
|
-
|
|
30288
|
-
|
|
30289
|
-
|
|
30290
|
-
|
|
30291
|
-
|
|
30292
|
-
padding-bottom: 6px;
|
|
30293
|
-
}
|
|
30294
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30295
|
-
padding-top: 4px;
|
|
30296
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30289
|
+
padding: 0 4px;
|
|
30290
|
+
border-radius: 4px;
|
|
30291
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30292
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30293
|
+
display: flex;
|
|
30294
|
+
align-items: center;
|
|
30295
|
+
white-space: nowrap;
|
|
30296
|
+
margin-right: 4px;
|
|
30297
30297
|
}
|
|
30298
30298
|
|
|
30299
30299
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
@@ -30530,6 +30530,15 @@ body {
|
|
|
30530
30530
|
width: 36px;
|
|
30531
30531
|
}
|
|
30532
30532
|
|
|
30533
|
+
.E_owd0kml {
|
|
30534
|
+
display: inline-block;
|
|
30535
|
+
}
|
|
30536
|
+
|
|
30537
|
+
.E_h1jsgezc {
|
|
30538
|
+
visibility: hidden;
|
|
30539
|
+
position: absolute;
|
|
30540
|
+
}
|
|
30541
|
+
|
|
30533
30542
|
.E_i11gg7mj .ant-input-prefix {
|
|
30534
30543
|
margin-right: 8px;
|
|
30535
30544
|
}
|
|
@@ -30556,15 +30565,6 @@ body {
|
|
|
30556
30565
|
cursor: not-allowed;
|
|
30557
30566
|
}
|
|
30558
30567
|
|
|
30559
|
-
.E_owd0kml {
|
|
30560
|
-
display: inline-block;
|
|
30561
|
-
}
|
|
30562
|
-
|
|
30563
|
-
.E_h1jsgezc {
|
|
30564
|
-
visibility: hidden;
|
|
30565
|
-
position: absolute;
|
|
30566
|
-
}
|
|
30567
|
-
|
|
30568
30568
|
.E_ivqqkzv {
|
|
30569
30569
|
height: 24px;
|
|
30570
30570
|
width: 56px !important;
|
|
@@ -30575,187 +30575,6 @@ body {
|
|
|
30575
30575
|
color: rgba(44, 56, 82, 0.6);
|
|
30576
30576
|
}
|
|
30577
30577
|
|
|
30578
|
-
.E_s1dizucg.ant-switch {
|
|
30579
|
-
min-width: 40px;
|
|
30580
|
-
height: 24px;
|
|
30581
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30582
|
-
overflow: hidden;
|
|
30583
|
-
}
|
|
30584
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30585
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30586
|
-
}
|
|
30587
|
-
.E_s1dizucg.ant-switch-small {
|
|
30588
|
-
min-width: 26px;
|
|
30589
|
-
height: 16px;
|
|
30590
|
-
}
|
|
30591
|
-
.E_s1dizucg.ant-switch-large {
|
|
30592
|
-
min-width: 52px;
|
|
30593
|
-
height: 32px;
|
|
30594
|
-
}
|
|
30595
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30596
|
-
height: 20px;
|
|
30597
|
-
width: 20px;
|
|
30598
|
-
}
|
|
30599
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30600
|
-
border-radius: 10px;
|
|
30601
|
-
transition-delay: 120ms;
|
|
30602
|
-
}
|
|
30603
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30604
|
-
height: 14px;
|
|
30605
|
-
width: 14px;
|
|
30606
|
-
top: 1px;
|
|
30607
|
-
left: 1px;
|
|
30608
|
-
}
|
|
30609
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30610
|
-
height: 28px;
|
|
30611
|
-
width: 28px;
|
|
30612
|
-
}
|
|
30613
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30614
|
-
border-radius: 14px;
|
|
30615
|
-
}
|
|
30616
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30617
|
-
background-color: #00ba5d;
|
|
30618
|
-
}
|
|
30619
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30620
|
-
left: calc(100% - 20px - 2px);
|
|
30621
|
-
}
|
|
30622
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30623
|
-
left: calc(100% - 14px - 1px);
|
|
30624
|
-
}
|
|
30625
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30626
|
-
left: calc(100% - 28px - 2px);
|
|
30627
|
-
}
|
|
30628
|
-
|
|
30629
|
-
.E_c1up6e3y {
|
|
30630
|
-
margin-left: 5px;
|
|
30631
|
-
}
|
|
30632
|
-
|
|
30633
|
-
.E_tju3gfj .date {
|
|
30634
|
-
margin-right: 4px;
|
|
30635
|
-
}
|
|
30636
|
-
|
|
30637
|
-
.E_c1bus5hc {
|
|
30638
|
-
--color: white;
|
|
30639
|
-
height: 14px;
|
|
30640
|
-
width: 14px;
|
|
30641
|
-
border-radius: 50%;
|
|
30642
|
-
flex-shrink: 0;
|
|
30643
|
-
display: flex;
|
|
30644
|
-
align-items: center;
|
|
30645
|
-
justify-content: center;
|
|
30646
|
-
border: 1px solid var(--color);
|
|
30647
|
-
}
|
|
30648
|
-
.E_c1bus5hc .circle-inner {
|
|
30649
|
-
position: relative;
|
|
30650
|
-
height: 10px;
|
|
30651
|
-
width: 10px;
|
|
30652
|
-
border-radius: 50%;
|
|
30653
|
-
overflow: hidden;
|
|
30654
|
-
}
|
|
30655
|
-
.E_c1bus5hc .circle-content {
|
|
30656
|
-
position: absolute;
|
|
30657
|
-
height: 100%;
|
|
30658
|
-
width: 100%;
|
|
30659
|
-
left: 0;
|
|
30660
|
-
top: 0;
|
|
30661
|
-
border-radius: 50%;
|
|
30662
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30663
|
-
transform: rotate(180deg);
|
|
30664
|
-
}
|
|
30665
|
-
.E_c1bus5hc .circle-child {
|
|
30666
|
-
position: absolute;
|
|
30667
|
-
height: 100%;
|
|
30668
|
-
width: 100%;
|
|
30669
|
-
left: 0;
|
|
30670
|
-
top: 0;
|
|
30671
|
-
margin-left: 50%;
|
|
30672
|
-
transform-origin: left;
|
|
30673
|
-
background: white;
|
|
30674
|
-
transform: rotate(0deg);
|
|
30675
|
-
}
|
|
30676
|
-
|
|
30677
|
-
.E_s1sck0th {
|
|
30678
|
-
padding: 0 8px;
|
|
30679
|
-
border-radius: 4px;
|
|
30680
|
-
}
|
|
30681
|
-
|
|
30682
|
-
.E_m855nr1 {
|
|
30683
|
-
padding: 2px 8px;
|
|
30684
|
-
border-radius: 3px;
|
|
30685
|
-
}
|
|
30686
|
-
|
|
30687
|
-
.E_l1270xpg {
|
|
30688
|
-
padding: 3px 8px;
|
|
30689
|
-
border-radius: 2px;
|
|
30690
|
-
}
|
|
30691
|
-
|
|
30692
|
-
.E_t14rextb.ant-tag:hover {
|
|
30693
|
-
opacity: unset;
|
|
30694
|
-
}
|
|
30695
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30696
|
-
margin: 0;
|
|
30697
|
-
margin-right: 8px;
|
|
30698
|
-
display: inline-flex;
|
|
30699
|
-
align-items: center;
|
|
30700
|
-
border: none;
|
|
30701
|
-
}
|
|
30702
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30703
|
-
width: 16px;
|
|
30704
|
-
height: 16px;
|
|
30705
|
-
color: inherit;
|
|
30706
|
-
margin-left: 4px;
|
|
30707
|
-
opacity: 0.6;
|
|
30708
|
-
display: inline-flex;
|
|
30709
|
-
}
|
|
30710
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30711
|
-
opacity: 1;
|
|
30712
|
-
}
|
|
30713
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30714
|
-
color: #0080ff;
|
|
30715
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30716
|
-
}
|
|
30717
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30718
|
-
color: #f0483e;
|
|
30719
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30720
|
-
}
|
|
30721
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30722
|
-
color: #e07f00;
|
|
30723
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
30724
|
-
}
|
|
30725
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30726
|
-
color: #008f4c;
|
|
30727
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
30728
|
-
}
|
|
30729
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30730
|
-
color: #1d326c;
|
|
30731
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
30732
|
-
}
|
|
30733
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30734
|
-
color: #7E41FF;
|
|
30735
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
30736
|
-
}
|
|
30737
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30738
|
-
color: #fff;
|
|
30739
|
-
}
|
|
30740
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30741
|
-
background-color: #f0483e;
|
|
30742
|
-
}
|
|
30743
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30744
|
-
background-color: #fea008;
|
|
30745
|
-
}
|
|
30746
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30747
|
-
background-color: #00ba5d;
|
|
30748
|
-
}
|
|
30749
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30750
|
-
background-color: #0080ff;
|
|
30751
|
-
}
|
|
30752
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30753
|
-
background-color: #6b7d99;
|
|
30754
|
-
}
|
|
30755
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30756
|
-
background-color: #7E41FF;
|
|
30757
|
-
}
|
|
30758
|
-
|
|
30759
30578
|
.E_cnujxq2 {
|
|
30760
30579
|
display: flex;
|
|
30761
30580
|
flex-direction: column;
|
|
@@ -31446,137 +31265,12 @@ input.E_rf8rlle.ant-input {
|
|
|
31446
31265
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31447
31266
|
}
|
|
31448
31267
|
|
|
31449
|
-
.
|
|
31450
|
-
|
|
31451
|
-
|
|
31452
|
-
|
|
31453
|
-
|
|
31454
|
-
|
|
31455
|
-
line-height: 18px;
|
|
31456
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31457
|
-
height: 34px;
|
|
31458
|
-
min-height: 34px;
|
|
31459
|
-
box-sizing: border-box;
|
|
31460
|
-
margin-top: 8px;
|
|
31461
|
-
}
|
|
31462
|
-
|
|
31463
|
-
.E_o1ugr09p {
|
|
31464
|
-
display: flex;
|
|
31465
|
-
flex-direction: column;
|
|
31466
|
-
margin: 1px 8px;
|
|
31467
|
-
padding: 8px;
|
|
31468
|
-
border-radius: 4px;
|
|
31469
|
-
}
|
|
31470
|
-
.E_o1ugr09p .selected-icon {
|
|
31471
|
-
display: none;
|
|
31472
|
-
}
|
|
31473
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31474
|
-
padding-left: 8px;
|
|
31475
|
-
}
|
|
31476
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31477
|
-
background-color: white;
|
|
31478
|
-
}
|
|
31479
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31480
|
-
color: #0080ff;
|
|
31481
|
-
}
|
|
31482
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31483
|
-
display: block;
|
|
31484
|
-
}
|
|
31485
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31486
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31487
|
-
}
|
|
31488
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31489
|
-
color: #0080ff;
|
|
31490
|
-
}
|
|
31491
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31492
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31493
|
-
color: #0080ff;
|
|
31494
|
-
}
|
|
31495
|
-
|
|
31496
|
-
.E_o1ifxsq4 {
|
|
31497
|
-
display: flex;
|
|
31498
|
-
justify-content: space-between;
|
|
31499
|
-
height: 20px;
|
|
31500
|
-
line-height: 20px;
|
|
31501
|
-
}
|
|
31502
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31503
|
-
color: #2d3a56;
|
|
31504
|
-
overflow: hidden;
|
|
31505
|
-
text-overflow: ellipsis;
|
|
31506
|
-
}
|
|
31507
|
-
|
|
31508
|
-
.E_o1zue7 {
|
|
31509
|
-
display: flex;
|
|
31510
|
-
justify-content: space-between;
|
|
31511
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31512
|
-
height: 18px;
|
|
31513
|
-
line-height: 18px;
|
|
31514
|
-
margin-top: 2px;
|
|
31515
|
-
}
|
|
31516
|
-
|
|
31517
|
-
.E_tyfmlxg {
|
|
31518
|
-
border: none;
|
|
31519
|
-
margin-right: 0;
|
|
31520
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31521
|
-
}
|
|
31522
|
-
|
|
31523
|
-
.E_o18uybox {
|
|
31524
|
-
pointer-events: none;
|
|
31525
|
-
height: 32px;
|
|
31526
|
-
width: 100%;
|
|
31527
|
-
opacity: 0;
|
|
31528
|
-
}
|
|
31529
|
-
|
|
31530
|
-
.E_c1yyuluq {
|
|
31531
|
-
border-radius: 8px;
|
|
31532
|
-
}
|
|
31533
|
-
.E_c1yyuluq .ant-card-body {
|
|
31534
|
-
padding: 20px 24px 24px 24px;
|
|
31535
|
-
}
|
|
31536
|
-
|
|
31537
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
31538
|
-
border: 0px;
|
|
31539
|
-
background-color: #fff;
|
|
31540
|
-
}
|
|
31541
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31542
|
-
padding-top: 0px;
|
|
31543
|
-
padding-bottom: 0px;
|
|
31544
|
-
padding-left: 0px !important;
|
|
31545
|
-
padding-right: 24px;
|
|
31546
|
-
}
|
|
31547
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31548
|
-
right: 0px;
|
|
31549
|
-
}
|
|
31550
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31551
|
-
padding: 0px;
|
|
31552
|
-
}
|
|
31553
|
-
|
|
31554
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31555
|
-
padding-right: 0px;
|
|
31556
|
-
cursor: default;
|
|
31557
|
-
}
|
|
31558
|
-
|
|
31559
|
-
.E_iq1gosr {
|
|
31560
|
-
display: inline-block;
|
|
31561
|
-
}
|
|
31562
|
-
|
|
31563
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31564
|
-
display: none;
|
|
31565
|
-
}
|
|
31566
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31567
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31568
|
-
border-radius: 4px;
|
|
31569
|
-
}
|
|
31570
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31571
|
-
visibility: hidden;
|
|
31572
|
-
}
|
|
31573
|
-
|
|
31574
|
-
.E_dsnbhzf {
|
|
31575
|
-
font-family: Inter;
|
|
31576
|
-
font-style: normal;
|
|
31577
|
-
font-weight: bold;
|
|
31578
|
-
font-size: 32px;
|
|
31579
|
-
line-height: 40px;
|
|
31268
|
+
.E_dsnbhzf {
|
|
31269
|
+
font-family: Inter;
|
|
31270
|
+
font-style: normal;
|
|
31271
|
+
font-weight: bold;
|
|
31272
|
+
font-size: 32px;
|
|
31273
|
+
line-height: 40px;
|
|
31580
31274
|
}
|
|
31581
31275
|
|
|
31582
31276
|
.E_d1mvo22k {
|
|
@@ -32046,112 +31740,418 @@ input.E_rf8rlle.ant-input {
|
|
|
32046
31740
|
line-height: 12px;
|
|
32047
31741
|
}
|
|
32048
31742
|
|
|
32049
|
-
.
|
|
32050
|
-
|
|
32051
|
-
align-items: center;
|
|
32052
|
-
justify-content: center;
|
|
32053
|
-
color: #fff;
|
|
32054
|
-
font-weight: bold;
|
|
32055
|
-
font-size: 12px;
|
|
32056
|
-
width: 24px;
|
|
32057
|
-
height: 24px;
|
|
32058
|
-
border-radius: 50%;
|
|
32059
|
-
background: var(--a1b5xrg3-0);
|
|
32060
|
-
}
|
|
32061
|
-
.E_a1b5xrg3.btn-item {
|
|
32062
|
-
transition: all 160ms ease;
|
|
32063
|
-
cursor: pointer;
|
|
32064
|
-
width: 56px;
|
|
32065
|
-
height: 40px;
|
|
32066
|
-
display: inline-flex;
|
|
32067
|
-
align-items: center;
|
|
32068
|
-
justify-content: center;
|
|
32069
|
-
border-radius: 6px;
|
|
32070
|
-
}
|
|
32071
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32072
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31743
|
+
.E_tju3gfj .date {
|
|
31744
|
+
margin-right: 4px;
|
|
32073
31745
|
}
|
|
32074
|
-
|
|
32075
|
-
|
|
32076
|
-
|
|
31746
|
+
|
|
31747
|
+
.E_s1dni7lo {
|
|
31748
|
+
width: 430px !important;
|
|
32077
31749
|
}
|
|
32078
31750
|
|
|
32079
|
-
.
|
|
32080
|
-
|
|
31751
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31752
|
+
padding: 8px 16px;
|
|
31753
|
+
line-height: 18px;
|
|
31754
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31755
|
+
height: 34px;
|
|
31756
|
+
min-height: 34px;
|
|
31757
|
+
box-sizing: border-box;
|
|
31758
|
+
margin-top: 8px;
|
|
32081
31759
|
}
|
|
32082
31760
|
|
|
32083
|
-
.
|
|
32084
|
-
width: 100%;
|
|
32085
|
-
height: 100%;
|
|
32086
|
-
margin: 0 auto;
|
|
31761
|
+
.E_o1ugr09p {
|
|
32087
31762
|
display: flex;
|
|
32088
31763
|
flex-direction: column;
|
|
32089
|
-
|
|
32090
|
-
|
|
32091
|
-
|
|
32092
|
-
}
|
|
32093
|
-
.E_b1lj76ty.large {
|
|
32094
|
-
max-width: 648px;
|
|
31764
|
+
margin: 1px 8px;
|
|
31765
|
+
padding: 8px;
|
|
31766
|
+
border-radius: 4px;
|
|
32095
31767
|
}
|
|
32096
|
-
.
|
|
32097
|
-
|
|
31768
|
+
.E_o1ugr09p .selected-icon {
|
|
31769
|
+
display: none;
|
|
32098
31770
|
}
|
|
32099
|
-
.
|
|
32100
|
-
|
|
31771
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31772
|
+
padding-left: 8px;
|
|
32101
31773
|
}
|
|
32102
|
-
.
|
|
32103
|
-
background-color:
|
|
31774
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31775
|
+
background-color: white;
|
|
32104
31776
|
}
|
|
32105
|
-
.
|
|
32106
|
-
|
|
31777
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31778
|
+
color: #0080ff;
|
|
32107
31779
|
}
|
|
32108
|
-
.
|
|
32109
|
-
|
|
32110
|
-
word-break: break-all;
|
|
32111
|
-
text-align: center;
|
|
31780
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31781
|
+
display: block;
|
|
32112
31782
|
}
|
|
32113
|
-
.
|
|
32114
|
-
|
|
31783
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31784
|
+
background: rgba(0, 136, 255, 0.16);
|
|
32115
31785
|
}
|
|
32116
|
-
.
|
|
32117
|
-
|
|
31786
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31787
|
+
color: #0080ff;
|
|
32118
31788
|
}
|
|
32119
|
-
|
|
32120
|
-
.
|
|
32121
|
-
|
|
31789
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31790
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31791
|
+
color: #0080ff;
|
|
32122
31792
|
}
|
|
32123
31793
|
|
|
32124
|
-
.
|
|
32125
|
-
|
|
31794
|
+
.E_o1ifxsq4 {
|
|
31795
|
+
display: flex;
|
|
31796
|
+
justify-content: space-between;
|
|
31797
|
+
height: 20px;
|
|
31798
|
+
line-height: 20px;
|
|
32126
31799
|
}
|
|
32127
|
-
.
|
|
32128
|
-
|
|
31800
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31801
|
+
color: #2d3a56;
|
|
31802
|
+
overflow: hidden;
|
|
31803
|
+
text-overflow: ellipsis;
|
|
32129
31804
|
}
|
|
32130
31805
|
|
|
32131
|
-
.
|
|
31806
|
+
.E_o1zue7 {
|
|
32132
31807
|
display: flex;
|
|
32133
|
-
flex-direction: row;
|
|
32134
31808
|
justify-content: space-between;
|
|
32135
|
-
}
|
|
32136
|
-
.E_crhnxq5 .label {
|
|
32137
31809
|
color: rgba(44, 56, 82, 0.6);
|
|
32138
|
-
|
|
31810
|
+
height: 18px;
|
|
31811
|
+
line-height: 18px;
|
|
31812
|
+
margin-top: 2px;
|
|
32139
31813
|
}
|
|
32140
31814
|
|
|
32141
|
-
.
|
|
32142
|
-
|
|
32143
|
-
|
|
32144
|
-
|
|
32145
|
-
align-items: center;
|
|
32146
|
-
height: 240px;
|
|
32147
|
-
width: 432px;
|
|
31815
|
+
.E_tyfmlxg {
|
|
31816
|
+
border: none;
|
|
31817
|
+
margin-right: 0;
|
|
31818
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32148
31819
|
}
|
|
32149
31820
|
|
|
32150
|
-
.
|
|
32151
|
-
|
|
32152
|
-
|
|
32153
|
-
|
|
32154
|
-
|
|
31821
|
+
.E_o18uybox {
|
|
31822
|
+
pointer-events: none;
|
|
31823
|
+
height: 32px;
|
|
31824
|
+
width: 100%;
|
|
31825
|
+
opacity: 0;
|
|
31826
|
+
}
|
|
31827
|
+
|
|
31828
|
+
.E_iq1gosr {
|
|
31829
|
+
display: inline-block;
|
|
31830
|
+
}
|
|
31831
|
+
|
|
31832
|
+
.E_c1bus5hc {
|
|
31833
|
+
--color: white;
|
|
31834
|
+
height: 14px;
|
|
31835
|
+
width: 14px;
|
|
31836
|
+
border-radius: 50%;
|
|
31837
|
+
flex-shrink: 0;
|
|
31838
|
+
display: flex;
|
|
31839
|
+
align-items: center;
|
|
31840
|
+
justify-content: center;
|
|
31841
|
+
border: 1px solid var(--color);
|
|
31842
|
+
}
|
|
31843
|
+
.E_c1bus5hc .circle-inner {
|
|
31844
|
+
position: relative;
|
|
31845
|
+
height: 10px;
|
|
31846
|
+
width: 10px;
|
|
31847
|
+
border-radius: 50%;
|
|
31848
|
+
overflow: hidden;
|
|
31849
|
+
}
|
|
31850
|
+
.E_c1bus5hc .circle-content {
|
|
31851
|
+
position: absolute;
|
|
31852
|
+
height: 100%;
|
|
31853
|
+
width: 100%;
|
|
31854
|
+
left: 0;
|
|
31855
|
+
top: 0;
|
|
31856
|
+
border-radius: 50%;
|
|
31857
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31858
|
+
transform: rotate(180deg);
|
|
31859
|
+
}
|
|
31860
|
+
.E_c1bus5hc .circle-child {
|
|
31861
|
+
position: absolute;
|
|
31862
|
+
height: 100%;
|
|
31863
|
+
width: 100%;
|
|
31864
|
+
left: 0;
|
|
31865
|
+
top: 0;
|
|
31866
|
+
margin-left: 50%;
|
|
31867
|
+
transform-origin: left;
|
|
31868
|
+
background: white;
|
|
31869
|
+
transform: rotate(0deg);
|
|
31870
|
+
}
|
|
31871
|
+
|
|
31872
|
+
.E_s1sck0th {
|
|
31873
|
+
padding: 0 8px;
|
|
31874
|
+
border-radius: 4px;
|
|
31875
|
+
}
|
|
31876
|
+
|
|
31877
|
+
.E_m855nr1 {
|
|
31878
|
+
padding: 2px 8px;
|
|
31879
|
+
border-radius: 3px;
|
|
31880
|
+
}
|
|
31881
|
+
|
|
31882
|
+
.E_l1270xpg {
|
|
31883
|
+
padding: 3px 8px;
|
|
31884
|
+
border-radius: 2px;
|
|
31885
|
+
}
|
|
31886
|
+
|
|
31887
|
+
.E_t14rextb.ant-tag:hover {
|
|
31888
|
+
opacity: unset;
|
|
31889
|
+
}
|
|
31890
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31891
|
+
margin: 0;
|
|
31892
|
+
margin-right: 8px;
|
|
31893
|
+
display: inline-flex;
|
|
31894
|
+
align-items: center;
|
|
31895
|
+
border: none;
|
|
31896
|
+
}
|
|
31897
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31898
|
+
width: 16px;
|
|
31899
|
+
height: 16px;
|
|
31900
|
+
color: inherit;
|
|
31901
|
+
margin-left: 4px;
|
|
31902
|
+
opacity: 0.6;
|
|
31903
|
+
display: inline-flex;
|
|
31904
|
+
}
|
|
31905
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31906
|
+
opacity: 1;
|
|
31907
|
+
}
|
|
31908
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31909
|
+
color: #0080ff;
|
|
31910
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31911
|
+
}
|
|
31912
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31913
|
+
color: #f0483e;
|
|
31914
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31915
|
+
}
|
|
31916
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31917
|
+
color: #e07f00;
|
|
31918
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
31919
|
+
}
|
|
31920
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31921
|
+
color: #008f4c;
|
|
31922
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
31923
|
+
}
|
|
31924
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31925
|
+
color: #1d326c;
|
|
31926
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31927
|
+
}
|
|
31928
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31929
|
+
color: #7E41FF;
|
|
31930
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
31931
|
+
}
|
|
31932
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31933
|
+
color: #fff;
|
|
31934
|
+
}
|
|
31935
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31936
|
+
background-color: #f0483e;
|
|
31937
|
+
}
|
|
31938
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31939
|
+
background-color: #fea008;
|
|
31940
|
+
}
|
|
31941
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31942
|
+
background-color: #00ba5d;
|
|
31943
|
+
}
|
|
31944
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31945
|
+
background-color: #0080ff;
|
|
31946
|
+
}
|
|
31947
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31948
|
+
background-color: #6b7d99;
|
|
31949
|
+
}
|
|
31950
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31951
|
+
background-color: #7E41FF;
|
|
31952
|
+
}
|
|
31953
|
+
|
|
31954
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31955
|
+
display: none;
|
|
31956
|
+
}
|
|
31957
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31958
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31959
|
+
border-radius: 4px;
|
|
31960
|
+
}
|
|
31961
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31962
|
+
visibility: hidden;
|
|
31963
|
+
}
|
|
31964
|
+
|
|
31965
|
+
.E_s1dizucg.ant-switch {
|
|
31966
|
+
min-width: 40px;
|
|
31967
|
+
height: 24px;
|
|
31968
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31969
|
+
overflow: hidden;
|
|
31970
|
+
}
|
|
31971
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31972
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31973
|
+
}
|
|
31974
|
+
.E_s1dizucg.ant-switch-small {
|
|
31975
|
+
min-width: 26px;
|
|
31976
|
+
height: 16px;
|
|
31977
|
+
}
|
|
31978
|
+
.E_s1dizucg.ant-switch-large {
|
|
31979
|
+
min-width: 52px;
|
|
31980
|
+
height: 32px;
|
|
31981
|
+
}
|
|
31982
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31983
|
+
height: 20px;
|
|
31984
|
+
width: 20px;
|
|
31985
|
+
}
|
|
31986
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31987
|
+
border-radius: 10px;
|
|
31988
|
+
transition-delay: 120ms;
|
|
31989
|
+
}
|
|
31990
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31991
|
+
height: 14px;
|
|
31992
|
+
width: 14px;
|
|
31993
|
+
top: 1px;
|
|
31994
|
+
left: 1px;
|
|
31995
|
+
}
|
|
31996
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31997
|
+
height: 28px;
|
|
31998
|
+
width: 28px;
|
|
31999
|
+
}
|
|
32000
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
32001
|
+
border-radius: 14px;
|
|
32002
|
+
}
|
|
32003
|
+
.E_s1dizucg.ant-switch-checked {
|
|
32004
|
+
background-color: #00ba5d;
|
|
32005
|
+
}
|
|
32006
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
32007
|
+
left: calc(100% - 20px - 2px);
|
|
32008
|
+
}
|
|
32009
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
32010
|
+
left: calc(100% - 14px - 1px);
|
|
32011
|
+
}
|
|
32012
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
32013
|
+
left: calc(100% - 28px - 2px);
|
|
32014
|
+
}
|
|
32015
|
+
|
|
32016
|
+
.E_c1up6e3y {
|
|
32017
|
+
margin-left: 5px;
|
|
32018
|
+
}
|
|
32019
|
+
|
|
32020
|
+
.E_c1yyuluq {
|
|
32021
|
+
border-radius: 8px;
|
|
32022
|
+
}
|
|
32023
|
+
.E_c1yyuluq .ant-card-body {
|
|
32024
|
+
padding: 20px 24px 24px 24px;
|
|
32025
|
+
}
|
|
32026
|
+
|
|
32027
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32028
|
+
border: 0px;
|
|
32029
|
+
background-color: #fff;
|
|
32030
|
+
}
|
|
32031
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32032
|
+
padding-top: 0px;
|
|
32033
|
+
padding-bottom: 0px;
|
|
32034
|
+
padding-left: 0px !important;
|
|
32035
|
+
padding-right: 24px;
|
|
32036
|
+
}
|
|
32037
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32038
|
+
right: 0px;
|
|
32039
|
+
}
|
|
32040
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32041
|
+
padding: 0px;
|
|
32042
|
+
}
|
|
32043
|
+
|
|
32044
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32045
|
+
padding-right: 0px;
|
|
32046
|
+
cursor: default;
|
|
32047
|
+
}
|
|
32048
|
+
|
|
32049
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32050
|
+
display: inline-flex;
|
|
32051
|
+
align-items: center;
|
|
32052
|
+
justify-content: center;
|
|
32053
|
+
color: #fff;
|
|
32054
|
+
font-weight: bold;
|
|
32055
|
+
font-size: 12px;
|
|
32056
|
+
width: 24px;
|
|
32057
|
+
height: 24px;
|
|
32058
|
+
border-radius: 50%;
|
|
32059
|
+
background: var(--a1b5xrg3-0);
|
|
32060
|
+
}
|
|
32061
|
+
.E_a1b5xrg3.btn-item {
|
|
32062
|
+
transition: all 160ms ease;
|
|
32063
|
+
cursor: pointer;
|
|
32064
|
+
width: 56px;
|
|
32065
|
+
height: 40px;
|
|
32066
|
+
display: inline-flex;
|
|
32067
|
+
align-items: center;
|
|
32068
|
+
justify-content: center;
|
|
32069
|
+
border-radius: 6px;
|
|
32070
|
+
}
|
|
32071
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32072
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32073
|
+
}
|
|
32074
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32075
|
+
transform: translateY(2px);
|
|
32076
|
+
transition: all 320ms ease;
|
|
32077
|
+
}
|
|
32078
|
+
|
|
32079
|
+
.E_m196gn1d {
|
|
32080
|
+
min-width: 1280px;
|
|
32081
|
+
}
|
|
32082
|
+
|
|
32083
|
+
.E_b1lj76ty {
|
|
32084
|
+
width: 100%;
|
|
32085
|
+
height: 100%;
|
|
32086
|
+
margin: 0 auto;
|
|
32087
|
+
display: flex;
|
|
32088
|
+
flex-direction: column;
|
|
32089
|
+
align-items: center;
|
|
32090
|
+
justify-content: center;
|
|
32091
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32092
|
+
}
|
|
32093
|
+
.E_b1lj76ty.large {
|
|
32094
|
+
max-width: 648px;
|
|
32095
|
+
}
|
|
32096
|
+
.E_b1lj76ty.medium {
|
|
32097
|
+
max-width: 412px;
|
|
32098
|
+
}
|
|
32099
|
+
.E_b1lj76ty.gray {
|
|
32100
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32101
|
+
}
|
|
32102
|
+
.E_b1lj76ty.white {
|
|
32103
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32104
|
+
}
|
|
32105
|
+
.E_b1lj76ty .title {
|
|
32106
|
+
margin-bottom: 4px;
|
|
32107
|
+
}
|
|
32108
|
+
.E_b1lj76ty .title,
|
|
32109
|
+
.E_b1lj76ty .desc {
|
|
32110
|
+
word-break: break-all;
|
|
32111
|
+
text-align: center;
|
|
32112
|
+
}
|
|
32113
|
+
.E_b1lj76ty .action-button.middle {
|
|
32114
|
+
margin-top: 16px;
|
|
32115
|
+
}
|
|
32116
|
+
.E_b1lj76ty .action-button.small {
|
|
32117
|
+
margin-top: 8px;
|
|
32118
|
+
}
|
|
32119
|
+
|
|
32120
|
+
.E_hrhfj7c {
|
|
32121
|
+
display: none;
|
|
32122
|
+
}
|
|
32123
|
+
|
|
32124
|
+
.E_dt9qoak .bottom {
|
|
32125
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32126
|
+
}
|
|
32127
|
+
.E_dt9qoak .left {
|
|
32128
|
+
min-width: 0;
|
|
32129
|
+
}
|
|
32130
|
+
|
|
32131
|
+
.E_crhnxq5 {
|
|
32132
|
+
display: flex;
|
|
32133
|
+
flex-direction: row;
|
|
32134
|
+
justify-content: space-between;
|
|
32135
|
+
}
|
|
32136
|
+
.E_crhnxq5 .label {
|
|
32137
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32138
|
+
font-weight: 400;
|
|
32139
|
+
}
|
|
32140
|
+
|
|
32141
|
+
.E_c1iq43vd {
|
|
32142
|
+
display: flex;
|
|
32143
|
+
flex-direction: column;
|
|
32144
|
+
justify-content: center;
|
|
32145
|
+
align-items: center;
|
|
32146
|
+
height: 240px;
|
|
32147
|
+
width: 432px;
|
|
32148
|
+
}
|
|
32149
|
+
|
|
32150
|
+
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
32151
|
+
border-radius: 0px;
|
|
32152
|
+
box-shadow: unset;
|
|
32153
|
+
border: 0;
|
|
32154
|
+
border-bottom: 1px solid #e4e9f2;
|
|
32155
32155
|
}
|
|
32156
32156
|
|
|
32157
32157
|
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
@@ -32846,6 +32846,25 @@ input.E_rf8rlle.ant-input {
|
|
|
32846
32846
|
position: static;
|
|
32847
32847
|
}
|
|
32848
32848
|
|
|
32849
|
+
.E_r77hffu {
|
|
32850
|
+
display: flex;
|
|
32851
|
+
align-items: center;
|
|
32852
|
+
justify-content: space-between;
|
|
32853
|
+
column-gap: 6px;
|
|
32854
|
+
}
|
|
32855
|
+
|
|
32856
|
+
.E_p1cmxsf7 {
|
|
32857
|
+
display: flex;
|
|
32858
|
+
flex-direction: column;
|
|
32859
|
+
justify-content: center;
|
|
32860
|
+
row-gap: var(--p1cmxsf7-0);
|
|
32861
|
+
}
|
|
32862
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
32863
|
+
font-size: 0;
|
|
32864
|
+
margin-bottom: unset;
|
|
32865
|
+
margin-inline-end: unset;
|
|
32866
|
+
}
|
|
32867
|
+
|
|
32849
32868
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32850
32869
|
margin-right: 2px;
|
|
32851
32870
|
}
|
|
@@ -32881,87 +32900,48 @@ input.E_rf8rlle.ant-input {
|
|
|
32881
32900
|
background-color: transparent;
|
|
32882
32901
|
}
|
|
32883
32902
|
|
|
32884
|
-
.
|
|
32885
|
-
|
|
32886
|
-
align-items: center;
|
|
32887
|
-
justify-content: space-between;
|
|
32888
|
-
column-gap: 6px;
|
|
32889
|
-
}
|
|
32890
|
-
|
|
32891
|
-
.E_p1cmxsf7 {
|
|
32892
|
-
display: flex;
|
|
32893
|
-
flex-direction: column;
|
|
32894
|
-
justify-content: center;
|
|
32895
|
-
row-gap: var(--p1cmxsf7-0);
|
|
32896
|
-
}
|
|
32897
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
32898
|
-
font-size: 0;
|
|
32899
|
-
margin-bottom: unset;
|
|
32900
|
-
margin-inline-end: unset;
|
|
32901
|
-
}
|
|
32902
|
-
|
|
32903
|
-
.E_ckui4s7 {
|
|
32904
|
-
color: #2d3a56;
|
|
32905
|
-
line-height: 22px;
|
|
32906
|
-
display: inline-flex;
|
|
32907
|
-
}
|
|
32908
|
-
.E_ckui4s7 .ant-checkbox {
|
|
32909
|
-
height: 22px;
|
|
32910
|
-
display: flex;
|
|
32911
|
-
align-items: center;
|
|
32912
|
-
top: 0;
|
|
32913
|
-
}
|
|
32914
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
32915
|
-
border: none;
|
|
32916
|
-
}
|
|
32917
|
-
.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 {
|
|
32918
|
-
border-color: #0080ff;
|
|
32919
|
-
}
|
|
32920
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
32921
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32922
|
-
}
|
|
32923
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32924
|
-
border: 1px solid #0080ff;
|
|
32925
|
-
}
|
|
32926
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32927
|
-
background: #0080ff;
|
|
32928
|
-
}
|
|
32929
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32930
|
-
background-color: #fff;
|
|
32931
|
-
height: 2px;
|
|
32932
|
-
width: 10px;
|
|
32933
|
-
border-radius: 2px;
|
|
32934
|
-
}
|
|
32935
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
32936
|
-
opacity: 0.5;
|
|
32937
|
-
}
|
|
32938
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
32939
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32940
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32903
|
+
.E_c1yd35n {
|
|
32904
|
+
padding: 0 12px 14px 12px;
|
|
32941
32905
|
}
|
|
32942
|
-
|
|
32943
|
-
|
|
32906
|
+
|
|
32907
|
+
.E_c1kghdax {
|
|
32908
|
+
color: #2d3a56;
|
|
32909
|
+
padding: 7px 12px;
|
|
32910
|
+
display: flex;
|
|
32911
|
+
justify-content: space-between;
|
|
32912
|
+
align-items: center;
|
|
32944
32913
|
}
|
|
32945
|
-
.
|
|
32946
|
-
|
|
32914
|
+
.E_c1kghdax.has-arrow {
|
|
32915
|
+
padding-left: 10px;
|
|
32947
32916
|
}
|
|
32948
|
-
.
|
|
32949
|
-
|
|
32917
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32918
|
+
cursor: pointer;
|
|
32919
|
+
color: #00122e;
|
|
32950
32920
|
}
|
|
32951
|
-
.
|
|
32952
|
-
display: inline-block;
|
|
32953
|
-
margin-left: 12px;
|
|
32921
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32954
32922
|
color: #2d3a56;
|
|
32923
|
+
font-weight: 600;
|
|
32955
32924
|
}
|
|
32956
|
-
.
|
|
32957
|
-
|
|
32958
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32925
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32926
|
+
transform: rotate(90deg);
|
|
32959
32927
|
}
|
|
32960
|
-
.
|
|
32961
|
-
|
|
32928
|
+
.E_c1kghdax .sub-info {
|
|
32929
|
+
font-size: 12px;
|
|
32930
|
+
line-height: 18px;
|
|
32962
32931
|
}
|
|
32963
|
-
.
|
|
32964
|
-
|
|
32932
|
+
.E_c1kghdax .title-wrapper {
|
|
32933
|
+
display: flex;
|
|
32934
|
+
align-items: center;
|
|
32935
|
+
user-select: none;
|
|
32936
|
+
flex-grow: 1;
|
|
32937
|
+
font-size: 12px;
|
|
32938
|
+
line-height: 18px;
|
|
32939
|
+
color: #2d3a56;
|
|
32940
|
+
font-weight: 700;
|
|
32941
|
+
}
|
|
32942
|
+
.E_c1kghdax .collapse-arrow {
|
|
32943
|
+
transition: all 50ms ease-out 0ms;
|
|
32944
|
+
margin-right: 2px;
|
|
32965
32945
|
}
|
|
32966
32946
|
|
|
32967
32947
|
.E_t1tbywr9 {
|
|
@@ -33125,6 +33105,70 @@ input.E_rf8rlle.ant-input {
|
|
|
33125
33105
|
height: 16px;
|
|
33126
33106
|
}
|
|
33127
33107
|
|
|
33108
|
+
.E_ckui4s7 {
|
|
33109
|
+
color: #2d3a56;
|
|
33110
|
+
line-height: 22px;
|
|
33111
|
+
display: inline-flex;
|
|
33112
|
+
}
|
|
33113
|
+
.E_ckui4s7 .ant-checkbox {
|
|
33114
|
+
height: 22px;
|
|
33115
|
+
display: flex;
|
|
33116
|
+
align-items: center;
|
|
33117
|
+
top: 0;
|
|
33118
|
+
}
|
|
33119
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33120
|
+
border: none;
|
|
33121
|
+
}
|
|
33122
|
+
.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 {
|
|
33123
|
+
border-color: #0080ff;
|
|
33124
|
+
}
|
|
33125
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33126
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33127
|
+
}
|
|
33128
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33129
|
+
border: 1px solid #0080ff;
|
|
33130
|
+
}
|
|
33131
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33132
|
+
background: #0080ff;
|
|
33133
|
+
}
|
|
33134
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33135
|
+
background-color: #fff;
|
|
33136
|
+
height: 2px;
|
|
33137
|
+
width: 10px;
|
|
33138
|
+
border-radius: 2px;
|
|
33139
|
+
}
|
|
33140
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33141
|
+
opacity: 0.5;
|
|
33142
|
+
}
|
|
33143
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33144
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33145
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33146
|
+
}
|
|
33147
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33148
|
+
border-color: #2d3a56;
|
|
33149
|
+
}
|
|
33150
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33151
|
+
background: #2d3a56;
|
|
33152
|
+
}
|
|
33153
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33154
|
+
padding: 0;
|
|
33155
|
+
}
|
|
33156
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33157
|
+
display: inline-block;
|
|
33158
|
+
margin-left: 12px;
|
|
33159
|
+
color: #2d3a56;
|
|
33160
|
+
}
|
|
33161
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33162
|
+
margin-left: 28px;
|
|
33163
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33164
|
+
}
|
|
33165
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33166
|
+
margin-left: 8px;
|
|
33167
|
+
}
|
|
33168
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33169
|
+
margin-left: 24px;
|
|
33170
|
+
}
|
|
33171
|
+
|
|
33128
33172
|
.E_b14q2gmw {
|
|
33129
33173
|
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);
|
|
33130
33174
|
}
|
|
@@ -33262,50 +33306,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33262
33306
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
33263
33307
|
}
|
|
33264
33308
|
|
|
33265
|
-
.E_c1yd35n {
|
|
33266
|
-
padding: 0 12px 14px 12px;
|
|
33267
|
-
}
|
|
33268
|
-
|
|
33269
|
-
.E_c1kghdax {
|
|
33270
|
-
color: #2d3a56;
|
|
33271
|
-
padding: 7px 12px;
|
|
33272
|
-
display: flex;
|
|
33273
|
-
justify-content: space-between;
|
|
33274
|
-
align-items: center;
|
|
33275
|
-
}
|
|
33276
|
-
.E_c1kghdax.has-arrow {
|
|
33277
|
-
padding-left: 10px;
|
|
33278
|
-
}
|
|
33279
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33280
|
-
cursor: pointer;
|
|
33281
|
-
color: #00122e;
|
|
33282
|
-
}
|
|
33283
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33284
|
-
color: #2d3a56;
|
|
33285
|
-
font-weight: 600;
|
|
33286
|
-
}
|
|
33287
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33288
|
-
transform: rotate(90deg);
|
|
33289
|
-
}
|
|
33290
|
-
.E_c1kghdax .sub-info {
|
|
33291
|
-
font-size: 12px;
|
|
33292
|
-
line-height: 18px;
|
|
33293
|
-
}
|
|
33294
|
-
.E_c1kghdax .title-wrapper {
|
|
33295
|
-
display: flex;
|
|
33296
|
-
align-items: center;
|
|
33297
|
-
user-select: none;
|
|
33298
|
-
flex-grow: 1;
|
|
33299
|
-
font-size: 12px;
|
|
33300
|
-
line-height: 18px;
|
|
33301
|
-
color: #2d3a56;
|
|
33302
|
-
font-weight: 700;
|
|
33303
|
-
}
|
|
33304
|
-
.E_c1kghdax .collapse-arrow {
|
|
33305
|
-
transition: all 50ms ease-out 0ms;
|
|
33306
|
-
margin-right: 2px;
|
|
33307
|
-
}
|
|
33308
|
-
|
|
33309
33309
|
.E_m11nzl2x {
|
|
33310
33310
|
color: rgba(44, 56, 82, 0.6);
|
|
33311
33311
|
text-align: center;
|
|
@@ -33521,6 +33521,55 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33521
33521
|
border: 1px solid #fff;
|
|
33522
33522
|
}
|
|
33523
33523
|
|
|
33524
|
+
.E_lht19u8 {
|
|
33525
|
+
width: 64px;
|
|
33526
|
+
height: 64px;
|
|
33527
|
+
display: flex;
|
|
33528
|
+
align-items: center;
|
|
33529
|
+
justify-content: center;
|
|
33530
|
+
position: relative;
|
|
33531
|
+
opacity: 0.2;
|
|
33532
|
+
}
|
|
33533
|
+
|
|
33534
|
+
.E_lk3gkp4 {
|
|
33535
|
+
position: absolute;
|
|
33536
|
+
width: 5px;
|
|
33537
|
+
height: 48px;
|
|
33538
|
+
left: 9.33px;
|
|
33539
|
+
top: 40.5px;
|
|
33540
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33541
|
+
border-radius: 5px;
|
|
33542
|
+
transform: rotate(-128deg);
|
|
33543
|
+
transform-origin: top left;
|
|
33544
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33545
|
+
}
|
|
33546
|
+
|
|
33547
|
+
.E_ll4n94n {
|
|
33548
|
+
position: absolute;
|
|
33549
|
+
width: 5px;
|
|
33550
|
+
height: 48px;
|
|
33551
|
+
left: 40.8px;
|
|
33552
|
+
top: 8.4px;
|
|
33553
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33554
|
+
border-radius: 5px;
|
|
33555
|
+
transform: rotate(-8deg);
|
|
33556
|
+
transform-origin: top left;
|
|
33557
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33558
|
+
}
|
|
33559
|
+
|
|
33560
|
+
.E_l17lbdo6 {
|
|
33561
|
+
position: absolute;
|
|
33562
|
+
width: 5px;
|
|
33563
|
+
height: 48px;
|
|
33564
|
+
left: 52.9px;
|
|
33565
|
+
top: 51.8px;
|
|
33566
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33567
|
+
border-radius: 5px;
|
|
33568
|
+
transform: rotate(112deg);
|
|
33569
|
+
transform-origin: top left;
|
|
33570
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33571
|
+
}
|
|
33572
|
+
|
|
33524
33573
|
.E_msn7nxt {
|
|
33525
33574
|
color: rgba(44, 56, 82, 0.6);
|
|
33526
33575
|
text-align: center;
|
|
@@ -33667,68 +33716,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33667
33716
|
align-items: center;
|
|
33668
33717
|
justify-content: space-between;
|
|
33669
33718
|
background-color: rgba(0, 0, 0, 0.75);
|
|
33670
|
-
color: #b4beca;
|
|
33671
|
-
font-size: 12px;
|
|
33672
|
-
padding: 3px 6px;
|
|
33673
|
-
}
|
|
33674
|
-
.E_t1ub2aex:first-child {
|
|
33675
|
-
padding-top: 3px;
|
|
33676
|
-
}
|
|
33677
|
-
.E_t1ub2aex:last-child {
|
|
33678
|
-
padding-bottom: 3px;
|
|
33679
|
-
}
|
|
33680
|
-
.E_t1ub2aex .column-value {
|
|
33681
|
-
color: #fff;
|
|
33682
|
-
margin-left: 8px;
|
|
33683
|
-
}
|
|
33684
|
-
|
|
33685
|
-
.E_lht19u8 {
|
|
33686
|
-
width: 64px;
|
|
33687
|
-
height: 64px;
|
|
33688
|
-
display: flex;
|
|
33689
|
-
align-items: center;
|
|
33690
|
-
justify-content: center;
|
|
33691
|
-
position: relative;
|
|
33692
|
-
opacity: 0.2;
|
|
33693
|
-
}
|
|
33694
|
-
|
|
33695
|
-
.E_lk3gkp4 {
|
|
33696
|
-
position: absolute;
|
|
33697
|
-
width: 5px;
|
|
33698
|
-
height: 48px;
|
|
33699
|
-
left: 9.33px;
|
|
33700
|
-
top: 40.5px;
|
|
33701
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33702
|
-
border-radius: 5px;
|
|
33703
|
-
transform: rotate(-128deg);
|
|
33704
|
-
transform-origin: top left;
|
|
33705
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33706
|
-
}
|
|
33707
|
-
|
|
33708
|
-
.E_ll4n94n {
|
|
33709
|
-
position: absolute;
|
|
33710
|
-
width: 5px;
|
|
33711
|
-
height: 48px;
|
|
33712
|
-
left: 40.8px;
|
|
33713
|
-
top: 8.4px;
|
|
33714
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33715
|
-
border-radius: 5px;
|
|
33716
|
-
transform: rotate(-8deg);
|
|
33717
|
-
transform-origin: top left;
|
|
33718
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33719
|
+
color: #b4beca;
|
|
33720
|
+
font-size: 12px;
|
|
33721
|
+
padding: 3px 6px;
|
|
33719
33722
|
}
|
|
33720
|
-
|
|
33721
|
-
|
|
33722
|
-
|
|
33723
|
-
|
|
33724
|
-
|
|
33725
|
-
|
|
33726
|
-
|
|
33727
|
-
|
|
33728
|
-
|
|
33729
|
-
transform: rotate(112deg);
|
|
33730
|
-
transform-origin: top left;
|
|
33731
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33723
|
+
.E_t1ub2aex:first-child {
|
|
33724
|
+
padding-top: 3px;
|
|
33725
|
+
}
|
|
33726
|
+
.E_t1ub2aex:last-child {
|
|
33727
|
+
padding-bottom: 3px;
|
|
33728
|
+
}
|
|
33729
|
+
.E_t1ub2aex .column-value {
|
|
33730
|
+
color: #fff;
|
|
33731
|
+
margin-left: 8px;
|
|
33732
33732
|
}
|
|
33733
33733
|
|
|
33734
33734
|
.E_sddwhm6 {
|
|
@@ -34150,272 +34150,71 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34150
34150
|
font-size: 20px;
|
|
34151
34151
|
color: rgba(10, 37, 85, 0.6);
|
|
34152
34152
|
}
|
|
34153
|
-
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
34154
|
-
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
34155
|
-
z-index: 10;
|
|
34156
|
-
}
|
|
34157
|
-
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
34158
|
-
padding: 0 !important;
|
|
34159
|
-
position: relative;
|
|
34160
|
-
background: #fff;
|
|
34161
|
-
}
|
|
34162
|
-
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
34163
|
-
height: 100%;
|
|
34164
|
-
display: flex;
|
|
34165
|
-
align-items: center;
|
|
34166
|
-
justify-content: flex-end;
|
|
34167
|
-
padding-right: 8px;
|
|
34168
|
-
}
|
|
34169
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
34170
|
-
width: 24px;
|
|
34171
|
-
height: 24px;
|
|
34172
|
-
cursor: pointer;
|
|
34173
|
-
justify-content: center;
|
|
34174
|
-
border-radius: 4px;
|
|
34175
|
-
}
|
|
34176
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
34177
|
-
background: #fff;
|
|
34178
|
-
}
|
|
34179
|
-
|
|
34180
|
-
.E_w7ob4th.outside-tag {
|
|
34181
|
-
padding-left: 0;
|
|
34182
|
-
}
|
|
34183
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34184
|
-
border-radius: 4px 0 0 4px;
|
|
34185
|
-
padding-right: 4px;
|
|
34186
|
-
margin-right: 4px;
|
|
34187
|
-
}
|
|
34188
|
-
|
|
34189
|
-
.E_slr2ynn {
|
|
34190
|
-
padding: 0 8px;
|
|
34191
|
-
height: 18px;
|
|
34192
|
-
}
|
|
34193
|
-
|
|
34194
|
-
.E_m140wbb6 {
|
|
34195
|
-
padding: 2px 8px;
|
|
34196
|
-
height: 24px;
|
|
34197
|
-
}
|
|
34198
|
-
|
|
34199
|
-
.E_t1fozc1i {
|
|
34200
|
-
margin: 0;
|
|
34201
|
-
}
|
|
34202
|
-
|
|
34203
|
-
.E_i1vxv4ln {
|
|
34204
|
-
margin-right: 4px;
|
|
34205
|
-
height: 16px;
|
|
34206
|
-
}
|
|
34207
|
-
|
|
34208
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34209
|
-
font-weight: 700;
|
|
34210
|
-
color: #00122e;
|
|
34211
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34212
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34213
|
-
word-break: break-all;
|
|
34214
|
-
display: inline;
|
|
34215
|
-
white-space: normal;
|
|
34216
|
-
}
|
|
34217
|
-
|
|
34218
|
-
.E_t1dtlqs1 {
|
|
34219
|
-
margin-bottom: 4px;
|
|
34220
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34221
|
-
}
|
|
34222
|
-
|
|
34223
|
-
.E_s1ese5oy {
|
|
34224
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34225
|
-
line-height: 32px;
|
|
34226
|
-
height: 32px;
|
|
34227
|
-
margin-bottom: 0;
|
|
34228
|
-
}
|
|
34229
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34230
|
-
color: #0080ff;
|
|
34231
|
-
}
|
|
34232
|
-
.E_s1ese5oy.warning {
|
|
34233
|
-
color: #ffa500;
|
|
34234
|
-
}
|
|
34235
|
-
.E_s1ese5oy.success {
|
|
34236
|
-
color: #00ba5d;
|
|
34237
|
-
}
|
|
34238
|
-
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34239
|
-
color: #f0483e;
|
|
34240
|
-
}
|
|
34241
|
-
.E_s1ese5oy.normal {
|
|
34242
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34243
|
-
}
|
|
34244
|
-
|
|
34245
|
-
.E_b1ibis43 {
|
|
34246
|
-
margin-bottom: 0;
|
|
34247
|
-
color: #00122e;
|
|
34248
|
-
}
|
|
34249
|
-
|
|
34250
|
-
.E_b11xxjd2 {
|
|
34251
|
-
line-height: 32px;
|
|
34252
|
-
margin-right: 6px;
|
|
34253
|
-
}
|
|
34254
|
-
|
|
34255
|
-
.E_bsub5bw.with-description {
|
|
34256
|
-
height: 24px;
|
|
34257
|
-
flex: 1;
|
|
34258
|
-
position: relative;
|
|
34259
|
-
top: -7px;
|
|
34260
|
-
}
|
|
34261
|
-
.E_bsub5bw p {
|
|
34262
|
-
width: 100%;
|
|
34263
|
-
overflow: hidden;
|
|
34264
|
-
text-overflow: ellipsis;
|
|
34265
|
-
white-space: nowrap;
|
|
34266
|
-
}
|
|
34267
|
-
|
|
34268
|
-
.E_tmoyoag {
|
|
34269
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34270
|
-
border-radius: 8px;
|
|
34271
|
-
overflow: auto;
|
|
34272
|
-
}
|
|
34273
|
-
.E_tmoyoag .ant-list {
|
|
34274
|
-
position: relative;
|
|
34275
|
-
}
|
|
34276
|
-
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
34277
|
-
border-bottom: none;
|
|
34278
|
-
}
|
|
34279
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34280
|
-
position: sticky;
|
|
34281
|
-
top: 0;
|
|
34282
|
-
z-index: 2;
|
|
34283
|
-
display: flex;
|
|
34284
|
-
padding: 8px;
|
|
34285
|
-
flex-wrap: nowrap;
|
|
34286
|
-
justify-content: flex-start;
|
|
34287
|
-
background: #f2f5fa;
|
|
34288
|
-
font-size: 14px;
|
|
34289
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34290
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34291
|
-
}
|
|
34292
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34293
|
-
align-items: inherit;
|
|
34294
|
-
}
|
|
34295
|
-
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
34296
|
-
margin-bottom: 0;
|
|
34297
|
-
}
|
|
34298
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34299
|
-
display: flex;
|
|
34300
|
-
justify-content: flex-start;
|
|
34301
|
-
align-items: flex-start;
|
|
34302
|
-
flex-wrap: wrap;
|
|
34303
|
-
padding: 8px;
|
|
34304
|
-
border: none;
|
|
34305
|
-
}
|
|
34306
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34307
|
-
flex-basis: 100%;
|
|
34308
|
-
margin: 12px 0 0;
|
|
34309
|
-
order: 99;
|
|
34310
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34311
|
-
}
|
|
34312
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34313
|
-
color: #f0483e;
|
|
34314
|
-
flex-basis: 100%;
|
|
34315
|
-
order: 98;
|
|
34316
|
-
margin: 12px 0 0;
|
|
34317
|
-
}
|
|
34318
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34319
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34320
|
-
}
|
|
34321
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34322
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34323
|
-
}
|
|
34324
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34325
|
-
flex: 1 0 0;
|
|
34326
|
-
overflow: hidden;
|
|
34327
|
-
}
|
|
34328
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34329
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34330
|
-
margin: 0;
|
|
34331
|
-
}
|
|
34332
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34333
|
-
text-align: center;
|
|
34334
|
-
}
|
|
34335
|
-
.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 > * {
|
|
34336
|
-
text-align: center;
|
|
34337
|
-
}
|
|
34338
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34339
|
-
text-align: left;
|
|
34340
|
-
}
|
|
34341
|
-
.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 > * {
|
|
34342
|
-
text-align: left;
|
|
34343
|
-
}
|
|
34344
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34345
|
-
text-align: right;
|
|
34346
|
-
}
|
|
34347
|
-
.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 > * {
|
|
34348
|
-
text-align: right;
|
|
34349
|
-
}
|
|
34350
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34351
|
-
margin-right: 8px;
|
|
34352
|
-
}
|
|
34353
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34354
|
-
padding: 4px;
|
|
34355
|
-
width: 24px;
|
|
34356
|
-
height: 24px;
|
|
34357
|
-
overflow: hidden;
|
|
34358
|
-
}
|
|
34359
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34360
|
-
padding: 0;
|
|
34361
|
-
}
|
|
34362
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34363
|
-
cursor: not-allowed;
|
|
34364
|
-
opacity: 0.5;
|
|
34365
|
-
}
|
|
34366
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34367
|
-
margin: 0;
|
|
34368
|
-
}
|
|
34369
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34370
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34371
|
-
border-radius: 5px;
|
|
34372
|
-
font-size: 12px;
|
|
34373
|
-
}
|
|
34374
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34375
|
-
font-size: inherit;
|
|
34376
|
-
}
|
|
34377
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34378
|
-
min-height: 24px;
|
|
34379
|
-
font-size: 12px;
|
|
34380
|
-
position: relative;
|
|
34381
|
-
}
|
|
34382
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34383
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34384
|
-
}
|
|
34385
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34386
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34153
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
34154
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
34155
|
+
z-index: 10;
|
|
34387
34156
|
}
|
|
34388
|
-
|
|
34389
|
-
|
|
34157
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
34158
|
+
padding: 0 !important;
|
|
34159
|
+
position: relative;
|
|
34160
|
+
background: #fff;
|
|
34161
|
+
}
|
|
34162
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
34163
|
+
height: 100%;
|
|
34390
34164
|
display: flex;
|
|
34391
34165
|
align-items: center;
|
|
34392
|
-
|
|
34393
|
-
|
|
34166
|
+
justify-content: flex-end;
|
|
34167
|
+
padding-right: 8px;
|
|
34394
34168
|
}
|
|
34395
|
-
.
|
|
34396
|
-
|
|
34169
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
34170
|
+
width: 24px;
|
|
34397
34171
|
height: 24px;
|
|
34172
|
+
cursor: pointer;
|
|
34173
|
+
justify-content: center;
|
|
34174
|
+
border-radius: 4px;
|
|
34398
34175
|
}
|
|
34399
|
-
.
|
|
34400
|
-
|
|
34401
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34176
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
34177
|
+
background: #fff;
|
|
34402
34178
|
}
|
|
34403
|
-
|
|
34404
|
-
|
|
34179
|
+
|
|
34180
|
+
.E_w7ob4th.outside-tag {
|
|
34181
|
+
padding-left: 0;
|
|
34182
|
+
}
|
|
34183
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34184
|
+
border-radius: 4px 0 0 4px;
|
|
34185
|
+
padding-right: 4px;
|
|
34186
|
+
margin-right: 4px;
|
|
34405
34187
|
}
|
|
34406
34188
|
|
|
34407
|
-
.
|
|
34408
|
-
|
|
34189
|
+
.E_slr2ynn {
|
|
34190
|
+
padding: 0 8px;
|
|
34191
|
+
height: 18px;
|
|
34192
|
+
}
|
|
34193
|
+
|
|
34194
|
+
.E_m140wbb6 {
|
|
34195
|
+
padding: 2px 8px;
|
|
34409
34196
|
height: 24px;
|
|
34410
|
-
padding: 4px;
|
|
34411
|
-
margin-right: 8px;
|
|
34412
34197
|
}
|
|
34413
34198
|
|
|
34414
|
-
.
|
|
34199
|
+
.E_t1fozc1i {
|
|
34200
|
+
margin: 0;
|
|
34201
|
+
}
|
|
34202
|
+
|
|
34203
|
+
.E_i1vxv4ln {
|
|
34415
34204
|
margin-right: 4px;
|
|
34416
34205
|
height: 16px;
|
|
34417
34206
|
}
|
|
34418
34207
|
|
|
34208
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34209
|
+
font-weight: 700;
|
|
34210
|
+
color: #00122e;
|
|
34211
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34212
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34213
|
+
word-break: break-all;
|
|
34214
|
+
display: inline;
|
|
34215
|
+
white-space: normal;
|
|
34216
|
+
}
|
|
34217
|
+
|
|
34419
34218
|
.E_sjob3jg {
|
|
34420
34219
|
--item-min-width: 60px;
|
|
34421
34220
|
}
|
|
@@ -34594,21 +34393,222 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34594
34393
|
justify-content: center;
|
|
34595
34394
|
}
|
|
34596
34395
|
|
|
34597
|
-
.E_v18frne8 {
|
|
34598
|
-
width: 100%;
|
|
34396
|
+
.E_v18frne8 {
|
|
34397
|
+
width: 100%;
|
|
34398
|
+
display: flex;
|
|
34399
|
+
align-items: center;
|
|
34400
|
+
justify-content: center;
|
|
34401
|
+
column-gap: 6px;
|
|
34402
|
+
font-size: 13px;
|
|
34403
|
+
}
|
|
34404
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34405
|
+
display: inline-flex;
|
|
34406
|
+
align-items: center;
|
|
34407
|
+
min-width: 20px;
|
|
34408
|
+
min-height: 20px;
|
|
34409
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34410
|
+
justify-content: center;
|
|
34411
|
+
}
|
|
34412
|
+
|
|
34413
|
+
.E_i1g85yz3 {
|
|
34414
|
+
margin-right: 4px;
|
|
34415
|
+
height: 16px;
|
|
34416
|
+
}
|
|
34417
|
+
|
|
34418
|
+
.E_t1dtlqs1 {
|
|
34419
|
+
margin-bottom: 4px;
|
|
34420
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34421
|
+
}
|
|
34422
|
+
|
|
34423
|
+
.E_s1ese5oy {
|
|
34424
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34425
|
+
line-height: 32px;
|
|
34426
|
+
height: 32px;
|
|
34427
|
+
margin-bottom: 0;
|
|
34428
|
+
}
|
|
34429
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34430
|
+
color: #0080ff;
|
|
34431
|
+
}
|
|
34432
|
+
.E_s1ese5oy.warning {
|
|
34433
|
+
color: #ffa500;
|
|
34434
|
+
}
|
|
34435
|
+
.E_s1ese5oy.success {
|
|
34436
|
+
color: #00ba5d;
|
|
34437
|
+
}
|
|
34438
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34439
|
+
color: #f0483e;
|
|
34440
|
+
}
|
|
34441
|
+
.E_s1ese5oy.normal {
|
|
34442
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34443
|
+
}
|
|
34444
|
+
|
|
34445
|
+
.E_b1ibis43 {
|
|
34446
|
+
margin-bottom: 0;
|
|
34447
|
+
color: #00122e;
|
|
34448
|
+
}
|
|
34449
|
+
|
|
34450
|
+
.E_b11xxjd2 {
|
|
34451
|
+
line-height: 32px;
|
|
34452
|
+
margin-right: 6px;
|
|
34453
|
+
}
|
|
34454
|
+
|
|
34455
|
+
.E_bsub5bw.with-description {
|
|
34456
|
+
height: 24px;
|
|
34457
|
+
flex: 1;
|
|
34458
|
+
position: relative;
|
|
34459
|
+
top: -7px;
|
|
34460
|
+
}
|
|
34461
|
+
.E_bsub5bw p {
|
|
34462
|
+
width: 100%;
|
|
34463
|
+
overflow: hidden;
|
|
34464
|
+
text-overflow: ellipsis;
|
|
34465
|
+
white-space: nowrap;
|
|
34466
|
+
}
|
|
34467
|
+
|
|
34468
|
+
.E_tmoyoag {
|
|
34469
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34470
|
+
border-radius: 8px;
|
|
34471
|
+
overflow: auto;
|
|
34472
|
+
}
|
|
34473
|
+
.E_tmoyoag .ant-list {
|
|
34474
|
+
position: relative;
|
|
34475
|
+
}
|
|
34476
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
34477
|
+
border-bottom: none;
|
|
34478
|
+
}
|
|
34479
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34480
|
+
position: sticky;
|
|
34481
|
+
top: 0;
|
|
34482
|
+
z-index: 2;
|
|
34483
|
+
display: flex;
|
|
34484
|
+
padding: 8px;
|
|
34485
|
+
flex-wrap: nowrap;
|
|
34486
|
+
justify-content: flex-start;
|
|
34487
|
+
background: #f2f5fa;
|
|
34488
|
+
font-size: 14px;
|
|
34489
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34490
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34491
|
+
}
|
|
34492
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34493
|
+
align-items: inherit;
|
|
34494
|
+
}
|
|
34495
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
34496
|
+
margin-bottom: 0;
|
|
34497
|
+
}
|
|
34498
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34499
|
+
display: flex;
|
|
34500
|
+
justify-content: flex-start;
|
|
34501
|
+
align-items: flex-start;
|
|
34502
|
+
flex-wrap: wrap;
|
|
34503
|
+
padding: 8px;
|
|
34504
|
+
border: none;
|
|
34505
|
+
}
|
|
34506
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34507
|
+
flex-basis: 100%;
|
|
34508
|
+
margin: 12px 0 0;
|
|
34509
|
+
order: 99;
|
|
34510
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34511
|
+
}
|
|
34512
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34513
|
+
color: #f0483e;
|
|
34514
|
+
flex-basis: 100%;
|
|
34515
|
+
order: 98;
|
|
34516
|
+
margin: 12px 0 0;
|
|
34517
|
+
}
|
|
34518
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34519
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34520
|
+
}
|
|
34521
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34522
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34523
|
+
}
|
|
34524
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34525
|
+
flex: 1 0 0;
|
|
34526
|
+
overflow: hidden;
|
|
34527
|
+
}
|
|
34528
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34529
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34530
|
+
margin: 0;
|
|
34531
|
+
}
|
|
34532
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34533
|
+
text-align: center;
|
|
34534
|
+
}
|
|
34535
|
+
.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 > * {
|
|
34536
|
+
text-align: center;
|
|
34537
|
+
}
|
|
34538
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34539
|
+
text-align: left;
|
|
34540
|
+
}
|
|
34541
|
+
.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 > * {
|
|
34542
|
+
text-align: left;
|
|
34543
|
+
}
|
|
34544
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34545
|
+
text-align: right;
|
|
34546
|
+
}
|
|
34547
|
+
.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 > * {
|
|
34548
|
+
text-align: right;
|
|
34549
|
+
}
|
|
34550
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34551
|
+
margin-right: 8px;
|
|
34552
|
+
}
|
|
34553
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34554
|
+
padding: 4px;
|
|
34555
|
+
width: 24px;
|
|
34556
|
+
height: 24px;
|
|
34557
|
+
overflow: hidden;
|
|
34558
|
+
}
|
|
34559
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34560
|
+
padding: 0;
|
|
34561
|
+
}
|
|
34562
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34563
|
+
cursor: not-allowed;
|
|
34564
|
+
opacity: 0.5;
|
|
34565
|
+
}
|
|
34566
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34567
|
+
margin: 0;
|
|
34568
|
+
}
|
|
34569
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34570
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34571
|
+
border-radius: 5px;
|
|
34572
|
+
font-size: 12px;
|
|
34573
|
+
}
|
|
34574
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34575
|
+
font-size: inherit;
|
|
34576
|
+
}
|
|
34577
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34578
|
+
min-height: 24px;
|
|
34579
|
+
font-size: 12px;
|
|
34580
|
+
position: relative;
|
|
34581
|
+
}
|
|
34582
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34583
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34584
|
+
}
|
|
34585
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34586
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34587
|
+
}
|
|
34588
|
+
|
|
34589
|
+
.E_a138syjm {
|
|
34599
34590
|
display: flex;
|
|
34600
34591
|
align-items: center;
|
|
34601
|
-
|
|
34602
|
-
|
|
34603
|
-
font-size: 13px;
|
|
34592
|
+
margin-top: 8px;
|
|
34593
|
+
gap: 8px;
|
|
34604
34594
|
}
|
|
34605
|
-
.
|
|
34606
|
-
|
|
34607
|
-
|
|
34608
|
-
|
|
34609
|
-
|
|
34610
|
-
|
|
34611
|
-
|
|
34595
|
+
.E_a138syjm button.ant-btn {
|
|
34596
|
+
padding: 2px 8px;
|
|
34597
|
+
height: 24px;
|
|
34598
|
+
}
|
|
34599
|
+
.E_a138syjm > span.maximum-desc {
|
|
34600
|
+
display: none;
|
|
34601
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34602
|
+
}
|
|
34603
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34604
|
+
display: inline;
|
|
34605
|
+
}
|
|
34606
|
+
|
|
34607
|
+
.E_d77i8u0 {
|
|
34608
|
+
width: 24px;
|
|
34609
|
+
height: 24px;
|
|
34610
|
+
padding: 4px;
|
|
34611
|
+
margin-right: 8px;
|
|
34612
34612
|
}
|
|
34613
34613
|
|
|
34614
34614
|
.E_t13ef470 {
|
|
@@ -34641,10 +34641,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34641
34641
|
background: rgba(163, 180, 204, 0.18);
|
|
34642
34642
|
}
|
|
34643
34643
|
|
|
34644
|
-
.E_b1jaupqb {
|
|
34645
|
-
color: #F0483E;
|
|
34646
|
-
}
|
|
34647
|
-
|
|
34648
34644
|
.E_bpgac8u {
|
|
34649
34645
|
color: #FFFFFF;
|
|
34650
34646
|
display: flex;
|
|
@@ -34672,52 +34668,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34672
34668
|
background-color: #E07F00;
|
|
34673
34669
|
}
|
|
34674
34670
|
|
|
34675
|
-
.
|
|
34676
|
-
|
|
34677
|
-
padding-top: 5px;
|
|
34678
|
-
padding-left: 5px;
|
|
34679
|
-
}
|
|
34680
|
-
.E_t59qhqp .ant-timeline-item {
|
|
34681
|
-
margin-bottom: 16px;
|
|
34682
|
-
padding-bottom: 0px;
|
|
34683
|
-
}
|
|
34684
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
34685
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34686
|
-
margin-bottom: 0;
|
|
34687
|
-
}
|
|
34688
|
-
.E_t59qhqp .compact.ant-timeline-item {
|
|
34689
|
-
margin-bottom: 12px;
|
|
34690
|
-
}
|
|
34691
|
-
.E_t59qhqp .info-action {
|
|
34692
|
-
align-self: baseline;
|
|
34693
|
-
}
|
|
34694
|
-
|
|
34695
|
-
.E_t2e44lg .ant-timeline-item-content {
|
|
34696
|
-
margin-left: 18px;
|
|
34697
|
-
}
|
|
34698
|
-
.E_t2e44lg .item-time {
|
|
34699
|
-
display: flex;
|
|
34700
|
-
flex-direction: column;
|
|
34701
|
-
gap: 4px;
|
|
34702
|
-
margin-top: 4px;
|
|
34703
|
-
}
|
|
34704
|
-
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
34705
|
-
padding-bottom: 0;
|
|
34706
|
-
}
|
|
34707
|
-
|
|
34708
|
-
.E_e14ua30y {
|
|
34709
|
-
display: flex;
|
|
34710
|
-
flex-direction: column;
|
|
34711
|
-
align-items: center;
|
|
34712
|
-
justify-content: center;
|
|
34713
|
-
}
|
|
34714
|
-
|
|
34715
|
-
.E_s1ikqzph {
|
|
34716
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34717
|
-
}
|
|
34718
|
-
|
|
34719
|
-
.E_i15astnl {
|
|
34720
|
-
color: #00122E;
|
|
34671
|
+
.E_b1jaupqb {
|
|
34672
|
+
color: #F0483E;
|
|
34721
34673
|
}
|
|
34722
34674
|
|
|
34723
34675
|
.E_icab5o7 {
|
|
@@ -34917,6 +34869,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34917
34869
|
font-weight: bold;
|
|
34918
34870
|
}
|
|
34919
34871
|
|
|
34872
|
+
.E_t59qhqp {
|
|
34873
|
+
padding: 0px;
|
|
34874
|
+
padding-top: 5px;
|
|
34875
|
+
padding-left: 5px;
|
|
34876
|
+
}
|
|
34877
|
+
.E_t59qhqp .ant-timeline-item {
|
|
34878
|
+
margin-bottom: 16px;
|
|
34879
|
+
padding-bottom: 0px;
|
|
34880
|
+
}
|
|
34881
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
34882
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34883
|
+
margin-bottom: 0;
|
|
34884
|
+
}
|
|
34885
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
34886
|
+
margin-bottom: 12px;
|
|
34887
|
+
}
|
|
34888
|
+
.E_t59qhqp .info-action {
|
|
34889
|
+
align-self: baseline;
|
|
34890
|
+
}
|
|
34891
|
+
|
|
34892
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
34893
|
+
margin-left: 18px;
|
|
34894
|
+
}
|
|
34895
|
+
.E_t2e44lg .item-time {
|
|
34896
|
+
display: flex;
|
|
34897
|
+
flex-direction: column;
|
|
34898
|
+
gap: 4px;
|
|
34899
|
+
margin-top: 4px;
|
|
34900
|
+
}
|
|
34901
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
34902
|
+
padding-bottom: 0;
|
|
34903
|
+
}
|
|
34904
|
+
|
|
34905
|
+
.E_e14ua30y {
|
|
34906
|
+
display: flex;
|
|
34907
|
+
flex-direction: column;
|
|
34908
|
+
align-items: center;
|
|
34909
|
+
justify-content: center;
|
|
34910
|
+
}
|
|
34911
|
+
|
|
34912
|
+
.E_s1ikqzph {
|
|
34913
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34914
|
+
}
|
|
34915
|
+
|
|
34916
|
+
.E_i15astnl {
|
|
34917
|
+
color: #00122E;
|
|
34918
|
+
}
|
|
34919
|
+
|
|
34920
34920
|
.E_s20iney.skeleton-box {
|
|
34921
34921
|
display: flex;
|
|
34922
34922
|
align-items: center;
|
|
@@ -35368,6 +35368,62 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35368
35368
|
margin-right: 4px;
|
|
35369
35369
|
}
|
|
35370
35370
|
|
|
35371
|
+
.E_n12mqh7z {
|
|
35372
|
+
display: flex;
|
|
35373
|
+
align-items: center;
|
|
35374
|
+
font-size: 12px;
|
|
35375
|
+
line-height: 18px;
|
|
35376
|
+
}
|
|
35377
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35378
|
+
margin-bottom: 4px;
|
|
35379
|
+
}
|
|
35380
|
+
|
|
35381
|
+
.E_tf5bynu {
|
|
35382
|
+
margin: 0 3px;
|
|
35383
|
+
}
|
|
35384
|
+
|
|
35385
|
+
.E_tcckoz1 {
|
|
35386
|
+
max-height: 400px;
|
|
35387
|
+
overflow: auto;
|
|
35388
|
+
}
|
|
35389
|
+
|
|
35390
|
+
.E_gmyahx3 {
|
|
35391
|
+
cursor: pointer;
|
|
35392
|
+
}
|
|
35393
|
+
.E_gmyahx3 .link-text {
|
|
35394
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35395
|
+
}
|
|
35396
|
+
.E_gmyahx3:hover .link-text {
|
|
35397
|
+
color: #0080ff;
|
|
35398
|
+
}
|
|
35399
|
+
|
|
35400
|
+
.E_ou7iq30 {
|
|
35401
|
+
overflow: hidden;
|
|
35402
|
+
text-overflow: ellipsis;
|
|
35403
|
+
}
|
|
35404
|
+
|
|
35405
|
+
.E_s1tui002 {
|
|
35406
|
+
white-space: nowrap;
|
|
35407
|
+
}
|
|
35408
|
+
|
|
35409
|
+
.E_mxrc2zg {
|
|
35410
|
+
display: -webkit-box;
|
|
35411
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35412
|
+
-webkit-box-orient: vertical;
|
|
35413
|
+
word-break: break-all;
|
|
35414
|
+
}
|
|
35415
|
+
|
|
35416
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35417
|
+
display: none;
|
|
35418
|
+
}
|
|
35419
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35420
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35421
|
+
border-radius: 4px;
|
|
35422
|
+
}
|
|
35423
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35424
|
+
visibility: hidden;
|
|
35425
|
+
}
|
|
35426
|
+
|
|
35371
35427
|
.E_clm1wy1 {
|
|
35372
35428
|
width: 192px;
|
|
35373
35429
|
height: 246px;
|
|
@@ -35428,97 +35484,37 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35428
35484
|
display: flex;
|
|
35429
35485
|
justify-content: space-between;
|
|
35430
35486
|
align-items: center;
|
|
35431
|
-
padding: 8px 16px;
|
|
35432
|
-
}
|
|
35433
|
-
.E_c167wnad .anticon {
|
|
35434
|
-
cursor: pointer;
|
|
35435
|
-
}
|
|
35436
|
-
.E_c167wnad .anticon:hover {
|
|
35437
|
-
color: #0096ff;
|
|
35438
|
-
}
|
|
35439
|
-
|
|
35440
|
-
.E_cxhf7dh {
|
|
35441
|
-
text-align: center;
|
|
35442
|
-
}
|
|
35443
|
-
.E_cxhf7dh .dots {
|
|
35444
|
-
display: flex;
|
|
35445
|
-
justify-content: center;
|
|
35446
|
-
}
|
|
35447
|
-
.E_cxhf7dh .dot {
|
|
35448
|
-
display: inline-block;
|
|
35449
|
-
width: 2px;
|
|
35450
|
-
height: 2px;
|
|
35451
|
-
border-radius: 1px;
|
|
35452
|
-
background: #0096ff;
|
|
35453
|
-
}
|
|
35454
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
35455
|
-
margin-right: 2px;
|
|
35456
|
-
}
|
|
35457
|
-
.E_cxhf7dh .bar {
|
|
35458
|
-
width: 9px;
|
|
35459
|
-
height: 2px;
|
|
35460
|
-
background: #0096ff;
|
|
35461
|
-
border-radius: 2px;
|
|
35462
|
-
}
|
|
35463
|
-
|
|
35464
|
-
.E_n12mqh7z {
|
|
35465
|
-
display: flex;
|
|
35466
|
-
align-items: center;
|
|
35467
|
-
font-size: 12px;
|
|
35468
|
-
line-height: 18px;
|
|
35469
|
-
}
|
|
35470
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35471
|
-
margin-bottom: 4px;
|
|
35472
|
-
}
|
|
35473
|
-
|
|
35474
|
-
.E_tf5bynu {
|
|
35475
|
-
margin: 0 3px;
|
|
35476
|
-
}
|
|
35477
|
-
|
|
35478
|
-
.E_tcckoz1 {
|
|
35479
|
-
max-height: 400px;
|
|
35480
|
-
overflow: auto;
|
|
35481
|
-
}
|
|
35482
|
-
|
|
35483
|
-
.E_gmyahx3 {
|
|
35484
|
-
cursor: pointer;
|
|
35485
|
-
}
|
|
35486
|
-
.E_gmyahx3 .link-text {
|
|
35487
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35488
|
-
}
|
|
35489
|
-
.E_gmyahx3:hover .link-text {
|
|
35490
|
-
color: #0080ff;
|
|
35491
|
-
}
|
|
35492
|
-
|
|
35493
|
-
span.E_tqjc4ui {
|
|
35494
|
-
margin: 0 2px;
|
|
35487
|
+
padding: 8px 16px;
|
|
35495
35488
|
}
|
|
35496
|
-
|
|
35497
|
-
|
|
35498
|
-
overflow: hidden;
|
|
35499
|
-
text-overflow: ellipsis;
|
|
35489
|
+
.E_c167wnad .anticon {
|
|
35490
|
+
cursor: pointer;
|
|
35500
35491
|
}
|
|
35501
|
-
|
|
35502
|
-
|
|
35503
|
-
white-space: nowrap;
|
|
35492
|
+
.E_c167wnad .anticon:hover {
|
|
35493
|
+
color: #0096ff;
|
|
35504
35494
|
}
|
|
35505
35495
|
|
|
35506
|
-
.
|
|
35507
|
-
|
|
35508
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35509
|
-
-webkit-box-orient: vertical;
|
|
35510
|
-
word-break: break-all;
|
|
35496
|
+
.E_cxhf7dh {
|
|
35497
|
+
text-align: center;
|
|
35511
35498
|
}
|
|
35512
|
-
|
|
35513
|
-
|
|
35514
|
-
|
|
35499
|
+
.E_cxhf7dh .dots {
|
|
35500
|
+
display: flex;
|
|
35501
|
+
justify-content: center;
|
|
35515
35502
|
}
|
|
35516
|
-
.
|
|
35517
|
-
|
|
35518
|
-
|
|
35503
|
+
.E_cxhf7dh .dot {
|
|
35504
|
+
display: inline-block;
|
|
35505
|
+
width: 2px;
|
|
35506
|
+
height: 2px;
|
|
35507
|
+
border-radius: 1px;
|
|
35508
|
+
background: #0096ff;
|
|
35519
35509
|
}
|
|
35520
|
-
.
|
|
35521
|
-
|
|
35510
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35511
|
+
margin-right: 2px;
|
|
35512
|
+
}
|
|
35513
|
+
.E_cxhf7dh .bar {
|
|
35514
|
+
width: 9px;
|
|
35515
|
+
height: 2px;
|
|
35516
|
+
background: #0096ff;
|
|
35517
|
+
border-radius: 2px;
|
|
35522
35518
|
}
|
|
35523
35519
|
|
|
35524
35520
|
.E_c1up1pdz {
|
|
@@ -35661,12 +35657,31 @@ span.E_tqjc4ui {
|
|
|
35661
35657
|
color: #fff;
|
|
35662
35658
|
}
|
|
35663
35659
|
|
|
35664
|
-
.
|
|
35660
|
+
span.E_tqjc4ui {
|
|
35661
|
+
margin: 0 2px;
|
|
35662
|
+
}
|
|
35663
|
+
|
|
35664
|
+
.E_wg1tsps {
|
|
35665
35665
|
display: flex;
|
|
35666
35666
|
align-items: center;
|
|
35667
|
+
justify-content: flex-end;
|
|
35667
35668
|
}
|
|
35668
|
-
|
|
35669
|
-
|
|
35669
|
+
|
|
35670
|
+
.E_b1ctd5xy {
|
|
35671
|
+
display: flex;
|
|
35672
|
+
align-items: center;
|
|
35673
|
+
width: calc(100% - 40px);
|
|
35674
|
+
}
|
|
35675
|
+
.E_b1ctd5xy .chart {
|
|
35676
|
+
display: inline-block;
|
|
35677
|
+
width: 100%;
|
|
35678
|
+
}
|
|
35679
|
+
|
|
35680
|
+
.E_u1p8acpn {
|
|
35681
|
+
min-width: 40px;
|
|
35682
|
+
}
|
|
35683
|
+
.E_u1p8acpn .unit {
|
|
35684
|
+
color: #00122e !important;
|
|
35670
35685
|
}
|
|
35671
35686
|
|
|
35672
35687
|
.E_t160l1cm {
|
|
@@ -35872,119 +35887,6 @@ span.E_tqjc4ui {
|
|
|
35872
35887
|
background: transparent;
|
|
35873
35888
|
}
|
|
35874
35889
|
|
|
35875
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
35876
|
-
background: #edf0f7;
|
|
35877
|
-
padding: 32px 8px;
|
|
35878
|
-
overflow: auto;
|
|
35879
|
-
}
|
|
35880
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
35881
|
-
display: flex;
|
|
35882
|
-
flex-direction: column;
|
|
35883
|
-
justify-content: space-between;
|
|
35884
|
-
}
|
|
35885
|
-
.E_s1at6qmn footer {
|
|
35886
|
-
display: flex;
|
|
35887
|
-
}
|
|
35888
|
-
.E_s1at6qmn .ant-menu {
|
|
35889
|
-
background: #edf0f7;
|
|
35890
|
-
}
|
|
35891
|
-
.E_s1at6qmn .ant-menu a {
|
|
35892
|
-
color: #00122e;
|
|
35893
|
-
width: 180px;
|
|
35894
|
-
overflow: hidden;
|
|
35895
|
-
text-overflow: ellipsis;
|
|
35896
|
-
}
|
|
35897
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
35898
|
-
margin-bottom: 24px;
|
|
35899
|
-
}
|
|
35900
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35901
|
-
margin: 0;
|
|
35902
|
-
}
|
|
35903
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35904
|
-
font-size: 12px;
|
|
35905
|
-
padding: 0 8px 4px;
|
|
35906
|
-
line-height: 18px;
|
|
35907
|
-
}
|
|
35908
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35909
|
-
padding: 0;
|
|
35910
|
-
}
|
|
35911
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35912
|
-
padding-bottom: 24px;
|
|
35913
|
-
}
|
|
35914
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35915
|
-
margin-bottom: 24px;
|
|
35916
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35917
|
-
}
|
|
35918
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35919
|
-
transition: none;
|
|
35920
|
-
display: flex;
|
|
35921
|
-
align-items: center;
|
|
35922
|
-
height: 32px;
|
|
35923
|
-
line-height: 22px;
|
|
35924
|
-
padding: 0 8px;
|
|
35925
|
-
}
|
|
35926
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35927
|
-
margin-right: 12px;
|
|
35928
|
-
}
|
|
35929
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35930
|
-
margin: 0;
|
|
35931
|
-
margin-bottom: 2px;
|
|
35932
|
-
}
|
|
35933
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35934
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35935
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35936
|
-
border-radius: 6px;
|
|
35937
|
-
color: #fff;
|
|
35938
|
-
}
|
|
35939
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35940
|
-
color: #fff;
|
|
35941
|
-
}
|
|
35942
|
-
.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 {
|
|
35943
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35944
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35945
|
-
border-radius: 6px;
|
|
35946
|
-
}
|
|
35947
|
-
|
|
35948
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35949
|
-
white-space: nowrap;
|
|
35950
|
-
transition: all 0s;
|
|
35951
|
-
}
|
|
35952
|
-
.E_s1wu0lms.shrink {
|
|
35953
|
-
transition: all 0s;
|
|
35954
|
-
overflow: hidden;
|
|
35955
|
-
}
|
|
35956
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35957
|
-
visibility: hidden;
|
|
35958
|
-
}
|
|
35959
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35960
|
-
width: 36px;
|
|
35961
|
-
padding: 0 6px;
|
|
35962
|
-
}
|
|
35963
|
-
|
|
35964
|
-
.E_n1ugzfva {
|
|
35965
|
-
display: flex;
|
|
35966
|
-
place-items: center;
|
|
35967
|
-
width: 100% !important;
|
|
35968
|
-
}
|
|
35969
|
-
.E_n1ugzfva[disabled] {
|
|
35970
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
35971
|
-
opacity: 1 !important;
|
|
35972
|
-
}
|
|
35973
|
-
.E_n1ugzfva.ant-btn {
|
|
35974
|
-
width: 100%;
|
|
35975
|
-
color: #00122e;
|
|
35976
|
-
}
|
|
35977
|
-
.E_n1ugzfva .icon-wrapper {
|
|
35978
|
-
margin-right: 12px;
|
|
35979
|
-
}
|
|
35980
|
-
.E_n1ugzfva .link-title {
|
|
35981
|
-
flex: 1;
|
|
35982
|
-
overflow: hidden;
|
|
35983
|
-
white-space: nowrap;
|
|
35984
|
-
text-overflow: ellipsis;
|
|
35985
|
-
text-align: left;
|
|
35986
|
-
}
|
|
35987
|
-
|
|
35988
35890
|
.E_u15heuvq.content {
|
|
35989
35891
|
cursor: default !important;
|
|
35990
35892
|
}
|
|
@@ -36001,29 +35903,6 @@ span.E_tqjc4ui {
|
|
|
36001
35903
|
color: rgba(44, 56, 82, 0.75);
|
|
36002
35904
|
}
|
|
36003
35905
|
|
|
36004
|
-
.E_wg1tsps {
|
|
36005
|
-
display: flex;
|
|
36006
|
-
align-items: center;
|
|
36007
|
-
justify-content: flex-end;
|
|
36008
|
-
}
|
|
36009
|
-
|
|
36010
|
-
.E_b1ctd5xy {
|
|
36011
|
-
display: flex;
|
|
36012
|
-
align-items: center;
|
|
36013
|
-
width: calc(100% - 40px);
|
|
36014
|
-
}
|
|
36015
|
-
.E_b1ctd5xy .chart {
|
|
36016
|
-
display: inline-block;
|
|
36017
|
-
width: 100%;
|
|
36018
|
-
}
|
|
36019
|
-
|
|
36020
|
-
.E_u1p8acpn {
|
|
36021
|
-
min-width: 40px;
|
|
36022
|
-
}
|
|
36023
|
-
.E_u1p8acpn .unit {
|
|
36024
|
-
color: #00122e !important;
|
|
36025
|
-
}
|
|
36026
|
-
|
|
36027
35906
|
.E_t1sqg15u {
|
|
36028
35907
|
background: white;
|
|
36029
35908
|
}
|
|
@@ -36095,127 +35974,144 @@ span.E_tqjc4ui {
|
|
|
36095
35974
|
}
|
|
36096
35975
|
.E_t93e4cf .content {
|
|
36097
35976
|
overflow: hidden;
|
|
36098
|
-
overflow-x: auto;
|
|
36099
|
-
width: 100%;
|
|
36100
|
-
white-space: pre-wrap;
|
|
36101
|
-
}
|
|
36102
|
-
.E_t93e4cf .content .ant-btn {
|
|
36103
|
-
white-space: pre-wrap;
|
|
36104
|
-
text-align: left;
|
|
36105
|
-
}
|
|
36106
|
-
.E_t93e4cf .content .unit-chart {
|
|
36107
|
-
justify-content: flex-start;
|
|
36108
|
-
}
|
|
36109
|
-
|
|
36110
|
-
.E_rhz2uv5 {
|
|
36111
|
-
width: var(--rhz2uv5-0);
|
|
36112
|
-
flex-shrink: 0;
|
|
36113
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36114
|
-
padding-right: 12px;
|
|
36115
|
-
}
|
|
36116
|
-
|
|
36117
|
-
.E_kr6am0s .ant-modal-body {
|
|
36118
|
-
padding: 60px 128px;
|
|
36119
|
-
}
|
|
36120
|
-
|
|
36121
|
-
.E_k1h3cl5q {
|
|
36122
|
-
display: flex;
|
|
36123
|
-
flex-direction: column;
|
|
36124
|
-
height: 100%;
|
|
36125
|
-
}
|
|
36126
|
-
|
|
36127
|
-
.E_k1a6j97w {
|
|
36128
|
-
color: #00122e;
|
|
36129
|
-
font-size: 32px !important;
|
|
36130
|
-
margin-bottom: 16px;
|
|
36131
|
-
}
|
|
36132
|
-
|
|
36133
|
-
.E_k1uim1fg {
|
|
36134
|
-
margin-bottom: 32px;
|
|
36135
|
-
color: #00122e;
|
|
36136
|
-
}
|
|
36137
|
-
|
|
36138
|
-
.E_kobelzt {
|
|
36139
|
-
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
36140
|
-
min-height: 0;
|
|
36141
|
-
flex: 1;
|
|
36142
|
-
padding: 16px;
|
|
36143
|
-
background-color: #2d3a56;
|
|
36144
|
-
color: #fff;
|
|
36145
|
-
overflow: auto;
|
|
36146
|
-
max-width: 100%;
|
|
36147
|
-
min-height: 0;
|
|
36148
|
-
border-radius: 8px;
|
|
35977
|
+
overflow-x: auto;
|
|
35978
|
+
width: 100%;
|
|
35979
|
+
white-space: pre-wrap;
|
|
35980
|
+
}
|
|
35981
|
+
.E_t93e4cf .content .ant-btn {
|
|
36149
35982
|
white-space: pre-wrap;
|
|
35983
|
+
text-align: left;
|
|
35984
|
+
}
|
|
35985
|
+
.E_t93e4cf .content .unit-chart {
|
|
35986
|
+
justify-content: flex-start;
|
|
36150
35987
|
}
|
|
36151
35988
|
|
|
36152
|
-
.
|
|
36153
|
-
width:
|
|
36154
|
-
|
|
36155
|
-
|
|
36156
|
-
padding:
|
|
35989
|
+
.E_rhz2uv5 {
|
|
35990
|
+
width: var(--rhz2uv5-0);
|
|
35991
|
+
flex-shrink: 0;
|
|
35992
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35993
|
+
padding-right: 12px;
|
|
36157
35994
|
}
|
|
36158
35995
|
|
|
36159
|
-
.
|
|
35996
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
36160
35997
|
display: flex;
|
|
36161
|
-
flex-direction: column;
|
|
36162
|
-
justify-content: center;
|
|
36163
35998
|
align-items: center;
|
|
36164
|
-
|
|
35999
|
+
}
|
|
36000
|
+
.E_s1iv0tp1 .enabled-text {
|
|
36001
|
+
margin-right: 8px;
|
|
36165
36002
|
}
|
|
36166
36003
|
|
|
36167
|
-
.
|
|
36004
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
36005
|
+
background: #edf0f7;
|
|
36006
|
+
padding: 32px 8px;
|
|
36007
|
+
overflow: auto;
|
|
36008
|
+
}
|
|
36009
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
36168
36010
|
display: flex;
|
|
36169
36011
|
flex-direction: column;
|
|
36170
|
-
|
|
36012
|
+
justify-content: space-between;
|
|
36171
36013
|
}
|
|
36172
|
-
.
|
|
36173
|
-
|
|
36174
|
-
background-clip: text;
|
|
36175
|
-
-webkit-background-clip: text;
|
|
36176
|
-
-webkit-text-fill-color: transparent;
|
|
36177
|
-
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36014
|
+
.E_s1at6qmn footer {
|
|
36015
|
+
display: flex;
|
|
36178
36016
|
}
|
|
36179
|
-
|
|
36180
|
-
|
|
36181
|
-
padding: 8px 0;
|
|
36017
|
+
.E_s1at6qmn .ant-menu {
|
|
36018
|
+
background: #edf0f7;
|
|
36182
36019
|
}
|
|
36183
|
-
.
|
|
36184
|
-
|
|
36020
|
+
.E_s1at6qmn .ant-menu a {
|
|
36021
|
+
color: #00122e;
|
|
36022
|
+
width: 180px;
|
|
36023
|
+
overflow: hidden;
|
|
36024
|
+
text-overflow: ellipsis;
|
|
36185
36025
|
}
|
|
36186
|
-
.
|
|
36026
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
36027
|
+
margin-bottom: 24px;
|
|
36028
|
+
}
|
|
36029
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
36030
|
+
margin: 0;
|
|
36031
|
+
}
|
|
36032
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
36033
|
+
font-size: 12px;
|
|
36034
|
+
padding: 0 8px 4px;
|
|
36187
36035
|
line-height: 18px;
|
|
36188
36036
|
}
|
|
36189
|
-
.
|
|
36190
|
-
|
|
36037
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
36038
|
+
padding: 0;
|
|
36039
|
+
}
|
|
36040
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
36041
|
+
padding-bottom: 24px;
|
|
36042
|
+
}
|
|
36043
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
36044
|
+
margin-bottom: 24px;
|
|
36045
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
36046
|
+
}
|
|
36047
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
36048
|
+
transition: none;
|
|
36191
36049
|
display: flex;
|
|
36192
36050
|
align-items: center;
|
|
36051
|
+
height: 32px;
|
|
36052
|
+
line-height: 22px;
|
|
36053
|
+
padding: 0 8px;
|
|
36193
36054
|
}
|
|
36194
|
-
.
|
|
36195
|
-
|
|
36055
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
36056
|
+
margin-right: 12px;
|
|
36057
|
+
}
|
|
36058
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
36059
|
+
margin: 0;
|
|
36060
|
+
margin-bottom: 2px;
|
|
36061
|
+
}
|
|
36062
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
36063
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
36064
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
36065
|
+
border-radius: 6px;
|
|
36066
|
+
color: #fff;
|
|
36067
|
+
}
|
|
36068
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
36069
|
+
color: #fff;
|
|
36070
|
+
}
|
|
36071
|
+
.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 {
|
|
36072
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
36073
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
36074
|
+
border-radius: 6px;
|
|
36196
36075
|
}
|
|
36197
36076
|
|
|
36198
|
-
.
|
|
36199
|
-
|
|
36077
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
36078
|
+
white-space: nowrap;
|
|
36079
|
+
transition: all 0s;
|
|
36200
36080
|
}
|
|
36201
|
-
.
|
|
36202
|
-
|
|
36203
|
-
|
|
36081
|
+
.E_s1wu0lms.shrink {
|
|
36082
|
+
transition: all 0s;
|
|
36083
|
+
overflow: hidden;
|
|
36204
36084
|
}
|
|
36205
|
-
.
|
|
36206
|
-
|
|
36207
|
-
|
|
36085
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
36086
|
+
visibility: hidden;
|
|
36087
|
+
}
|
|
36088
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
36089
|
+
width: 36px;
|
|
36090
|
+
padding: 0 6px;
|
|
36208
36091
|
}
|
|
36209
36092
|
|
|
36210
|
-
.
|
|
36093
|
+
.E_n1ugzfva {
|
|
36211
36094
|
display: flex;
|
|
36212
|
-
|
|
36213
|
-
|
|
36214
|
-
min-width: 0;
|
|
36095
|
+
place-items: center;
|
|
36096
|
+
width: 100% !important;
|
|
36215
36097
|
}
|
|
36216
|
-
|
|
36217
|
-
.
|
|
36218
|
-
|
|
36098
|
+
.E_n1ugzfva[disabled] {
|
|
36099
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
36100
|
+
opacity: 1 !important;
|
|
36101
|
+
}
|
|
36102
|
+
.E_n1ugzfva.ant-btn {
|
|
36103
|
+
width: 100%;
|
|
36104
|
+
color: #00122e;
|
|
36105
|
+
}
|
|
36106
|
+
.E_n1ugzfva .icon-wrapper {
|
|
36107
|
+
margin-right: 12px;
|
|
36108
|
+
}
|
|
36109
|
+
.E_n1ugzfva .link-title {
|
|
36110
|
+
flex: 1;
|
|
36111
|
+
overflow: hidden;
|
|
36112
|
+
white-space: nowrap;
|
|
36113
|
+
text-overflow: ellipsis;
|
|
36114
|
+
text-align: left;
|
|
36219
36115
|
}
|
|
36220
36116
|
|
|
36221
36117
|
.E_cyms3br {
|
|
@@ -36293,12 +36189,116 @@ span.E_tqjc4ui {
|
|
|
36293
36189
|
justify-content: center;
|
|
36294
36190
|
}
|
|
36295
36191
|
|
|
36192
|
+
.E_i5w779o {
|
|
36193
|
+
padding: 8px 0;
|
|
36194
|
+
}
|
|
36195
|
+
.E_i5w779o .col-label {
|
|
36196
|
+
flex-shrink: unset;
|
|
36197
|
+
}
|
|
36198
|
+
.E_i5w779o .col-label * {
|
|
36199
|
+
line-height: 18px;
|
|
36200
|
+
}
|
|
36201
|
+
.E_i5w779o .col-content {
|
|
36202
|
+
flex: 1 1 0;
|
|
36203
|
+
display: flex;
|
|
36204
|
+
align-items: center;
|
|
36205
|
+
}
|
|
36206
|
+
.E_i5w779o .col-content * {
|
|
36207
|
+
line-height: 18px;
|
|
36208
|
+
}
|
|
36209
|
+
|
|
36210
|
+
.E_l18dja44 {
|
|
36211
|
+
padding: 6px 0;
|
|
36212
|
+
}
|
|
36213
|
+
.E_l18dja44 .col-label * {
|
|
36214
|
+
font-size: 13px;
|
|
36215
|
+
line-height: 20px;
|
|
36216
|
+
}
|
|
36217
|
+
.E_l18dja44 .col-content * {
|
|
36218
|
+
font-size: 14px;
|
|
36219
|
+
line-height: 20px;
|
|
36220
|
+
}
|
|
36221
|
+
|
|
36222
|
+
.E_c8c2hys {
|
|
36223
|
+
display: flex;
|
|
36224
|
+
justify-content: space-between;
|
|
36225
|
+
flex: 1;
|
|
36226
|
+
min-width: 0;
|
|
36227
|
+
}
|
|
36228
|
+
|
|
36229
|
+
.E_n4m6c4d {
|
|
36230
|
+
color: rgba(0, 21, 64, 0.3);
|
|
36231
|
+
}
|
|
36232
|
+
|
|
36296
36233
|
.E_h1ol2wl7 {
|
|
36297
36234
|
font-weight: bold;
|
|
36298
36235
|
background-color: unset;
|
|
36299
36236
|
padding: unset;
|
|
36300
36237
|
}
|
|
36301
36238
|
|
|
36239
|
+
.E_kr6am0s .ant-modal-body {
|
|
36240
|
+
padding: 60px 128px;
|
|
36241
|
+
}
|
|
36242
|
+
|
|
36243
|
+
.E_k1h3cl5q {
|
|
36244
|
+
display: flex;
|
|
36245
|
+
flex-direction: column;
|
|
36246
|
+
height: 100%;
|
|
36247
|
+
}
|
|
36248
|
+
|
|
36249
|
+
.E_k1a6j97w {
|
|
36250
|
+
color: #00122e;
|
|
36251
|
+
font-size: 32px !important;
|
|
36252
|
+
margin-bottom: 16px;
|
|
36253
|
+
}
|
|
36254
|
+
|
|
36255
|
+
.E_k1uim1fg {
|
|
36256
|
+
margin-bottom: 32px;
|
|
36257
|
+
color: #00122e;
|
|
36258
|
+
}
|
|
36259
|
+
|
|
36260
|
+
.E_kobelzt {
|
|
36261
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
36262
|
+
min-height: 0;
|
|
36263
|
+
flex: 1;
|
|
36264
|
+
padding: 16px;
|
|
36265
|
+
background-color: #2d3a56;
|
|
36266
|
+
color: #fff;
|
|
36267
|
+
overflow: auto;
|
|
36268
|
+
max-width: 100%;
|
|
36269
|
+
min-height: 0;
|
|
36270
|
+
border-radius: 8px;
|
|
36271
|
+
white-space: pre-wrap;
|
|
36272
|
+
}
|
|
36273
|
+
|
|
36274
|
+
.E_kxzv3id {
|
|
36275
|
+
width: 100%;
|
|
36276
|
+
display: flex;
|
|
36277
|
+
justify-content: space-between;
|
|
36278
|
+
padding: 0 128px;
|
|
36279
|
+
}
|
|
36280
|
+
|
|
36281
|
+
.E_eld9lt {
|
|
36282
|
+
display: flex;
|
|
36283
|
+
flex-direction: column;
|
|
36284
|
+
justify-content: center;
|
|
36285
|
+
align-items: center;
|
|
36286
|
+
height: 100%;
|
|
36287
|
+
}
|
|
36288
|
+
|
|
36289
|
+
.E_e1505fqc {
|
|
36290
|
+
display: flex;
|
|
36291
|
+
flex-direction: column;
|
|
36292
|
+
align-items: center;
|
|
36293
|
+
}
|
|
36294
|
+
.E_e1505fqc .title {
|
|
36295
|
+
margin-bottom: 8px;
|
|
36296
|
+
background-clip: text;
|
|
36297
|
+
-webkit-background-clip: text;
|
|
36298
|
+
-webkit-text-fill-color: transparent;
|
|
36299
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36300
|
+
}
|
|
36301
|
+
|
|
36302
36302
|
.E_l12xdkhl {
|
|
36303
36303
|
width: 64px;
|
|
36304
36304
|
height: 64px;
|