@cloudtower/eagle 0.33.14 → 0.33.16
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/coreX/DateRangePicker/index.js +9 -1
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1622 -1540
- package/dist/esm/coreX/DateRangePicker/index.js +9 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1799 -1705
- package/dist/src/coreX/KubeConfigModal/KubeConfigModal.style.d.ts +9 -0
- package/dist/src/coreX/KubeConfigModal/KubeConfigModal.type.d.ts +21 -0
- package/dist/src/coreX/KubeConfigModal/index.d.ts +4 -0
- package/dist/src/coreX/KubeConfigModal/utils.d.ts +2 -0
- package/dist/src/coreX/index.d.ts +1 -0
- package/dist/stories/docs/coreX/KubeConfigModal.stories.d.ts +83 -0
- package/dist/style.css +1298 -1220
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29692,106 +29692,6 @@ html body {
|
|
|
29692
29692
|
padding: 8px 12px;
|
|
29693
29693
|
}
|
|
29694
29694
|
|
|
29695
|
-
.E_m74vjol {
|
|
29696
|
-
display: flex;
|
|
29697
|
-
justify-content: space-between;
|
|
29698
|
-
width: 100%;
|
|
29699
|
-
}
|
|
29700
|
-
.E_m74vjol .action {
|
|
29701
|
-
margin-left: 16px;
|
|
29702
|
-
}
|
|
29703
|
-
|
|
29704
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
29705
|
-
padding-right: 12px;
|
|
29706
|
-
}
|
|
29707
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29708
|
-
height: fit-content;
|
|
29709
|
-
margin-left: 16px;
|
|
29710
|
-
}
|
|
29711
|
-
.E_a1o35uvh .ant-alert-message {
|
|
29712
|
-
flex: 1;
|
|
29713
|
-
}
|
|
29714
|
-
|
|
29715
|
-
.E_berrcjl {
|
|
29716
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29717
|
-
margin-bottom: 4px;
|
|
29718
|
-
}
|
|
29719
|
-
.E_berrcjl .breadcrumb-link {
|
|
29720
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29721
|
-
cursor: pointer;
|
|
29722
|
-
transition: color 160ms ease;
|
|
29723
|
-
}
|
|
29724
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29725
|
-
color: #0080ff;
|
|
29726
|
-
}
|
|
29727
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29728
|
-
color: #005ed1;
|
|
29729
|
-
}
|
|
29730
|
-
|
|
29731
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29732
|
-
padding: 4px 8px 0 8px;
|
|
29733
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29734
|
-
font-size: 12px;
|
|
29735
|
-
}
|
|
29736
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29737
|
-
padding-bottom: 6px;
|
|
29738
|
-
}
|
|
29739
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29740
|
-
padding-top: 4px;
|
|
29741
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29742
|
-
}
|
|
29743
|
-
|
|
29744
|
-
.E_b1nip9bk {
|
|
29745
|
-
padding: 4px 11px;
|
|
29746
|
-
}
|
|
29747
|
-
|
|
29748
|
-
.E_bqamoqe {
|
|
29749
|
-
white-space: nowrap;
|
|
29750
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29751
|
-
}
|
|
29752
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29753
|
-
--color: #0080ff;
|
|
29754
|
-
}
|
|
29755
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29756
|
-
--color: #0080ff;
|
|
29757
|
-
}
|
|
29758
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29759
|
-
margin-left: 1px;
|
|
29760
|
-
}
|
|
29761
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29762
|
-
border-top-right-radius: 0;
|
|
29763
|
-
border-bottom-right-radius: 0;
|
|
29764
|
-
}
|
|
29765
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29766
|
-
border-top-left-radius: 0;
|
|
29767
|
-
border-bottom-left-radius: 0;
|
|
29768
|
-
}
|
|
29769
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29770
|
-
border-radius: unset;
|
|
29771
|
-
}
|
|
29772
|
-
|
|
29773
|
-
.E_c1uzzomf {
|
|
29774
|
-
margin-bottom: 16px;
|
|
29775
|
-
}
|
|
29776
|
-
.E_c1uzzomf .card-title {
|
|
29777
|
-
font-size: 16px;
|
|
29778
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29779
|
-
font-weight: 700;
|
|
29780
|
-
line-height: 32px;
|
|
29781
|
-
}
|
|
29782
|
-
.E_c1uzzomf .card-body {
|
|
29783
|
-
padding: 24px;
|
|
29784
|
-
border-radius: 8px;
|
|
29785
|
-
background: #fff;
|
|
29786
|
-
}
|
|
29787
|
-
.E_c1uzzomf .empty {
|
|
29788
|
-
font-weight: 700;
|
|
29789
|
-
font-size: 14px;
|
|
29790
|
-
line-height: 22px;
|
|
29791
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29792
|
-
text-align: center;
|
|
29793
|
-
}
|
|
29794
|
-
|
|
29795
29695
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29796
29696
|
justify-content: center;
|
|
29797
29697
|
}
|
|
@@ -30049,6 +29949,106 @@ html body {
|
|
|
30049
29949
|
justify-content: center;
|
|
30050
29950
|
}
|
|
30051
29951
|
|
|
29952
|
+
.E_m74vjol {
|
|
29953
|
+
display: flex;
|
|
29954
|
+
justify-content: space-between;
|
|
29955
|
+
width: 100%;
|
|
29956
|
+
}
|
|
29957
|
+
.E_m74vjol .action {
|
|
29958
|
+
margin-left: 16px;
|
|
29959
|
+
}
|
|
29960
|
+
|
|
29961
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
29962
|
+
padding-right: 12px;
|
|
29963
|
+
}
|
|
29964
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29965
|
+
height: fit-content;
|
|
29966
|
+
margin-left: 16px;
|
|
29967
|
+
}
|
|
29968
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29969
|
+
flex: 1;
|
|
29970
|
+
}
|
|
29971
|
+
|
|
29972
|
+
.E_c1uzzomf {
|
|
29973
|
+
margin-bottom: 16px;
|
|
29974
|
+
}
|
|
29975
|
+
.E_c1uzzomf .card-title {
|
|
29976
|
+
font-size: 16px;
|
|
29977
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29978
|
+
font-weight: 700;
|
|
29979
|
+
line-height: 32px;
|
|
29980
|
+
}
|
|
29981
|
+
.E_c1uzzomf .card-body {
|
|
29982
|
+
padding: 24px;
|
|
29983
|
+
border-radius: 8px;
|
|
29984
|
+
background: #fff;
|
|
29985
|
+
}
|
|
29986
|
+
.E_c1uzzomf .empty {
|
|
29987
|
+
font-weight: 700;
|
|
29988
|
+
font-size: 14px;
|
|
29989
|
+
line-height: 22px;
|
|
29990
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29991
|
+
text-align: center;
|
|
29992
|
+
}
|
|
29993
|
+
|
|
29994
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29995
|
+
padding: 4px 8px 0 8px;
|
|
29996
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29997
|
+
font-size: 12px;
|
|
29998
|
+
}
|
|
29999
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30000
|
+
padding-bottom: 6px;
|
|
30001
|
+
}
|
|
30002
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30003
|
+
padding-top: 4px;
|
|
30004
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30005
|
+
}
|
|
30006
|
+
|
|
30007
|
+
.E_b1nip9bk {
|
|
30008
|
+
padding: 4px 11px;
|
|
30009
|
+
}
|
|
30010
|
+
|
|
30011
|
+
.E_bqamoqe {
|
|
30012
|
+
white-space: nowrap;
|
|
30013
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30014
|
+
}
|
|
30015
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30016
|
+
--color: #0080ff;
|
|
30017
|
+
}
|
|
30018
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30019
|
+
--color: #0080ff;
|
|
30020
|
+
}
|
|
30021
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30022
|
+
margin-left: 1px;
|
|
30023
|
+
}
|
|
30024
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30025
|
+
border-top-right-radius: 0;
|
|
30026
|
+
border-bottom-right-radius: 0;
|
|
30027
|
+
}
|
|
30028
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30029
|
+
border-top-left-radius: 0;
|
|
30030
|
+
border-bottom-left-radius: 0;
|
|
30031
|
+
}
|
|
30032
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30033
|
+
border-radius: unset;
|
|
30034
|
+
}
|
|
30035
|
+
|
|
30036
|
+
.E_berrcjl {
|
|
30037
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30038
|
+
margin-bottom: 4px;
|
|
30039
|
+
}
|
|
30040
|
+
.E_berrcjl .breadcrumb-link {
|
|
30041
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30042
|
+
cursor: pointer;
|
|
30043
|
+
transition: color 160ms ease;
|
|
30044
|
+
}
|
|
30045
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30046
|
+
color: #0080ff;
|
|
30047
|
+
}
|
|
30048
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30049
|
+
color: #005ed1;
|
|
30050
|
+
}
|
|
30051
|
+
|
|
30052
30052
|
.E_d1bw7c5z {
|
|
30053
30053
|
position: relative;
|
|
30054
30054
|
max-width: 388px;
|
|
@@ -30132,25 +30132,6 @@ html body {
|
|
|
30132
30132
|
width: 102px;
|
|
30133
30133
|
}
|
|
30134
30134
|
|
|
30135
|
-
.E_c1yyuluq {
|
|
30136
|
-
border-radius: 8px;
|
|
30137
|
-
}
|
|
30138
|
-
.E_c1yyuluq .ant-card-body {
|
|
30139
|
-
padding: 20px 24px 24px 24px;
|
|
30140
|
-
}
|
|
30141
|
-
|
|
30142
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30143
|
-
display: flex;
|
|
30144
|
-
}
|
|
30145
|
-
.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 {
|
|
30146
|
-
border-bottom-left-radius: 5px;
|
|
30147
|
-
border-top-left-radius: 5px;
|
|
30148
|
-
}
|
|
30149
|
-
.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 {
|
|
30150
|
-
border-bottom-right-radius: 5px;
|
|
30151
|
-
border-top-right-radius: 5px;
|
|
30152
|
-
}
|
|
30153
|
-
|
|
30154
30135
|
.E_ccrbeuz .ant-collapse-item {
|
|
30155
30136
|
border: 0px;
|
|
30156
30137
|
background-color: #fff;
|
|
@@ -30173,30 +30154,132 @@ html body {
|
|
|
30173
30154
|
cursor: default;
|
|
30174
30155
|
}
|
|
30175
30156
|
|
|
30157
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30158
|
+
display: flex;
|
|
30159
|
+
}
|
|
30160
|
+
.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 {
|
|
30161
|
+
border-bottom-left-radius: 5px;
|
|
30162
|
+
border-top-left-radius: 5px;
|
|
30163
|
+
}
|
|
30164
|
+
.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 {
|
|
30165
|
+
border-bottom-right-radius: 5px;
|
|
30166
|
+
border-top-right-radius: 5px;
|
|
30167
|
+
}
|
|
30168
|
+
|
|
30176
30169
|
.E_sx1bpnu .ant-input-sm {
|
|
30177
30170
|
line-height: 18px;
|
|
30178
30171
|
}
|
|
30179
30172
|
|
|
30180
|
-
.
|
|
30181
|
-
|
|
30182
|
-
align-items: baseline;
|
|
30183
|
-
white-space: pre-wrap;
|
|
30184
|
-
}
|
|
30185
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30186
|
-
position: relative;
|
|
30187
|
-
top: 3px;
|
|
30173
|
+
.E_c1yyuluq {
|
|
30174
|
+
border-radius: 8px;
|
|
30188
30175
|
}
|
|
30189
|
-
.
|
|
30190
|
-
|
|
30176
|
+
.E_c1yyuluq .ant-card-body {
|
|
30177
|
+
padding: 20px 24px 24px 24px;
|
|
30191
30178
|
}
|
|
30192
|
-
|
|
30193
|
-
|
|
30179
|
+
|
|
30180
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30181
|
+
margin-right: 8px;
|
|
30194
30182
|
}
|
|
30195
|
-
.
|
|
30196
|
-
|
|
30197
|
-
background: #0080ff;
|
|
30183
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30184
|
+
margin-left: 8px;
|
|
30198
30185
|
}
|
|
30199
|
-
|
|
30186
|
+
|
|
30187
|
+
.E_cc368xp {
|
|
30188
|
+
color: #00122e;
|
|
30189
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30190
|
+
margin-right: 8px;
|
|
30191
|
+
padding-right: 8px;
|
|
30192
|
+
}
|
|
30193
|
+
|
|
30194
|
+
.E_i11o6xqj {
|
|
30195
|
+
display: flex;
|
|
30196
|
+
gap: 4px;
|
|
30197
|
+
}
|
|
30198
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30199
|
+
cursor: pointer;
|
|
30200
|
+
}
|
|
30201
|
+
|
|
30202
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30203
|
+
cursor: not-allowed;
|
|
30204
|
+
}
|
|
30205
|
+
|
|
30206
|
+
.E_phljevk {
|
|
30207
|
+
display: flex;
|
|
30208
|
+
justify-content: space-between;
|
|
30209
|
+
align-items: center;
|
|
30210
|
+
padding: 10px 0;
|
|
30211
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30212
|
+
font-size: 12px;
|
|
30213
|
+
line-height: 24px;
|
|
30214
|
+
}
|
|
30215
|
+
.E_phljevk .pagination-left {
|
|
30216
|
+
padding: 2px 8px;
|
|
30217
|
+
}
|
|
30218
|
+
.E_phljevk .dropdown-trigger {
|
|
30219
|
+
display: flex;
|
|
30220
|
+
align-items: center;
|
|
30221
|
+
border-radius: 6px;
|
|
30222
|
+
cursor: pointer;
|
|
30223
|
+
transition: all 0.3s ease;
|
|
30224
|
+
}
|
|
30225
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30226
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30227
|
+
color: #0080ff;
|
|
30228
|
+
}
|
|
30229
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30230
|
+
margin-left: 4px;
|
|
30231
|
+
}
|
|
30232
|
+
.E_phljevk .pagination-right {
|
|
30233
|
+
display: flex;
|
|
30234
|
+
align-items: center;
|
|
30235
|
+
color: #0080ff;
|
|
30236
|
+
font-weight: bold;
|
|
30237
|
+
}
|
|
30238
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30239
|
+
margin-left: 4px;
|
|
30240
|
+
}
|
|
30241
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30242
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30243
|
+
padding: 0 8px;
|
|
30244
|
+
}
|
|
30245
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30246
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30247
|
+
color: #0080ff;
|
|
30248
|
+
}
|
|
30249
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30250
|
+
transform: rotate(180deg);
|
|
30251
|
+
}
|
|
30252
|
+
|
|
30253
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30254
|
+
max-height: calc(100vh - 128px);
|
|
30255
|
+
overflow-y: auto;
|
|
30256
|
+
}
|
|
30257
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30258
|
+
padding: 4px 20px;
|
|
30259
|
+
font-size: 12px;
|
|
30260
|
+
line-height: 18px;
|
|
30261
|
+
}
|
|
30262
|
+
|
|
30263
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30264
|
+
display: inline-flex;
|
|
30265
|
+
align-items: baseline;
|
|
30266
|
+
white-space: pre-wrap;
|
|
30267
|
+
}
|
|
30268
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30269
|
+
position: relative;
|
|
30270
|
+
top: 3px;
|
|
30271
|
+
}
|
|
30272
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30273
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30274
|
+
}
|
|
30275
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30276
|
+
border-color: #0080ff;
|
|
30277
|
+
}
|
|
30278
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30279
|
+
border-color: #0080ff;
|
|
30280
|
+
background: #0080ff;
|
|
30281
|
+
}
|
|
30282
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30200
30283
|
top: 4px;
|
|
30201
30284
|
left: 4px;
|
|
30202
30285
|
width: 6px;
|
|
@@ -30323,89 +30406,6 @@ html body {
|
|
|
30323
30406
|
width: 36px;
|
|
30324
30407
|
}
|
|
30325
30408
|
|
|
30326
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
30327
|
-
margin-right: 8px;
|
|
30328
|
-
}
|
|
30329
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30330
|
-
margin-left: 8px;
|
|
30331
|
-
}
|
|
30332
|
-
|
|
30333
|
-
.E_cc368xp {
|
|
30334
|
-
color: #00122e;
|
|
30335
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30336
|
-
margin-right: 8px;
|
|
30337
|
-
padding-right: 8px;
|
|
30338
|
-
}
|
|
30339
|
-
|
|
30340
|
-
.E_i11o6xqj {
|
|
30341
|
-
display: flex;
|
|
30342
|
-
gap: 4px;
|
|
30343
|
-
}
|
|
30344
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30345
|
-
cursor: pointer;
|
|
30346
|
-
}
|
|
30347
|
-
|
|
30348
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30349
|
-
cursor: not-allowed;
|
|
30350
|
-
}
|
|
30351
|
-
|
|
30352
|
-
.E_phljevk {
|
|
30353
|
-
display: flex;
|
|
30354
|
-
justify-content: space-between;
|
|
30355
|
-
align-items: center;
|
|
30356
|
-
padding: 10px 0;
|
|
30357
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30358
|
-
font-size: 12px;
|
|
30359
|
-
line-height: 24px;
|
|
30360
|
-
}
|
|
30361
|
-
.E_phljevk .pagination-left {
|
|
30362
|
-
padding: 2px 8px;
|
|
30363
|
-
}
|
|
30364
|
-
.E_phljevk .dropdown-trigger {
|
|
30365
|
-
display: flex;
|
|
30366
|
-
align-items: center;
|
|
30367
|
-
border-radius: 6px;
|
|
30368
|
-
cursor: pointer;
|
|
30369
|
-
transition: all 0.3s ease;
|
|
30370
|
-
}
|
|
30371
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30372
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30373
|
-
color: #0080ff;
|
|
30374
|
-
}
|
|
30375
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30376
|
-
margin-left: 4px;
|
|
30377
|
-
}
|
|
30378
|
-
.E_phljevk .pagination-right {
|
|
30379
|
-
display: flex;
|
|
30380
|
-
align-items: center;
|
|
30381
|
-
color: #0080ff;
|
|
30382
|
-
font-weight: bold;
|
|
30383
|
-
}
|
|
30384
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30385
|
-
margin-left: 4px;
|
|
30386
|
-
}
|
|
30387
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30388
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30389
|
-
padding: 0 8px;
|
|
30390
|
-
}
|
|
30391
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30392
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30393
|
-
color: #0080ff;
|
|
30394
|
-
}
|
|
30395
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30396
|
-
transform: rotate(180deg);
|
|
30397
|
-
}
|
|
30398
|
-
|
|
30399
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30400
|
-
max-height: calc(100vh - 128px);
|
|
30401
|
-
overflow-y: auto;
|
|
30402
|
-
}
|
|
30403
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30404
|
-
padding: 4px 20px;
|
|
30405
|
-
font-size: 12px;
|
|
30406
|
-
line-height: 18px;
|
|
30407
|
-
}
|
|
30408
|
-
|
|
30409
30409
|
.E_ivqqkzv {
|
|
30410
30410
|
height: 24px;
|
|
30411
30411
|
width: 56px !important;
|
|
@@ -30519,141 +30519,60 @@ html body {
|
|
|
30519
30519
|
display: inline-block;
|
|
30520
30520
|
}
|
|
30521
30521
|
|
|
30522
|
-
.
|
|
30523
|
-
|
|
30522
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30523
|
+
display: none;
|
|
30524
30524
|
}
|
|
30525
|
-
|
|
30526
|
-
|
|
30527
|
-
|
|
30528
|
-
|
|
30529
|
-
|
|
30530
|
-
|
|
30531
|
-
min-height: 34px;
|
|
30532
|
-
box-sizing: border-box;
|
|
30533
|
-
margin-top: 8px;
|
|
30525
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30526
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30527
|
+
border-radius: 4px;
|
|
30528
|
+
}
|
|
30529
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30530
|
+
visibility: hidden;
|
|
30534
30531
|
}
|
|
30535
30532
|
|
|
30536
|
-
.
|
|
30537
|
-
|
|
30538
|
-
flex-direction: column;
|
|
30539
|
-
margin: 1px 8px;
|
|
30540
|
-
padding: 8px;
|
|
30533
|
+
.E_s1sck0th {
|
|
30534
|
+
padding: 0 8px;
|
|
30541
30535
|
border-radius: 4px;
|
|
30542
30536
|
}
|
|
30543
|
-
|
|
30544
|
-
|
|
30537
|
+
|
|
30538
|
+
.E_m855nr1 {
|
|
30539
|
+
padding: 2px 8px;
|
|
30540
|
+
border-radius: 3px;
|
|
30545
30541
|
}
|
|
30546
|
-
|
|
30547
|
-
|
|
30542
|
+
|
|
30543
|
+
.E_l1270xpg {
|
|
30544
|
+
padding: 3px 8px;
|
|
30545
|
+
border-radius: 2px;
|
|
30548
30546
|
}
|
|
30549
|
-
|
|
30550
|
-
|
|
30547
|
+
|
|
30548
|
+
.E_t14rextb.ant-tag:hover {
|
|
30549
|
+
opacity: unset;
|
|
30551
30550
|
}
|
|
30552
|
-
.
|
|
30553
|
-
|
|
30551
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30552
|
+
margin: 0;
|
|
30553
|
+
margin-right: 8px;
|
|
30554
|
+
display: inline-flex;
|
|
30555
|
+
align-items: center;
|
|
30556
|
+
border: none;
|
|
30554
30557
|
}
|
|
30555
|
-
.
|
|
30556
|
-
|
|
30558
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30559
|
+
width: 16px;
|
|
30560
|
+
height: 16px;
|
|
30561
|
+
color: inherit;
|
|
30562
|
+
margin-left: 4px;
|
|
30563
|
+
opacity: 0.6;
|
|
30564
|
+
display: inline-flex;
|
|
30557
30565
|
}
|
|
30558
|
-
.
|
|
30559
|
-
|
|
30566
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30567
|
+
opacity: 1;
|
|
30560
30568
|
}
|
|
30561
|
-
.
|
|
30569
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30562
30570
|
color: #0080ff;
|
|
30571
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30563
30572
|
}
|
|
30564
|
-
.
|
|
30565
|
-
|
|
30566
|
-
color:
|
|
30567
|
-
}
|
|
30568
|
-
|
|
30569
|
-
.E_o1ifxsq4 {
|
|
30570
|
-
display: flex;
|
|
30571
|
-
justify-content: space-between;
|
|
30572
|
-
height: 20px;
|
|
30573
|
-
line-height: 20px;
|
|
30574
|
-
}
|
|
30575
|
-
.E_o1ifxsq4 .timezone-title {
|
|
30576
|
-
color: #2d3a56;
|
|
30577
|
-
overflow: hidden;
|
|
30578
|
-
text-overflow: ellipsis;
|
|
30579
|
-
}
|
|
30580
|
-
|
|
30581
|
-
.E_o1zue7 {
|
|
30582
|
-
display: flex;
|
|
30583
|
-
justify-content: space-between;
|
|
30584
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30585
|
-
height: 18px;
|
|
30586
|
-
line-height: 18px;
|
|
30587
|
-
margin-top: 2px;
|
|
30588
|
-
}
|
|
30589
|
-
|
|
30590
|
-
.E_tyfmlxg {
|
|
30591
|
-
border: none;
|
|
30592
|
-
margin-right: 0;
|
|
30593
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30594
|
-
}
|
|
30595
|
-
|
|
30596
|
-
.E_o18uybox {
|
|
30597
|
-
pointer-events: none;
|
|
30598
|
-
height: 32px;
|
|
30599
|
-
width: 100%;
|
|
30600
|
-
opacity: 0;
|
|
30601
|
-
}
|
|
30602
|
-
|
|
30603
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30604
|
-
display: none;
|
|
30605
|
-
}
|
|
30606
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30607
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30608
|
-
border-radius: 4px;
|
|
30609
|
-
}
|
|
30610
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30611
|
-
visibility: hidden;
|
|
30612
|
-
}
|
|
30613
|
-
|
|
30614
|
-
.E_s1sck0th {
|
|
30615
|
-
padding: 0 8px;
|
|
30616
|
-
border-radius: 4px;
|
|
30617
|
-
}
|
|
30618
|
-
|
|
30619
|
-
.E_m855nr1 {
|
|
30620
|
-
padding: 2px 8px;
|
|
30621
|
-
border-radius: 3px;
|
|
30622
|
-
}
|
|
30623
|
-
|
|
30624
|
-
.E_l1270xpg {
|
|
30625
|
-
padding: 3px 8px;
|
|
30626
|
-
border-radius: 2px;
|
|
30627
|
-
}
|
|
30628
|
-
|
|
30629
|
-
.E_t14rextb.ant-tag:hover {
|
|
30630
|
-
opacity: unset;
|
|
30631
|
-
}
|
|
30632
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30633
|
-
margin: 0;
|
|
30634
|
-
margin-right: 8px;
|
|
30635
|
-
display: inline-flex;
|
|
30636
|
-
align-items: center;
|
|
30637
|
-
border: none;
|
|
30638
|
-
}
|
|
30639
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30640
|
-
width: 16px;
|
|
30641
|
-
height: 16px;
|
|
30642
|
-
color: inherit;
|
|
30643
|
-
margin-left: 4px;
|
|
30644
|
-
opacity: 0.6;
|
|
30645
|
-
display: inline-flex;
|
|
30646
|
-
}
|
|
30647
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30648
|
-
opacity: 1;
|
|
30649
|
-
}
|
|
30650
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30651
|
-
color: #0080ff;
|
|
30652
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30653
|
-
}
|
|
30654
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30655
|
-
color: #f0483e;
|
|
30656
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30573
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30574
|
+
color: #f0483e;
|
|
30575
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30657
30576
|
}
|
|
30658
30577
|
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30659
30578
|
color: #e07f00;
|
|
@@ -30693,6 +30612,87 @@ html body {
|
|
|
30693
30612
|
background-color: #7E41FF;
|
|
30694
30613
|
}
|
|
30695
30614
|
|
|
30615
|
+
.E_s1dni7lo {
|
|
30616
|
+
width: 430px !important;
|
|
30617
|
+
}
|
|
30618
|
+
|
|
30619
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30620
|
+
padding: 8px 16px;
|
|
30621
|
+
line-height: 18px;
|
|
30622
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30623
|
+
height: 34px;
|
|
30624
|
+
min-height: 34px;
|
|
30625
|
+
box-sizing: border-box;
|
|
30626
|
+
margin-top: 8px;
|
|
30627
|
+
}
|
|
30628
|
+
|
|
30629
|
+
.E_o1ugr09p {
|
|
30630
|
+
display: flex;
|
|
30631
|
+
flex-direction: column;
|
|
30632
|
+
margin: 1px 8px;
|
|
30633
|
+
padding: 8px;
|
|
30634
|
+
border-radius: 4px;
|
|
30635
|
+
}
|
|
30636
|
+
.E_o1ugr09p .selected-icon {
|
|
30637
|
+
display: none;
|
|
30638
|
+
}
|
|
30639
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30640
|
+
padding-left: 8px;
|
|
30641
|
+
}
|
|
30642
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30643
|
+
background-color: white;
|
|
30644
|
+
}
|
|
30645
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30646
|
+
color: #0080ff;
|
|
30647
|
+
}
|
|
30648
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30649
|
+
display: block;
|
|
30650
|
+
}
|
|
30651
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30652
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30653
|
+
}
|
|
30654
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30655
|
+
color: #0080ff;
|
|
30656
|
+
}
|
|
30657
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30658
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30659
|
+
color: #0080ff;
|
|
30660
|
+
}
|
|
30661
|
+
|
|
30662
|
+
.E_o1ifxsq4 {
|
|
30663
|
+
display: flex;
|
|
30664
|
+
justify-content: space-between;
|
|
30665
|
+
height: 20px;
|
|
30666
|
+
line-height: 20px;
|
|
30667
|
+
}
|
|
30668
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30669
|
+
color: #2d3a56;
|
|
30670
|
+
overflow: hidden;
|
|
30671
|
+
text-overflow: ellipsis;
|
|
30672
|
+
}
|
|
30673
|
+
|
|
30674
|
+
.E_o1zue7 {
|
|
30675
|
+
display: flex;
|
|
30676
|
+
justify-content: space-between;
|
|
30677
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30678
|
+
height: 18px;
|
|
30679
|
+
line-height: 18px;
|
|
30680
|
+
margin-top: 2px;
|
|
30681
|
+
}
|
|
30682
|
+
|
|
30683
|
+
.E_tyfmlxg {
|
|
30684
|
+
border: none;
|
|
30685
|
+
margin-right: 0;
|
|
30686
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30687
|
+
}
|
|
30688
|
+
|
|
30689
|
+
.E_o18uybox {
|
|
30690
|
+
pointer-events: none;
|
|
30691
|
+
height: 32px;
|
|
30692
|
+
width: 100%;
|
|
30693
|
+
opacity: 0;
|
|
30694
|
+
}
|
|
30695
|
+
|
|
30696
30696
|
.E_fzh9mnb {
|
|
30697
30697
|
width: 100%;
|
|
30698
30698
|
height: 100%;
|
|
@@ -30708,24 +30708,6 @@ html body {
|
|
|
30708
30708
|
font-size: 18px;
|
|
30709
30709
|
}
|
|
30710
30710
|
|
|
30711
|
-
.E_iouxfgt {
|
|
30712
|
-
display: inline-flex;
|
|
30713
|
-
align-items: center;
|
|
30714
|
-
}
|
|
30715
|
-
.E_iouxfgt .icon-inner {
|
|
30716
|
-
display: inline-flex;
|
|
30717
|
-
align-items: center;
|
|
30718
|
-
justify-content: center;
|
|
30719
|
-
}
|
|
30720
|
-
.E_iouxfgt .icon-inner + span,
|
|
30721
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30722
|
-
margin-left: 4px;
|
|
30723
|
-
}
|
|
30724
|
-
.E_iouxfgt.is-rotate img,
|
|
30725
|
-
.E_iouxfgt.is-rotate svg {
|
|
30726
|
-
animation: rotate 680ms linear infinite;
|
|
30727
|
-
}
|
|
30728
|
-
|
|
30729
30711
|
.E_f7pxqmh {
|
|
30730
30712
|
width: 100%;
|
|
30731
30713
|
margin-bottom: 0 !important;
|
|
@@ -30760,6 +30742,55 @@ html body {
|
|
|
30760
30742
|
min-height: 0px;
|
|
30761
30743
|
}
|
|
30762
30744
|
|
|
30745
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30746
|
+
display: var(--a1wfy30z-0);
|
|
30747
|
+
}
|
|
30748
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30749
|
+
padding: 4px 11px;
|
|
30750
|
+
display: inline-flex;
|
|
30751
|
+
line-height: 1.5715;
|
|
30752
|
+
height: inherit;
|
|
30753
|
+
}
|
|
30754
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30755
|
+
content: var(--a1wfy30z-1);
|
|
30756
|
+
display: var(--a1wfy30z-2);
|
|
30757
|
+
flex: none;
|
|
30758
|
+
align-items: center;
|
|
30759
|
+
margin-left: 4px;
|
|
30760
|
+
}
|
|
30761
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30762
|
+
content: var(--a1wfy30z-3);
|
|
30763
|
+
display: var(--a1wfy30z-4);
|
|
30764
|
+
flex: none;
|
|
30765
|
+
align-items: center;
|
|
30766
|
+
margin-right: 4px;
|
|
30767
|
+
cursor: auto;
|
|
30768
|
+
}
|
|
30769
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30770
|
+
padding: 0;
|
|
30771
|
+
margin: 0;
|
|
30772
|
+
height: auto;
|
|
30773
|
+
font-size: inherit;
|
|
30774
|
+
}
|
|
30775
|
+
|
|
30776
|
+
.E_iouxfgt {
|
|
30777
|
+
display: inline-flex;
|
|
30778
|
+
align-items: center;
|
|
30779
|
+
}
|
|
30780
|
+
.E_iouxfgt .icon-inner {
|
|
30781
|
+
display: inline-flex;
|
|
30782
|
+
align-items: center;
|
|
30783
|
+
justify-content: center;
|
|
30784
|
+
}
|
|
30785
|
+
.E_iouxfgt .icon-inner + span,
|
|
30786
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30787
|
+
margin-left: 4px;
|
|
30788
|
+
}
|
|
30789
|
+
.E_iouxfgt.is-rotate img,
|
|
30790
|
+
.E_iouxfgt.is-rotate svg {
|
|
30791
|
+
animation: rotate 680ms linear infinite;
|
|
30792
|
+
}
|
|
30793
|
+
|
|
30763
30794
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30764
30795
|
display: var(--ai7qkf2-0);
|
|
30765
30796
|
}
|
|
@@ -30820,6 +30851,13 @@ html body {
|
|
|
30820
30851
|
padding: 2px 8px;
|
|
30821
30852
|
}
|
|
30822
30853
|
|
|
30854
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30855
|
+
margin-left: 8px;
|
|
30856
|
+
}
|
|
30857
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30858
|
+
padding: 2px 7px 2px 12px;
|
|
30859
|
+
}
|
|
30860
|
+
|
|
30823
30861
|
.E_owd0kml {
|
|
30824
30862
|
display: inline-block;
|
|
30825
30863
|
}
|
|
@@ -30829,13 +30867,6 @@ html body {
|
|
|
30829
30867
|
position: absolute;
|
|
30830
30868
|
}
|
|
30831
30869
|
|
|
30832
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30833
|
-
margin-left: 8px;
|
|
30834
|
-
}
|
|
30835
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30836
|
-
padding: 2px 7px 2px 12px;
|
|
30837
|
-
}
|
|
30838
|
-
|
|
30839
30870
|
.E_i1inqkme {
|
|
30840
30871
|
height: 18px;
|
|
30841
30872
|
line-height: 18px;
|
|
@@ -30849,40 +30880,9 @@ html body {
|
|
|
30849
30880
|
margin-right: 4px;
|
|
30850
30881
|
}
|
|
30851
30882
|
|
|
30852
|
-
.
|
|
30853
|
-
display:
|
|
30854
|
-
|
|
30855
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30856
|
-
padding: 4px 11px;
|
|
30857
|
-
display: inline-flex;
|
|
30858
|
-
line-height: 1.5715;
|
|
30859
|
-
height: inherit;
|
|
30860
|
-
}
|
|
30861
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30862
|
-
content: var(--a1wfy30z-1);
|
|
30863
|
-
display: var(--a1wfy30z-2);
|
|
30864
|
-
flex: none;
|
|
30865
|
-
align-items: center;
|
|
30866
|
-
margin-left: 4px;
|
|
30867
|
-
}
|
|
30868
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30869
|
-
content: var(--a1wfy30z-3);
|
|
30870
|
-
display: var(--a1wfy30z-4);
|
|
30871
|
-
flex: none;
|
|
30872
|
-
align-items: center;
|
|
30873
|
-
margin-right: 4px;
|
|
30874
|
-
cursor: auto;
|
|
30875
|
-
}
|
|
30876
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30877
|
-
padding: 0;
|
|
30878
|
-
margin: 0;
|
|
30879
|
-
height: auto;
|
|
30880
|
-
font-size: inherit;
|
|
30881
|
-
}
|
|
30882
|
-
|
|
30883
|
-
.E_cnujxq2 {
|
|
30884
|
-
display: flex;
|
|
30885
|
-
flex-direction: column;
|
|
30883
|
+
.E_cnujxq2 {
|
|
30884
|
+
display: flex;
|
|
30885
|
+
flex-direction: column;
|
|
30886
30886
|
}
|
|
30887
30887
|
|
|
30888
30888
|
.E_m7s48ia {
|
|
@@ -32044,10 +32044,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32044
32044
|
line-height: 12px;
|
|
32045
32045
|
}
|
|
32046
32046
|
|
|
32047
|
-
.E_m196gn1d {
|
|
32048
|
-
min-width: 1280px;
|
|
32049
|
-
}
|
|
32050
|
-
|
|
32051
32047
|
.E_a1b5xrg3 .user-icon-inner {
|
|
32052
32048
|
display: inline-flex;
|
|
32053
32049
|
align-items: center;
|
|
@@ -32078,6 +32074,67 @@ input.E_rf8rlle.ant-input {
|
|
|
32078
32074
|
transition: all 320ms ease;
|
|
32079
32075
|
}
|
|
32080
32076
|
|
|
32077
|
+
.E_m196gn1d {
|
|
32078
|
+
min-width: 1280px;
|
|
32079
|
+
}
|
|
32080
|
+
|
|
32081
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32082
|
+
border-radius: 6px;
|
|
32083
|
+
}
|
|
32084
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32085
|
+
width: 100%;
|
|
32086
|
+
color: #2d3a56;
|
|
32087
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32088
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32089
|
+
font-size: 13px;
|
|
32090
|
+
}
|
|
32091
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32092
|
+
height: 30px;
|
|
32093
|
+
}
|
|
32094
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32095
|
+
height: 38px;
|
|
32096
|
+
font-size: 13px;
|
|
32097
|
+
}
|
|
32098
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32099
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32100
|
+
transition: 160ms ease;
|
|
32101
|
+
}
|
|
32102
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32103
|
+
color: #0080ff;
|
|
32104
|
+
}
|
|
32105
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32106
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32107
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32108
|
+
}
|
|
32109
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32110
|
+
color: #0080ff;
|
|
32111
|
+
}
|
|
32112
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32113
|
+
border-color: #0080ff;
|
|
32114
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32115
|
+
}
|
|
32116
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32117
|
+
transform: rotate(180deg);
|
|
32118
|
+
}
|
|
32119
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32120
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32121
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32122
|
+
cursor: "not-allowed";
|
|
32123
|
+
}
|
|
32124
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32125
|
+
border-color: #f0483e !important;
|
|
32126
|
+
}
|
|
32127
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32128
|
+
color: #1d326c;
|
|
32129
|
+
}
|
|
32130
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32131
|
+
border-color: #0080ff;
|
|
32132
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32133
|
+
}
|
|
32134
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32135
|
+
transform: rotate(180deg);
|
|
32136
|
+
}
|
|
32137
|
+
|
|
32081
32138
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32082
32139
|
opacity: 1;
|
|
32083
32140
|
}
|
|
@@ -32205,63 +32262,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32205
32262
|
color: rgba(0, 21, 64, 0.3);
|
|
32206
32263
|
}
|
|
32207
32264
|
|
|
32208
|
-
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32209
|
-
border-radius: 6px;
|
|
32210
|
-
}
|
|
32211
|
-
.E_s17wv897.ant-select.ant-select-single {
|
|
32212
|
-
width: 100%;
|
|
32213
|
-
color: #2d3a56;
|
|
32214
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32215
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32216
|
-
font-size: 13px;
|
|
32217
|
-
}
|
|
32218
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32219
|
-
height: 30px;
|
|
32220
|
-
}
|
|
32221
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32222
|
-
height: 38px;
|
|
32223
|
-
font-size: 13px;
|
|
32224
|
-
}
|
|
32225
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32226
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32227
|
-
transition: 160ms ease;
|
|
32228
|
-
}
|
|
32229
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32230
|
-
color: #0080ff;
|
|
32231
|
-
}
|
|
32232
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32233
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32234
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32235
|
-
}
|
|
32236
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32237
|
-
color: #0080ff;
|
|
32238
|
-
}
|
|
32239
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32240
|
-
border-color: #0080ff;
|
|
32241
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32242
|
-
}
|
|
32243
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32244
|
-
transform: rotate(180deg);
|
|
32245
|
-
}
|
|
32246
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32247
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32248
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32249
|
-
cursor: "not-allowed";
|
|
32250
|
-
}
|
|
32251
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32252
|
-
border-color: #f0483e !important;
|
|
32253
|
-
}
|
|
32254
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32255
|
-
color: #1d326c;
|
|
32256
|
-
}
|
|
32257
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32258
|
-
border-color: #0080ff;
|
|
32259
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32260
|
-
}
|
|
32261
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32262
|
-
transform: rotate(180deg);
|
|
32263
|
-
}
|
|
32264
|
-
|
|
32265
32265
|
.E_oa99sl3 {
|
|
32266
32266
|
display: flex;
|
|
32267
32267
|
justify-content: space-between;
|
|
@@ -32550,41 +32550,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32550
32550
|
font-size: 14px;
|
|
32551
32551
|
}
|
|
32552
32552
|
|
|
32553
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32554
|
-
margin-right: 2px;
|
|
32555
|
-
}
|
|
32556
|
-
|
|
32557
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32558
|
-
padding-left: 8px;
|
|
32559
|
-
padding-right: 8px;
|
|
32560
|
-
font-size: 12px;
|
|
32561
|
-
}
|
|
32562
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32563
|
-
border-radius: 4px;
|
|
32564
|
-
}
|
|
32565
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32566
|
-
border-radius: 4px;
|
|
32567
|
-
}
|
|
32568
|
-
|
|
32569
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
32570
|
-
padding-left: 12px;
|
|
32571
|
-
padding-right: 12px;
|
|
32572
|
-
}
|
|
32573
|
-
|
|
32574
|
-
.E_ckld275 {
|
|
32575
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32576
|
-
}
|
|
32577
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32578
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32579
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32580
|
-
}
|
|
32581
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32582
|
-
background-color: transparent;
|
|
32583
|
-
}
|
|
32584
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32585
|
-
background-color: transparent;
|
|
32586
|
-
}
|
|
32587
|
-
|
|
32588
32553
|
.E_h12yihis {
|
|
32589
32554
|
height: 50px;
|
|
32590
32555
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -32805,6 +32770,58 @@ input.E_rf8rlle.ant-input {
|
|
|
32805
32770
|
position: static;
|
|
32806
32771
|
}
|
|
32807
32772
|
|
|
32773
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32774
|
+
margin-right: 2px;
|
|
32775
|
+
}
|
|
32776
|
+
|
|
32777
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32778
|
+
padding-left: 8px;
|
|
32779
|
+
padding-right: 8px;
|
|
32780
|
+
font-size: 12px;
|
|
32781
|
+
}
|
|
32782
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32783
|
+
border-radius: 4px;
|
|
32784
|
+
}
|
|
32785
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32786
|
+
border-radius: 4px;
|
|
32787
|
+
}
|
|
32788
|
+
|
|
32789
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32790
|
+
padding-left: 12px;
|
|
32791
|
+
padding-right: 12px;
|
|
32792
|
+
}
|
|
32793
|
+
|
|
32794
|
+
.E_ckld275 {
|
|
32795
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32796
|
+
}
|
|
32797
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32798
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32799
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32800
|
+
}
|
|
32801
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32802
|
+
background-color: transparent;
|
|
32803
|
+
}
|
|
32804
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32805
|
+
background-color: transparent;
|
|
32806
|
+
}
|
|
32807
|
+
|
|
32808
|
+
.E_b14q2gmw {
|
|
32809
|
+
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);
|
|
32810
|
+
}
|
|
32811
|
+
|
|
32812
|
+
.E_c1eym6el {
|
|
32813
|
+
border-radius: 8px;
|
|
32814
|
+
background-color: white;
|
|
32815
|
+
}
|
|
32816
|
+
.E_c1eym6el.hoverable {
|
|
32817
|
+
cursor: pointer;
|
|
32818
|
+
}
|
|
32819
|
+
.E_c1eym6el.hoverable:hover {
|
|
32820
|
+
transition: all 200ms ease;
|
|
32821
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32822
|
+
transform: translateY(-4px);
|
|
32823
|
+
}
|
|
32824
|
+
|
|
32808
32825
|
.E_c1yd35n {
|
|
32809
32826
|
padding: 0 12px 14px 12px;
|
|
32810
32827
|
}
|
|
@@ -32913,23 +32930,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32913
32930
|
margin-left: 24px;
|
|
32914
32931
|
}
|
|
32915
32932
|
|
|
32916
|
-
.E_b14q2gmw {
|
|
32917
|
-
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);
|
|
32918
|
-
}
|
|
32919
|
-
|
|
32920
|
-
.E_c1eym6el {
|
|
32921
|
-
border-radius: 8px;
|
|
32922
|
-
background-color: white;
|
|
32923
|
-
}
|
|
32924
|
-
.E_c1eym6el.hoverable {
|
|
32925
|
-
cursor: pointer;
|
|
32926
|
-
}
|
|
32927
|
-
.E_c1eym6el.hoverable:hover {
|
|
32928
|
-
transition: all 200ms ease;
|
|
32929
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32930
|
-
transform: translateY(-4px);
|
|
32931
|
-
}
|
|
32932
|
-
|
|
32933
32933
|
.E_lht19u8 {
|
|
32934
32934
|
width: 64px;
|
|
32935
32935
|
height: 64px;
|
|
@@ -32979,42 +32979,131 @@ input.E_rf8rlle.ant-input {
|
|
|
32979
32979
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32980
32980
|
}
|
|
32981
32981
|
|
|
32982
|
-
.
|
|
32983
|
-
|
|
32982
|
+
.E_sddwhm6 {
|
|
32983
|
+
margin: 0;
|
|
32984
|
+
border-radius: 20px;
|
|
32985
|
+
padding: 2px 10px;
|
|
32986
|
+
height: 22px;
|
|
32984
32987
|
}
|
|
32985
|
-
.
|
|
32986
|
-
|
|
32987
|
-
padding-right: 4px;
|
|
32988
|
-
margin-right: 4px;
|
|
32988
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
32989
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32989
32990
|
}
|
|
32990
|
-
|
|
32991
|
-
.
|
|
32992
|
-
|
|
32993
|
-
|
|
32991
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32992
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32993
|
+
}
|
|
32994
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
32995
|
+
color: #00122e;
|
|
32996
|
+
}
|
|
32997
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32998
|
+
margin-right: 6px;
|
|
32999
|
+
}
|
|
33000
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33001
|
+
margin-left: 8px;
|
|
33002
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33003
|
+
}
|
|
33004
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33005
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33006
|
+
}
|
|
33007
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33008
|
+
background-color: #0080ff;
|
|
33009
|
+
}
|
|
33010
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
33011
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33012
|
+
}
|
|
33013
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33014
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33015
|
+
}
|
|
33016
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33017
|
+
background-color: #f0483e;
|
|
33018
|
+
}
|
|
33019
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
33020
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33021
|
+
}
|
|
33022
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33023
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33024
|
+
}
|
|
33025
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33026
|
+
background-color: #fea008;
|
|
33027
|
+
}
|
|
33028
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
33029
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33030
|
+
}
|
|
33031
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33032
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33033
|
+
}
|
|
33034
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33035
|
+
background-color: #00ba5d;
|
|
33036
|
+
}
|
|
33037
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
33038
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33039
|
+
}
|
|
33040
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33041
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33042
|
+
}
|
|
33043
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33044
|
+
background-color: #6b7d99;
|
|
33045
|
+
}
|
|
33046
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
33047
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32994
33048
|
}
|
|
32995
33049
|
|
|
32996
|
-
.
|
|
32997
|
-
|
|
32998
|
-
height:
|
|
33050
|
+
.E_satwmqm {
|
|
33051
|
+
width: 8px;
|
|
33052
|
+
height: 8px;
|
|
33053
|
+
border-radius: 50%;
|
|
33054
|
+
display: inline-block;
|
|
32999
33055
|
}
|
|
33000
33056
|
|
|
33001
|
-
.
|
|
33002
|
-
|
|
33057
|
+
button.E_l48ei06.ant-btn,
|
|
33058
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33059
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33060
|
+
font-size: 12px;
|
|
33061
|
+
line-height: 18px;
|
|
33062
|
+
height: 18px;
|
|
33003
33063
|
}
|
|
33004
33064
|
|
|
33005
|
-
.
|
|
33065
|
+
button.E_l48ei06 {
|
|
33066
|
+
color: #0080FF;
|
|
33067
|
+
height: unset;
|
|
33068
|
+
}
|
|
33069
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33006
33070
|
margin-right: 4px;
|
|
33007
|
-
height: 16px;
|
|
33008
33071
|
}
|
|
33009
|
-
|
|
33010
|
-
|
|
33011
|
-
|
|
33012
|
-
|
|
33013
|
-
|
|
33014
|
-
|
|
33015
|
-
|
|
33016
|
-
|
|
33017
|
-
|
|
33072
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33073
|
+
margin-left: 4px;
|
|
33074
|
+
}
|
|
33075
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33076
|
+
color: #009DFF;
|
|
33077
|
+
}
|
|
33078
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33079
|
+
color: #005ED1;
|
|
33080
|
+
}
|
|
33081
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33082
|
+
color: #0080FF;
|
|
33083
|
+
}
|
|
33084
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33085
|
+
color: #00122E;
|
|
33086
|
+
}
|
|
33087
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33088
|
+
color: #0080FF;
|
|
33089
|
+
}
|
|
33090
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33091
|
+
color: #005ED1;
|
|
33092
|
+
}
|
|
33093
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33094
|
+
color: #00122E;
|
|
33095
|
+
}
|
|
33096
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33097
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33098
|
+
}
|
|
33099
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33100
|
+
color: #0080FF;
|
|
33101
|
+
}
|
|
33102
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33103
|
+
color: #005ED1;
|
|
33104
|
+
}
|
|
33105
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33106
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33018
33107
|
}
|
|
33019
33108
|
|
|
33020
33109
|
.E_tc97u5y {
|
|
@@ -33388,131 +33477,233 @@ input.E_rf8rlle.ant-input {
|
|
|
33388
33477
|
background: #fff;
|
|
33389
33478
|
}
|
|
33390
33479
|
|
|
33391
|
-
|
|
33392
|
-
|
|
33393
|
-
|
|
33394
|
-
|
|
33395
|
-
|
|
33396
|
-
height: 18px;
|
|
33480
|
+
.E_r77hffu {
|
|
33481
|
+
display: flex;
|
|
33482
|
+
align-items: center;
|
|
33483
|
+
justify-content: space-between;
|
|
33484
|
+
column-gap: 6px;
|
|
33397
33485
|
}
|
|
33398
33486
|
|
|
33399
|
-
|
|
33400
|
-
|
|
33401
|
-
|
|
33402
|
-
|
|
33403
|
-
|
|
33404
|
-
margin-right: 4px;
|
|
33405
|
-
}
|
|
33406
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
33407
|
-
margin-left: 4px;
|
|
33487
|
+
.E_p1cmxsf7 {
|
|
33488
|
+
display: flex;
|
|
33489
|
+
flex-direction: column;
|
|
33490
|
+
justify-content: center;
|
|
33491
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33408
33492
|
}
|
|
33409
|
-
|
|
33410
|
-
|
|
33493
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33494
|
+
font-size: 0;
|
|
33495
|
+
margin-bottom: unset;
|
|
33496
|
+
margin-inline-end: unset;
|
|
33411
33497
|
}
|
|
33412
|
-
|
|
33413
|
-
|
|
33498
|
+
|
|
33499
|
+
.E_w7ob4th.outside-tag {
|
|
33500
|
+
padding-left: 0;
|
|
33414
33501
|
}
|
|
33415
|
-
|
|
33416
|
-
|
|
33502
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33503
|
+
border-radius: 4px 0 0 4px;
|
|
33504
|
+
padding-right: 4px;
|
|
33505
|
+
margin-right: 4px;
|
|
33417
33506
|
}
|
|
33418
|
-
|
|
33419
|
-
|
|
33507
|
+
|
|
33508
|
+
.E_i1g85yz3 {
|
|
33509
|
+
margin-right: 4px;
|
|
33510
|
+
height: 16px;
|
|
33420
33511
|
}
|
|
33421
|
-
|
|
33422
|
-
|
|
33512
|
+
|
|
33513
|
+
.E_t1dtlqs1 {
|
|
33514
|
+
margin-bottom: 4px;
|
|
33515
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33423
33516
|
}
|
|
33424
|
-
|
|
33425
|
-
|
|
33517
|
+
|
|
33518
|
+
.E_s1ese5oy {
|
|
33519
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33520
|
+
line-height: 32px;
|
|
33521
|
+
height: 32px;
|
|
33522
|
+
margin-bottom: 0;
|
|
33426
33523
|
}
|
|
33427
|
-
|
|
33428
|
-
color: #
|
|
33524
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
33525
|
+
color: #0080ff;
|
|
33429
33526
|
}
|
|
33430
|
-
|
|
33431
|
-
color:
|
|
33527
|
+
.E_s1ese5oy.warning {
|
|
33528
|
+
color: #ffa500;
|
|
33432
33529
|
}
|
|
33433
|
-
|
|
33434
|
-
color: #
|
|
33530
|
+
.E_s1ese5oy.success {
|
|
33531
|
+
color: #00ba5d;
|
|
33435
33532
|
}
|
|
33436
|
-
|
|
33437
|
-
color: #
|
|
33533
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
33534
|
+
color: #f0483e;
|
|
33438
33535
|
}
|
|
33439
|
-
|
|
33440
|
-
color: rgba(44, 56, 82, 0.
|
|
33536
|
+
.E_s1ese5oy.normal {
|
|
33537
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33441
33538
|
}
|
|
33442
33539
|
|
|
33443
|
-
.
|
|
33444
|
-
margin: 0;
|
|
33445
|
-
border-radius: 20px;
|
|
33446
|
-
padding: 2px 10px;
|
|
33447
|
-
height: 22px;
|
|
33448
|
-
}
|
|
33449
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33450
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33451
|
-
}
|
|
33452
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
33453
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33454
|
-
}
|
|
33455
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33540
|
+
.E_b1ibis43 {
|
|
33541
|
+
margin-bottom: 0;
|
|
33456
33542
|
color: #00122e;
|
|
33457
33543
|
}
|
|
33458
|
-
|
|
33544
|
+
|
|
33545
|
+
.E_b11xxjd2 {
|
|
33546
|
+
line-height: 32px;
|
|
33459
33547
|
margin-right: 6px;
|
|
33460
33548
|
}
|
|
33461
|
-
|
|
33462
|
-
|
|
33463
|
-
|
|
33464
|
-
|
|
33465
|
-
|
|
33466
|
-
|
|
33549
|
+
|
|
33550
|
+
.E_bsub5bw.with-description {
|
|
33551
|
+
height: 24px;
|
|
33552
|
+
flex: 1;
|
|
33553
|
+
position: relative;
|
|
33554
|
+
top: -7px;
|
|
33467
33555
|
}
|
|
33468
|
-
.
|
|
33469
|
-
|
|
33556
|
+
.E_bsub5bw p {
|
|
33557
|
+
width: 100%;
|
|
33558
|
+
overflow: hidden;
|
|
33559
|
+
text-overflow: ellipsis;
|
|
33560
|
+
white-space: nowrap;
|
|
33470
33561
|
}
|
|
33471
|
-
|
|
33472
|
-
|
|
33562
|
+
|
|
33563
|
+
.E_tmoyoag {
|
|
33564
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33565
|
+
border-radius: 8px;
|
|
33566
|
+
overflow: auto;
|
|
33473
33567
|
}
|
|
33474
|
-
.
|
|
33475
|
-
|
|
33568
|
+
.E_tmoyoag .ant-list {
|
|
33569
|
+
position: relative;
|
|
33476
33570
|
}
|
|
33477
|
-
.
|
|
33478
|
-
|
|
33571
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
33572
|
+
border-bottom: none;
|
|
33479
33573
|
}
|
|
33480
|
-
.
|
|
33481
|
-
|
|
33574
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33575
|
+
position: sticky;
|
|
33576
|
+
top: 0;
|
|
33577
|
+
z-index: 2;
|
|
33578
|
+
display: flex;
|
|
33579
|
+
padding: 8px;
|
|
33580
|
+
flex-wrap: nowrap;
|
|
33581
|
+
justify-content: flex-start;
|
|
33582
|
+
background: #f2f5fa;
|
|
33583
|
+
font-size: 14px;
|
|
33584
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33585
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33482
33586
|
}
|
|
33483
|
-
.
|
|
33484
|
-
|
|
33587
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33588
|
+
align-items: inherit;
|
|
33485
33589
|
}
|
|
33486
|
-
.
|
|
33487
|
-
|
|
33590
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
33591
|
+
margin-bottom: 0;
|
|
33488
33592
|
}
|
|
33489
|
-
.
|
|
33490
|
-
|
|
33593
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
33594
|
+
display: flex;
|
|
33595
|
+
justify-content: flex-start;
|
|
33596
|
+
align-items: flex-start;
|
|
33597
|
+
flex-wrap: wrap;
|
|
33598
|
+
padding: 8px;
|
|
33599
|
+
border: none;
|
|
33491
33600
|
}
|
|
33492
|
-
.
|
|
33493
|
-
|
|
33601
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
33602
|
+
flex-basis: 100%;
|
|
33603
|
+
margin: 12px 0 0;
|
|
33604
|
+
order: 99;
|
|
33605
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33494
33606
|
}
|
|
33495
|
-
.
|
|
33496
|
-
|
|
33607
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
33608
|
+
color: #f0483e;
|
|
33609
|
+
flex-basis: 100%;
|
|
33610
|
+
order: 98;
|
|
33611
|
+
margin: 12px 0 0;
|
|
33497
33612
|
}
|
|
33498
|
-
.
|
|
33499
|
-
background-color: rgba(
|
|
33613
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
33614
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33500
33615
|
}
|
|
33501
|
-
.
|
|
33502
|
-
background-color: rgba(
|
|
33616
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
33617
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33503
33618
|
}
|
|
33504
|
-
.
|
|
33505
|
-
|
|
33619
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
33620
|
+
flex: 1 0 0;
|
|
33621
|
+
overflow: hidden;
|
|
33506
33622
|
}
|
|
33507
|
-
.
|
|
33508
|
-
|
|
33623
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
33624
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33625
|
+
margin: 0;
|
|
33626
|
+
}
|
|
33627
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
33628
|
+
text-align: center;
|
|
33629
|
+
}
|
|
33630
|
+
.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 > * {
|
|
33631
|
+
text-align: center;
|
|
33632
|
+
}
|
|
33633
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
33634
|
+
text-align: left;
|
|
33635
|
+
}
|
|
33636
|
+
.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 > * {
|
|
33637
|
+
text-align: left;
|
|
33638
|
+
}
|
|
33639
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
33640
|
+
text-align: right;
|
|
33641
|
+
}
|
|
33642
|
+
.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 > * {
|
|
33643
|
+
text-align: right;
|
|
33644
|
+
}
|
|
33645
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
33646
|
+
margin-right: 8px;
|
|
33647
|
+
}
|
|
33648
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
33649
|
+
padding: 4px;
|
|
33650
|
+
width: 24px;
|
|
33651
|
+
height: 24px;
|
|
33652
|
+
overflow: hidden;
|
|
33653
|
+
}
|
|
33654
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33655
|
+
padding: 0;
|
|
33656
|
+
}
|
|
33657
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33658
|
+
cursor: not-allowed;
|
|
33659
|
+
opacity: 0.5;
|
|
33660
|
+
}
|
|
33661
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33662
|
+
margin: 0;
|
|
33663
|
+
}
|
|
33664
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33665
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33666
|
+
border-radius: 5px;
|
|
33667
|
+
font-size: 12px;
|
|
33668
|
+
}
|
|
33669
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33670
|
+
font-size: inherit;
|
|
33671
|
+
}
|
|
33672
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33673
|
+
min-height: 24px;
|
|
33674
|
+
font-size: 12px;
|
|
33675
|
+
position: relative;
|
|
33676
|
+
}
|
|
33677
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33678
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33679
|
+
}
|
|
33680
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33681
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33509
33682
|
}
|
|
33510
33683
|
|
|
33511
|
-
.
|
|
33512
|
-
|
|
33513
|
-
|
|
33514
|
-
|
|
33515
|
-
|
|
33684
|
+
.E_a138syjm {
|
|
33685
|
+
display: flex;
|
|
33686
|
+
align-items: center;
|
|
33687
|
+
margin-top: 8px;
|
|
33688
|
+
}
|
|
33689
|
+
.E_a138syjm button.ant-btn {
|
|
33690
|
+
padding: 2px 8px;
|
|
33691
|
+
height: 24px;
|
|
33692
|
+
}
|
|
33693
|
+
.E_a138syjm > span.maximum-desc {
|
|
33694
|
+
display: none;
|
|
33695
|
+
margin-left: 8px;
|
|
33696
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33697
|
+
}
|
|
33698
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
33699
|
+
display: inline;
|
|
33700
|
+
}
|
|
33701
|
+
|
|
33702
|
+
.E_d77i8u0 {
|
|
33703
|
+
width: 24px;
|
|
33704
|
+
height: 24px;
|
|
33705
|
+
padding: 4px;
|
|
33706
|
+
margin-right: 8px;
|
|
33516
33707
|
}
|
|
33517
33708
|
|
|
33518
33709
|
.E_sjob3jg {
|
|
@@ -33710,254 +33901,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33710
33901
|
justify-content: center;
|
|
33711
33902
|
}
|
|
33712
33903
|
|
|
33713
|
-
.
|
|
33714
|
-
|
|
33715
|
-
height:
|
|
33716
|
-
}
|
|
33717
|
-
|
|
33718
|
-
.E_t1dtlqs1 {
|
|
33719
|
-
margin-bottom: 4px;
|
|
33720
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33721
|
-
}
|
|
33722
|
-
|
|
33723
|
-
.E_s1ese5oy {
|
|
33724
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33725
|
-
line-height: 32px;
|
|
33726
|
-
height: 32px;
|
|
33727
|
-
margin-bottom: 0;
|
|
33728
|
-
}
|
|
33729
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
33730
|
-
color: #0080ff;
|
|
33731
|
-
}
|
|
33732
|
-
.E_s1ese5oy.warning {
|
|
33733
|
-
color: #ffa500;
|
|
33734
|
-
}
|
|
33735
|
-
.E_s1ese5oy.success {
|
|
33736
|
-
color: #00ba5d;
|
|
33737
|
-
}
|
|
33738
|
-
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
33739
|
-
color: #f0483e;
|
|
33740
|
-
}
|
|
33741
|
-
.E_s1ese5oy.normal {
|
|
33742
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33743
|
-
}
|
|
33744
|
-
|
|
33745
|
-
.E_b1ibis43 {
|
|
33746
|
-
margin-bottom: 0;
|
|
33747
|
-
color: #00122e;
|
|
33748
|
-
}
|
|
33749
|
-
|
|
33750
|
-
.E_b11xxjd2 {
|
|
33751
|
-
line-height: 32px;
|
|
33752
|
-
margin-right: 6px;
|
|
33753
|
-
}
|
|
33754
|
-
|
|
33755
|
-
.E_bsub5bw.with-description {
|
|
33756
|
-
height: 24px;
|
|
33757
|
-
flex: 1;
|
|
33758
|
-
position: relative;
|
|
33759
|
-
top: -7px;
|
|
33760
|
-
}
|
|
33761
|
-
.E_bsub5bw p {
|
|
33762
|
-
width: 100%;
|
|
33763
|
-
overflow: hidden;
|
|
33764
|
-
text-overflow: ellipsis;
|
|
33765
|
-
white-space: nowrap;
|
|
33766
|
-
}
|
|
33767
|
-
|
|
33768
|
-
.E_tmoyoag {
|
|
33769
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33770
|
-
border-radius: 8px;
|
|
33771
|
-
overflow: auto;
|
|
33772
|
-
}
|
|
33773
|
-
.E_tmoyoag .ant-list {
|
|
33774
|
-
position: relative;
|
|
33775
|
-
}
|
|
33776
|
-
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
33777
|
-
border-bottom: none;
|
|
33778
|
-
}
|
|
33779
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33780
|
-
position: sticky;
|
|
33781
|
-
top: 0;
|
|
33782
|
-
z-index: 2;
|
|
33783
|
-
display: flex;
|
|
33784
|
-
padding: 8px;
|
|
33785
|
-
flex-wrap: nowrap;
|
|
33786
|
-
justify-content: flex-start;
|
|
33787
|
-
background: #f2f5fa;
|
|
33788
|
-
font-size: 14px;
|
|
33789
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33790
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33791
|
-
}
|
|
33792
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33793
|
-
align-items: inherit;
|
|
33794
|
-
}
|
|
33795
|
-
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
33796
|
-
margin-bottom: 0;
|
|
33797
|
-
}
|
|
33798
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
33799
|
-
display: flex;
|
|
33800
|
-
justify-content: flex-start;
|
|
33801
|
-
align-items: flex-start;
|
|
33802
|
-
flex-wrap: wrap;
|
|
33803
|
-
padding: 8px;
|
|
33804
|
-
border: none;
|
|
33805
|
-
}
|
|
33806
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
33807
|
-
flex-basis: 100%;
|
|
33808
|
-
margin: 12px 0 0;
|
|
33809
|
-
order: 99;
|
|
33810
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33811
|
-
}
|
|
33812
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
33813
|
-
color: #f0483e;
|
|
33814
|
-
flex-basis: 100%;
|
|
33815
|
-
order: 98;
|
|
33816
|
-
margin: 12px 0 0;
|
|
33817
|
-
}
|
|
33818
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
33819
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33820
|
-
}
|
|
33821
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
33822
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33823
|
-
}
|
|
33824
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
33825
|
-
flex: 1 0 0;
|
|
33826
|
-
overflow: hidden;
|
|
33827
|
-
}
|
|
33828
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
33829
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33830
|
-
margin: 0;
|
|
33831
|
-
}
|
|
33832
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
33833
|
-
text-align: center;
|
|
33834
|
-
}
|
|
33835
|
-
.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 > * {
|
|
33836
|
-
text-align: center;
|
|
33837
|
-
}
|
|
33838
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
33839
|
-
text-align: left;
|
|
33840
|
-
}
|
|
33841
|
-
.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 > * {
|
|
33842
|
-
text-align: left;
|
|
33843
|
-
}
|
|
33844
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
33845
|
-
text-align: right;
|
|
33846
|
-
}
|
|
33847
|
-
.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 > * {
|
|
33848
|
-
text-align: right;
|
|
33849
|
-
}
|
|
33850
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
33851
|
-
margin-right: 8px;
|
|
33852
|
-
}
|
|
33853
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
33854
|
-
padding: 4px;
|
|
33855
|
-
width: 24px;
|
|
33856
|
-
height: 24px;
|
|
33857
|
-
overflow: hidden;
|
|
33858
|
-
}
|
|
33859
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33860
|
-
padding: 0;
|
|
33861
|
-
}
|
|
33862
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33863
|
-
cursor: not-allowed;
|
|
33864
|
-
opacity: 0.5;
|
|
33865
|
-
}
|
|
33866
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33867
|
-
margin: 0;
|
|
33868
|
-
}
|
|
33869
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33870
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33871
|
-
border-radius: 5px;
|
|
33872
|
-
font-size: 12px;
|
|
33873
|
-
}
|
|
33874
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33875
|
-
font-size: inherit;
|
|
33876
|
-
}
|
|
33877
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33878
|
-
min-height: 24px;
|
|
33879
|
-
font-size: 12px;
|
|
33880
|
-
position: relative;
|
|
33881
|
-
}
|
|
33882
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33883
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33884
|
-
}
|
|
33885
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33886
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33904
|
+
.E_slr2ynn {
|
|
33905
|
+
padding: 0 8px;
|
|
33906
|
+
height: 18px;
|
|
33887
33907
|
}
|
|
33888
33908
|
|
|
33889
|
-
.
|
|
33890
|
-
display: flex;
|
|
33891
|
-
align-items: center;
|
|
33892
|
-
margin-top: 8px;
|
|
33893
|
-
}
|
|
33894
|
-
.E_a138syjm button.ant-btn {
|
|
33909
|
+
.E_m140wbb6 {
|
|
33895
33910
|
padding: 2px 8px;
|
|
33896
33911
|
height: 24px;
|
|
33897
33912
|
}
|
|
33898
|
-
.E_a138syjm > span.maximum-desc {
|
|
33899
|
-
display: none;
|
|
33900
|
-
margin-left: 8px;
|
|
33901
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33902
|
-
}
|
|
33903
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
33904
|
-
display: inline;
|
|
33905
|
-
}
|
|
33906
|
-
|
|
33907
|
-
.E_d77i8u0 {
|
|
33908
|
-
width: 24px;
|
|
33909
|
-
height: 24px;
|
|
33910
|
-
padding: 4px;
|
|
33911
|
-
margin-right: 8px;
|
|
33912
|
-
}
|
|
33913
|
-
|
|
33914
|
-
.E_r77hffu {
|
|
33915
|
-
display: flex;
|
|
33916
|
-
align-items: center;
|
|
33917
|
-
justify-content: space-between;
|
|
33918
|
-
column-gap: 6px;
|
|
33919
|
-
}
|
|
33920
33913
|
|
|
33921
|
-
.
|
|
33922
|
-
|
|
33923
|
-
flex-direction: column;
|
|
33924
|
-
justify-content: center;
|
|
33925
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33926
|
-
}
|
|
33927
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
33928
|
-
font-size: 0;
|
|
33929
|
-
margin-bottom: unset;
|
|
33930
|
-
margin-inline-end: unset;
|
|
33914
|
+
.E_t1fozc1i {
|
|
33915
|
+
margin: 0;
|
|
33931
33916
|
}
|
|
33932
33917
|
|
|
33933
|
-
.
|
|
33934
|
-
|
|
33935
|
-
}
|
|
33936
|
-
.E_t13ef470 .table-loading-item {
|
|
33937
|
-
padding: 12px 4px;
|
|
33938
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33939
|
-
display: flex;
|
|
33940
|
-
}
|
|
33941
|
-
.E_t13ef470 .table-loading-item > * {
|
|
33918
|
+
.E_i1vxv4ln {
|
|
33919
|
+
margin-right: 4px;
|
|
33942
33920
|
height: 16px;
|
|
33943
|
-
margin: 4px;
|
|
33944
|
-
background: rgba(204, 212, 227, 0.18);
|
|
33945
|
-
border-radius: 2px;
|
|
33946
|
-
}
|
|
33947
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
33948
|
-
width: 16px;
|
|
33949
|
-
}
|
|
33950
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
33951
|
-
flex: 1;
|
|
33952
|
-
}
|
|
33953
|
-
.E_t13ef470 :nth-child(1) {
|
|
33954
|
-
padding: 8px 4px;
|
|
33955
|
-
}
|
|
33956
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
33957
|
-
background: rgba(107, 125, 153, 0.18);
|
|
33958
33921
|
}
|
|
33959
|
-
|
|
33960
|
-
|
|
33922
|
+
|
|
33923
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33924
|
+
font-weight: 700;
|
|
33925
|
+
color: #00122e;
|
|
33926
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33927
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33928
|
+
word-break: break-all;
|
|
33929
|
+
display: inline;
|
|
33930
|
+
white-space: normal;
|
|
33961
33931
|
}
|
|
33962
33932
|
|
|
33963
33933
|
.E_l1ucdodl {
|
|
@@ -34012,21 +33982,51 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34012
33982
|
border-radius: 50%;
|
|
34013
33983
|
display: inline-block;
|
|
34014
33984
|
}
|
|
34015
|
-
|
|
34016
|
-
.E_s5x1boq {
|
|
34017
|
-
width: 8px;
|
|
34018
|
-
height: 8px;
|
|
33985
|
+
|
|
33986
|
+
.E_s5x1boq {
|
|
33987
|
+
width: 8px;
|
|
33988
|
+
height: 8px;
|
|
33989
|
+
border-radius: 2px;
|
|
33990
|
+
display: inline-block;
|
|
33991
|
+
}
|
|
33992
|
+
|
|
33993
|
+
.E_c1xm185 {
|
|
33994
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33995
|
+
}
|
|
33996
|
+
|
|
33997
|
+
.E_c1x5l5qc {
|
|
33998
|
+
flex: 1;
|
|
33999
|
+
}
|
|
34000
|
+
|
|
34001
|
+
.E_t13ef470 {
|
|
34002
|
+
height: 100%;
|
|
34003
|
+
}
|
|
34004
|
+
.E_t13ef470 .table-loading-item {
|
|
34005
|
+
padding: 12px 4px;
|
|
34006
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34007
|
+
display: flex;
|
|
34008
|
+
}
|
|
34009
|
+
.E_t13ef470 .table-loading-item > * {
|
|
34010
|
+
height: 16px;
|
|
34011
|
+
margin: 4px;
|
|
34012
|
+
background: rgba(204, 212, 227, 0.18);
|
|
34019
34013
|
border-radius: 2px;
|
|
34020
|
-
display: inline-block;
|
|
34021
34014
|
}
|
|
34022
|
-
|
|
34023
|
-
|
|
34024
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34015
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34016
|
+
width: 16px;
|
|
34025
34017
|
}
|
|
34026
|
-
|
|
34027
|
-
.E_c1x5l5qc {
|
|
34018
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
34028
34019
|
flex: 1;
|
|
34029
34020
|
}
|
|
34021
|
+
.E_t13ef470 :nth-child(1) {
|
|
34022
|
+
padding: 8px 4px;
|
|
34023
|
+
}
|
|
34024
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34025
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34026
|
+
}
|
|
34027
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34028
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34029
|
+
}
|
|
34030
34030
|
|
|
34031
34031
|
.E_t1gvlxt5 {
|
|
34032
34032
|
min-width: 0;
|
|
@@ -34416,6 +34416,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34416
34416
|
margin-left: 8px;
|
|
34417
34417
|
}
|
|
34418
34418
|
|
|
34419
|
+
.E_s20iney.skeleton-box {
|
|
34420
|
+
display: flex;
|
|
34421
|
+
align-items: center;
|
|
34422
|
+
justify-content: center;
|
|
34423
|
+
position: relative;
|
|
34424
|
+
border-radius: 2px;
|
|
34425
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34426
|
+
overflow: hidden;
|
|
34427
|
+
}
|
|
34428
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34429
|
+
width: 200%;
|
|
34430
|
+
height: 200%;
|
|
34431
|
+
transform: rotate(15deg);
|
|
34432
|
+
position: absolute;
|
|
34433
|
+
top: -50%;
|
|
34434
|
+
flex-shrink: 0;
|
|
34435
|
+
opacity: 0.8;
|
|
34436
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34437
|
+
animation: shimmer 1100ms infinite;
|
|
34438
|
+
}
|
|
34439
|
+
@keyframes shimmer {
|
|
34440
|
+
from {
|
|
34441
|
+
left: -120%;
|
|
34442
|
+
}
|
|
34443
|
+
to {
|
|
34444
|
+
left: 100%;
|
|
34445
|
+
}
|
|
34446
|
+
}
|
|
34447
|
+
|
|
34419
34448
|
.E_t59qhqp {
|
|
34420
34449
|
background: #FFFFFF;
|
|
34421
34450
|
padding: 24px 32px;
|
|
@@ -34491,35 +34520,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34491
34520
|
background-color: #E07F00;
|
|
34492
34521
|
}
|
|
34493
34522
|
|
|
34494
|
-
.E_s20iney.skeleton-box {
|
|
34495
|
-
display: flex;
|
|
34496
|
-
align-items: center;
|
|
34497
|
-
justify-content: center;
|
|
34498
|
-
position: relative;
|
|
34499
|
-
border-radius: 2px;
|
|
34500
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34501
|
-
overflow: hidden;
|
|
34502
|
-
}
|
|
34503
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34504
|
-
width: 200%;
|
|
34505
|
-
height: 200%;
|
|
34506
|
-
transform: rotate(15deg);
|
|
34507
|
-
position: absolute;
|
|
34508
|
-
top: -50%;
|
|
34509
|
-
flex-shrink: 0;
|
|
34510
|
-
opacity: 0.8;
|
|
34511
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34512
|
-
animation: shimmer 1100ms infinite;
|
|
34513
|
-
}
|
|
34514
|
-
@keyframes shimmer {
|
|
34515
|
-
from {
|
|
34516
|
-
left: -120%;
|
|
34517
|
-
}
|
|
34518
|
-
to {
|
|
34519
|
-
left: 100%;
|
|
34520
|
-
}
|
|
34521
|
-
}
|
|
34522
|
-
|
|
34523
34523
|
.E_t1g36k2w {
|
|
34524
34524
|
overflow: hidden;
|
|
34525
34525
|
height: 100%;
|
|
@@ -34685,53 +34685,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34685
34685
|
background: #fff;
|
|
34686
34686
|
}
|
|
34687
34687
|
|
|
34688
|
-
.E_c18bcrac {
|
|
34689
|
-
display: inline-block;
|
|
34690
|
-
width: 100%;
|
|
34691
|
-
}
|
|
34692
|
-
.E_c18bcrac .recharts-wrapper {
|
|
34693
|
-
margin-left: 4px;
|
|
34694
|
-
}
|
|
34695
|
-
|
|
34696
|
-
.E_cro7kg2 {
|
|
34697
|
-
padding: 4px;
|
|
34698
|
-
}
|
|
34699
|
-
|
|
34700
|
-
.E_c14wcxf0 {
|
|
34701
|
-
display: flex;
|
|
34702
|
-
justify-content: space-between;
|
|
34703
|
-
align-items: center;
|
|
34704
|
-
font-size: 13px;
|
|
34705
|
-
line-height: 24px;
|
|
34706
|
-
color: #cccccc;
|
|
34707
|
-
white-space: nowrap;
|
|
34708
|
-
}
|
|
34709
|
-
.E_c14wcxf0 label {
|
|
34710
|
-
margin-right: 32px;
|
|
34711
|
-
}
|
|
34712
|
-
|
|
34713
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
34714
|
-
font-weight: bold;
|
|
34715
|
-
color: white;
|
|
34716
|
-
}
|
|
34717
|
-
|
|
34718
|
-
.E_s11212zy {
|
|
34719
|
-
width: 8px;
|
|
34720
|
-
height: 8px;
|
|
34721
|
-
border-radius: 2px;
|
|
34722
|
-
display: inline-block;
|
|
34723
|
-
background: var(--s11212zy-0);
|
|
34724
|
-
border: 1px solid #fff;
|
|
34725
|
-
box-sizing: content-box;
|
|
34726
|
-
margin-right: 6px;
|
|
34727
|
-
}
|
|
34728
|
-
|
|
34729
|
-
.E_p1lyky6c > :first-child {
|
|
34730
|
-
font-weight: bold;
|
|
34731
|
-
color: white;
|
|
34732
|
-
margin-right: 4px;
|
|
34733
|
-
}
|
|
34734
|
-
|
|
34735
34688
|
.E_clm1wy1 {
|
|
34736
34689
|
width: 192px;
|
|
34737
34690
|
height: 246px;
|
|
@@ -34825,162 +34778,51 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34825
34778
|
border-radius: 2px;
|
|
34826
34779
|
}
|
|
34827
34780
|
|
|
34828
|
-
|
|
34829
|
-
|
|
34830
|
-
|
|
34831
|
-
|
|
34832
|
-
.E_gmyahx3 {
|
|
34833
|
-
cursor: pointer;
|
|
34834
|
-
}
|
|
34835
|
-
.E_gmyahx3 .link-text {
|
|
34836
|
-
color: rgba(0, 21, 64, 0.3);
|
|
34837
|
-
}
|
|
34838
|
-
.E_gmyahx3:hover .link-text {
|
|
34839
|
-
color: #0080ff;
|
|
34840
|
-
}
|
|
34841
|
-
|
|
34842
|
-
.E_n12mqh7z {
|
|
34843
|
-
display: flex;
|
|
34844
|
-
align-items: center;
|
|
34845
|
-
font-size: 12px;
|
|
34846
|
-
line-height: 18px;
|
|
34847
|
-
}
|
|
34848
|
-
.E_n12mqh7z:not(:last-child) {
|
|
34849
|
-
margin-bottom: 4px;
|
|
34850
|
-
}
|
|
34851
|
-
|
|
34852
|
-
.E_tf5bynu {
|
|
34853
|
-
margin: 0 3px;
|
|
34854
|
-
}
|
|
34855
|
-
|
|
34856
|
-
.E_tcckoz1 {
|
|
34857
|
-
max-height: 400px;
|
|
34858
|
-
overflow: auto;
|
|
34859
|
-
}
|
|
34860
|
-
|
|
34861
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
34862
|
-
display: flex;
|
|
34863
|
-
align-items: center;
|
|
34864
|
-
}
|
|
34865
|
-
.E_s1iv0tp1 .enabled-text {
|
|
34866
|
-
margin-right: 8px;
|
|
34867
|
-
}
|
|
34868
|
-
|
|
34869
|
-
.E_t1sqg15u {
|
|
34870
|
-
background: white;
|
|
34871
|
-
}
|
|
34872
|
-
.E_t1sqg15u.inline .table-row {
|
|
34873
|
-
flex-direction: column;
|
|
34874
|
-
}
|
|
34875
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
34876
|
-
padding: 0 16px 7px 0;
|
|
34877
|
-
}
|
|
34878
|
-
.E_t1sqg15u.has-border .table-header {
|
|
34879
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34880
|
-
}
|
|
34881
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
34882
|
-
border-top: none !important;
|
|
34883
|
-
}
|
|
34884
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
34885
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
34886
|
-
}
|
|
34887
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
34888
|
-
padding-bottom: 0;
|
|
34889
|
-
}
|
|
34890
|
-
.E_t1sqg15u.align-right .content {
|
|
34891
|
-
text-align: right;
|
|
34892
|
-
}
|
|
34893
|
-
.E_t1sqg15u .uuid-row {
|
|
34894
|
-
display: flex;
|
|
34895
|
-
justify-content: space-between;
|
|
34896
|
-
}
|
|
34897
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
34898
|
-
white-space: nowrap;
|
|
34899
|
-
overflow: hidden;
|
|
34900
|
-
text-overflow: ellipsis;
|
|
34901
|
-
}
|
|
34902
|
-
|
|
34903
|
-
.E_t4zczcp {
|
|
34904
|
-
display: flex;
|
|
34905
|
-
justify-content: space-between;
|
|
34906
|
-
align-items: center;
|
|
34907
|
-
padding: 8px;
|
|
34908
|
-
min-height: 32px;
|
|
34909
|
-
}
|
|
34910
|
-
.E_t4zczcp .table-title {
|
|
34911
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34912
|
-
font-weight: 600;
|
|
34913
|
-
font-size: 12px;
|
|
34914
|
-
line-height: 8px;
|
|
34915
|
-
}
|
|
34916
|
-
.E_t4zczcp .edit-icon {
|
|
34917
|
-
font-size: 16px;
|
|
34918
|
-
color: rgba(10, 37, 85, 0.6);
|
|
34919
|
-
cursor: pointer;
|
|
34920
|
-
}
|
|
34921
|
-
|
|
34922
|
-
.E_t1s7goww {
|
|
34923
|
-
font-size: 12px;
|
|
34924
|
-
line-height: 18px;
|
|
34925
|
-
}
|
|
34926
|
-
|
|
34927
|
-
.E_t93e4cf {
|
|
34928
|
-
display: flex;
|
|
34929
|
-
padding: 8px 0;
|
|
34930
|
-
color: #2d3a56;
|
|
34931
|
-
}
|
|
34932
|
-
.E_t93e4cf .hidden {
|
|
34933
|
-
display: none;
|
|
34934
|
-
}
|
|
34935
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
34936
|
-
height: auto;
|
|
34937
|
-
}
|
|
34938
|
-
.E_t93e4cf .content {
|
|
34939
|
-
overflow: hidden;
|
|
34940
|
-
overflow-x: auto;
|
|
34941
|
-
width: 100%;
|
|
34942
|
-
white-space: pre-wrap;
|
|
34943
|
-
}
|
|
34944
|
-
.E_t93e4cf .content .ant-btn {
|
|
34945
|
-
white-space: pre-wrap;
|
|
34946
|
-
text-align: left;
|
|
34947
|
-
}
|
|
34948
|
-
.E_t93e4cf .content .unit-chart {
|
|
34949
|
-
justify-content: flex-start;
|
|
34781
|
+
.E_c18bcrac {
|
|
34782
|
+
display: inline-block;
|
|
34783
|
+
width: 100%;
|
|
34950
34784
|
}
|
|
34951
|
-
|
|
34952
|
-
|
|
34953
|
-
width: var(--rhz2uv5-0);
|
|
34954
|
-
flex-shrink: 0;
|
|
34955
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34956
|
-
padding-right: 12px;
|
|
34785
|
+
.E_c18bcrac .recharts-wrapper {
|
|
34786
|
+
margin-left: 4px;
|
|
34957
34787
|
}
|
|
34958
34788
|
|
|
34959
|
-
.
|
|
34960
|
-
|
|
34961
|
-
text-overflow: ellipsis;
|
|
34789
|
+
.E_cro7kg2 {
|
|
34790
|
+
padding: 4px;
|
|
34962
34791
|
}
|
|
34963
34792
|
|
|
34964
|
-
.
|
|
34793
|
+
.E_c14wcxf0 {
|
|
34794
|
+
display: flex;
|
|
34795
|
+
justify-content: space-between;
|
|
34796
|
+
align-items: center;
|
|
34797
|
+
font-size: 13px;
|
|
34798
|
+
line-height: 24px;
|
|
34799
|
+
color: #cccccc;
|
|
34965
34800
|
white-space: nowrap;
|
|
34966
34801
|
}
|
|
34967
|
-
|
|
34968
|
-
|
|
34969
|
-
display: -webkit-box;
|
|
34970
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
34971
|
-
-webkit-box-orient: vertical;
|
|
34972
|
-
word-break: break-all;
|
|
34802
|
+
.E_c14wcxf0 label {
|
|
34803
|
+
margin-right: 32px;
|
|
34973
34804
|
}
|
|
34974
34805
|
|
|
34975
|
-
.
|
|
34976
|
-
|
|
34806
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
34807
|
+
font-weight: bold;
|
|
34808
|
+
color: white;
|
|
34977
34809
|
}
|
|
34978
|
-
|
|
34979
|
-
|
|
34980
|
-
|
|
34810
|
+
|
|
34811
|
+
.E_s11212zy {
|
|
34812
|
+
width: 8px;
|
|
34813
|
+
height: 8px;
|
|
34814
|
+
border-radius: 2px;
|
|
34815
|
+
display: inline-block;
|
|
34816
|
+
background: var(--s11212zy-0);
|
|
34817
|
+
border: 1px solid #fff;
|
|
34818
|
+
box-sizing: content-box;
|
|
34819
|
+
margin-right: 6px;
|
|
34981
34820
|
}
|
|
34982
|
-
|
|
34983
|
-
|
|
34821
|
+
|
|
34822
|
+
.E_p1lyky6c > :first-child {
|
|
34823
|
+
font-weight: bold;
|
|
34824
|
+
color: white;
|
|
34825
|
+
margin-right: 4px;
|
|
34984
34826
|
}
|
|
34985
34827
|
|
|
34986
34828
|
.E_c1up1pdz {
|
|
@@ -35123,6 +34965,137 @@ span.E_tqjc4ui {
|
|
|
35123
34965
|
color: #fff;
|
|
35124
34966
|
}
|
|
35125
34967
|
|
|
34968
|
+
.E_gmyahx3 {
|
|
34969
|
+
cursor: pointer;
|
|
34970
|
+
}
|
|
34971
|
+
.E_gmyahx3 .link-text {
|
|
34972
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34973
|
+
}
|
|
34974
|
+
.E_gmyahx3:hover .link-text {
|
|
34975
|
+
color: #0080ff;
|
|
34976
|
+
}
|
|
34977
|
+
|
|
34978
|
+
span.E_tqjc4ui {
|
|
34979
|
+
margin: 0 2px;
|
|
34980
|
+
}
|
|
34981
|
+
|
|
34982
|
+
.E_t1sqg15u {
|
|
34983
|
+
background: white;
|
|
34984
|
+
}
|
|
34985
|
+
.E_t1sqg15u.inline .table-row {
|
|
34986
|
+
flex-direction: column;
|
|
34987
|
+
}
|
|
34988
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
34989
|
+
padding: 0 16px 7px 0;
|
|
34990
|
+
}
|
|
34991
|
+
.E_t1sqg15u.has-border .table-header {
|
|
34992
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34993
|
+
}
|
|
34994
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
34995
|
+
border-top: none !important;
|
|
34996
|
+
}
|
|
34997
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
34998
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
34999
|
+
}
|
|
35000
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35001
|
+
padding-bottom: 0;
|
|
35002
|
+
}
|
|
35003
|
+
.E_t1sqg15u.align-right .content {
|
|
35004
|
+
text-align: right;
|
|
35005
|
+
}
|
|
35006
|
+
.E_t1sqg15u .uuid-row {
|
|
35007
|
+
display: flex;
|
|
35008
|
+
justify-content: space-between;
|
|
35009
|
+
}
|
|
35010
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35011
|
+
white-space: nowrap;
|
|
35012
|
+
overflow: hidden;
|
|
35013
|
+
text-overflow: ellipsis;
|
|
35014
|
+
}
|
|
35015
|
+
|
|
35016
|
+
.E_t4zczcp {
|
|
35017
|
+
display: flex;
|
|
35018
|
+
justify-content: space-between;
|
|
35019
|
+
align-items: center;
|
|
35020
|
+
padding: 8px;
|
|
35021
|
+
min-height: 32px;
|
|
35022
|
+
}
|
|
35023
|
+
.E_t4zczcp .table-title {
|
|
35024
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35025
|
+
font-weight: 600;
|
|
35026
|
+
font-size: 12px;
|
|
35027
|
+
line-height: 8px;
|
|
35028
|
+
}
|
|
35029
|
+
.E_t4zczcp .edit-icon {
|
|
35030
|
+
font-size: 16px;
|
|
35031
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35032
|
+
cursor: pointer;
|
|
35033
|
+
}
|
|
35034
|
+
|
|
35035
|
+
.E_t1s7goww {
|
|
35036
|
+
font-size: 12px;
|
|
35037
|
+
line-height: 18px;
|
|
35038
|
+
}
|
|
35039
|
+
|
|
35040
|
+
.E_t93e4cf {
|
|
35041
|
+
display: flex;
|
|
35042
|
+
padding: 8px 0;
|
|
35043
|
+
color: #2d3a56;
|
|
35044
|
+
}
|
|
35045
|
+
.E_t93e4cf .hidden {
|
|
35046
|
+
display: none;
|
|
35047
|
+
}
|
|
35048
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35049
|
+
height: auto;
|
|
35050
|
+
}
|
|
35051
|
+
.E_t93e4cf .content {
|
|
35052
|
+
overflow: hidden;
|
|
35053
|
+
overflow-x: auto;
|
|
35054
|
+
width: 100%;
|
|
35055
|
+
white-space: pre-wrap;
|
|
35056
|
+
}
|
|
35057
|
+
.E_t93e4cf .content .ant-btn {
|
|
35058
|
+
white-space: pre-wrap;
|
|
35059
|
+
text-align: left;
|
|
35060
|
+
}
|
|
35061
|
+
.E_t93e4cf .content .unit-chart {
|
|
35062
|
+
justify-content: flex-start;
|
|
35063
|
+
}
|
|
35064
|
+
|
|
35065
|
+
.E_rhz2uv5 {
|
|
35066
|
+
width: var(--rhz2uv5-0);
|
|
35067
|
+
flex-shrink: 0;
|
|
35068
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35069
|
+
padding-right: 12px;
|
|
35070
|
+
}
|
|
35071
|
+
|
|
35072
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35073
|
+
display: flex;
|
|
35074
|
+
align-items: center;
|
|
35075
|
+
}
|
|
35076
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35077
|
+
margin-right: 8px;
|
|
35078
|
+
}
|
|
35079
|
+
|
|
35080
|
+
.E_n12mqh7z {
|
|
35081
|
+
display: flex;
|
|
35082
|
+
align-items: center;
|
|
35083
|
+
font-size: 12px;
|
|
35084
|
+
line-height: 18px;
|
|
35085
|
+
}
|
|
35086
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35087
|
+
margin-bottom: 4px;
|
|
35088
|
+
}
|
|
35089
|
+
|
|
35090
|
+
.E_tf5bynu {
|
|
35091
|
+
margin: 0 3px;
|
|
35092
|
+
}
|
|
35093
|
+
|
|
35094
|
+
.E_tcckoz1 {
|
|
35095
|
+
max-height: 400px;
|
|
35096
|
+
overflow: auto;
|
|
35097
|
+
}
|
|
35098
|
+
|
|
35126
35099
|
.E_wg1tsps {
|
|
35127
35100
|
display: flex;
|
|
35128
35101
|
align-items: center;
|
|
@@ -35146,6 +35119,33 @@ span.E_tqjc4ui {
|
|
|
35146
35119
|
color: #00122e !important;
|
|
35147
35120
|
}
|
|
35148
35121
|
|
|
35122
|
+
.E_ou7iq30 {
|
|
35123
|
+
overflow: hidden;
|
|
35124
|
+
text-overflow: ellipsis;
|
|
35125
|
+
}
|
|
35126
|
+
|
|
35127
|
+
.E_s1tui002 {
|
|
35128
|
+
white-space: nowrap;
|
|
35129
|
+
}
|
|
35130
|
+
|
|
35131
|
+
.E_mxrc2zg {
|
|
35132
|
+
display: -webkit-box;
|
|
35133
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35134
|
+
-webkit-box-orient: vertical;
|
|
35135
|
+
word-break: break-all;
|
|
35136
|
+
}
|
|
35137
|
+
|
|
35138
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35139
|
+
display: none;
|
|
35140
|
+
}
|
|
35141
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35142
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35143
|
+
border-radius: 4px;
|
|
35144
|
+
}
|
|
35145
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35146
|
+
visibility: hidden;
|
|
35147
|
+
}
|
|
35148
|
+
|
|
35149
35149
|
.E_skwah65 {
|
|
35150
35150
|
height: 8px;
|
|
35151
35151
|
box-sizing: border-box;
|
|
@@ -35475,47 +35475,67 @@ span.E_tqjc4ui {
|
|
|
35475
35475
|
text-align: left;
|
|
35476
35476
|
}
|
|
35477
35477
|
|
|
35478
|
-
.
|
|
35479
|
-
|
|
35480
|
-
background-color: unset;
|
|
35481
|
-
padding: unset;
|
|
35478
|
+
.E_kr6am0s .ant-modal-body {
|
|
35479
|
+
padding: 60px 128px;
|
|
35482
35480
|
}
|
|
35483
35481
|
|
|
35484
|
-
.
|
|
35485
|
-
|
|
35486
|
-
|
|
35487
|
-
|
|
35488
|
-
}
|
|
35489
|
-
.E_d11hhzf9 .ant-modal-content {
|
|
35490
|
-
background: #fff;
|
|
35491
|
-
border-radius: 16px;
|
|
35482
|
+
.E_k1h3cl5q {
|
|
35483
|
+
display: flex;
|
|
35484
|
+
flex-direction: column;
|
|
35485
|
+
height: 100%;
|
|
35492
35486
|
}
|
|
35493
|
-
|
|
35494
|
-
|
|
35495
|
-
|
|
35496
|
-
|
|
35487
|
+
|
|
35488
|
+
.E_k1a6j97w {
|
|
35489
|
+
color: #00122e;
|
|
35490
|
+
font-size: 32px !important;
|
|
35491
|
+
margin-bottom: 16px;
|
|
35497
35492
|
}
|
|
35498
|
-
|
|
35499
|
-
|
|
35500
|
-
|
|
35493
|
+
|
|
35494
|
+
.E_k1uim1fg {
|
|
35495
|
+
margin-bottom: 32px;
|
|
35496
|
+
color: #00122e;
|
|
35501
35497
|
}
|
|
35502
|
-
|
|
35503
|
-
|
|
35504
|
-
|
|
35505
|
-
|
|
35506
|
-
|
|
35498
|
+
|
|
35499
|
+
.E_kobelzt {
|
|
35500
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
35501
|
+
min-height: 0;
|
|
35502
|
+
flex: 1;
|
|
35503
|
+
padding: 16px;
|
|
35504
|
+
background-color: #2d3a56;
|
|
35505
|
+
color: #fff;
|
|
35506
|
+
overflow: auto;
|
|
35507
|
+
max-width: 100%;
|
|
35508
|
+
min-height: 0;
|
|
35509
|
+
border-radius: 8px;
|
|
35510
|
+
white-space: pre-wrap;
|
|
35507
35511
|
}
|
|
35508
|
-
|
|
35509
|
-
|
|
35510
|
-
|
|
35511
|
-
|
|
35512
|
-
|
|
35512
|
+
|
|
35513
|
+
.E_kxzv3id {
|
|
35514
|
+
width: 100%;
|
|
35515
|
+
display: flex;
|
|
35516
|
+
justify-content: space-between;
|
|
35517
|
+
padding: 0 128px;
|
|
35513
35518
|
}
|
|
35514
35519
|
|
|
35515
|
-
.
|
|
35520
|
+
.E_eld9lt {
|
|
35516
35521
|
display: flex;
|
|
35517
|
-
|
|
35518
|
-
|
|
35522
|
+
flex-direction: column;
|
|
35523
|
+
justify-content: center;
|
|
35524
|
+
align-items: center;
|
|
35525
|
+
height: 100%;
|
|
35526
|
+
}
|
|
35527
|
+
|
|
35528
|
+
.E_e1505fqc {
|
|
35529
|
+
display: flex;
|
|
35530
|
+
flex-direction: column;
|
|
35531
|
+
align-items: center;
|
|
35532
|
+
}
|
|
35533
|
+
.E_e1505fqc .title {
|
|
35534
|
+
margin-bottom: 8px;
|
|
35535
|
+
background-clip: text;
|
|
35536
|
+
-webkit-background-clip: text;
|
|
35537
|
+
-webkit-text-fill-color: transparent;
|
|
35538
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
35519
35539
|
}
|
|
35520
35540
|
|
|
35521
35541
|
.E_i5w779o {
|
|
@@ -35612,6 +35632,140 @@ span.E_tqjc4ui {
|
|
|
35612
35632
|
justify-content: center;
|
|
35613
35633
|
}
|
|
35614
35634
|
|
|
35635
|
+
.E_d11hhzf9 {
|
|
35636
|
+
width: 492px !important;
|
|
35637
|
+
margin: 40px auto !important;
|
|
35638
|
+
padding-bottom: 0 !important;
|
|
35639
|
+
}
|
|
35640
|
+
.E_d11hhzf9 .ant-modal-content {
|
|
35641
|
+
background: #fff;
|
|
35642
|
+
border-radius: 16px;
|
|
35643
|
+
}
|
|
35644
|
+
.E_d11hhzf9 .ant-modal-header {
|
|
35645
|
+
padding: 32px 40px 0;
|
|
35646
|
+
border-bottom: none;
|
|
35647
|
+
border-radius: 16px 16px 0 0;
|
|
35648
|
+
}
|
|
35649
|
+
.E_d11hhzf9 .ant-modal-close {
|
|
35650
|
+
right: 40px;
|
|
35651
|
+
top: 32px;
|
|
35652
|
+
}
|
|
35653
|
+
.E_d11hhzf9 .ant-modal-body {
|
|
35654
|
+
padding: 32px 40px;
|
|
35655
|
+
min-height: 160px;
|
|
35656
|
+
max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
|
|
35657
|
+
overflow-y: auto;
|
|
35658
|
+
}
|
|
35659
|
+
.E_d11hhzf9 .ant-modal-footer {
|
|
35660
|
+
padding: 24px 40px;
|
|
35661
|
+
margin-top: 0;
|
|
35662
|
+
border-top: none;
|
|
35663
|
+
box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
|
|
35664
|
+
}
|
|
35665
|
+
|
|
35666
|
+
.E_f1g147n6 {
|
|
35667
|
+
display: flex;
|
|
35668
|
+
justify-content: flex-end;
|
|
35669
|
+
gap: 8px;
|
|
35670
|
+
}
|
|
35671
|
+
|
|
35672
|
+
.E_h1ol2wl7 {
|
|
35673
|
+
font-weight: bold;
|
|
35674
|
+
background-color: unset;
|
|
35675
|
+
padding: unset;
|
|
35676
|
+
}
|
|
35677
|
+
|
|
35678
|
+
.E_c14ouk5o {
|
|
35679
|
+
width: 100%;
|
|
35680
|
+
height: 100%;
|
|
35681
|
+
display: flex;
|
|
35682
|
+
font-size: 12px;
|
|
35683
|
+
line-height: 18px;
|
|
35684
|
+
padding: 8px 0;
|
|
35685
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35686
|
+
}
|
|
35687
|
+
.E_c14ouk5o:last-of-type {
|
|
35688
|
+
box-shadow: none;
|
|
35689
|
+
padding-bottom: 0;
|
|
35690
|
+
}
|
|
35691
|
+
.E_c14ouk5o.collapsed {
|
|
35692
|
+
flex-direction: column;
|
|
35693
|
+
}
|
|
35694
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
35695
|
+
display: flex;
|
|
35696
|
+
}
|
|
35697
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
35698
|
+
flex: 1;
|
|
35699
|
+
display: flex;
|
|
35700
|
+
justify-content: space-between;
|
|
35701
|
+
}
|
|
35702
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
35703
|
+
height: auto;
|
|
35704
|
+
}
|
|
35705
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
35706
|
+
margin-left: 162px;
|
|
35707
|
+
}
|
|
35708
|
+
.E_c14ouk5o .col-label {
|
|
35709
|
+
width: 216px;
|
|
35710
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35711
|
+
margin-right: 12px;
|
|
35712
|
+
flex-shrink: 0;
|
|
35713
|
+
}
|
|
35714
|
+
.E_c14ouk5o .col-content {
|
|
35715
|
+
color: #2d3a56;
|
|
35716
|
+
/* make btn link in info row have the same height as normal text */
|
|
35717
|
+
}
|
|
35718
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
35719
|
+
height: auto;
|
|
35720
|
+
}
|
|
35721
|
+
|
|
35722
|
+
.E_cevhqx7 {
|
|
35723
|
+
color: #00122e;
|
|
35724
|
+
}
|
|
35725
|
+
|
|
35726
|
+
.E_snbqlt4 {
|
|
35727
|
+
margin-top: 8px;
|
|
35728
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35729
|
+
}
|
|
35730
|
+
|
|
35731
|
+
.E_c1ss4prm {
|
|
35732
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35733
|
+
}
|
|
35734
|
+
.E_c1ss4prm li {
|
|
35735
|
+
margin-bottom: 4px;
|
|
35736
|
+
}
|
|
35737
|
+
.E_c1ss4prm li:last-child {
|
|
35738
|
+
margin-bottom: 0;
|
|
35739
|
+
}
|
|
35740
|
+
|
|
35741
|
+
.E_ms3tlei {
|
|
35742
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35743
|
+
padding: 8px;
|
|
35744
|
+
border-radius: 6px;
|
|
35745
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35746
|
+
}
|
|
35747
|
+
.E_ms3tlei li {
|
|
35748
|
+
margin-bottom: 4px;
|
|
35749
|
+
}
|
|
35750
|
+
.E_ms3tlei li:last-child {
|
|
35751
|
+
margin-bottom: 0;
|
|
35752
|
+
}
|
|
35753
|
+
|
|
35754
|
+
.E_du44iy7 {
|
|
35755
|
+
margin-bottom: 4px;
|
|
35756
|
+
}
|
|
35757
|
+
|
|
35758
|
+
.E_s1qmhanr {
|
|
35759
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35760
|
+
margin-bottom: 8px;
|
|
35761
|
+
}
|
|
35762
|
+
|
|
35763
|
+
.E_drje1h0 {
|
|
35764
|
+
height: 1px;
|
|
35765
|
+
background: #e4e9f2;
|
|
35766
|
+
margin: 16px 0;
|
|
35767
|
+
}
|
|
35768
|
+
|
|
35615
35769
|
.E_c1kchka8 {
|
|
35616
35770
|
height: 100%;
|
|
35617
35771
|
width: 100%;
|
|
@@ -35861,6 +36015,8 @@ span.E_tqjc4ui {
|
|
|
35861
36015
|
}
|
|
35862
36016
|
.E_a120uq8m .date-range-picker-calendar {
|
|
35863
36017
|
flex: 1;
|
|
36018
|
+
border-top-left-radius: 8px;
|
|
36019
|
+
border-top-right-radius: 8px;
|
|
35864
36020
|
}
|
|
35865
36021
|
|
|
35866
36022
|
.E_a15s9m0d {
|
|
@@ -35886,6 +36042,7 @@ span.E_tqjc4ui {
|
|
|
35886
36042
|
.E_a15s9m0d .time-input-main .time-input-container .end-time p,
|
|
35887
36043
|
.E_a15s9m0d .time-input-main .time-input-container .to p {
|
|
35888
36044
|
margin: 0;
|
|
36045
|
+
margin-bottom: 2px;
|
|
35889
36046
|
}
|
|
35890
36047
|
.E_a15s9m0d .time-input-main .time-input-container .start-time.validate-failed,
|
|
35891
36048
|
.E_a15s9m0d .time-input-main .time-input-container .to.validate-failed {
|
|
@@ -35921,6 +36078,7 @@ span.E_tqjc4ui {
|
|
|
35921
36078
|
list-style: none;
|
|
35922
36079
|
padding: 0;
|
|
35923
36080
|
margin-top: 12px;
|
|
36081
|
+
margin-bottom: 12px;
|
|
35924
36082
|
}
|
|
35925
36083
|
.E_r5hl59d .past-time-list li {
|
|
35926
36084
|
padding: 5px 8px;
|
|
@@ -35985,11 +36143,19 @@ span.E_tqjc4ui {
|
|
|
35985
36143
|
line-height: 40px;
|
|
35986
36144
|
padding: 0 12px 0 16px;
|
|
35987
36145
|
}
|
|
36146
|
+
.E_dhqt3dw.date-range-picker.large .date-input-content {
|
|
36147
|
+
padding-left: 40px;
|
|
36148
|
+
transform: translateX(-40px);
|
|
36149
|
+
}
|
|
35988
36150
|
.E_dhqt3dw.date-range-picker.medium {
|
|
35989
36151
|
height: 32px;
|
|
35990
36152
|
line-height: 32px;
|
|
35991
36153
|
padding: 0 8px 0 12px;
|
|
35992
36154
|
}
|
|
36155
|
+
.E_dhqt3dw.date-range-picker.medium .date-input-content {
|
|
36156
|
+
padding-left: 36px;
|
|
36157
|
+
transform: translateX(-36px);
|
|
36158
|
+
}
|
|
35993
36159
|
.E_dhqt3dw.date-range-picker .date-input-content {
|
|
35994
36160
|
flex: 1;
|
|
35995
36161
|
display: flex;
|
|
@@ -36025,6 +36191,9 @@ span.E_tqjc4ui {
|
|
|
36025
36191
|
cursor: pointer;
|
|
36026
36192
|
}
|
|
36027
36193
|
|
|
36194
|
+
.E_d956d92 .ant-popover-inner {
|
|
36195
|
+
border-radius: 8px;
|
|
36196
|
+
}
|
|
36028
36197
|
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
36029
36198
|
padding: 12px 12px 0 12px;
|
|
36030
36199
|
}
|
|
@@ -36089,97 +36258,6 @@ span.E_tqjc4ui {
|
|
|
36089
36258
|
padding: 0;
|
|
36090
36259
|
}
|
|
36091
36260
|
|
|
36092
|
-
.E_c14ouk5o {
|
|
36093
|
-
width: 100%;
|
|
36094
|
-
height: 100%;
|
|
36095
|
-
display: flex;
|
|
36096
|
-
font-size: 12px;
|
|
36097
|
-
line-height: 18px;
|
|
36098
|
-
padding: 8px 0;
|
|
36099
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36100
|
-
}
|
|
36101
|
-
.E_c14ouk5o:last-of-type {
|
|
36102
|
-
box-shadow: none;
|
|
36103
|
-
padding-bottom: 0;
|
|
36104
|
-
}
|
|
36105
|
-
.E_c14ouk5o.collapsed {
|
|
36106
|
-
flex-direction: column;
|
|
36107
|
-
}
|
|
36108
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36109
|
-
display: flex;
|
|
36110
|
-
}
|
|
36111
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36112
|
-
flex: 1;
|
|
36113
|
-
display: flex;
|
|
36114
|
-
justify-content: space-between;
|
|
36115
|
-
}
|
|
36116
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36117
|
-
height: auto;
|
|
36118
|
-
}
|
|
36119
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
36120
|
-
margin-left: 162px;
|
|
36121
|
-
}
|
|
36122
|
-
.E_c14ouk5o .col-label {
|
|
36123
|
-
width: 216px;
|
|
36124
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36125
|
-
margin-right: 12px;
|
|
36126
|
-
flex-shrink: 0;
|
|
36127
|
-
}
|
|
36128
|
-
.E_c14ouk5o .col-content {
|
|
36129
|
-
color: #2d3a56;
|
|
36130
|
-
/* make btn link in info row have the same height as normal text */
|
|
36131
|
-
}
|
|
36132
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36133
|
-
height: auto;
|
|
36134
|
-
}
|
|
36135
|
-
|
|
36136
|
-
.E_cevhqx7 {
|
|
36137
|
-
color: #00122e;
|
|
36138
|
-
}
|
|
36139
|
-
|
|
36140
|
-
.E_snbqlt4 {
|
|
36141
|
-
margin-top: 8px;
|
|
36142
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36143
|
-
}
|
|
36144
|
-
|
|
36145
|
-
.E_c1ss4prm {
|
|
36146
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36147
|
-
}
|
|
36148
|
-
.E_c1ss4prm li {
|
|
36149
|
-
margin-bottom: 4px;
|
|
36150
|
-
}
|
|
36151
|
-
.E_c1ss4prm li:last-child {
|
|
36152
|
-
margin-bottom: 0;
|
|
36153
|
-
}
|
|
36154
|
-
|
|
36155
|
-
.E_ms3tlei {
|
|
36156
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36157
|
-
padding: 8px;
|
|
36158
|
-
border-radius: 6px;
|
|
36159
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36160
|
-
}
|
|
36161
|
-
.E_ms3tlei li {
|
|
36162
|
-
margin-bottom: 4px;
|
|
36163
|
-
}
|
|
36164
|
-
.E_ms3tlei li:last-child {
|
|
36165
|
-
margin-bottom: 0;
|
|
36166
|
-
}
|
|
36167
|
-
|
|
36168
|
-
.E_du44iy7 {
|
|
36169
|
-
margin-bottom: 4px;
|
|
36170
|
-
}
|
|
36171
|
-
|
|
36172
|
-
.E_s1qmhanr {
|
|
36173
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36174
|
-
margin-bottom: 8px;
|
|
36175
|
-
}
|
|
36176
|
-
|
|
36177
|
-
.E_drje1h0 {
|
|
36178
|
-
height: 1px;
|
|
36179
|
-
background: #e4e9f2;
|
|
36180
|
-
margin: 16px 0;
|
|
36181
|
-
}
|
|
36182
|
-
|
|
36183
36261
|
.E_l12xdkhl {
|
|
36184
36262
|
width: 64px;
|
|
36185
36263
|
height: 64px;
|