@cloudtower/eagle 0.33.15 → 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 +1974 -1892
- package/dist/esm/coreX/DateRangePicker/index.js +9 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2012 -1918
- 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 +1688 -1610
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29692,71 +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_b1nip9bk {
|
|
29716
|
-
padding: 4px 11px;
|
|
29717
|
-
}
|
|
29718
|
-
|
|
29719
|
-
.E_bqamoqe {
|
|
29720
|
-
white-space: nowrap;
|
|
29721
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29722
|
-
}
|
|
29723
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29724
|
-
--color: #0080ff;
|
|
29725
|
-
}
|
|
29726
|
-
.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] {
|
|
29727
|
-
--color: #0080ff;
|
|
29728
|
-
}
|
|
29729
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29730
|
-
margin-left: 1px;
|
|
29731
|
-
}
|
|
29732
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29733
|
-
border-top-right-radius: 0;
|
|
29734
|
-
border-bottom-right-radius: 0;
|
|
29735
|
-
}
|
|
29736
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29737
|
-
border-top-left-radius: 0;
|
|
29738
|
-
border-bottom-left-radius: 0;
|
|
29739
|
-
}
|
|
29740
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29741
|
-
border-radius: unset;
|
|
29742
|
-
}
|
|
29743
|
-
|
|
29744
|
-
.E_berrcjl {
|
|
29745
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29746
|
-
margin-bottom: 4px;
|
|
29747
|
-
}
|
|
29748
|
-
.E_berrcjl .breadcrumb-link {
|
|
29749
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29750
|
-
cursor: pointer;
|
|
29751
|
-
transition: color 160ms ease;
|
|
29752
|
-
}
|
|
29753
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29754
|
-
color: #0080ff;
|
|
29755
|
-
}
|
|
29756
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29757
|
-
color: #005ed1;
|
|
29758
|
-
}
|
|
29759
|
-
|
|
29760
29695
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29761
29696
|
justify-content: center;
|
|
29762
29697
|
}
|
|
@@ -30014,16 +29949,24 @@ html body {
|
|
|
30014
29949
|
justify-content: center;
|
|
30015
29950
|
}
|
|
30016
29951
|
|
|
30017
|
-
.
|
|
29952
|
+
.E_m74vjol {
|
|
30018
29953
|
display: flex;
|
|
29954
|
+
justify-content: space-between;
|
|
29955
|
+
width: 100%;
|
|
30019
29956
|
}
|
|
30020
|
-
.
|
|
30021
|
-
|
|
30022
|
-
border-top-left-radius: 5px;
|
|
29957
|
+
.E_m74vjol .action {
|
|
29958
|
+
margin-left: 16px;
|
|
30023
29959
|
}
|
|
30024
|
-
|
|
30025
|
-
|
|
30026
|
-
|
|
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;
|
|
30027
29970
|
}
|
|
30028
29971
|
|
|
30029
29972
|
.E_c1uzzomf {
|
|
@@ -30048,30 +29991,62 @@ html body {
|
|
|
30048
29991
|
text-align: center;
|
|
30049
29992
|
}
|
|
30050
29993
|
|
|
30051
|
-
.
|
|
30052
|
-
|
|
30053
|
-
|
|
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;
|
|
30054
29998
|
}
|
|
30055
|
-
.
|
|
30056
|
-
padding-
|
|
30057
|
-
padding-bottom: 0px;
|
|
30058
|
-
padding-left: 0px !important;
|
|
30059
|
-
padding-right: 24px;
|
|
29999
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30000
|
+
padding-bottom: 6px;
|
|
30060
30001
|
}
|
|
30061
|
-
.
|
|
30062
|
-
|
|
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);
|
|
30063
30005
|
}
|
|
30064
|
-
|
|
30065
|
-
|
|
30006
|
+
|
|
30007
|
+
.E_b1nip9bk {
|
|
30008
|
+
padding: 4px 11px;
|
|
30066
30009
|
}
|
|
30067
30010
|
|
|
30068
|
-
.
|
|
30069
|
-
|
|
30070
|
-
|
|
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;
|
|
30071
30034
|
}
|
|
30072
30035
|
|
|
30073
|
-
.
|
|
30074
|
-
|
|
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;
|
|
30075
30050
|
}
|
|
30076
30051
|
|
|
30077
30052
|
.E_d1bw7c5z {
|
|
@@ -30157,6 +30132,44 @@ html body {
|
|
|
30157
30132
|
width: 102px;
|
|
30158
30133
|
}
|
|
30159
30134
|
|
|
30135
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30136
|
+
border: 0px;
|
|
30137
|
+
background-color: #fff;
|
|
30138
|
+
}
|
|
30139
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30140
|
+
padding-top: 0px;
|
|
30141
|
+
padding-bottom: 0px;
|
|
30142
|
+
padding-left: 0px !important;
|
|
30143
|
+
padding-right: 24px;
|
|
30144
|
+
}
|
|
30145
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30146
|
+
right: 0px;
|
|
30147
|
+
}
|
|
30148
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30149
|
+
padding: 0px;
|
|
30150
|
+
}
|
|
30151
|
+
|
|
30152
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30153
|
+
padding-right: 0px;
|
|
30154
|
+
cursor: default;
|
|
30155
|
+
}
|
|
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
|
+
|
|
30169
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30170
|
+
line-height: 18px;
|
|
30171
|
+
}
|
|
30172
|
+
|
|
30160
30173
|
.E_c1yyuluq {
|
|
30161
30174
|
border-radius: 8px;
|
|
30162
30175
|
}
|
|
@@ -30164,17 +30177,30 @@ html body {
|
|
|
30164
30177
|
padding: 20px 24px 24px 24px;
|
|
30165
30178
|
}
|
|
30166
30179
|
|
|
30167
|
-
.
|
|
30168
|
-
|
|
30169
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30170
|
-
font-size: 12px;
|
|
30180
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30181
|
+
margin-right: 8px;
|
|
30171
30182
|
}
|
|
30172
|
-
.
|
|
30173
|
-
|
|
30183
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30184
|
+
margin-left: 8px;
|
|
30174
30185
|
}
|
|
30175
|
-
|
|
30176
|
-
|
|
30177
|
-
|
|
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;
|
|
30178
30204
|
}
|
|
30179
30205
|
|
|
30180
30206
|
.E_phljevk {
|
|
@@ -30234,126 +30260,17 @@ html body {
|
|
|
30234
30260
|
line-height: 18px;
|
|
30235
30261
|
}
|
|
30236
30262
|
|
|
30237
|
-
.
|
|
30238
|
-
|
|
30239
|
-
|
|
30240
|
-
|
|
30241
|
-
border-radius: 50%;
|
|
30242
|
-
flex-shrink: 0;
|
|
30243
|
-
display: flex;
|
|
30244
|
-
align-items: center;
|
|
30245
|
-
justify-content: center;
|
|
30246
|
-
border: 1px solid var(--color);
|
|
30263
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30264
|
+
display: inline-flex;
|
|
30265
|
+
align-items: baseline;
|
|
30266
|
+
white-space: pre-wrap;
|
|
30247
30267
|
}
|
|
30248
|
-
.
|
|
30268
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30249
30269
|
position: relative;
|
|
30250
|
-
|
|
30251
|
-
width: 10px;
|
|
30252
|
-
border-radius: 50%;
|
|
30253
|
-
overflow: hidden;
|
|
30270
|
+
top: 3px;
|
|
30254
30271
|
}
|
|
30255
|
-
.
|
|
30256
|
-
|
|
30257
|
-
height: 100%;
|
|
30258
|
-
width: 100%;
|
|
30259
|
-
left: 0;
|
|
30260
|
-
top: 0;
|
|
30261
|
-
border-radius: 50%;
|
|
30262
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30263
|
-
transform: rotate(180deg);
|
|
30264
|
-
}
|
|
30265
|
-
.E_c1bus5hc .circle-child {
|
|
30266
|
-
position: absolute;
|
|
30267
|
-
height: 100%;
|
|
30268
|
-
width: 100%;
|
|
30269
|
-
left: 0;
|
|
30270
|
-
top: 0;
|
|
30271
|
-
margin-left: 50%;
|
|
30272
|
-
transform-origin: left;
|
|
30273
|
-
background: white;
|
|
30274
|
-
transform: rotate(0deg);
|
|
30275
|
-
}
|
|
30276
|
-
|
|
30277
|
-
.E_ivqqkzv {
|
|
30278
|
-
height: 24px;
|
|
30279
|
-
width: 56px !important;
|
|
30280
|
-
margin-right: 4px;
|
|
30281
|
-
}
|
|
30282
|
-
|
|
30283
|
-
.E_c1wk4q29 {
|
|
30284
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30285
|
-
}
|
|
30286
|
-
|
|
30287
|
-
.E_tju3gfj .date {
|
|
30288
|
-
margin-right: 4px;
|
|
30289
|
-
}
|
|
30290
|
-
|
|
30291
|
-
.E_s1dizucg.ant-switch {
|
|
30292
|
-
min-width: 40px;
|
|
30293
|
-
height: 24px;
|
|
30294
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30295
|
-
overflow: hidden;
|
|
30296
|
-
}
|
|
30297
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30298
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30299
|
-
}
|
|
30300
|
-
.E_s1dizucg.ant-switch-small {
|
|
30301
|
-
min-width: 26px;
|
|
30302
|
-
height: 16px;
|
|
30303
|
-
}
|
|
30304
|
-
.E_s1dizucg.ant-switch-large {
|
|
30305
|
-
min-width: 52px;
|
|
30306
|
-
height: 32px;
|
|
30307
|
-
}
|
|
30308
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30309
|
-
height: 20px;
|
|
30310
|
-
width: 20px;
|
|
30311
|
-
}
|
|
30312
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30313
|
-
border-radius: 10px;
|
|
30314
|
-
transition-delay: 120ms;
|
|
30315
|
-
}
|
|
30316
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30317
|
-
height: 14px;
|
|
30318
|
-
width: 14px;
|
|
30319
|
-
top: 1px;
|
|
30320
|
-
left: 1px;
|
|
30321
|
-
}
|
|
30322
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30323
|
-
height: 28px;
|
|
30324
|
-
width: 28px;
|
|
30325
|
-
}
|
|
30326
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30327
|
-
border-radius: 14px;
|
|
30328
|
-
}
|
|
30329
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30330
|
-
background-color: #00ba5d;
|
|
30331
|
-
}
|
|
30332
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30333
|
-
left: calc(100% - 20px - 2px);
|
|
30334
|
-
}
|
|
30335
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30336
|
-
left: calc(100% - 14px - 1px);
|
|
30337
|
-
}
|
|
30338
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30339
|
-
left: calc(100% - 28px - 2px);
|
|
30340
|
-
}
|
|
30341
|
-
|
|
30342
|
-
.E_c1up6e3y {
|
|
30343
|
-
margin-left: 5px;
|
|
30344
|
-
}
|
|
30345
|
-
|
|
30346
|
-
.E_rapgekc.ant-radio-wrapper {
|
|
30347
|
-
display: inline-flex;
|
|
30348
|
-
align-items: baseline;
|
|
30349
|
-
white-space: pre-wrap;
|
|
30350
|
-
}
|
|
30351
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30352
|
-
position: relative;
|
|
30353
|
-
top: 3px;
|
|
30354
|
-
}
|
|
30355
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30356
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30272
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30273
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30357
30274
|
}
|
|
30358
30275
|
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30359
30276
|
border-color: #0080ff;
|
|
@@ -30489,30 +30406,128 @@ html body {
|
|
|
30489
30406
|
width: 36px;
|
|
30490
30407
|
}
|
|
30491
30408
|
|
|
30492
|
-
.
|
|
30493
|
-
|
|
30494
|
-
|
|
30495
|
-
|
|
30496
|
-
margin-left: 8px;
|
|
30409
|
+
.E_ivqqkzv {
|
|
30410
|
+
height: 24px;
|
|
30411
|
+
width: 56px !important;
|
|
30412
|
+
margin-right: 4px;
|
|
30497
30413
|
}
|
|
30498
30414
|
|
|
30499
|
-
.
|
|
30500
|
-
color:
|
|
30501
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30502
|
-
margin-right: 8px;
|
|
30503
|
-
padding-right: 8px;
|
|
30415
|
+
.E_c1wk4q29 {
|
|
30416
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30504
30417
|
}
|
|
30505
30418
|
|
|
30506
|
-
.
|
|
30419
|
+
.E_c1bus5hc {
|
|
30420
|
+
--color: white;
|
|
30421
|
+
height: 14px;
|
|
30422
|
+
width: 14px;
|
|
30423
|
+
border-radius: 50%;
|
|
30424
|
+
flex-shrink: 0;
|
|
30507
30425
|
display: flex;
|
|
30508
|
-
|
|
30426
|
+
align-items: center;
|
|
30427
|
+
justify-content: center;
|
|
30428
|
+
border: 1px solid var(--color);
|
|
30509
30429
|
}
|
|
30510
|
-
.
|
|
30511
|
-
|
|
30430
|
+
.E_c1bus5hc .circle-inner {
|
|
30431
|
+
position: relative;
|
|
30432
|
+
height: 10px;
|
|
30433
|
+
width: 10px;
|
|
30434
|
+
border-radius: 50%;
|
|
30435
|
+
overflow: hidden;
|
|
30436
|
+
}
|
|
30437
|
+
.E_c1bus5hc .circle-content {
|
|
30438
|
+
position: absolute;
|
|
30439
|
+
height: 100%;
|
|
30440
|
+
width: 100%;
|
|
30441
|
+
left: 0;
|
|
30442
|
+
top: 0;
|
|
30443
|
+
border-radius: 50%;
|
|
30444
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30445
|
+
transform: rotate(180deg);
|
|
30446
|
+
}
|
|
30447
|
+
.E_c1bus5hc .circle-child {
|
|
30448
|
+
position: absolute;
|
|
30449
|
+
height: 100%;
|
|
30450
|
+
width: 100%;
|
|
30451
|
+
left: 0;
|
|
30452
|
+
top: 0;
|
|
30453
|
+
margin-left: 50%;
|
|
30454
|
+
transform-origin: left;
|
|
30455
|
+
background: white;
|
|
30456
|
+
transform: rotate(0deg);
|
|
30512
30457
|
}
|
|
30513
30458
|
|
|
30514
|
-
.
|
|
30515
|
-
|
|
30459
|
+
.E_tju3gfj .date {
|
|
30460
|
+
margin-right: 4px;
|
|
30461
|
+
}
|
|
30462
|
+
|
|
30463
|
+
.E_s1dizucg.ant-switch {
|
|
30464
|
+
min-width: 40px;
|
|
30465
|
+
height: 24px;
|
|
30466
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30467
|
+
overflow: hidden;
|
|
30468
|
+
}
|
|
30469
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30470
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30471
|
+
}
|
|
30472
|
+
.E_s1dizucg.ant-switch-small {
|
|
30473
|
+
min-width: 26px;
|
|
30474
|
+
height: 16px;
|
|
30475
|
+
}
|
|
30476
|
+
.E_s1dizucg.ant-switch-large {
|
|
30477
|
+
min-width: 52px;
|
|
30478
|
+
height: 32px;
|
|
30479
|
+
}
|
|
30480
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30481
|
+
height: 20px;
|
|
30482
|
+
width: 20px;
|
|
30483
|
+
}
|
|
30484
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30485
|
+
border-radius: 10px;
|
|
30486
|
+
transition-delay: 120ms;
|
|
30487
|
+
}
|
|
30488
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30489
|
+
height: 14px;
|
|
30490
|
+
width: 14px;
|
|
30491
|
+
top: 1px;
|
|
30492
|
+
left: 1px;
|
|
30493
|
+
}
|
|
30494
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30495
|
+
height: 28px;
|
|
30496
|
+
width: 28px;
|
|
30497
|
+
}
|
|
30498
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30499
|
+
border-radius: 14px;
|
|
30500
|
+
}
|
|
30501
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30502
|
+
background-color: #00ba5d;
|
|
30503
|
+
}
|
|
30504
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30505
|
+
left: calc(100% - 20px - 2px);
|
|
30506
|
+
}
|
|
30507
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30508
|
+
left: calc(100% - 14px - 1px);
|
|
30509
|
+
}
|
|
30510
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30511
|
+
left: calc(100% - 28px - 2px);
|
|
30512
|
+
}
|
|
30513
|
+
|
|
30514
|
+
.E_c1up6e3y {
|
|
30515
|
+
margin-left: 5px;
|
|
30516
|
+
}
|
|
30517
|
+
|
|
30518
|
+
.E_iq1gosr {
|
|
30519
|
+
display: inline-block;
|
|
30520
|
+
}
|
|
30521
|
+
|
|
30522
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30523
|
+
display: none;
|
|
30524
|
+
}
|
|
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;
|
|
30516
30531
|
}
|
|
30517
30532
|
|
|
30518
30533
|
.E_s1sck0th {
|
|
@@ -30597,17 +30612,6 @@ html body {
|
|
|
30597
30612
|
background-color: #7E41FF;
|
|
30598
30613
|
}
|
|
30599
30614
|
|
|
30600
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30601
|
-
display: none;
|
|
30602
|
-
}
|
|
30603
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30604
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30605
|
-
border-radius: 4px;
|
|
30606
|
-
}
|
|
30607
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30608
|
-
visibility: hidden;
|
|
30609
|
-
}
|
|
30610
|
-
|
|
30611
30615
|
.E_s1dni7lo {
|
|
30612
30616
|
width: 430px !important;
|
|
30613
30617
|
}
|
|
@@ -30689,10 +30693,6 @@ html body {
|
|
|
30689
30693
|
opacity: 0;
|
|
30690
30694
|
}
|
|
30691
30695
|
|
|
30692
|
-
.E_iq1gosr {
|
|
30693
|
-
display: inline-block;
|
|
30694
|
-
}
|
|
30695
|
-
|
|
30696
30696
|
.E_fzh9mnb {
|
|
30697
30697
|
width: 100%;
|
|
30698
30698
|
height: 100%;
|
|
@@ -30742,65 +30742,36 @@ html body {
|
|
|
30742
30742
|
min-height: 0px;
|
|
30743
30743
|
}
|
|
30744
30744
|
|
|
30745
|
-
.
|
|
30746
|
-
display: var(--
|
|
30745
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30746
|
+
display: var(--a1wfy30z-0);
|
|
30747
30747
|
}
|
|
30748
|
-
.
|
|
30748
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30749
|
+
padding: 4px 11px;
|
|
30749
30750
|
display: inline-flex;
|
|
30750
30751
|
line-height: 1.5715;
|
|
30751
|
-
height:
|
|
30752
|
-
width: 100%;
|
|
30752
|
+
height: inherit;
|
|
30753
30753
|
}
|
|
30754
|
-
.
|
|
30755
|
-
content: var(--
|
|
30756
|
-
display: var(--
|
|
30754
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30755
|
+
content: var(--a1wfy30z-1);
|
|
30756
|
+
display: var(--a1wfy30z-2);
|
|
30757
30757
|
flex: none;
|
|
30758
30758
|
align-items: center;
|
|
30759
30759
|
margin-left: 4px;
|
|
30760
|
-
padding: 5px 12px 5px 0;
|
|
30761
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30762
30760
|
}
|
|
30763
|
-
.
|
|
30764
|
-
content: var(--
|
|
30765
|
-
display: var(--
|
|
30761
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30762
|
+
content: var(--a1wfy30z-3);
|
|
30763
|
+
display: var(--a1wfy30z-4);
|
|
30766
30764
|
flex: none;
|
|
30767
30765
|
align-items: center;
|
|
30768
30766
|
margin-right: 4px;
|
|
30769
30767
|
cursor: auto;
|
|
30770
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30771
|
-
}
|
|
30772
|
-
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30773
|
-
border-radius: 0;
|
|
30774
|
-
}
|
|
30775
|
-
.E_ai7qkf2.ant-input-number {
|
|
30776
|
-
width: 100%;
|
|
30777
|
-
border-radius: 6px;
|
|
30778
|
-
}
|
|
30779
|
-
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
30780
|
-
border-color: #0096ff;
|
|
30781
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30782
|
-
z-index: 1;
|
|
30783
|
-
}
|
|
30784
|
-
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
30785
|
-
border-color: #e75a3a;
|
|
30786
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30787
30768
|
}
|
|
30788
|
-
.
|
|
30789
|
-
|
|
30790
|
-
|
|
30791
|
-
|
|
30769
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30770
|
+
padding: 0;
|
|
30771
|
+
margin: 0;
|
|
30772
|
+
height: auto;
|
|
30792
30773
|
font-size: inherit;
|
|
30793
30774
|
}
|
|
30794
|
-
.E_ai7qkf2.ant-input-number-lg input {
|
|
30795
|
-
height: 38px;
|
|
30796
|
-
border: 1px;
|
|
30797
|
-
padding: 8px 16px;
|
|
30798
|
-
}
|
|
30799
|
-
.E_ai7qkf2.ant-input-number-sm input {
|
|
30800
|
-
height: 22px;
|
|
30801
|
-
border: 1px;
|
|
30802
|
-
padding: 2px 8px;
|
|
30803
|
-
}
|
|
30804
30775
|
|
|
30805
30776
|
.E_iouxfgt {
|
|
30806
30777
|
display: inline-flex;
|
|
@@ -30820,49 +30791,65 @@ html body {
|
|
|
30820
30791
|
animation: rotate 680ms linear infinite;
|
|
30821
30792
|
}
|
|
30822
30793
|
|
|
30823
|
-
.
|
|
30824
|
-
|
|
30825
|
-
line-height: 18px;
|
|
30826
|
-
padding: 0 4px;
|
|
30827
|
-
border-radius: 4px;
|
|
30828
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30829
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30830
|
-
display: flex;
|
|
30831
|
-
align-items: center;
|
|
30832
|
-
white-space: nowrap;
|
|
30833
|
-
margin-right: 4px;
|
|
30834
|
-
}
|
|
30835
|
-
|
|
30836
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30837
|
-
display: var(--a1wfy30z-0);
|
|
30794
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30795
|
+
display: var(--ai7qkf2-0);
|
|
30838
30796
|
}
|
|
30839
|
-
.
|
|
30840
|
-
padding: 4px 11px;
|
|
30797
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30841
30798
|
display: inline-flex;
|
|
30842
30799
|
line-height: 1.5715;
|
|
30843
|
-
height:
|
|
30800
|
+
height: 100%;
|
|
30801
|
+
width: 100%;
|
|
30844
30802
|
}
|
|
30845
|
-
.
|
|
30846
|
-
content: var(--
|
|
30847
|
-
display: var(--
|
|
30803
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30804
|
+
content: var(--ai7qkf2-1);
|
|
30805
|
+
display: var(--ai7qkf2-2);
|
|
30848
30806
|
flex: none;
|
|
30849
30807
|
align-items: center;
|
|
30850
30808
|
margin-left: 4px;
|
|
30809
|
+
padding: 5px 12px 5px 0;
|
|
30810
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30851
30811
|
}
|
|
30852
|
-
.
|
|
30853
|
-
content: var(--
|
|
30854
|
-
display: var(--
|
|
30812
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30813
|
+
content: var(--ai7qkf2-3);
|
|
30814
|
+
display: var(--ai7qkf2-4);
|
|
30855
30815
|
flex: none;
|
|
30856
30816
|
align-items: center;
|
|
30857
30817
|
margin-right: 4px;
|
|
30858
30818
|
cursor: auto;
|
|
30819
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30859
30820
|
}
|
|
30860
|
-
.
|
|
30861
|
-
|
|
30862
|
-
|
|
30863
|
-
|
|
30821
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30822
|
+
border-radius: 0;
|
|
30823
|
+
}
|
|
30824
|
+
.E_ai7qkf2.ant-input-number {
|
|
30825
|
+
width: 100%;
|
|
30826
|
+
border-radius: 6px;
|
|
30827
|
+
}
|
|
30828
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
30829
|
+
border-color: #0096ff;
|
|
30830
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30831
|
+
z-index: 1;
|
|
30832
|
+
}
|
|
30833
|
+
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
30834
|
+
border-color: #e75a3a;
|
|
30835
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30836
|
+
}
|
|
30837
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
30838
|
+
height: 30px;
|
|
30839
|
+
border: 1px;
|
|
30840
|
+
padding: 5px 12px;
|
|
30864
30841
|
font-size: inherit;
|
|
30865
30842
|
}
|
|
30843
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
30844
|
+
height: 38px;
|
|
30845
|
+
border: 1px;
|
|
30846
|
+
padding: 8px 16px;
|
|
30847
|
+
}
|
|
30848
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
30849
|
+
height: 22px;
|
|
30850
|
+
border: 1px;
|
|
30851
|
+
padding: 2px 8px;
|
|
30852
|
+
}
|
|
30866
30853
|
|
|
30867
30854
|
.E_atcz0kf .ant-input-suffix {
|
|
30868
30855
|
margin-left: 8px;
|
|
@@ -30880,6 +30867,19 @@ html body {
|
|
|
30880
30867
|
position: absolute;
|
|
30881
30868
|
}
|
|
30882
30869
|
|
|
30870
|
+
.E_i1inqkme {
|
|
30871
|
+
height: 18px;
|
|
30872
|
+
line-height: 18px;
|
|
30873
|
+
padding: 0 4px;
|
|
30874
|
+
border-radius: 4px;
|
|
30875
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30876
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30877
|
+
display: flex;
|
|
30878
|
+
align-items: center;
|
|
30879
|
+
white-space: nowrap;
|
|
30880
|
+
margin-right: 4px;
|
|
30881
|
+
}
|
|
30882
|
+
|
|
30883
30883
|
.E_cnujxq2 {
|
|
30884
30884
|
display: flex;
|
|
30885
30885
|
flex-direction: column;
|
|
@@ -32044,6 +32044,40 @@ input.E_rf8rlle.ant-input {
|
|
|
32044
32044
|
line-height: 12px;
|
|
32045
32045
|
}
|
|
32046
32046
|
|
|
32047
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32048
|
+
display: inline-flex;
|
|
32049
|
+
align-items: center;
|
|
32050
|
+
justify-content: center;
|
|
32051
|
+
color: #fff;
|
|
32052
|
+
font-weight: bold;
|
|
32053
|
+
font-size: 12px;
|
|
32054
|
+
width: 24px;
|
|
32055
|
+
height: 24px;
|
|
32056
|
+
border-radius: 50%;
|
|
32057
|
+
background: var(--a1b5xrg3-0);
|
|
32058
|
+
}
|
|
32059
|
+
.E_a1b5xrg3.btn-item {
|
|
32060
|
+
transition: all 160ms ease;
|
|
32061
|
+
cursor: pointer;
|
|
32062
|
+
width: 56px;
|
|
32063
|
+
height: 40px;
|
|
32064
|
+
display: inline-flex;
|
|
32065
|
+
align-items: center;
|
|
32066
|
+
justify-content: center;
|
|
32067
|
+
border-radius: 6px;
|
|
32068
|
+
}
|
|
32069
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32070
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32071
|
+
}
|
|
32072
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32073
|
+
transform: translateY(2px);
|
|
32074
|
+
transition: all 320ms ease;
|
|
32075
|
+
}
|
|
32076
|
+
|
|
32077
|
+
.E_m196gn1d {
|
|
32078
|
+
min-width: 1280px;
|
|
32079
|
+
}
|
|
32080
|
+
|
|
32047
32081
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32048
32082
|
border-radius: 6px;
|
|
32049
32083
|
}
|
|
@@ -32101,65 +32135,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32101
32135
|
transform: rotate(180deg);
|
|
32102
32136
|
}
|
|
32103
32137
|
|
|
32104
|
-
.E_m196gn1d {
|
|
32105
|
-
min-width: 1280px;
|
|
32106
|
-
}
|
|
32107
|
-
|
|
32108
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
32109
|
-
display: inline-flex;
|
|
32110
|
-
align-items: center;
|
|
32111
|
-
justify-content: center;
|
|
32112
|
-
color: #fff;
|
|
32113
|
-
font-weight: bold;
|
|
32114
|
-
font-size: 12px;
|
|
32115
|
-
width: 24px;
|
|
32116
|
-
height: 24px;
|
|
32117
|
-
border-radius: 50%;
|
|
32118
|
-
background: var(--a1b5xrg3-0);
|
|
32119
|
-
}
|
|
32120
|
-
.E_a1b5xrg3.btn-item {
|
|
32121
|
-
transition: all 160ms ease;
|
|
32122
|
-
cursor: pointer;
|
|
32123
|
-
width: 56px;
|
|
32124
|
-
height: 40px;
|
|
32125
|
-
display: inline-flex;
|
|
32126
|
-
align-items: center;
|
|
32127
|
-
justify-content: center;
|
|
32128
|
-
border-radius: 6px;
|
|
32129
|
-
}
|
|
32130
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32131
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32132
|
-
}
|
|
32133
|
-
.E_a1b5xrg3.btn-item:active {
|
|
32134
|
-
transform: translateY(2px);
|
|
32135
|
-
transition: all 320ms ease;
|
|
32136
|
-
}
|
|
32137
|
-
|
|
32138
|
-
.E_oa99sl3 {
|
|
32139
|
-
display: flex;
|
|
32140
|
-
justify-content: space-between;
|
|
32141
|
-
align-items: center;
|
|
32142
|
-
gap: 8px;
|
|
32143
|
-
}
|
|
32144
|
-
.E_oa99sl3,
|
|
32145
|
-
.E_oa99sl3 :first-child {
|
|
32146
|
-
line-height: inherit !important;
|
|
32147
|
-
}
|
|
32148
|
-
|
|
32149
|
-
.E_lvp5pj7 {
|
|
32150
|
-
display: flex;
|
|
32151
|
-
justify-content: space-between;
|
|
32152
|
-
align-items: center;
|
|
32153
|
-
gap: 8px;
|
|
32154
|
-
min-width: 0;
|
|
32155
|
-
}
|
|
32156
|
-
|
|
32157
|
-
.E_s1io1lws {
|
|
32158
|
-
display: flex;
|
|
32159
|
-
align-items: center;
|
|
32160
|
-
flex-shrink: 0;
|
|
32161
|
-
}
|
|
32162
|
-
|
|
32163
32138
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32164
32139
|
opacity: 1;
|
|
32165
32140
|
}
|
|
@@ -32287,6 +32262,31 @@ input.E_rf8rlle.ant-input {
|
|
|
32287
32262
|
color: rgba(0, 21, 64, 0.3);
|
|
32288
32263
|
}
|
|
32289
32264
|
|
|
32265
|
+
.E_oa99sl3 {
|
|
32266
|
+
display: flex;
|
|
32267
|
+
justify-content: space-between;
|
|
32268
|
+
align-items: center;
|
|
32269
|
+
gap: 8px;
|
|
32270
|
+
}
|
|
32271
|
+
.E_oa99sl3,
|
|
32272
|
+
.E_oa99sl3 :first-child {
|
|
32273
|
+
line-height: inherit !important;
|
|
32274
|
+
}
|
|
32275
|
+
|
|
32276
|
+
.E_lvp5pj7 {
|
|
32277
|
+
display: flex;
|
|
32278
|
+
justify-content: space-between;
|
|
32279
|
+
align-items: center;
|
|
32280
|
+
gap: 8px;
|
|
32281
|
+
min-width: 0;
|
|
32282
|
+
}
|
|
32283
|
+
|
|
32284
|
+
.E_s1io1lws {
|
|
32285
|
+
display: flex;
|
|
32286
|
+
align-items: center;
|
|
32287
|
+
flex-shrink: 0;
|
|
32288
|
+
}
|
|
32289
|
+
|
|
32290
32290
|
.E_w1dxz879 {
|
|
32291
32291
|
display: flex;
|
|
32292
32292
|
flex-direction: column;
|
|
@@ -32550,51 +32550,16 @@ input.E_rf8rlle.ant-input {
|
|
|
32550
32550
|
font-size: 14px;
|
|
32551
32551
|
}
|
|
32552
32552
|
|
|
32553
|
-
.
|
|
32554
|
-
|
|
32555
|
-
|
|
32556
|
-
|
|
32557
|
-
|
|
32558
|
-
|
|
32559
|
-
|
|
32560
|
-
|
|
32561
|
-
|
|
32562
|
-
|
|
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
|
-
.E_h12yihis {
|
|
32589
|
-
height: 50px;
|
|
32590
|
-
border-bottom: 2px solid #edf0f7;
|
|
32591
|
-
background: #fff;
|
|
32592
|
-
display: flex;
|
|
32593
|
-
justify-content: space-between;
|
|
32594
|
-
align-items: center;
|
|
32595
|
-
padding: 0 24px 0 14px;
|
|
32596
|
-
position: relative;
|
|
32597
|
-
z-index: 10;
|
|
32553
|
+
.E_h12yihis {
|
|
32554
|
+
height: 50px;
|
|
32555
|
+
border-bottom: 2px solid #edf0f7;
|
|
32556
|
+
background: #fff;
|
|
32557
|
+
display: flex;
|
|
32558
|
+
justify-content: space-between;
|
|
32559
|
+
align-items: center;
|
|
32560
|
+
padding: 0 24px 0 14px;
|
|
32561
|
+
position: relative;
|
|
32562
|
+
z-index: 10;
|
|
32598
32563
|
}
|
|
32599
32564
|
.E_h12yihis .left,
|
|
32600
32565
|
.E_h12yihis .right,
|
|
@@ -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
|
}
|
|
@@ -32962,1002 +32979,955 @@ input.E_rf8rlle.ant-input {
|
|
|
32962
32979
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32963
32980
|
}
|
|
32964
32981
|
|
|
32965
|
-
.
|
|
32966
|
-
|
|
32982
|
+
.E_sddwhm6 {
|
|
32983
|
+
margin: 0;
|
|
32984
|
+
border-radius: 20px;
|
|
32985
|
+
padding: 2px 10px;
|
|
32986
|
+
height: 22px;
|
|
32967
32987
|
}
|
|
32968
|
-
|
|
32969
|
-
.
|
|
32970
|
-
border-radius: 8px;
|
|
32971
|
-
background-color: white;
|
|
32988
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
32989
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32972
32990
|
}
|
|
32973
|
-
.
|
|
32974
|
-
|
|
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;
|
|
32975
32993
|
}
|
|
32976
|
-
.
|
|
32977
|
-
|
|
32978
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32979
|
-
transform: translateY(-4px);
|
|
32994
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
32995
|
+
color: #00122e;
|
|
32980
32996
|
}
|
|
32981
|
-
|
|
32982
|
-
|
|
32983
|
-
padding-left: 0;
|
|
32997
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32998
|
+
margin-right: 6px;
|
|
32984
32999
|
}
|
|
32985
|
-
.
|
|
32986
|
-
|
|
32987
|
-
|
|
32988
|
-
margin-right: 4px;
|
|
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);
|
|
32989
33003
|
}
|
|
32990
|
-
|
|
32991
|
-
.
|
|
32992
|
-
--item-min-width: 60px;
|
|
33004
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33005
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32993
33006
|
}
|
|
32994
|
-
.
|
|
32995
|
-
|
|
33007
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33008
|
+
background-color: #0080ff;
|
|
32996
33009
|
}
|
|
32997
|
-
.
|
|
32998
|
-
|
|
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);
|
|
32999
33012
|
}
|
|
33000
|
-
.
|
|
33001
|
-
color:
|
|
33013
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33014
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33002
33015
|
}
|
|
33003
|
-
.
|
|
33004
|
-
color: #
|
|
33005
|
-
font-weight: normal;
|
|
33016
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33017
|
+
background-color: #f0483e;
|
|
33006
33018
|
}
|
|
33007
|
-
.
|
|
33008
|
-
color: rgba(
|
|
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);
|
|
33009
33021
|
}
|
|
33010
|
-
.
|
|
33011
|
-
color:
|
|
33022
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33023
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33012
33024
|
}
|
|
33013
|
-
.
|
|
33014
|
-
|
|
33025
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33026
|
+
background-color: #fea008;
|
|
33015
33027
|
}
|
|
33016
|
-
.
|
|
33017
|
-
|
|
33018
|
-
white-space: nowrap;
|
|
33019
|
-
text-overflow: ellipsis;
|
|
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);
|
|
33020
33030
|
}
|
|
33021
|
-
|
|
33022
|
-
|
|
33023
|
-
min-width: var(--item-min-width);
|
|
33031
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33032
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33024
33033
|
}
|
|
33025
|
-
.
|
|
33026
|
-
|
|
33034
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33035
|
+
background-color: #00ba5d;
|
|
33027
33036
|
}
|
|
33028
|
-
.
|
|
33029
|
-
|
|
33030
|
-
justify-content: stretch;
|
|
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);
|
|
33031
33039
|
}
|
|
33032
|
-
.
|
|
33033
|
-
|
|
33034
|
-
margin-right: 4px;
|
|
33035
|
-
flex: 1;
|
|
33036
|
-
overflow: visible;
|
|
33040
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33041
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33037
33042
|
}
|
|
33038
|
-
.
|
|
33039
|
-
|
|
33040
|
-
min-height: unset;
|
|
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;
|
|
33041
33045
|
}
|
|
33042
|
-
.
|
|
33043
|
-
|
|
33044
|
-
line-height: 26px;
|
|
33045
|
-
width: 100%;
|
|
33046
|
-
padding: 0;
|
|
33047
|
-
font-size: 12px;
|
|
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);
|
|
33048
33048
|
}
|
|
33049
|
-
|
|
33050
|
-
|
|
33049
|
+
|
|
33050
|
+
.E_satwmqm {
|
|
33051
|
+
width: 8px;
|
|
33052
|
+
height: 8px;
|
|
33053
|
+
border-radius: 50%;
|
|
33054
|
+
display: inline-block;
|
|
33051
33055
|
}
|
|
33052
|
-
|
|
33053
|
-
|
|
33056
|
+
|
|
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;
|
|
33054
33063
|
}
|
|
33055
|
-
|
|
33056
|
-
|
|
33057
|
-
|
|
33058
|
-
|
|
33064
|
+
|
|
33065
|
+
button.E_l48ei06 {
|
|
33066
|
+
color: #0080FF;
|
|
33067
|
+
height: unset;
|
|
33059
33068
|
}
|
|
33060
|
-
.
|
|
33061
|
-
margin-right:
|
|
33069
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33070
|
+
margin-right: 4px;
|
|
33062
33071
|
}
|
|
33063
|
-
.
|
|
33064
|
-
|
|
33065
|
-
padding-left: 12px;
|
|
33066
|
-
border-radius: 0 4px 4px 0;
|
|
33072
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33073
|
+
margin-left: 4px;
|
|
33067
33074
|
}
|
|
33068
|
-
.
|
|
33069
|
-
|
|
33070
|
-
width: 0;
|
|
33071
|
-
height: 0;
|
|
33072
|
-
border: 13px solid transparent;
|
|
33073
|
-
position: absolute;
|
|
33074
|
-
top: 0;
|
|
33075
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33076
|
-
z-index: 2;
|
|
33077
|
-
position: relative;
|
|
33078
|
-
top: -50%;
|
|
33079
|
-
right: -100%;
|
|
33075
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33076
|
+
color: #009DFF;
|
|
33080
33077
|
}
|
|
33081
|
-
.
|
|
33082
|
-
|
|
33078
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33079
|
+
color: #005ED1;
|
|
33083
33080
|
}
|
|
33084
|
-
.
|
|
33085
|
-
|
|
33086
|
-
width: 0;
|
|
33087
|
-
height: 0;
|
|
33088
|
-
border: 13px solid transparent;
|
|
33089
|
-
position: absolute;
|
|
33090
|
-
top: 0;
|
|
33091
|
-
border-left: 8px solid #fff;
|
|
33092
|
-
left: 0;
|
|
33093
|
-
}
|
|
33094
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33095
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33096
|
-
}
|
|
33097
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33098
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33099
|
-
}
|
|
33100
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33101
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33102
|
-
}
|
|
33103
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33104
|
-
cursor: pointer;
|
|
33105
|
-
min-width: var(--item-min-width);
|
|
33106
|
-
}
|
|
33107
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33108
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33109
|
-
min-width: var(--item-min-width);
|
|
33110
|
-
}
|
|
33111
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33112
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33113
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33114
|
-
}
|
|
33115
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
33116
|
-
padding: 0;
|
|
33117
|
-
}
|
|
33118
|
-
|
|
33119
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
33120
|
-
width: 192px;
|
|
33121
|
-
row-gap: 2px;
|
|
33122
|
-
}
|
|
33123
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33124
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33081
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33082
|
+
color: #0080FF;
|
|
33125
33083
|
}
|
|
33126
|
-
.
|
|
33127
|
-
color: #
|
|
33084
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33085
|
+
color: #00122E;
|
|
33128
33086
|
}
|
|
33129
|
-
.
|
|
33130
|
-
|
|
33087
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33088
|
+
color: #0080FF;
|
|
33131
33089
|
}
|
|
33132
|
-
.
|
|
33133
|
-
|
|
33134
|
-
border-radius: 4px;
|
|
33135
|
-
height: 32px;
|
|
33136
|
-
display: flex;
|
|
33137
|
-
align-items: center;
|
|
33090
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33091
|
+
color: #005ED1;
|
|
33138
33092
|
}
|
|
33139
|
-
.
|
|
33140
|
-
|
|
33141
|
-
white-space: nowrap;
|
|
33093
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33094
|
+
color: #00122E;
|
|
33142
33095
|
}
|
|
33143
|
-
.
|
|
33144
|
-
|
|
33145
|
-
line-height: 20px;
|
|
33146
|
-
max-width: 100%;
|
|
33147
|
-
padding-right: 0;
|
|
33096
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33097
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33148
33098
|
}
|
|
33149
|
-
.
|
|
33150
|
-
|
|
33099
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33100
|
+
color: #0080FF;
|
|
33151
33101
|
}
|
|
33152
|
-
|
|
33153
|
-
|
|
33154
|
-
width: 100%;
|
|
33155
|
-
display: inline-flex;
|
|
33156
|
-
align-items: center;
|
|
33157
|
-
justify-content: center;
|
|
33158
|
-
column-gap: 4px;
|
|
33102
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33103
|
+
color: #005ED1;
|
|
33159
33104
|
}
|
|
33160
|
-
.
|
|
33161
|
-
|
|
33162
|
-
align-items: center;
|
|
33163
|
-
width: 18px;
|
|
33164
|
-
height: 18px;
|
|
33165
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33166
|
-
justify-content: center;
|
|
33105
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33106
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33167
33107
|
}
|
|
33168
33108
|
|
|
33169
|
-
.
|
|
33170
|
-
|
|
33171
|
-
display: flex;
|
|
33172
|
-
align-items: center;
|
|
33173
|
-
justify-content: center;
|
|
33174
|
-
column-gap: 6px;
|
|
33175
|
-
font-size: 13px;
|
|
33176
|
-
}
|
|
33177
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
33178
|
-
display: inline-flex;
|
|
33179
|
-
align-items: center;
|
|
33180
|
-
min-width: 20px;
|
|
33181
|
-
min-height: 20px;
|
|
33182
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33183
|
-
justify-content: center;
|
|
33109
|
+
.E_tc97u5y {
|
|
33110
|
+
height: 100%;
|
|
33184
33111
|
}
|
|
33185
33112
|
|
|
33186
|
-
.
|
|
33187
|
-
|
|
33188
|
-
|
|
33113
|
+
.E_efzf37v .ant-table-content,
|
|
33114
|
+
.E_efzf37v .ant-table-body {
|
|
33115
|
+
overflow: visible !important;
|
|
33116
|
+
height: 100%;
|
|
33189
33117
|
}
|
|
33190
|
-
|
|
33191
|
-
|
|
33192
|
-
padding: 2px 8px;
|
|
33193
|
-
height: 24px;
|
|
33118
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
33119
|
+
height: 100%;
|
|
33194
33120
|
}
|
|
33195
|
-
|
|
33196
|
-
|
|
33197
|
-
|
|
33121
|
+
.E_efzf37v table {
|
|
33122
|
+
width: 100% !important;
|
|
33123
|
+
height: 100%;
|
|
33198
33124
|
}
|
|
33199
|
-
|
|
33200
|
-
|
|
33201
|
-
margin-right: 4px;
|
|
33202
|
-
height: 16px;
|
|
33125
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33126
|
+
padding: 15px 0;
|
|
33203
33127
|
}
|
|
33204
|
-
|
|
33205
|
-
|
|
33206
|
-
font-weight: 700;
|
|
33207
|
-
color: #00122e;
|
|
33208
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33209
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33210
|
-
word-break: break-all;
|
|
33211
|
-
display: inline;
|
|
33212
|
-
white-space: normal;
|
|
33128
|
+
.E_efzf37v table thead.ant-table-thead {
|
|
33129
|
+
display: none;
|
|
33213
33130
|
}
|
|
33214
33131
|
|
|
33215
|
-
.
|
|
33216
|
-
|
|
33217
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33132
|
+
.E_t1fisho6 {
|
|
33133
|
+
height: 100%;
|
|
33218
33134
|
}
|
|
33219
|
-
|
|
33220
|
-
|
|
33221
|
-
|
|
33222
|
-
line-height: 32px;
|
|
33223
|
-
height: 32px;
|
|
33224
|
-
margin-bottom: 0;
|
|
33135
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
33136
|
+
padding-top: 6px;
|
|
33137
|
+
padding-bottom: 6px;
|
|
33225
33138
|
}
|
|
33226
|
-
.
|
|
33227
|
-
|
|
33139
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
33140
|
+
font-weight: 700;
|
|
33228
33141
|
}
|
|
33229
|
-
.
|
|
33230
|
-
|
|
33142
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
33143
|
+
font-weight: 700;
|
|
33231
33144
|
}
|
|
33232
|
-
.
|
|
33233
|
-
|
|
33145
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
33146
|
+
height: 100%;
|
|
33234
33147
|
}
|
|
33235
|
-
.
|
|
33236
|
-
|
|
33148
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
33149
|
+
height: 100%;
|
|
33150
|
+
overflow: visible;
|
|
33237
33151
|
}
|
|
33238
|
-
.
|
|
33239
|
-
|
|
33152
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
33153
|
+
max-height: none;
|
|
33240
33154
|
}
|
|
33241
|
-
|
|
33242
|
-
|
|
33243
|
-
margin-bottom: 0;
|
|
33244
|
-
color: #00122e;
|
|
33155
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
33156
|
+
background: transparent;
|
|
33245
33157
|
}
|
|
33246
|
-
|
|
33247
|
-
.
|
|
33248
|
-
|
|
33249
|
-
|
|
33158
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
33159
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
33160
|
+
background: #fff;
|
|
33161
|
+
padding: 0 !important;
|
|
33250
33162
|
}
|
|
33251
|
-
|
|
33252
|
-
.
|
|
33253
|
-
|
|
33254
|
-
|
|
33255
|
-
|
|
33256
|
-
|
|
33163
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
33164
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
33165
|
+
display: flex;
|
|
33166
|
+
align-items: center;
|
|
33167
|
+
height: 100%;
|
|
33168
|
+
padding: 8px;
|
|
33257
33169
|
}
|
|
33258
|
-
.
|
|
33259
|
-
|
|
33170
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
33171
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
33260
33172
|
overflow: hidden;
|
|
33261
33173
|
text-overflow: ellipsis;
|
|
33262
|
-
|
|
33174
|
+
width: 100%;
|
|
33263
33175
|
}
|
|
33264
|
-
|
|
33265
|
-
|
|
33266
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33267
|
-
border-radius: 8px;
|
|
33268
|
-
overflow: auto;
|
|
33176
|
+
.E_t1fisho6 .ant-table-container {
|
|
33177
|
+
height: 100%;
|
|
33269
33178
|
}
|
|
33270
|
-
.
|
|
33271
|
-
|
|
33179
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
33180
|
+
box-shadow: none !important;
|
|
33272
33181
|
}
|
|
33273
|
-
.
|
|
33182
|
+
.E_t1fisho6 div.ant-table {
|
|
33183
|
+
border-radius: 0px;
|
|
33184
|
+
border-left: none;
|
|
33185
|
+
border-right: none;
|
|
33274
33186
|
border-bottom: none;
|
|
33187
|
+
height: 100%;
|
|
33188
|
+
font-size: 12px;
|
|
33189
|
+
background: transparent;
|
|
33275
33190
|
}
|
|
33276
|
-
.
|
|
33277
|
-
position:
|
|
33278
|
-
|
|
33279
|
-
|
|
33280
|
-
|
|
33281
|
-
padding: 8px;
|
|
33282
|
-
flex-wrap: nowrap;
|
|
33283
|
-
justify-content: flex-start;
|
|
33284
|
-
background: #f2f5fa;
|
|
33285
|
-
font-size: 14px;
|
|
33286
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33287
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33288
|
-
}
|
|
33289
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33290
|
-
align-items: inherit;
|
|
33291
|
-
}
|
|
33292
|
-
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
33293
|
-
margin-bottom: 0;
|
|
33191
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
33192
|
+
position: relative;
|
|
33193
|
+
z-index: 3;
|
|
33194
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33195
|
+
margin-bottom: -1px;
|
|
33294
33196
|
}
|
|
33295
|
-
.
|
|
33296
|
-
|
|
33297
|
-
|
|
33298
|
-
align-items: flex-start;
|
|
33299
|
-
flex-wrap: wrap;
|
|
33300
|
-
padding: 8px;
|
|
33301
|
-
border: none;
|
|
33197
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
33198
|
+
.E_t1fisho6 div.ant-table .value {
|
|
33199
|
+
color: #2d3a56;
|
|
33302
33200
|
}
|
|
33303
|
-
.
|
|
33304
|
-
|
|
33305
|
-
margin: 12px 0 0;
|
|
33306
|
-
order: 99;
|
|
33201
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
33202
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
33307
33203
|
color: rgba(44, 56, 82, 0.6);
|
|
33308
33204
|
}
|
|
33309
|
-
.
|
|
33310
|
-
|
|
33311
|
-
|
|
33312
|
-
order: 98;
|
|
33313
|
-
margin: 12px 0 0;
|
|
33205
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
33206
|
+
position: unset;
|
|
33207
|
+
text-align: center;
|
|
33314
33208
|
}
|
|
33315
|
-
.
|
|
33316
|
-
background
|
|
33209
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
33210
|
+
background: #fff;
|
|
33317
33211
|
}
|
|
33318
|
-
.
|
|
33319
|
-
|
|
33212
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
33213
|
+
cursor: pointer;
|
|
33214
|
+
position: absolute;
|
|
33215
|
+
top: 50%;
|
|
33216
|
+
right: 12px;
|
|
33217
|
+
transform: translateY(-50%);
|
|
33320
33218
|
}
|
|
33321
|
-
.
|
|
33322
|
-
|
|
33323
|
-
|
|
33219
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
33220
|
+
box-shadow: none;
|
|
33221
|
+
width: 1px;
|
|
33222
|
+
background: rgba(213, 219, 227, 0.6);
|
|
33324
33223
|
}
|
|
33325
|
-
.
|
|
33326
|
-
|
|
33327
|
-
|
|
33224
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
33225
|
+
box-shadow: none;
|
|
33226
|
+
width: 1px;
|
|
33227
|
+
background: rgba(213, 219, 227, 0.6);
|
|
33328
33228
|
}
|
|
33329
|
-
.
|
|
33330
|
-
|
|
33229
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
33230
|
+
position: relative;
|
|
33331
33231
|
}
|
|
33332
|
-
.
|
|
33333
|
-
|
|
33232
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
33233
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33234
|
+
border-bottom: 1px solid white;
|
|
33235
|
+
height: 40px;
|
|
33236
|
+
vertical-align: middle;
|
|
33237
|
+
transition: background 0ms;
|
|
33238
|
+
color: #00122e;
|
|
33334
33239
|
}
|
|
33335
|
-
.
|
|
33336
|
-
|
|
33240
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
33241
|
+
background: #f2f5fa;
|
|
33242
|
+
border-bottom-color: #f2f5fa;
|
|
33337
33243
|
}
|
|
33338
|
-
.
|
|
33244
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link {
|
|
33245
|
+
height: auto;
|
|
33246
|
+
color: #00122e;
|
|
33247
|
+
font-size: 12px;
|
|
33339
33248
|
text-align: left;
|
|
33249
|
+
transition: none;
|
|
33250
|
+
overflow: hidden;
|
|
33251
|
+
text-overflow: ellipsis;
|
|
33252
|
+
white-space: nowrap;
|
|
33340
33253
|
}
|
|
33341
|
-
.
|
|
33342
|
-
|
|
33254
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link:hover {
|
|
33255
|
+
color: #0096ff;
|
|
33343
33256
|
}
|
|
33344
|
-
.
|
|
33345
|
-
|
|
33257
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link > span {
|
|
33258
|
+
overflow: hidden;
|
|
33259
|
+
text-overflow: ellipsis;
|
|
33260
|
+
width: 100%;
|
|
33261
|
+
vertical-align: middle;
|
|
33346
33262
|
}
|
|
33347
|
-
.
|
|
33348
|
-
|
|
33263
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
33264
|
+
line-height: 0px;
|
|
33349
33265
|
}
|
|
33350
|
-
.
|
|
33351
|
-
padding:
|
|
33352
|
-
width: 24px;
|
|
33353
|
-
height: 24px;
|
|
33354
|
-
overflow: hidden;
|
|
33266
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
33267
|
+
padding-right: 25px;
|
|
33355
33268
|
}
|
|
33356
|
-
.
|
|
33357
|
-
|
|
33269
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
33270
|
+
border-top-color: transparent;
|
|
33358
33271
|
}
|
|
33359
|
-
.
|
|
33360
|
-
|
|
33361
|
-
|
|
33272
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
33273
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33274
|
+
border-color: transparent transparent white;
|
|
33362
33275
|
}
|
|
33363
|
-
.
|
|
33364
|
-
|
|
33276
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
33277
|
+
border-radius: 8px 0 0 8px;
|
|
33365
33278
|
}
|
|
33366
|
-
.
|
|
33367
|
-
|
|
33368
|
-
border-radius: 5px;
|
|
33369
|
-
font-size: 12px;
|
|
33279
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
33280
|
+
border-radius: 8px 0 0 8px;
|
|
33370
33281
|
}
|
|
33371
|
-
.
|
|
33372
|
-
|
|
33282
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
33283
|
+
content: "";
|
|
33284
|
+
width: 4px;
|
|
33285
|
+
top: -1px;
|
|
33286
|
+
bottom: -1px;
|
|
33287
|
+
background: white;
|
|
33373
33288
|
}
|
|
33374
|
-
.
|
|
33375
|
-
|
|
33376
|
-
font-size: 12px;
|
|
33377
|
-
position: relative;
|
|
33289
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
33290
|
+
border-radius: 0 8px 8px 0;
|
|
33378
33291
|
}
|
|
33379
|
-
.
|
|
33380
|
-
border-
|
|
33292
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
33293
|
+
border-radius: 0;
|
|
33294
|
+
background: white;
|
|
33295
|
+
border-top: none;
|
|
33381
33296
|
}
|
|
33382
|
-
.
|
|
33383
|
-
|
|
33297
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
33298
|
+
border-top: 1px solid transparent;
|
|
33299
|
+
border-radius: 0 8px 8px 0;
|
|
33300
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33384
33301
|
}
|
|
33385
|
-
|
|
33386
|
-
|
|
33302
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
33303
|
+
background: white;
|
|
33304
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33305
|
+
}
|
|
33306
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
33387
33307
|
display: flex;
|
|
33388
33308
|
align-items: center;
|
|
33389
|
-
|
|
33309
|
+
height: 100%;
|
|
33310
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33390
33311
|
}
|
|
33391
|
-
.
|
|
33392
|
-
|
|
33393
|
-
|
|
33312
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
33313
|
+
background: white;
|
|
33314
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33394
33315
|
}
|
|
33395
|
-
.
|
|
33396
|
-
display:
|
|
33397
|
-
|
|
33398
|
-
|
|
33316
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
33317
|
+
display: flex;
|
|
33318
|
+
align-items: center;
|
|
33319
|
+
height: 100%;
|
|
33320
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33399
33321
|
}
|
|
33400
|
-
.
|
|
33401
|
-
|
|
33322
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
33323
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33402
33324
|
}
|
|
33403
|
-
|
|
33404
|
-
.
|
|
33405
|
-
|
|
33406
|
-
height: 24px;
|
|
33407
|
-
padding: 4px;
|
|
33408
|
-
margin-right: 8px;
|
|
33325
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
33326
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
33327
|
+
border-radius: 8px;
|
|
33409
33328
|
}
|
|
33410
|
-
|
|
33411
|
-
|
|
33412
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33413
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33414
|
-
font-size: 12px;
|
|
33415
|
-
line-height: 18px;
|
|
33416
|
-
height: 18px;
|
|
33329
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
33330
|
+
border-top-color: white;
|
|
33417
33331
|
}
|
|
33418
|
-
|
|
33419
|
-
|
|
33420
|
-
color:
|
|
33421
|
-
|
|
33332
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
33333
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33334
|
+
border-bottom-color: transparent;
|
|
33335
|
+
border-top-color: transparent;
|
|
33336
|
+
}
|
|
33337
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
33338
|
+
border-radius: 8px 0 0 8px;
|
|
33422
33339
|
}
|
|
33423
|
-
|
|
33424
|
-
|
|
33340
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
33341
|
+
border-radius: 0 8px 8px 0;
|
|
33425
33342
|
}
|
|
33426
|
-
|
|
33427
|
-
|
|
33343
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
33344
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33428
33345
|
}
|
|
33429
|
-
|
|
33430
|
-
|
|
33346
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
33347
|
+
background: #fff;
|
|
33348
|
+
font-weight: 400;
|
|
33349
|
+
position: relative;
|
|
33350
|
+
border-bottom: none;
|
|
33351
|
+
color: #00122e;
|
|
33352
|
+
transition: none;
|
|
33353
|
+
padding: 14px 8px 14px 8px;
|
|
33354
|
+
line-height: 20px;
|
|
33431
33355
|
}
|
|
33432
|
-
|
|
33433
|
-
|
|
33356
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
33357
|
+
content: "";
|
|
33358
|
+
width: 1px;
|
|
33359
|
+
top: 0;
|
|
33360
|
+
bottom: 0;
|
|
33361
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33362
|
+
position: absolute;
|
|
33363
|
+
right: 0;
|
|
33434
33364
|
}
|
|
33435
|
-
|
|
33436
|
-
|
|
33365
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
33366
|
+
padding: unset;
|
|
33437
33367
|
}
|
|
33438
|
-
|
|
33439
|
-
|
|
33368
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
33369
|
+
display: none;
|
|
33440
33370
|
}
|
|
33441
|
-
|
|
33442
|
-
|
|
33371
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
33372
|
+
width: 100%;
|
|
33373
|
+
overflow: hidden;
|
|
33374
|
+
white-space: nowrap;
|
|
33375
|
+
text-overflow: ellipsis;
|
|
33443
33376
|
}
|
|
33444
|
-
|
|
33445
|
-
|
|
33377
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
33378
|
+
overflow: hidden;
|
|
33379
|
+
text-overflow: ellipsis;
|
|
33380
|
+
flex: 1;
|
|
33446
33381
|
}
|
|
33447
|
-
|
|
33448
|
-
|
|
33382
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
33383
|
+
padding: 15px 25px 15px 8px;
|
|
33449
33384
|
}
|
|
33450
|
-
|
|
33451
|
-
|
|
33385
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
33386
|
+
padding: 0;
|
|
33452
33387
|
}
|
|
33453
|
-
|
|
33454
|
-
|
|
33388
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
33389
|
+
position: absolute;
|
|
33390
|
+
right: 6px;
|
|
33391
|
+
top: 50%;
|
|
33392
|
+
transform: translateY(-50%);
|
|
33393
|
+
height: 16px;
|
|
33394
|
+
display: none;
|
|
33395
|
+
transition: transform 320ms ease;
|
|
33455
33396
|
}
|
|
33456
|
-
|
|
33457
|
-
|
|
33397
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
33398
|
+
display: block;
|
|
33399
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
33458
33400
|
}
|
|
33459
|
-
|
|
33460
|
-
|
|
33401
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
33402
|
+
display: block;
|
|
33461
33403
|
}
|
|
33462
|
-
|
|
33463
|
-
|
|
33464
|
-
height: 100%;
|
|
33404
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
33405
|
+
display: none;
|
|
33465
33406
|
}
|
|
33466
|
-
|
|
33467
|
-
|
|
33468
|
-
.E_efzf37v .ant-table-body {
|
|
33469
|
-
overflow: visible !important;
|
|
33470
|
-
height: 100%;
|
|
33407
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
33408
|
+
transform: translateY(-50%);
|
|
33471
33409
|
}
|
|
33472
|
-
.
|
|
33473
|
-
|
|
33410
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
33411
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
33474
33412
|
}
|
|
33475
|
-
.
|
|
33476
|
-
|
|
33477
|
-
height: 100%;
|
|
33413
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
33414
|
+
background: #f2f5fa;
|
|
33478
33415
|
}
|
|
33479
|
-
.
|
|
33480
|
-
|
|
33416
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
33417
|
+
display: block;
|
|
33481
33418
|
}
|
|
33482
|
-
.
|
|
33483
|
-
|
|
33419
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
33420
|
+
padding-right: 25px;
|
|
33484
33421
|
}
|
|
33485
|
-
|
|
33486
|
-
|
|
33487
|
-
height: 100%;
|
|
33422
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
33423
|
+
padding: 0 !important;
|
|
33488
33424
|
}
|
|
33489
|
-
.E_t1fisho6 .ant-table.ant-table-
|
|
33490
|
-
|
|
33491
|
-
|
|
33425
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
33426
|
+
position: absolute;
|
|
33427
|
+
left: 50%;
|
|
33428
|
+
top: 50%;
|
|
33429
|
+
transform: translate(-50%, -50%);
|
|
33492
33430
|
}
|
|
33493
|
-
.E_t1fisho6 .
|
|
33494
|
-
|
|
33431
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
33432
|
+
display: none;
|
|
33495
33433
|
}
|
|
33496
|
-
.E_t1fisho6.
|
|
33497
|
-
|
|
33434
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
33435
|
+
background: #fff;
|
|
33498
33436
|
}
|
|
33499
|
-
.E_t1fisho6 .ant-
|
|
33500
|
-
|
|
33437
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
33438
|
+
background: inherit;
|
|
33501
33439
|
}
|
|
33502
|
-
.E_t1fisho6 .ant-
|
|
33503
|
-
|
|
33504
|
-
|
|
33440
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
33441
|
+
position: static;
|
|
33442
|
+
border: none;
|
|
33443
|
+
background: inherit !important;
|
|
33444
|
+
height: 100px;
|
|
33445
|
+
vertical-align: middle;
|
|
33505
33446
|
}
|
|
33506
|
-
.E_t1fisho6 .ant-
|
|
33507
|
-
|
|
33447
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
33448
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33449
|
+
font-weight: bold;
|
|
33450
|
+
font-size: 20px;
|
|
33451
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33508
33452
|
}
|
|
33509
|
-
.E_t1fisho6
|
|
33510
|
-
|
|
33453
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
33454
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
33455
|
+
z-index: 10;
|
|
33511
33456
|
}
|
|
33512
|
-
.E_t1fisho6
|
|
33513
|
-
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
33514
|
-
background: #fff;
|
|
33457
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
33515
33458
|
padding: 0 !important;
|
|
33459
|
+
position: relative;
|
|
33460
|
+
background: #fff;
|
|
33516
33461
|
}
|
|
33517
|
-
.E_t1fisho6
|
|
33518
|
-
|
|
33462
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
33463
|
+
height: 100%;
|
|
33519
33464
|
display: flex;
|
|
33520
33465
|
align-items: center;
|
|
33521
|
-
|
|
33522
|
-
padding: 8px;
|
|
33466
|
+
justify-content: flex-end;
|
|
33467
|
+
padding-right: 8px;
|
|
33523
33468
|
}
|
|
33524
|
-
.E_t1fisho6
|
|
33525
|
-
|
|
33526
|
-
|
|
33527
|
-
|
|
33528
|
-
|
|
33469
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
33470
|
+
width: 24px;
|
|
33471
|
+
height: 24px;
|
|
33472
|
+
cursor: pointer;
|
|
33473
|
+
justify-content: center;
|
|
33474
|
+
border-radius: 4px;
|
|
33529
33475
|
}
|
|
33530
|
-
.E_t1fisho6 .ant-table-
|
|
33531
|
-
|
|
33476
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
33477
|
+
background: #fff;
|
|
33532
33478
|
}
|
|
33533
|
-
|
|
33534
|
-
|
|
33479
|
+
|
|
33480
|
+
.E_r77hffu {
|
|
33481
|
+
display: flex;
|
|
33482
|
+
align-items: center;
|
|
33483
|
+
justify-content: space-between;
|
|
33484
|
+
column-gap: 6px;
|
|
33535
33485
|
}
|
|
33536
|
-
|
|
33537
|
-
|
|
33538
|
-
|
|
33539
|
-
|
|
33540
|
-
|
|
33541
|
-
|
|
33542
|
-
font-size: 12px;
|
|
33543
|
-
background: transparent;
|
|
33486
|
+
|
|
33487
|
+
.E_p1cmxsf7 {
|
|
33488
|
+
display: flex;
|
|
33489
|
+
flex-direction: column;
|
|
33490
|
+
justify-content: center;
|
|
33491
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33544
33492
|
}
|
|
33545
|
-
.
|
|
33546
|
-
|
|
33547
|
-
|
|
33548
|
-
|
|
33549
|
-
margin-bottom: -1px;
|
|
33493
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33494
|
+
font-size: 0;
|
|
33495
|
+
margin-bottom: unset;
|
|
33496
|
+
margin-inline-end: unset;
|
|
33550
33497
|
}
|
|
33551
|
-
|
|
33552
|
-
.
|
|
33553
|
-
|
|
33498
|
+
|
|
33499
|
+
.E_w7ob4th.outside-tag {
|
|
33500
|
+
padding-left: 0;
|
|
33554
33501
|
}
|
|
33555
|
-
.
|
|
33556
|
-
|
|
33557
|
-
|
|
33502
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33503
|
+
border-radius: 4px 0 0 4px;
|
|
33504
|
+
padding-right: 4px;
|
|
33505
|
+
margin-right: 4px;
|
|
33558
33506
|
}
|
|
33559
|
-
|
|
33560
|
-
|
|
33561
|
-
|
|
33507
|
+
|
|
33508
|
+
.E_i1g85yz3 {
|
|
33509
|
+
margin-right: 4px;
|
|
33510
|
+
height: 16px;
|
|
33562
33511
|
}
|
|
33563
|
-
|
|
33564
|
-
|
|
33512
|
+
|
|
33513
|
+
.E_t1dtlqs1 {
|
|
33514
|
+
margin-bottom: 4px;
|
|
33515
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33565
33516
|
}
|
|
33566
|
-
|
|
33567
|
-
|
|
33568
|
-
|
|
33569
|
-
|
|
33570
|
-
|
|
33571
|
-
|
|
33517
|
+
|
|
33518
|
+
.E_s1ese5oy {
|
|
33519
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33520
|
+
line-height: 32px;
|
|
33521
|
+
height: 32px;
|
|
33522
|
+
margin-bottom: 0;
|
|
33572
33523
|
}
|
|
33573
|
-
.
|
|
33574
|
-
|
|
33575
|
-
width: 1px;
|
|
33576
|
-
background: rgba(213, 219, 227, 0.6);
|
|
33524
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
33525
|
+
color: #0080ff;
|
|
33577
33526
|
}
|
|
33578
|
-
.
|
|
33579
|
-
|
|
33580
|
-
width: 1px;
|
|
33581
|
-
background: rgba(213, 219, 227, 0.6);
|
|
33527
|
+
.E_s1ese5oy.warning {
|
|
33528
|
+
color: #ffa500;
|
|
33582
33529
|
}
|
|
33583
|
-
.
|
|
33584
|
-
|
|
33530
|
+
.E_s1ese5oy.success {
|
|
33531
|
+
color: #00ba5d;
|
|
33585
33532
|
}
|
|
33586
|
-
.
|
|
33587
|
-
|
|
33588
|
-
border-bottom: 1px solid white;
|
|
33589
|
-
height: 40px;
|
|
33590
|
-
vertical-align: middle;
|
|
33591
|
-
transition: background 0ms;
|
|
33592
|
-
color: #00122e;
|
|
33533
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
33534
|
+
color: #f0483e;
|
|
33593
33535
|
}
|
|
33594
|
-
.
|
|
33595
|
-
|
|
33596
|
-
border-bottom-color: #f2f5fa;
|
|
33536
|
+
.E_s1ese5oy.normal {
|
|
33537
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33597
33538
|
}
|
|
33598
|
-
|
|
33599
|
-
|
|
33539
|
+
|
|
33540
|
+
.E_b1ibis43 {
|
|
33541
|
+
margin-bottom: 0;
|
|
33600
33542
|
color: #00122e;
|
|
33601
|
-
font-size: 12px;
|
|
33602
|
-
text-align: left;
|
|
33603
|
-
transition: none;
|
|
33604
|
-
overflow: hidden;
|
|
33605
|
-
text-overflow: ellipsis;
|
|
33606
|
-
white-space: nowrap;
|
|
33607
33543
|
}
|
|
33608
|
-
|
|
33609
|
-
|
|
33544
|
+
|
|
33545
|
+
.E_b11xxjd2 {
|
|
33546
|
+
line-height: 32px;
|
|
33547
|
+
margin-right: 6px;
|
|
33610
33548
|
}
|
|
33611
|
-
|
|
33549
|
+
|
|
33550
|
+
.E_bsub5bw.with-description {
|
|
33551
|
+
height: 24px;
|
|
33552
|
+
flex: 1;
|
|
33553
|
+
position: relative;
|
|
33554
|
+
top: -7px;
|
|
33555
|
+
}
|
|
33556
|
+
.E_bsub5bw p {
|
|
33557
|
+
width: 100%;
|
|
33612
33558
|
overflow: hidden;
|
|
33613
33559
|
text-overflow: ellipsis;
|
|
33614
|
-
|
|
33615
|
-
vertical-align: middle;
|
|
33616
|
-
}
|
|
33617
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
33618
|
-
line-height: 0px;
|
|
33560
|
+
white-space: nowrap;
|
|
33619
33561
|
}
|
|
33620
|
-
|
|
33621
|
-
|
|
33562
|
+
|
|
33563
|
+
.E_tmoyoag {
|
|
33564
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33565
|
+
border-radius: 8px;
|
|
33566
|
+
overflow: auto;
|
|
33622
33567
|
}
|
|
33623
|
-
.
|
|
33624
|
-
|
|
33568
|
+
.E_tmoyoag .ant-list {
|
|
33569
|
+
position: relative;
|
|
33625
33570
|
}
|
|
33626
|
-
.
|
|
33627
|
-
|
|
33628
|
-
border-color: transparent transparent white;
|
|
33571
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
33572
|
+
border-bottom: none;
|
|
33629
33573
|
}
|
|
33630
|
-
.
|
|
33631
|
-
|
|
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);
|
|
33632
33586
|
}
|
|
33633
|
-
.
|
|
33634
|
-
|
|
33587
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33588
|
+
align-items: inherit;
|
|
33635
33589
|
}
|
|
33636
|
-
.
|
|
33637
|
-
|
|
33638
|
-
width: 4px;
|
|
33639
|
-
top: -1px;
|
|
33640
|
-
bottom: -1px;
|
|
33641
|
-
background: white;
|
|
33590
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
33591
|
+
margin-bottom: 0;
|
|
33642
33592
|
}
|
|
33643
|
-
.
|
|
33644
|
-
|
|
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;
|
|
33645
33600
|
}
|
|
33646
|
-
.
|
|
33647
|
-
|
|
33648
|
-
|
|
33649
|
-
|
|
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);
|
|
33650
33606
|
}
|
|
33651
|
-
.
|
|
33652
|
-
|
|
33653
|
-
|
|
33654
|
-
|
|
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;
|
|
33655
33612
|
}
|
|
33656
|
-
.
|
|
33657
|
-
background:
|
|
33658
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33613
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
33614
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33659
33615
|
}
|
|
33660
|
-
.
|
|
33661
|
-
|
|
33662
|
-
align-items: center;
|
|
33663
|
-
height: 100%;
|
|
33664
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33616
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
33617
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33665
33618
|
}
|
|
33666
|
-
.
|
|
33667
|
-
|
|
33668
|
-
|
|
33619
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
33620
|
+
flex: 1 0 0;
|
|
33621
|
+
overflow: hidden;
|
|
33669
33622
|
}
|
|
33670
|
-
.
|
|
33671
|
-
|
|
33672
|
-
|
|
33673
|
-
height: 100%;
|
|
33674
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33623
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
33624
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33625
|
+
margin: 0;
|
|
33675
33626
|
}
|
|
33676
|
-
.
|
|
33677
|
-
|
|
33627
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
33628
|
+
text-align: center;
|
|
33678
33629
|
}
|
|
33679
|
-
.
|
|
33680
|
-
|
|
33681
|
-
border-radius: 8px;
|
|
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;
|
|
33682
33632
|
}
|
|
33683
|
-
.
|
|
33684
|
-
|
|
33633
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
33634
|
+
text-align: left;
|
|
33685
33635
|
}
|
|
33686
|
-
.
|
|
33687
|
-
|
|
33688
|
-
border-bottom-color: transparent;
|
|
33689
|
-
border-top-color: transparent;
|
|
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;
|
|
33690
33638
|
}
|
|
33691
|
-
.
|
|
33692
|
-
|
|
33639
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
33640
|
+
text-align: right;
|
|
33693
33641
|
}
|
|
33694
|
-
.
|
|
33695
|
-
|
|
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;
|
|
33696
33644
|
}
|
|
33697
|
-
.
|
|
33698
|
-
|
|
33645
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
33646
|
+
margin-right: 8px;
|
|
33699
33647
|
}
|
|
33700
|
-
.
|
|
33701
|
-
|
|
33702
|
-
|
|
33703
|
-
|
|
33704
|
-
|
|
33705
|
-
color: #00122e;
|
|
33706
|
-
transition: none;
|
|
33707
|
-
padding: 14px 8px 14px 8px;
|
|
33708
|
-
line-height: 20px;
|
|
33648
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
33649
|
+
padding: 4px;
|
|
33650
|
+
width: 24px;
|
|
33651
|
+
height: 24px;
|
|
33652
|
+
overflow: hidden;
|
|
33709
33653
|
}
|
|
33710
|
-
.
|
|
33711
|
-
|
|
33712
|
-
width: 1px;
|
|
33713
|
-
top: 0;
|
|
33714
|
-
bottom: 0;
|
|
33715
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33716
|
-
position: absolute;
|
|
33717
|
-
right: 0;
|
|
33654
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33655
|
+
padding: 0;
|
|
33718
33656
|
}
|
|
33719
|
-
.
|
|
33720
|
-
|
|
33657
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33658
|
+
cursor: not-allowed;
|
|
33659
|
+
opacity: 0.5;
|
|
33721
33660
|
}
|
|
33722
|
-
.
|
|
33723
|
-
|
|
33661
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33662
|
+
margin: 0;
|
|
33724
33663
|
}
|
|
33725
|
-
.
|
|
33726
|
-
|
|
33727
|
-
|
|
33728
|
-
|
|
33729
|
-
text-overflow: ellipsis;
|
|
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;
|
|
33730
33668
|
}
|
|
33731
|
-
.
|
|
33732
|
-
|
|
33733
|
-
text-overflow: ellipsis;
|
|
33734
|
-
flex: 1;
|
|
33669
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33670
|
+
font-size: inherit;
|
|
33735
33671
|
}
|
|
33736
|
-
.
|
|
33737
|
-
|
|
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;
|
|
33738
33676
|
}
|
|
33739
|
-
.
|
|
33740
|
-
|
|
33677
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33678
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33741
33679
|
}
|
|
33742
|
-
.
|
|
33743
|
-
|
|
33744
|
-
right: 6px;
|
|
33745
|
-
top: 50%;
|
|
33746
|
-
transform: translateY(-50%);
|
|
33747
|
-
height: 16px;
|
|
33748
|
-
display: none;
|
|
33749
|
-
transition: transform 320ms ease;
|
|
33680
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33681
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33750
33682
|
}
|
|
33751
|
-
|
|
33752
|
-
|
|
33753
|
-
|
|
33683
|
+
|
|
33684
|
+
.E_a138syjm {
|
|
33685
|
+
display: flex;
|
|
33686
|
+
align-items: center;
|
|
33687
|
+
margin-top: 8px;
|
|
33754
33688
|
}
|
|
33755
|
-
.
|
|
33756
|
-
|
|
33689
|
+
.E_a138syjm button.ant-btn {
|
|
33690
|
+
padding: 2px 8px;
|
|
33691
|
+
height: 24px;
|
|
33757
33692
|
}
|
|
33758
|
-
.
|
|
33693
|
+
.E_a138syjm > span.maximum-desc {
|
|
33759
33694
|
display: none;
|
|
33695
|
+
margin-left: 8px;
|
|
33696
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33760
33697
|
}
|
|
33761
|
-
.
|
|
33762
|
-
|
|
33698
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
33699
|
+
display: inline;
|
|
33763
33700
|
}
|
|
33764
|
-
|
|
33765
|
-
|
|
33701
|
+
|
|
33702
|
+
.E_d77i8u0 {
|
|
33703
|
+
width: 24px;
|
|
33704
|
+
height: 24px;
|
|
33705
|
+
padding: 4px;
|
|
33706
|
+
margin-right: 8px;
|
|
33766
33707
|
}
|
|
33767
|
-
|
|
33768
|
-
|
|
33708
|
+
|
|
33709
|
+
.E_sjob3jg {
|
|
33710
|
+
--item-min-width: 60px;
|
|
33769
33711
|
}
|
|
33770
|
-
.
|
|
33771
|
-
display:
|
|
33712
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33713
|
+
display: none !important;
|
|
33772
33714
|
}
|
|
33773
|
-
.
|
|
33774
|
-
|
|
33715
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33716
|
+
flex-shrink: 0 !important;
|
|
33775
33717
|
}
|
|
33776
|
-
.
|
|
33777
|
-
|
|
33718
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33719
|
+
color: #0080ff;
|
|
33778
33720
|
}
|
|
33779
|
-
.
|
|
33780
|
-
|
|
33781
|
-
|
|
33782
|
-
top: 50%;
|
|
33783
|
-
transform: translate(-50%, -50%);
|
|
33721
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33722
|
+
color: #0080ff;
|
|
33723
|
+
font-weight: normal;
|
|
33784
33724
|
}
|
|
33785
|
-
.
|
|
33786
|
-
|
|
33725
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
33726
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33787
33727
|
}
|
|
33788
|
-
.
|
|
33789
|
-
|
|
33728
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33729
|
+
color: #00122e;
|
|
33790
33730
|
}
|
|
33791
|
-
.
|
|
33792
|
-
|
|
33731
|
+
.E_sjob3jg .step-item-text {
|
|
33732
|
+
display: inline-block;
|
|
33793
33733
|
}
|
|
33794
|
-
.
|
|
33795
|
-
|
|
33796
|
-
|
|
33797
|
-
|
|
33798
|
-
height: 100px;
|
|
33799
|
-
vertical-align: middle;
|
|
33734
|
+
.E_sjob3jg .step-item-title {
|
|
33735
|
+
overflow: hidden;
|
|
33736
|
+
white-space: nowrap;
|
|
33737
|
+
text-overflow: ellipsis;
|
|
33800
33738
|
}
|
|
33801
|
-
|
|
33802
|
-
.
|
|
33803
|
-
|
|
33804
|
-
font-size: 20px;
|
|
33805
|
-
color: rgba(10, 37, 85, 0.6);
|
|
33739
|
+
|
|
33740
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
33741
|
+
min-width: var(--item-min-width);
|
|
33806
33742
|
}
|
|
33807
|
-
.
|
|
33808
|
-
|
|
33809
|
-
z-index: 10;
|
|
33743
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33744
|
+
cursor: not-allowed !important;
|
|
33810
33745
|
}
|
|
33811
|
-
.
|
|
33812
|
-
|
|
33813
|
-
|
|
33814
|
-
background: #fff;
|
|
33746
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33747
|
+
flex-direction: row;
|
|
33748
|
+
justify-content: stretch;
|
|
33815
33749
|
}
|
|
33816
|
-
.
|
|
33817
|
-
|
|
33818
|
-
|
|
33819
|
-
|
|
33820
|
-
|
|
33821
|
-
padding-right: 8px;
|
|
33750
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33751
|
+
padding: 0;
|
|
33752
|
+
margin-right: 4px;
|
|
33753
|
+
flex: 1;
|
|
33754
|
+
overflow: visible;
|
|
33822
33755
|
}
|
|
33823
|
-
.
|
|
33824
|
-
width:
|
|
33825
|
-
height:
|
|
33826
|
-
cursor: pointer;
|
|
33827
|
-
justify-content: center;
|
|
33828
|
-
border-radius: 4px;
|
|
33756
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33757
|
+
width: 100%;
|
|
33758
|
+
min-height: unset;
|
|
33829
33759
|
}
|
|
33830
|
-
.
|
|
33831
|
-
|
|
33760
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33761
|
+
height: 26px;
|
|
33762
|
+
line-height: 26px;
|
|
33763
|
+
width: 100%;
|
|
33764
|
+
padding: 0;
|
|
33765
|
+
font-size: 12px;
|
|
33832
33766
|
}
|
|
33833
|
-
|
|
33834
|
-
|
|
33835
|
-
margin: 0;
|
|
33836
|
-
border-radius: 20px;
|
|
33837
|
-
padding: 2px 10px;
|
|
33838
|
-
height: 22px;
|
|
33767
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33768
|
+
margin-right: 10px;
|
|
33839
33769
|
}
|
|
33840
|
-
.
|
|
33841
|
-
|
|
33770
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33771
|
+
display: none;
|
|
33842
33772
|
}
|
|
33843
|
-
.
|
|
33844
|
-
|
|
33773
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33774
|
+
padding-left: 8px;
|
|
33775
|
+
padding-right: 4px;
|
|
33776
|
+
border-radius: 4px 0 0 4px;
|
|
33845
33777
|
}
|
|
33846
|
-
.
|
|
33847
|
-
|
|
33778
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33779
|
+
margin-right: 0;
|
|
33848
33780
|
}
|
|
33849
|
-
.
|
|
33850
|
-
|
|
33781
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33782
|
+
padding-right: 8px;
|
|
33783
|
+
padding-left: 12px;
|
|
33784
|
+
border-radius: 0 4px 4px 0;
|
|
33851
33785
|
}
|
|
33852
|
-
.
|
|
33853
|
-
|
|
33854
|
-
|
|
33786
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
33787
|
+
content: "";
|
|
33788
|
+
width: 0;
|
|
33789
|
+
height: 0;
|
|
33790
|
+
border: 13px solid transparent;
|
|
33791
|
+
position: absolute;
|
|
33792
|
+
top: 0;
|
|
33793
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33794
|
+
z-index: 2;
|
|
33795
|
+
position: relative;
|
|
33796
|
+
top: -50%;
|
|
33797
|
+
right: -100%;
|
|
33855
33798
|
}
|
|
33856
|
-
.
|
|
33857
|
-
|
|
33799
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33800
|
+
padding: 0 4px 0 12px;
|
|
33858
33801
|
}
|
|
33859
|
-
.
|
|
33860
|
-
|
|
33802
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
33803
|
+
content: "";
|
|
33804
|
+
width: 0;
|
|
33805
|
+
height: 0;
|
|
33806
|
+
border: 13px solid transparent;
|
|
33807
|
+
position: absolute;
|
|
33808
|
+
top: 0;
|
|
33809
|
+
border-left: 8px solid #fff;
|
|
33810
|
+
left: 0;
|
|
33861
33811
|
}
|
|
33862
|
-
.
|
|
33863
|
-
|
|
33812
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33813
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33864
33814
|
}
|
|
33865
|
-
.
|
|
33866
|
-
background-color: rgba(
|
|
33815
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33816
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33867
33817
|
}
|
|
33868
|
-
.
|
|
33869
|
-
|
|
33818
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33819
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33870
33820
|
}
|
|
33871
|
-
.
|
|
33872
|
-
|
|
33821
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33822
|
+
cursor: pointer;
|
|
33823
|
+
min-width: var(--item-min-width);
|
|
33873
33824
|
}
|
|
33874
|
-
.
|
|
33875
|
-
|
|
33825
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33826
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33827
|
+
min-width: var(--item-min-width);
|
|
33876
33828
|
}
|
|
33877
|
-
.
|
|
33878
|
-
|
|
33829
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33830
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33831
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33879
33832
|
}
|
|
33880
|
-
.
|
|
33881
|
-
|
|
33833
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
33834
|
+
padding: 0;
|
|
33882
33835
|
}
|
|
33883
|
-
|
|
33884
|
-
|
|
33836
|
+
|
|
33837
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
33838
|
+
width: 192px;
|
|
33839
|
+
row-gap: 2px;
|
|
33885
33840
|
}
|
|
33886
|
-
.
|
|
33887
|
-
background-color:
|
|
33841
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33842
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33888
33843
|
}
|
|
33889
|
-
.
|
|
33890
|
-
|
|
33844
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
33845
|
+
color: #00122e !important;
|
|
33891
33846
|
}
|
|
33892
|
-
.
|
|
33847
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
33893
33848
|
background-color: rgba(225, 230, 241, 0.6);
|
|
33894
33849
|
}
|
|
33895
|
-
.
|
|
33896
|
-
|
|
33850
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33851
|
+
padding: 0 8px;
|
|
33852
|
+
border-radius: 4px;
|
|
33853
|
+
height: 32px;
|
|
33854
|
+
display: flex;
|
|
33855
|
+
align-items: center;
|
|
33897
33856
|
}
|
|
33898
|
-
.
|
|
33899
|
-
|
|
33857
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33858
|
+
min-height: auto;
|
|
33859
|
+
white-space: nowrap;
|
|
33860
|
+
}
|
|
33861
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33862
|
+
font-size: 13px;
|
|
33863
|
+
line-height: 20px;
|
|
33864
|
+
max-width: 100%;
|
|
33865
|
+
padding-right: 0;
|
|
33866
|
+
}
|
|
33867
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33868
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33900
33869
|
}
|
|
33901
33870
|
|
|
33902
|
-
.
|
|
33903
|
-
width:
|
|
33904
|
-
|
|
33905
|
-
|
|
33906
|
-
|
|
33871
|
+
.E_h6l1tj4 {
|
|
33872
|
+
width: 100%;
|
|
33873
|
+
display: inline-flex;
|
|
33874
|
+
align-items: center;
|
|
33875
|
+
justify-content: center;
|
|
33876
|
+
column-gap: 4px;
|
|
33907
33877
|
}
|
|
33908
|
-
|
|
33909
|
-
|
|
33910
|
-
|
|
33911
|
-
|
|
33878
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
33879
|
+
display: inline-flex;
|
|
33880
|
+
align-items: center;
|
|
33881
|
+
width: 18px;
|
|
33882
|
+
height: 18px;
|
|
33883
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33884
|
+
justify-content: center;
|
|
33912
33885
|
}
|
|
33913
33886
|
|
|
33914
|
-
.
|
|
33887
|
+
.E_v18frne8 {
|
|
33888
|
+
width: 100%;
|
|
33915
33889
|
display: flex;
|
|
33916
33890
|
align-items: center;
|
|
33917
|
-
justify-content:
|
|
33891
|
+
justify-content: center;
|
|
33918
33892
|
column-gap: 6px;
|
|
33893
|
+
font-size: 13px;
|
|
33919
33894
|
}
|
|
33920
|
-
|
|
33921
|
-
|
|
33922
|
-
|
|
33923
|
-
|
|
33895
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
33896
|
+
display: inline-flex;
|
|
33897
|
+
align-items: center;
|
|
33898
|
+
min-width: 20px;
|
|
33899
|
+
min-height: 20px;
|
|
33900
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33924
33901
|
justify-content: center;
|
|
33925
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33926
33902
|
}
|
|
33927
|
-
|
|
33928
|
-
|
|
33929
|
-
|
|
33930
|
-
|
|
33903
|
+
|
|
33904
|
+
.E_slr2ynn {
|
|
33905
|
+
padding: 0 8px;
|
|
33906
|
+
height: 18px;
|
|
33931
33907
|
}
|
|
33932
33908
|
|
|
33933
|
-
.
|
|
33934
|
-
|
|
33909
|
+
.E_m140wbb6 {
|
|
33910
|
+
padding: 2px 8px;
|
|
33911
|
+
height: 24px;
|
|
33935
33912
|
}
|
|
33936
|
-
|
|
33937
|
-
|
|
33938
|
-
|
|
33939
|
-
display: flex;
|
|
33913
|
+
|
|
33914
|
+
.E_t1fozc1i {
|
|
33915
|
+
margin: 0;
|
|
33940
33916
|
}
|
|
33941
|
-
|
|
33917
|
+
|
|
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 {
|
|
@@ -34028,6 +33998,36 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34028
33998
|
flex: 1;
|
|
34029
33999
|
}
|
|
34030
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);
|
|
34013
|
+
border-radius: 2px;
|
|
34014
|
+
}
|
|
34015
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34016
|
+
width: 16px;
|
|
34017
|
+
}
|
|
34018
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
34019
|
+
flex: 1;
|
|
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
|
+
|
|
34031
34031
|
.E_t1gvlxt5 {
|
|
34032
34032
|
min-width: 0;
|
|
34033
34033
|
flex: 1;
|
|
@@ -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%;
|
|
@@ -34581,18 +34581,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34581
34581
|
color: #00122e;
|
|
34582
34582
|
}
|
|
34583
34583
|
|
|
34584
|
-
.E_i14c7jc8 {
|
|
34585
|
-
color: var(--i14c7jc8-0);
|
|
34586
|
-
}
|
|
34587
|
-
|
|
34588
|
-
.E_i1ibuolf {
|
|
34589
|
-
display: flex;
|
|
34590
|
-
align-items: center;
|
|
34591
|
-
column-gap: 4px;
|
|
34592
|
-
font-size: 12px;
|
|
34593
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34594
|
-
}
|
|
34595
|
-
|
|
34596
34584
|
.E_d1u4ndxc {
|
|
34597
34585
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34598
34586
|
font-size: 12px;
|
|
@@ -34624,6 +34612,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34624
34612
|
}
|
|
34625
34613
|
}
|
|
34626
34614
|
|
|
34615
|
+
.E_i14c7jc8 {
|
|
34616
|
+
color: var(--i14c7jc8-0);
|
|
34617
|
+
}
|
|
34618
|
+
|
|
34619
|
+
.E_i1ibuolf {
|
|
34620
|
+
display: flex;
|
|
34621
|
+
align-items: center;
|
|
34622
|
+
column-gap: 4px;
|
|
34623
|
+
font-size: 12px;
|
|
34624
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34625
|
+
}
|
|
34626
|
+
|
|
34627
34627
|
.E_s1ebs0ra {
|
|
34628
34628
|
display: flex;
|
|
34629
34629
|
align-items: center;
|
|
@@ -34685,25 +34685,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34685
34685
|
background: #fff;
|
|
34686
34686
|
}
|
|
34687
34687
|
|
|
34688
|
-
.E_n12mqh7z {
|
|
34689
|
-
display: flex;
|
|
34690
|
-
align-items: center;
|
|
34691
|
-
font-size: 12px;
|
|
34692
|
-
line-height: 18px;
|
|
34693
|
-
}
|
|
34694
|
-
.E_n12mqh7z:not(:last-child) {
|
|
34695
|
-
margin-bottom: 4px;
|
|
34696
|
-
}
|
|
34697
|
-
|
|
34698
|
-
.E_tf5bynu {
|
|
34699
|
-
margin: 0 3px;
|
|
34700
|
-
}
|
|
34701
|
-
|
|
34702
|
-
.E_tcckoz1 {
|
|
34703
|
-
max-height: 400px;
|
|
34704
|
-
overflow: auto;
|
|
34705
|
-
}
|
|
34706
|
-
|
|
34707
34688
|
.E_clm1wy1 {
|
|
34708
34689
|
width: 192px;
|
|
34709
34690
|
height: 246px;
|
|
@@ -34785,57 +34766,16 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34785
34766
|
width: 2px;
|
|
34786
34767
|
height: 2px;
|
|
34787
34768
|
border-radius: 1px;
|
|
34788
|
-
background: #0096ff;
|
|
34789
|
-
}
|
|
34790
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
34791
|
-
margin-right: 2px;
|
|
34792
|
-
}
|
|
34793
|
-
.E_cxhf7dh .bar {
|
|
34794
|
-
width: 9px;
|
|
34795
|
-
height: 2px;
|
|
34796
|
-
background: #0096ff;
|
|
34797
|
-
border-radius: 2px;
|
|
34798
|
-
}
|
|
34799
|
-
|
|
34800
|
-
.E_ou7iq30 {
|
|
34801
|
-
overflow: hidden;
|
|
34802
|
-
text-overflow: ellipsis;
|
|
34803
|
-
}
|
|
34804
|
-
|
|
34805
|
-
.E_s1tui002 {
|
|
34806
|
-
white-space: nowrap;
|
|
34807
|
-
}
|
|
34808
|
-
|
|
34809
|
-
.E_mxrc2zg {
|
|
34810
|
-
display: -webkit-box;
|
|
34811
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
34812
|
-
-webkit-box-orient: vertical;
|
|
34813
|
-
word-break: break-all;
|
|
34814
|
-
}
|
|
34815
|
-
|
|
34816
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
34817
|
-
display: none;
|
|
34818
|
-
}
|
|
34819
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
34820
|
-
background: rgba(23, 38, 64, 0.8);
|
|
34821
|
-
border-radius: 4px;
|
|
34822
|
-
}
|
|
34823
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
34824
|
-
visibility: hidden;
|
|
34825
|
-
}
|
|
34826
|
-
|
|
34827
|
-
span.E_tqjc4ui {
|
|
34828
|
-
margin: 0 2px;
|
|
34829
|
-
}
|
|
34830
|
-
|
|
34831
|
-
.E_gmyahx3 {
|
|
34832
|
-
cursor: pointer;
|
|
34769
|
+
background: #0096ff;
|
|
34833
34770
|
}
|
|
34834
|
-
.
|
|
34835
|
-
|
|
34771
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
34772
|
+
margin-right: 2px;
|
|
34836
34773
|
}
|
|
34837
|
-
.
|
|
34838
|
-
|
|
34774
|
+
.E_cxhf7dh .bar {
|
|
34775
|
+
width: 9px;
|
|
34776
|
+
height: 2px;
|
|
34777
|
+
background: #0096ff;
|
|
34778
|
+
border-radius: 2px;
|
|
34839
34779
|
}
|
|
34840
34780
|
|
|
34841
34781
|
.E_c18bcrac {
|
|
@@ -34885,127 +34825,6 @@ span.E_tqjc4ui {
|
|
|
34885
34825
|
margin-right: 4px;
|
|
34886
34826
|
}
|
|
34887
34827
|
|
|
34888
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
34889
|
-
display: flex;
|
|
34890
|
-
align-items: center;
|
|
34891
|
-
}
|
|
34892
|
-
.E_s1iv0tp1 .enabled-text {
|
|
34893
|
-
margin-right: 8px;
|
|
34894
|
-
}
|
|
34895
|
-
|
|
34896
|
-
.E_t1sqg15u {
|
|
34897
|
-
background: white;
|
|
34898
|
-
}
|
|
34899
|
-
.E_t1sqg15u.inline .table-row {
|
|
34900
|
-
flex-direction: column;
|
|
34901
|
-
}
|
|
34902
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
34903
|
-
padding: 0 16px 7px 0;
|
|
34904
|
-
}
|
|
34905
|
-
.E_t1sqg15u.has-border .table-header {
|
|
34906
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34907
|
-
}
|
|
34908
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
34909
|
-
border-top: none !important;
|
|
34910
|
-
}
|
|
34911
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
34912
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
34913
|
-
}
|
|
34914
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
34915
|
-
padding-bottom: 0;
|
|
34916
|
-
}
|
|
34917
|
-
.E_t1sqg15u.align-right .content {
|
|
34918
|
-
text-align: right;
|
|
34919
|
-
}
|
|
34920
|
-
.E_t1sqg15u .uuid-row {
|
|
34921
|
-
display: flex;
|
|
34922
|
-
justify-content: space-between;
|
|
34923
|
-
}
|
|
34924
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
34925
|
-
white-space: nowrap;
|
|
34926
|
-
overflow: hidden;
|
|
34927
|
-
text-overflow: ellipsis;
|
|
34928
|
-
}
|
|
34929
|
-
|
|
34930
|
-
.E_t4zczcp {
|
|
34931
|
-
display: flex;
|
|
34932
|
-
justify-content: space-between;
|
|
34933
|
-
align-items: center;
|
|
34934
|
-
padding: 8px;
|
|
34935
|
-
min-height: 32px;
|
|
34936
|
-
}
|
|
34937
|
-
.E_t4zczcp .table-title {
|
|
34938
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34939
|
-
font-weight: 600;
|
|
34940
|
-
font-size: 12px;
|
|
34941
|
-
line-height: 8px;
|
|
34942
|
-
}
|
|
34943
|
-
.E_t4zczcp .edit-icon {
|
|
34944
|
-
font-size: 16px;
|
|
34945
|
-
color: rgba(10, 37, 85, 0.6);
|
|
34946
|
-
cursor: pointer;
|
|
34947
|
-
}
|
|
34948
|
-
|
|
34949
|
-
.E_t1s7goww {
|
|
34950
|
-
font-size: 12px;
|
|
34951
|
-
line-height: 18px;
|
|
34952
|
-
}
|
|
34953
|
-
|
|
34954
|
-
.E_t93e4cf {
|
|
34955
|
-
display: flex;
|
|
34956
|
-
padding: 8px 0;
|
|
34957
|
-
color: #2d3a56;
|
|
34958
|
-
}
|
|
34959
|
-
.E_t93e4cf .hidden {
|
|
34960
|
-
display: none;
|
|
34961
|
-
}
|
|
34962
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
34963
|
-
height: auto;
|
|
34964
|
-
}
|
|
34965
|
-
.E_t93e4cf .content {
|
|
34966
|
-
overflow: hidden;
|
|
34967
|
-
overflow-x: auto;
|
|
34968
|
-
width: 100%;
|
|
34969
|
-
white-space: pre-wrap;
|
|
34970
|
-
}
|
|
34971
|
-
.E_t93e4cf .content .ant-btn {
|
|
34972
|
-
white-space: pre-wrap;
|
|
34973
|
-
text-align: left;
|
|
34974
|
-
}
|
|
34975
|
-
.E_t93e4cf .content .unit-chart {
|
|
34976
|
-
justify-content: flex-start;
|
|
34977
|
-
}
|
|
34978
|
-
|
|
34979
|
-
.E_rhz2uv5 {
|
|
34980
|
-
width: var(--rhz2uv5-0);
|
|
34981
|
-
flex-shrink: 0;
|
|
34982
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34983
|
-
padding-right: 12px;
|
|
34984
|
-
}
|
|
34985
|
-
|
|
34986
|
-
.E_wg1tsps {
|
|
34987
|
-
display: flex;
|
|
34988
|
-
align-items: center;
|
|
34989
|
-
justify-content: flex-end;
|
|
34990
|
-
}
|
|
34991
|
-
|
|
34992
|
-
.E_b1ctd5xy {
|
|
34993
|
-
display: flex;
|
|
34994
|
-
align-items: center;
|
|
34995
|
-
width: calc(100% - 40px);
|
|
34996
|
-
}
|
|
34997
|
-
.E_b1ctd5xy .chart {
|
|
34998
|
-
display: inline-block;
|
|
34999
|
-
width: 100%;
|
|
35000
|
-
}
|
|
35001
|
-
|
|
35002
|
-
.E_u1p8acpn {
|
|
35003
|
-
min-width: 40px;
|
|
35004
|
-
}
|
|
35005
|
-
.E_u1p8acpn .unit {
|
|
35006
|
-
color: #00122e !important;
|
|
35007
|
-
}
|
|
35008
|
-
|
|
35009
34828
|
.E_c1up1pdz {
|
|
35010
34829
|
width: 648px;
|
|
35011
34830
|
}
|
|
@@ -35146,117 +34965,185 @@ span.E_tqjc4ui {
|
|
|
35146
34965
|
color: #fff;
|
|
35147
34966
|
}
|
|
35148
34967
|
|
|
35149
|
-
.
|
|
35150
|
-
|
|
35151
|
-
padding: 32px 8px;
|
|
35152
|
-
overflow: auto;
|
|
34968
|
+
.E_gmyahx3 {
|
|
34969
|
+
cursor: pointer;
|
|
35153
34970
|
}
|
|
35154
|
-
.
|
|
35155
|
-
|
|
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 {
|
|
35156
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;
|
|
35157
35008
|
justify-content: space-between;
|
|
35158
35009
|
}
|
|
35159
|
-
.
|
|
35010
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35011
|
+
white-space: nowrap;
|
|
35012
|
+
overflow: hidden;
|
|
35013
|
+
text-overflow: ellipsis;
|
|
35014
|
+
}
|
|
35015
|
+
|
|
35016
|
+
.E_t4zczcp {
|
|
35160
35017
|
display: flex;
|
|
35018
|
+
justify-content: space-between;
|
|
35019
|
+
align-items: center;
|
|
35020
|
+
padding: 8px;
|
|
35021
|
+
min-height: 32px;
|
|
35161
35022
|
}
|
|
35162
|
-
.
|
|
35163
|
-
|
|
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;
|
|
35164
35028
|
}
|
|
35165
|
-
.
|
|
35166
|
-
|
|
35167
|
-
|
|
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 {
|
|
35168
35052
|
overflow: hidden;
|
|
35169
|
-
|
|
35053
|
+
overflow-x: auto;
|
|
35054
|
+
width: 100%;
|
|
35055
|
+
white-space: pre-wrap;
|
|
35170
35056
|
}
|
|
35171
|
-
.
|
|
35172
|
-
|
|
35057
|
+
.E_t93e4cf .content .ant-btn {
|
|
35058
|
+
white-space: pre-wrap;
|
|
35059
|
+
text-align: left;
|
|
35173
35060
|
}
|
|
35174
|
-
.
|
|
35175
|
-
|
|
35061
|
+
.E_t93e4cf .content .unit-chart {
|
|
35062
|
+
justify-content: flex-start;
|
|
35176
35063
|
}
|
|
35177
|
-
|
|
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;
|
|
35178
35083
|
font-size: 12px;
|
|
35179
|
-
padding: 0 8px 4px;
|
|
35180
35084
|
line-height: 18px;
|
|
35181
35085
|
}
|
|
35182
|
-
.
|
|
35183
|
-
|
|
35086
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35087
|
+
margin-bottom: 4px;
|
|
35184
35088
|
}
|
|
35185
|
-
|
|
35186
|
-
|
|
35089
|
+
|
|
35090
|
+
.E_tf5bynu {
|
|
35091
|
+
margin: 0 3px;
|
|
35187
35092
|
}
|
|
35188
|
-
|
|
35189
|
-
|
|
35190
|
-
|
|
35093
|
+
|
|
35094
|
+
.E_tcckoz1 {
|
|
35095
|
+
max-height: 400px;
|
|
35096
|
+
overflow: auto;
|
|
35191
35097
|
}
|
|
35192
|
-
|
|
35193
|
-
|
|
35098
|
+
|
|
35099
|
+
.E_wg1tsps {
|
|
35194
35100
|
display: flex;
|
|
35195
35101
|
align-items: center;
|
|
35196
|
-
|
|
35197
|
-
line-height: 22px;
|
|
35198
|
-
padding: 0 8px;
|
|
35199
|
-
}
|
|
35200
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35201
|
-
margin-right: 12px;
|
|
35102
|
+
justify-content: flex-end;
|
|
35202
35103
|
}
|
|
35203
|
-
|
|
35204
|
-
|
|
35205
|
-
|
|
35104
|
+
|
|
35105
|
+
.E_b1ctd5xy {
|
|
35106
|
+
display: flex;
|
|
35107
|
+
align-items: center;
|
|
35108
|
+
width: calc(100% - 40px);
|
|
35206
35109
|
}
|
|
35207
|
-
.
|
|
35208
|
-
|
|
35209
|
-
|
|
35210
|
-
border-radius: 6px;
|
|
35211
|
-
color: #fff;
|
|
35110
|
+
.E_b1ctd5xy .chart {
|
|
35111
|
+
display: inline-block;
|
|
35112
|
+
width: 100%;
|
|
35212
35113
|
}
|
|
35213
|
-
|
|
35214
|
-
|
|
35114
|
+
|
|
35115
|
+
.E_u1p8acpn {
|
|
35116
|
+
min-width: 40px;
|
|
35215
35117
|
}
|
|
35216
|
-
.
|
|
35217
|
-
|
|
35218
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35219
|
-
border-radius: 6px;
|
|
35118
|
+
.E_u1p8acpn .unit {
|
|
35119
|
+
color: #00122e !important;
|
|
35220
35120
|
}
|
|
35221
35121
|
|
|
35222
|
-
.
|
|
35223
|
-
white-space: nowrap;
|
|
35224
|
-
transition: all 0s;
|
|
35225
|
-
}
|
|
35226
|
-
.E_s1wu0lms.shrink {
|
|
35227
|
-
transition: all 0s;
|
|
35122
|
+
.E_ou7iq30 {
|
|
35228
35123
|
overflow: hidden;
|
|
35229
|
-
|
|
35230
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35231
|
-
visibility: hidden;
|
|
35232
|
-
}
|
|
35233
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35234
|
-
width: 36px;
|
|
35235
|
-
padding: 0 6px;
|
|
35124
|
+
text-overflow: ellipsis;
|
|
35236
35125
|
}
|
|
35237
35126
|
|
|
35238
|
-
.
|
|
35239
|
-
|
|
35240
|
-
place-items: center;
|
|
35241
|
-
width: 100% !important;
|
|
35127
|
+
.E_s1tui002 {
|
|
35128
|
+
white-space: nowrap;
|
|
35242
35129
|
}
|
|
35243
|
-
|
|
35244
|
-
|
|
35245
|
-
|
|
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;
|
|
35246
35136
|
}
|
|
35247
|
-
|
|
35248
|
-
|
|
35249
|
-
|
|
35137
|
+
|
|
35138
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35139
|
+
display: none;
|
|
35250
35140
|
}
|
|
35251
|
-
.
|
|
35252
|
-
|
|
35141
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35142
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35143
|
+
border-radius: 4px;
|
|
35253
35144
|
}
|
|
35254
|
-
.
|
|
35255
|
-
|
|
35256
|
-
overflow: hidden;
|
|
35257
|
-
white-space: nowrap;
|
|
35258
|
-
text-overflow: ellipsis;
|
|
35259
|
-
text-align: left;
|
|
35145
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35146
|
+
visibility: hidden;
|
|
35260
35147
|
}
|
|
35261
35148
|
|
|
35262
35149
|
.E_skwah65 {
|
|
@@ -35475,47 +35362,180 @@ span.E_tqjc4ui {
|
|
|
35475
35362
|
background: transparent;
|
|
35476
35363
|
}
|
|
35477
35364
|
|
|
35478
|
-
.
|
|
35479
|
-
|
|
35480
|
-
|
|
35481
|
-
|
|
35365
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
35366
|
+
background: #edf0f7;
|
|
35367
|
+
padding: 32px 8px;
|
|
35368
|
+
overflow: auto;
|
|
35482
35369
|
}
|
|
35483
|
-
.
|
|
35484
|
-
|
|
35485
|
-
|
|
35370
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
35371
|
+
display: flex;
|
|
35372
|
+
flex-direction: column;
|
|
35373
|
+
justify-content: space-between;
|
|
35486
35374
|
}
|
|
35487
|
-
.
|
|
35488
|
-
|
|
35489
|
-
border-bottom: none;
|
|
35490
|
-
border-radius: 16px 16px 0 0;
|
|
35375
|
+
.E_s1at6qmn footer {
|
|
35376
|
+
display: flex;
|
|
35491
35377
|
}
|
|
35492
|
-
.
|
|
35493
|
-
|
|
35494
|
-
top: 32px;
|
|
35378
|
+
.E_s1at6qmn .ant-menu {
|
|
35379
|
+
background: #edf0f7;
|
|
35495
35380
|
}
|
|
35496
|
-
.
|
|
35497
|
-
|
|
35498
|
-
|
|
35499
|
-
|
|
35500
|
-
overflow
|
|
35381
|
+
.E_s1at6qmn .ant-menu a {
|
|
35382
|
+
color: #00122e;
|
|
35383
|
+
width: 180px;
|
|
35384
|
+
overflow: hidden;
|
|
35385
|
+
text-overflow: ellipsis;
|
|
35501
35386
|
}
|
|
35502
|
-
.
|
|
35503
|
-
|
|
35504
|
-
|
|
35505
|
-
|
|
35506
|
-
|
|
35387
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
35388
|
+
margin-bottom: 24px;
|
|
35389
|
+
}
|
|
35390
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35391
|
+
margin: 0;
|
|
35392
|
+
}
|
|
35393
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35394
|
+
font-size: 12px;
|
|
35395
|
+
padding: 0 8px 4px;
|
|
35396
|
+
line-height: 18px;
|
|
35397
|
+
}
|
|
35398
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35399
|
+
padding: 0;
|
|
35400
|
+
}
|
|
35401
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35402
|
+
padding-bottom: 24px;
|
|
35403
|
+
}
|
|
35404
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35405
|
+
margin-bottom: 24px;
|
|
35406
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35407
|
+
}
|
|
35408
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35409
|
+
transition: none;
|
|
35410
|
+
display: flex;
|
|
35411
|
+
align-items: center;
|
|
35412
|
+
height: 32px;
|
|
35413
|
+
line-height: 22px;
|
|
35414
|
+
padding: 0 8px;
|
|
35415
|
+
}
|
|
35416
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35417
|
+
margin-right: 12px;
|
|
35418
|
+
}
|
|
35419
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35420
|
+
margin: 0;
|
|
35421
|
+
margin-bottom: 2px;
|
|
35422
|
+
}
|
|
35423
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35424
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35425
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35426
|
+
border-radius: 6px;
|
|
35427
|
+
color: #fff;
|
|
35428
|
+
}
|
|
35429
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35430
|
+
color: #fff;
|
|
35431
|
+
}
|
|
35432
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
35433
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35434
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35435
|
+
border-radius: 6px;
|
|
35436
|
+
}
|
|
35437
|
+
|
|
35438
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35439
|
+
white-space: nowrap;
|
|
35440
|
+
transition: all 0s;
|
|
35441
|
+
}
|
|
35442
|
+
.E_s1wu0lms.shrink {
|
|
35443
|
+
transition: all 0s;
|
|
35444
|
+
overflow: hidden;
|
|
35445
|
+
}
|
|
35446
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35447
|
+
visibility: hidden;
|
|
35448
|
+
}
|
|
35449
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35450
|
+
width: 36px;
|
|
35451
|
+
padding: 0 6px;
|
|
35452
|
+
}
|
|
35453
|
+
|
|
35454
|
+
.E_n1ugzfva {
|
|
35455
|
+
display: flex;
|
|
35456
|
+
place-items: center;
|
|
35457
|
+
width: 100% !important;
|
|
35458
|
+
}
|
|
35459
|
+
.E_n1ugzfva[disabled] {
|
|
35460
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35461
|
+
opacity: 1 !important;
|
|
35462
|
+
}
|
|
35463
|
+
.E_n1ugzfva.ant-btn {
|
|
35464
|
+
width: 100%;
|
|
35465
|
+
color: #00122e;
|
|
35466
|
+
}
|
|
35467
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35468
|
+
margin-right: 12px;
|
|
35469
|
+
}
|
|
35470
|
+
.E_n1ugzfva .link-title {
|
|
35471
|
+
flex: 1;
|
|
35472
|
+
overflow: hidden;
|
|
35473
|
+
white-space: nowrap;
|
|
35474
|
+
text-overflow: ellipsis;
|
|
35475
|
+
text-align: left;
|
|
35476
|
+
}
|
|
35477
|
+
|
|
35478
|
+
.E_kr6am0s .ant-modal-body {
|
|
35479
|
+
padding: 60px 128px;
|
|
35480
|
+
}
|
|
35481
|
+
|
|
35482
|
+
.E_k1h3cl5q {
|
|
35483
|
+
display: flex;
|
|
35484
|
+
flex-direction: column;
|
|
35485
|
+
height: 100%;
|
|
35486
|
+
}
|
|
35487
|
+
|
|
35488
|
+
.E_k1a6j97w {
|
|
35489
|
+
color: #00122e;
|
|
35490
|
+
font-size: 32px !important;
|
|
35491
|
+
margin-bottom: 16px;
|
|
35492
|
+
}
|
|
35493
|
+
|
|
35494
|
+
.E_k1uim1fg {
|
|
35495
|
+
margin-bottom: 32px;
|
|
35496
|
+
color: #00122e;
|
|
35497
|
+
}
|
|
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
35512
|
|
|
35509
|
-
.
|
|
35513
|
+
.E_kxzv3id {
|
|
35514
|
+
width: 100%;
|
|
35510
35515
|
display: flex;
|
|
35511
|
-
justify-content:
|
|
35512
|
-
|
|
35516
|
+
justify-content: space-between;
|
|
35517
|
+
padding: 0 128px;
|
|
35513
35518
|
}
|
|
35514
35519
|
|
|
35515
|
-
.
|
|
35516
|
-
|
|
35517
|
-
|
|
35518
|
-
|
|
35520
|
+
.E_eld9lt {
|
|
35521
|
+
display: flex;
|
|
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_c1ss4prm {
|
|
36093
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36094
|
-
}
|
|
36095
|
-
.E_c1ss4prm li {
|
|
36096
|
-
margin-bottom: 4px;
|
|
36097
|
-
}
|
|
36098
|
-
.E_c1ss4prm li:last-child {
|
|
36099
|
-
margin-bottom: 0;
|
|
36100
|
-
}
|
|
36101
|
-
|
|
36102
|
-
.E_ms3tlei {
|
|
36103
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36104
|
-
padding: 8px;
|
|
36105
|
-
border-radius: 6px;
|
|
36106
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36107
|
-
}
|
|
36108
|
-
.E_ms3tlei li {
|
|
36109
|
-
margin-bottom: 4px;
|
|
36110
|
-
}
|
|
36111
|
-
.E_ms3tlei li:last-child {
|
|
36112
|
-
margin-bottom: 0;
|
|
36113
|
-
}
|
|
36114
|
-
|
|
36115
|
-
.E_du44iy7 {
|
|
36116
|
-
margin-bottom: 4px;
|
|
36117
|
-
}
|
|
36118
|
-
|
|
36119
|
-
.E_s1qmhanr {
|
|
36120
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36121
|
-
margin-bottom: 8px;
|
|
36122
|
-
}
|
|
36123
|
-
|
|
36124
|
-
.E_drje1h0 {
|
|
36125
|
-
height: 1px;
|
|
36126
|
-
background: #e4e9f2;
|
|
36127
|
-
margin: 16px 0;
|
|
36128
|
-
}
|
|
36129
|
-
|
|
36130
|
-
.E_cevhqx7 {
|
|
36131
|
-
color: #00122e;
|
|
36132
|
-
}
|
|
36133
|
-
|
|
36134
|
-
.E_snbqlt4 {
|
|
36135
|
-
margin-top: 8px;
|
|
36136
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36137
|
-
}
|
|
36138
|
-
|
|
36139
|
-
.E_c14ouk5o {
|
|
36140
|
-
width: 100%;
|
|
36141
|
-
height: 100%;
|
|
36142
|
-
display: flex;
|
|
36143
|
-
font-size: 12px;
|
|
36144
|
-
line-height: 18px;
|
|
36145
|
-
padding: 8px 0;
|
|
36146
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36147
|
-
}
|
|
36148
|
-
.E_c14ouk5o:last-of-type {
|
|
36149
|
-
box-shadow: none;
|
|
36150
|
-
padding-bottom: 0;
|
|
36151
|
-
}
|
|
36152
|
-
.E_c14ouk5o.collapsed {
|
|
36153
|
-
flex-direction: column;
|
|
36154
|
-
}
|
|
36155
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36156
|
-
display: flex;
|
|
36157
|
-
}
|
|
36158
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36159
|
-
flex: 1;
|
|
36160
|
-
display: flex;
|
|
36161
|
-
justify-content: space-between;
|
|
36162
|
-
}
|
|
36163
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36164
|
-
height: auto;
|
|
36165
|
-
}
|
|
36166
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
36167
|
-
margin-left: 162px;
|
|
36168
|
-
}
|
|
36169
|
-
.E_c14ouk5o .col-label {
|
|
36170
|
-
width: 216px;
|
|
36171
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36172
|
-
margin-right: 12px;
|
|
36173
|
-
flex-shrink: 0;
|
|
36174
|
-
}
|
|
36175
|
-
.E_c14ouk5o .col-content {
|
|
36176
|
-
color: #2d3a56;
|
|
36177
|
-
/* make btn link in info row have the same height as normal text */
|
|
36178
|
-
}
|
|
36179
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36180
|
-
height: auto;
|
|
36181
|
-
}
|
|
36182
|
-
|
|
36183
36261
|
.E_l12xdkhl {
|
|
36184
36262
|
width: 64px;
|
|
36185
36263
|
height: 64px;
|