@cloudtower/eagle 0.33.14 → 0.33.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/coreX/DateRangePicker/index.js +9 -1
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1622 -1540
- package/dist/esm/coreX/DateRangePicker/index.js +9 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1799 -1705
- package/dist/src/coreX/KubeConfigModal/KubeConfigModal.style.d.ts +9 -0
- package/dist/src/coreX/KubeConfigModal/KubeConfigModal.type.d.ts +21 -0
- package/dist/src/coreX/KubeConfigModal/index.d.ts +4 -0
- package/dist/src/coreX/KubeConfigModal/utils.d.ts +2 -0
- package/dist/src/coreX/index.d.ts +1 -0
- package/dist/stories/docs/coreX/KubeConfigModal.stories.d.ts +83 -0
- package/dist/style.css +1298 -1220
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29715,123 +29715,6 @@ html body {
|
|
|
29715
29715
|
padding: 8px 12px;
|
|
29716
29716
|
}
|
|
29717
29717
|
|
|
29718
|
-
.E_m74vjol {
|
|
29719
|
-
display: flex;
|
|
29720
|
-
justify-content: space-between;
|
|
29721
|
-
width: 100%;
|
|
29722
|
-
}
|
|
29723
|
-
|
|
29724
|
-
.E_m74vjol .action {
|
|
29725
|
-
margin-left: 16px;
|
|
29726
|
-
}
|
|
29727
|
-
|
|
29728
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
29729
|
-
padding-right: 12px;
|
|
29730
|
-
}
|
|
29731
|
-
|
|
29732
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29733
|
-
height: fit-content;
|
|
29734
|
-
margin-left: 16px;
|
|
29735
|
-
}
|
|
29736
|
-
|
|
29737
|
-
.E_a1o35uvh .ant-alert-message {
|
|
29738
|
-
flex: 1;
|
|
29739
|
-
}
|
|
29740
|
-
|
|
29741
|
-
.E_berrcjl {
|
|
29742
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29743
|
-
margin-bottom: 4px;
|
|
29744
|
-
}
|
|
29745
|
-
|
|
29746
|
-
.E_berrcjl .breadcrumb-link {
|
|
29747
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29748
|
-
cursor: pointer;
|
|
29749
|
-
transition: color 160ms ease;
|
|
29750
|
-
}
|
|
29751
|
-
|
|
29752
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29753
|
-
color: #0080ff;
|
|
29754
|
-
}
|
|
29755
|
-
|
|
29756
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29757
|
-
color: #005ed1;
|
|
29758
|
-
}
|
|
29759
|
-
|
|
29760
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29761
|
-
padding: 4px 8px 0 8px;
|
|
29762
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29763
|
-
font-size: 12px;
|
|
29764
|
-
}
|
|
29765
|
-
|
|
29766
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29767
|
-
padding-bottom: 6px;
|
|
29768
|
-
}
|
|
29769
|
-
|
|
29770
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29771
|
-
padding-top: 4px;
|
|
29772
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29773
|
-
}
|
|
29774
|
-
|
|
29775
|
-
.E_b1nip9bk {
|
|
29776
|
-
padding: 4px 11px;
|
|
29777
|
-
}
|
|
29778
|
-
|
|
29779
|
-
.E_bqamoqe {
|
|
29780
|
-
white-space: nowrap;
|
|
29781
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29782
|
-
}
|
|
29783
|
-
|
|
29784
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29785
|
-
--color: #0080ff;
|
|
29786
|
-
}
|
|
29787
|
-
|
|
29788
|
-
.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] {
|
|
29789
|
-
--color: #0080ff;
|
|
29790
|
-
}
|
|
29791
|
-
|
|
29792
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29793
|
-
margin-left: 1px;
|
|
29794
|
-
}
|
|
29795
|
-
|
|
29796
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29797
|
-
border-top-right-radius: 0;
|
|
29798
|
-
border-bottom-right-radius: 0;
|
|
29799
|
-
}
|
|
29800
|
-
|
|
29801
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29802
|
-
border-top-left-radius: 0;
|
|
29803
|
-
border-bottom-left-radius: 0;
|
|
29804
|
-
}
|
|
29805
|
-
|
|
29806
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29807
|
-
border-radius: unset;
|
|
29808
|
-
}
|
|
29809
|
-
|
|
29810
|
-
.E_c1uzzomf {
|
|
29811
|
-
margin-bottom: 16px;
|
|
29812
|
-
}
|
|
29813
|
-
|
|
29814
|
-
.E_c1uzzomf .card-title {
|
|
29815
|
-
font-size: 16px;
|
|
29816
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29817
|
-
font-weight: 700;
|
|
29818
|
-
line-height: 32px;
|
|
29819
|
-
}
|
|
29820
|
-
|
|
29821
|
-
.E_c1uzzomf .card-body {
|
|
29822
|
-
padding: 24px;
|
|
29823
|
-
border-radius: 8px;
|
|
29824
|
-
background: #fff;
|
|
29825
|
-
}
|
|
29826
|
-
|
|
29827
|
-
.E_c1uzzomf .empty {
|
|
29828
|
-
font-weight: 700;
|
|
29829
|
-
font-size: 14px;
|
|
29830
|
-
line-height: 22px;
|
|
29831
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29832
|
-
text-align: center;
|
|
29833
|
-
}
|
|
29834
|
-
|
|
29835
29718
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29836
29719
|
justify-content: center;
|
|
29837
29720
|
}
|
|
@@ -30128,6 +30011,123 @@ html body {
|
|
|
30128
30011
|
justify-content: center;
|
|
30129
30012
|
}
|
|
30130
30013
|
|
|
30014
|
+
.E_m74vjol {
|
|
30015
|
+
display: flex;
|
|
30016
|
+
justify-content: space-between;
|
|
30017
|
+
width: 100%;
|
|
30018
|
+
}
|
|
30019
|
+
|
|
30020
|
+
.E_m74vjol .action {
|
|
30021
|
+
margin-left: 16px;
|
|
30022
|
+
}
|
|
30023
|
+
|
|
30024
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
30025
|
+
padding-right: 12px;
|
|
30026
|
+
}
|
|
30027
|
+
|
|
30028
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
30029
|
+
height: fit-content;
|
|
30030
|
+
margin-left: 16px;
|
|
30031
|
+
}
|
|
30032
|
+
|
|
30033
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30034
|
+
flex: 1;
|
|
30035
|
+
}
|
|
30036
|
+
|
|
30037
|
+
.E_c1uzzomf {
|
|
30038
|
+
margin-bottom: 16px;
|
|
30039
|
+
}
|
|
30040
|
+
|
|
30041
|
+
.E_c1uzzomf .card-title {
|
|
30042
|
+
font-size: 16px;
|
|
30043
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30044
|
+
font-weight: 700;
|
|
30045
|
+
line-height: 32px;
|
|
30046
|
+
}
|
|
30047
|
+
|
|
30048
|
+
.E_c1uzzomf .card-body {
|
|
30049
|
+
padding: 24px;
|
|
30050
|
+
border-radius: 8px;
|
|
30051
|
+
background: #fff;
|
|
30052
|
+
}
|
|
30053
|
+
|
|
30054
|
+
.E_c1uzzomf .empty {
|
|
30055
|
+
font-weight: 700;
|
|
30056
|
+
font-size: 14px;
|
|
30057
|
+
line-height: 22px;
|
|
30058
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30059
|
+
text-align: center;
|
|
30060
|
+
}
|
|
30061
|
+
|
|
30062
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30063
|
+
padding: 4px 8px 0 8px;
|
|
30064
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30065
|
+
font-size: 12px;
|
|
30066
|
+
}
|
|
30067
|
+
|
|
30068
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30069
|
+
padding-bottom: 6px;
|
|
30070
|
+
}
|
|
30071
|
+
|
|
30072
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30073
|
+
padding-top: 4px;
|
|
30074
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30075
|
+
}
|
|
30076
|
+
|
|
30077
|
+
.E_b1nip9bk {
|
|
30078
|
+
padding: 4px 11px;
|
|
30079
|
+
}
|
|
30080
|
+
|
|
30081
|
+
.E_bqamoqe {
|
|
30082
|
+
white-space: nowrap;
|
|
30083
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30084
|
+
}
|
|
30085
|
+
|
|
30086
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30087
|
+
--color: #0080ff;
|
|
30088
|
+
}
|
|
30089
|
+
|
|
30090
|
+
.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] {
|
|
30091
|
+
--color: #0080ff;
|
|
30092
|
+
}
|
|
30093
|
+
|
|
30094
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30095
|
+
margin-left: 1px;
|
|
30096
|
+
}
|
|
30097
|
+
|
|
30098
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30099
|
+
border-top-right-radius: 0;
|
|
30100
|
+
border-bottom-right-radius: 0;
|
|
30101
|
+
}
|
|
30102
|
+
|
|
30103
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30104
|
+
border-top-left-radius: 0;
|
|
30105
|
+
border-bottom-left-radius: 0;
|
|
30106
|
+
}
|
|
30107
|
+
|
|
30108
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30109
|
+
border-radius: unset;
|
|
30110
|
+
}
|
|
30111
|
+
|
|
30112
|
+
.E_berrcjl {
|
|
30113
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30114
|
+
margin-bottom: 4px;
|
|
30115
|
+
}
|
|
30116
|
+
|
|
30117
|
+
.E_berrcjl .breadcrumb-link {
|
|
30118
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30119
|
+
cursor: pointer;
|
|
30120
|
+
transition: color 160ms ease;
|
|
30121
|
+
}
|
|
30122
|
+
|
|
30123
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30124
|
+
color: #0080ff;
|
|
30125
|
+
}
|
|
30126
|
+
|
|
30127
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30128
|
+
color: #005ed1;
|
|
30129
|
+
}
|
|
30130
|
+
|
|
30131
30131
|
.E_d1bw7c5z {
|
|
30132
30132
|
position: relative;
|
|
30133
30133
|
max-width: 388px;
|
|
@@ -30224,28 +30224,6 @@ html body {
|
|
|
30224
30224
|
width: 102px;
|
|
30225
30225
|
}
|
|
30226
30226
|
|
|
30227
|
-
.E_c1yyuluq {
|
|
30228
|
-
border-radius: 8px;
|
|
30229
|
-
}
|
|
30230
|
-
|
|
30231
|
-
.E_c1yyuluq .ant-card-body {
|
|
30232
|
-
padding: 20px 24px 24px 24px;
|
|
30233
|
-
}
|
|
30234
|
-
|
|
30235
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30236
|
-
display: flex;
|
|
30237
|
-
}
|
|
30238
|
-
|
|
30239
|
-
.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 {
|
|
30240
|
-
border-bottom-left-radius: 5px;
|
|
30241
|
-
border-top-left-radius: 5px;
|
|
30242
|
-
}
|
|
30243
|
-
|
|
30244
|
-
.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 {
|
|
30245
|
-
border-bottom-right-radius: 5px;
|
|
30246
|
-
border-top-right-radius: 5px;
|
|
30247
|
-
}
|
|
30248
|
-
|
|
30249
30227
|
.E_ccrbeuz .ant-collapse-item {
|
|
30250
30228
|
border: 0px;
|
|
30251
30229
|
background-color: #fff;
|
|
@@ -30271,10 +30249,127 @@ html body {
|
|
|
30271
30249
|
cursor: default;
|
|
30272
30250
|
}
|
|
30273
30251
|
|
|
30252
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30253
|
+
display: flex;
|
|
30254
|
+
}
|
|
30255
|
+
|
|
30256
|
+
.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 {
|
|
30257
|
+
border-bottom-left-radius: 5px;
|
|
30258
|
+
border-top-left-radius: 5px;
|
|
30259
|
+
}
|
|
30260
|
+
|
|
30261
|
+
.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 {
|
|
30262
|
+
border-bottom-right-radius: 5px;
|
|
30263
|
+
border-top-right-radius: 5px;
|
|
30264
|
+
}
|
|
30265
|
+
|
|
30274
30266
|
.E_sx1bpnu .ant-input-sm {
|
|
30275
30267
|
line-height: 18px;
|
|
30276
30268
|
}
|
|
30277
30269
|
|
|
30270
|
+
.E_c1yyuluq {
|
|
30271
|
+
border-radius: 8px;
|
|
30272
|
+
}
|
|
30273
|
+
|
|
30274
|
+
.E_c1yyuluq .ant-card-body {
|
|
30275
|
+
padding: 20px 24px 24px 24px;
|
|
30276
|
+
}
|
|
30277
|
+
|
|
30278
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30279
|
+
margin-right: 8px;
|
|
30280
|
+
}
|
|
30281
|
+
|
|
30282
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30283
|
+
margin-left: 8px;
|
|
30284
|
+
}
|
|
30285
|
+
|
|
30286
|
+
.E_cc368xp {
|
|
30287
|
+
color: #00122e;
|
|
30288
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30289
|
+
margin-right: 8px;
|
|
30290
|
+
padding-right: 8px;
|
|
30291
|
+
}
|
|
30292
|
+
|
|
30293
|
+
.E_i11o6xqj {
|
|
30294
|
+
display: flex;
|
|
30295
|
+
gap: 4px;
|
|
30296
|
+
}
|
|
30297
|
+
|
|
30298
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30299
|
+
cursor: pointer;
|
|
30300
|
+
}
|
|
30301
|
+
|
|
30302
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30303
|
+
cursor: not-allowed;
|
|
30304
|
+
}
|
|
30305
|
+
|
|
30306
|
+
.E_phljevk {
|
|
30307
|
+
display: flex;
|
|
30308
|
+
justify-content: space-between;
|
|
30309
|
+
align-items: center;
|
|
30310
|
+
padding: 10px 0;
|
|
30311
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30312
|
+
font-size: 12px;
|
|
30313
|
+
line-height: 24px;
|
|
30314
|
+
}
|
|
30315
|
+
|
|
30316
|
+
.E_phljevk .pagination-left {
|
|
30317
|
+
padding: 2px 8px;
|
|
30318
|
+
}
|
|
30319
|
+
|
|
30320
|
+
.E_phljevk .dropdown-trigger {
|
|
30321
|
+
display: flex;
|
|
30322
|
+
align-items: center;
|
|
30323
|
+
border-radius: 6px;
|
|
30324
|
+
cursor: pointer;
|
|
30325
|
+
transition: all 0.3s ease;
|
|
30326
|
+
}
|
|
30327
|
+
|
|
30328
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30329
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30330
|
+
color: #0080ff;
|
|
30331
|
+
}
|
|
30332
|
+
|
|
30333
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30334
|
+
margin-left: 4px;
|
|
30335
|
+
}
|
|
30336
|
+
|
|
30337
|
+
.E_phljevk .pagination-right {
|
|
30338
|
+
display: flex;
|
|
30339
|
+
align-items: center;
|
|
30340
|
+
color: #0080ff;
|
|
30341
|
+
font-weight: bold;
|
|
30342
|
+
}
|
|
30343
|
+
|
|
30344
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30345
|
+
margin-left: 4px;
|
|
30346
|
+
}
|
|
30347
|
+
|
|
30348
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30349
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30350
|
+
padding: 0 8px;
|
|
30351
|
+
}
|
|
30352
|
+
|
|
30353
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30354
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30355
|
+
color: #0080ff;
|
|
30356
|
+
}
|
|
30357
|
+
|
|
30358
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30359
|
+
transform: rotate(180deg);
|
|
30360
|
+
}
|
|
30361
|
+
|
|
30362
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30363
|
+
max-height: calc(100vh - 128px);
|
|
30364
|
+
overflow-y: auto;
|
|
30365
|
+
}
|
|
30366
|
+
|
|
30367
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30368
|
+
padding: 4px 20px;
|
|
30369
|
+
font-size: 12px;
|
|
30370
|
+
line-height: 18px;
|
|
30371
|
+
}
|
|
30372
|
+
|
|
30278
30373
|
.E_rapgekc.ant-radio-wrapper {
|
|
30279
30374
|
display: inline-flex;
|
|
30280
30375
|
align-items: baseline;
|
|
@@ -30454,101 +30549,6 @@ html body {
|
|
|
30454
30549
|
width: 36px;
|
|
30455
30550
|
}
|
|
30456
30551
|
|
|
30457
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
30458
|
-
margin-right: 8px;
|
|
30459
|
-
}
|
|
30460
|
-
|
|
30461
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30462
|
-
margin-left: 8px;
|
|
30463
|
-
}
|
|
30464
|
-
|
|
30465
|
-
.E_cc368xp {
|
|
30466
|
-
color: #00122e;
|
|
30467
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30468
|
-
margin-right: 8px;
|
|
30469
|
-
padding-right: 8px;
|
|
30470
|
-
}
|
|
30471
|
-
|
|
30472
|
-
.E_i11o6xqj {
|
|
30473
|
-
display: flex;
|
|
30474
|
-
gap: 4px;
|
|
30475
|
-
}
|
|
30476
|
-
|
|
30477
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30478
|
-
cursor: pointer;
|
|
30479
|
-
}
|
|
30480
|
-
|
|
30481
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30482
|
-
cursor: not-allowed;
|
|
30483
|
-
}
|
|
30484
|
-
|
|
30485
|
-
.E_phljevk {
|
|
30486
|
-
display: flex;
|
|
30487
|
-
justify-content: space-between;
|
|
30488
|
-
align-items: center;
|
|
30489
|
-
padding: 10px 0;
|
|
30490
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30491
|
-
font-size: 12px;
|
|
30492
|
-
line-height: 24px;
|
|
30493
|
-
}
|
|
30494
|
-
|
|
30495
|
-
.E_phljevk .pagination-left {
|
|
30496
|
-
padding: 2px 8px;
|
|
30497
|
-
}
|
|
30498
|
-
|
|
30499
|
-
.E_phljevk .dropdown-trigger {
|
|
30500
|
-
display: flex;
|
|
30501
|
-
align-items: center;
|
|
30502
|
-
border-radius: 6px;
|
|
30503
|
-
cursor: pointer;
|
|
30504
|
-
transition: all 0.3s ease;
|
|
30505
|
-
}
|
|
30506
|
-
|
|
30507
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30508
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30509
|
-
color: #0080ff;
|
|
30510
|
-
}
|
|
30511
|
-
|
|
30512
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30513
|
-
margin-left: 4px;
|
|
30514
|
-
}
|
|
30515
|
-
|
|
30516
|
-
.E_phljevk .pagination-right {
|
|
30517
|
-
display: flex;
|
|
30518
|
-
align-items: center;
|
|
30519
|
-
color: #0080ff;
|
|
30520
|
-
font-weight: bold;
|
|
30521
|
-
}
|
|
30522
|
-
|
|
30523
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30524
|
-
margin-left: 4px;
|
|
30525
|
-
}
|
|
30526
|
-
|
|
30527
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30528
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30529
|
-
padding: 0 8px;
|
|
30530
|
-
}
|
|
30531
|
-
|
|
30532
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30533
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30534
|
-
color: #0080ff;
|
|
30535
|
-
}
|
|
30536
|
-
|
|
30537
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30538
|
-
transform: rotate(180deg);
|
|
30539
|
-
}
|
|
30540
|
-
|
|
30541
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30542
|
-
max-height: calc(100vh - 128px);
|
|
30543
|
-
overflow-y: auto;
|
|
30544
|
-
}
|
|
30545
|
-
|
|
30546
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30547
|
-
padding: 4px 20px;
|
|
30548
|
-
font-size: 12px;
|
|
30549
|
-
line-height: 18px;
|
|
30550
|
-
}
|
|
30551
|
-
|
|
30552
30552
|
.E_ivqqkzv {
|
|
30553
30553
|
height: 24px;
|
|
30554
30554
|
width: 56px !important;
|
|
@@ -30677,126 +30677,36 @@ html body {
|
|
|
30677
30677
|
display: inline-block;
|
|
30678
30678
|
}
|
|
30679
30679
|
|
|
30680
|
-
.
|
|
30681
|
-
|
|
30682
|
-
}
|
|
30683
|
-
|
|
30684
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
30685
|
-
padding: 8px 16px;
|
|
30686
|
-
line-height: 18px;
|
|
30687
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30688
|
-
height: 34px;
|
|
30689
|
-
min-height: 34px;
|
|
30690
|
-
box-sizing: border-box;
|
|
30691
|
-
margin-top: 8px;
|
|
30680
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30681
|
+
display: none;
|
|
30692
30682
|
}
|
|
30693
30683
|
|
|
30694
|
-
.
|
|
30695
|
-
|
|
30696
|
-
flex-direction: column;
|
|
30697
|
-
margin: 1px 8px;
|
|
30698
|
-
padding: 8px;
|
|
30684
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30685
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30699
30686
|
border-radius: 4px;
|
|
30700
30687
|
}
|
|
30701
30688
|
|
|
30702
|
-
.
|
|
30703
|
-
|
|
30689
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30690
|
+
visibility: hidden;
|
|
30704
30691
|
}
|
|
30705
30692
|
|
|
30706
|
-
.
|
|
30707
|
-
padding
|
|
30693
|
+
.E_s1sck0th {
|
|
30694
|
+
padding: 0 8px;
|
|
30695
|
+
border-radius: 4px;
|
|
30708
30696
|
}
|
|
30709
30697
|
|
|
30710
|
-
.
|
|
30711
|
-
|
|
30698
|
+
.E_m855nr1 {
|
|
30699
|
+
padding: 2px 8px;
|
|
30700
|
+
border-radius: 3px;
|
|
30712
30701
|
}
|
|
30713
30702
|
|
|
30714
|
-
.
|
|
30715
|
-
|
|
30703
|
+
.E_l1270xpg {
|
|
30704
|
+
padding: 3px 8px;
|
|
30705
|
+
border-radius: 2px;
|
|
30716
30706
|
}
|
|
30717
30707
|
|
|
30718
|
-
.
|
|
30719
|
-
|
|
30720
|
-
}
|
|
30721
|
-
|
|
30722
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
30723
|
-
background: rgba(0, 136, 255, 0.16);
|
|
30724
|
-
}
|
|
30725
|
-
|
|
30726
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30727
|
-
color: #0080ff;
|
|
30728
|
-
}
|
|
30729
|
-
|
|
30730
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30731
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30732
|
-
color: #0080ff;
|
|
30733
|
-
}
|
|
30734
|
-
|
|
30735
|
-
.E_o1ifxsq4 {
|
|
30736
|
-
display: flex;
|
|
30737
|
-
justify-content: space-between;
|
|
30738
|
-
height: 20px;
|
|
30739
|
-
line-height: 20px;
|
|
30740
|
-
}
|
|
30741
|
-
|
|
30742
|
-
.E_o1ifxsq4 .timezone-title {
|
|
30743
|
-
color: #2d3a56;
|
|
30744
|
-
overflow: hidden;
|
|
30745
|
-
text-overflow: ellipsis;
|
|
30746
|
-
}
|
|
30747
|
-
|
|
30748
|
-
.E_o1zue7 {
|
|
30749
|
-
display: flex;
|
|
30750
|
-
justify-content: space-between;
|
|
30751
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30752
|
-
height: 18px;
|
|
30753
|
-
line-height: 18px;
|
|
30754
|
-
margin-top: 2px;
|
|
30755
|
-
}
|
|
30756
|
-
|
|
30757
|
-
.E_tyfmlxg {
|
|
30758
|
-
border: none;
|
|
30759
|
-
margin-right: 0;
|
|
30760
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30761
|
-
}
|
|
30762
|
-
|
|
30763
|
-
.E_o18uybox {
|
|
30764
|
-
pointer-events: none;
|
|
30765
|
-
height: 32px;
|
|
30766
|
-
width: 100%;
|
|
30767
|
-
opacity: 0;
|
|
30768
|
-
}
|
|
30769
|
-
|
|
30770
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30771
|
-
display: none;
|
|
30772
|
-
}
|
|
30773
|
-
|
|
30774
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30775
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30776
|
-
border-radius: 4px;
|
|
30777
|
-
}
|
|
30778
|
-
|
|
30779
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30780
|
-
visibility: hidden;
|
|
30781
|
-
}
|
|
30782
|
-
|
|
30783
|
-
.E_s1sck0th {
|
|
30784
|
-
padding: 0 8px;
|
|
30785
|
-
border-radius: 4px;
|
|
30786
|
-
}
|
|
30787
|
-
|
|
30788
|
-
.E_m855nr1 {
|
|
30789
|
-
padding: 2px 8px;
|
|
30790
|
-
border-radius: 3px;
|
|
30791
|
-
}
|
|
30792
|
-
|
|
30793
|
-
.E_l1270xpg {
|
|
30794
|
-
padding: 3px 8px;
|
|
30795
|
-
border-radius: 2px;
|
|
30796
|
-
}
|
|
30797
|
-
|
|
30798
|
-
.E_t14rextb.ant-tag:hover {
|
|
30799
|
-
opacity: unset;
|
|
30708
|
+
.E_t14rextb.ant-tag:hover {
|
|
30709
|
+
opacity: unset;
|
|
30800
30710
|
}
|
|
30801
30711
|
|
|
30802
30712
|
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
@@ -30878,6 +30788,96 @@ html body {
|
|
|
30878
30788
|
background-color: #7E41FF;
|
|
30879
30789
|
}
|
|
30880
30790
|
|
|
30791
|
+
.E_s1dni7lo {
|
|
30792
|
+
width: 430px !important;
|
|
30793
|
+
}
|
|
30794
|
+
|
|
30795
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30796
|
+
padding: 8px 16px;
|
|
30797
|
+
line-height: 18px;
|
|
30798
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30799
|
+
height: 34px;
|
|
30800
|
+
min-height: 34px;
|
|
30801
|
+
box-sizing: border-box;
|
|
30802
|
+
margin-top: 8px;
|
|
30803
|
+
}
|
|
30804
|
+
|
|
30805
|
+
.E_o1ugr09p {
|
|
30806
|
+
display: flex;
|
|
30807
|
+
flex-direction: column;
|
|
30808
|
+
margin: 1px 8px;
|
|
30809
|
+
padding: 8px;
|
|
30810
|
+
border-radius: 4px;
|
|
30811
|
+
}
|
|
30812
|
+
|
|
30813
|
+
.E_o1ugr09p .selected-icon {
|
|
30814
|
+
display: none;
|
|
30815
|
+
}
|
|
30816
|
+
|
|
30817
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30818
|
+
padding-left: 8px;
|
|
30819
|
+
}
|
|
30820
|
+
|
|
30821
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30822
|
+
background-color: white;
|
|
30823
|
+
}
|
|
30824
|
+
|
|
30825
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30826
|
+
color: #0080ff;
|
|
30827
|
+
}
|
|
30828
|
+
|
|
30829
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30830
|
+
display: block;
|
|
30831
|
+
}
|
|
30832
|
+
|
|
30833
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30834
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30835
|
+
}
|
|
30836
|
+
|
|
30837
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30838
|
+
color: #0080ff;
|
|
30839
|
+
}
|
|
30840
|
+
|
|
30841
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30842
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30843
|
+
color: #0080ff;
|
|
30844
|
+
}
|
|
30845
|
+
|
|
30846
|
+
.E_o1ifxsq4 {
|
|
30847
|
+
display: flex;
|
|
30848
|
+
justify-content: space-between;
|
|
30849
|
+
height: 20px;
|
|
30850
|
+
line-height: 20px;
|
|
30851
|
+
}
|
|
30852
|
+
|
|
30853
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30854
|
+
color: #2d3a56;
|
|
30855
|
+
overflow: hidden;
|
|
30856
|
+
text-overflow: ellipsis;
|
|
30857
|
+
}
|
|
30858
|
+
|
|
30859
|
+
.E_o1zue7 {
|
|
30860
|
+
display: flex;
|
|
30861
|
+
justify-content: space-between;
|
|
30862
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30863
|
+
height: 18px;
|
|
30864
|
+
line-height: 18px;
|
|
30865
|
+
margin-top: 2px;
|
|
30866
|
+
}
|
|
30867
|
+
|
|
30868
|
+
.E_tyfmlxg {
|
|
30869
|
+
border: none;
|
|
30870
|
+
margin-right: 0;
|
|
30871
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30872
|
+
}
|
|
30873
|
+
|
|
30874
|
+
.E_o18uybox {
|
|
30875
|
+
pointer-events: none;
|
|
30876
|
+
height: 32px;
|
|
30877
|
+
width: 100%;
|
|
30878
|
+
opacity: 0;
|
|
30879
|
+
}
|
|
30880
|
+
|
|
30881
30881
|
.E_fzh9mnb {
|
|
30882
30882
|
width: 100%;
|
|
30883
30883
|
height: 100%;
|
|
@@ -30894,27 +30894,6 @@ html body {
|
|
|
30894
30894
|
font-size: 18px;
|
|
30895
30895
|
}
|
|
30896
30896
|
|
|
30897
|
-
.E_iouxfgt {
|
|
30898
|
-
display: inline-flex;
|
|
30899
|
-
align-items: center;
|
|
30900
|
-
}
|
|
30901
|
-
|
|
30902
|
-
.E_iouxfgt .icon-inner {
|
|
30903
|
-
display: inline-flex;
|
|
30904
|
-
align-items: center;
|
|
30905
|
-
justify-content: center;
|
|
30906
|
-
}
|
|
30907
|
-
|
|
30908
|
-
.E_iouxfgt .icon-inner + span,
|
|
30909
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30910
|
-
margin-left: 4px;
|
|
30911
|
-
}
|
|
30912
|
-
|
|
30913
|
-
.E_iouxfgt.is-rotate img,
|
|
30914
|
-
.E_iouxfgt.is-rotate svg {
|
|
30915
|
-
animation: rotate 680ms linear infinite;
|
|
30916
|
-
}
|
|
30917
|
-
|
|
30918
30897
|
.E_f7pxqmh {
|
|
30919
30898
|
width: 100%;
|
|
30920
30899
|
margin-bottom: 0 !important;
|
|
@@ -30955,6 +30934,62 @@ html body {
|
|
|
30955
30934
|
min-height: 0px;
|
|
30956
30935
|
}
|
|
30957
30936
|
|
|
30937
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30938
|
+
display: var(--a1wfy30z-0);
|
|
30939
|
+
}
|
|
30940
|
+
|
|
30941
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30942
|
+
padding: 4px 11px;
|
|
30943
|
+
display: inline-flex;
|
|
30944
|
+
line-height: 1.5715;
|
|
30945
|
+
height: inherit;
|
|
30946
|
+
}
|
|
30947
|
+
|
|
30948
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30949
|
+
content: var(--a1wfy30z-1);
|
|
30950
|
+
display: var(--a1wfy30z-2);
|
|
30951
|
+
flex: none;
|
|
30952
|
+
align-items: center;
|
|
30953
|
+
margin-left: 4px;
|
|
30954
|
+
}
|
|
30955
|
+
|
|
30956
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30957
|
+
content: var(--a1wfy30z-3);
|
|
30958
|
+
display: var(--a1wfy30z-4);
|
|
30959
|
+
flex: none;
|
|
30960
|
+
align-items: center;
|
|
30961
|
+
margin-right: 4px;
|
|
30962
|
+
cursor: auto;
|
|
30963
|
+
}
|
|
30964
|
+
|
|
30965
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30966
|
+
padding: 0;
|
|
30967
|
+
margin: 0;
|
|
30968
|
+
height: auto;
|
|
30969
|
+
font-size: inherit;
|
|
30970
|
+
}
|
|
30971
|
+
|
|
30972
|
+
.E_iouxfgt {
|
|
30973
|
+
display: inline-flex;
|
|
30974
|
+
align-items: center;
|
|
30975
|
+
}
|
|
30976
|
+
|
|
30977
|
+
.E_iouxfgt .icon-inner {
|
|
30978
|
+
display: inline-flex;
|
|
30979
|
+
align-items: center;
|
|
30980
|
+
justify-content: center;
|
|
30981
|
+
}
|
|
30982
|
+
|
|
30983
|
+
.E_iouxfgt .icon-inner + span,
|
|
30984
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30985
|
+
margin-left: 4px;
|
|
30986
|
+
}
|
|
30987
|
+
|
|
30988
|
+
.E_iouxfgt.is-rotate img,
|
|
30989
|
+
.E_iouxfgt.is-rotate svg {
|
|
30990
|
+
animation: rotate 680ms linear infinite;
|
|
30991
|
+
}
|
|
30992
|
+
|
|
30958
30993
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30959
30994
|
display: var(--ai7qkf2-0);
|
|
30960
30995
|
}
|
|
@@ -31025,6 +31060,14 @@ html body {
|
|
|
31025
31060
|
padding: 2px 8px;
|
|
31026
31061
|
}
|
|
31027
31062
|
|
|
31063
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31064
|
+
margin-left: 8px;
|
|
31065
|
+
}
|
|
31066
|
+
|
|
31067
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31068
|
+
padding: 2px 7px 2px 12px;
|
|
31069
|
+
}
|
|
31070
|
+
|
|
31028
31071
|
.E_owd0kml {
|
|
31029
31072
|
display: inline-block;
|
|
31030
31073
|
}
|
|
@@ -31034,14 +31077,6 @@ html body {
|
|
|
31034
31077
|
position: absolute;
|
|
31035
31078
|
}
|
|
31036
31079
|
|
|
31037
|
-
.E_atcz0kf .ant-input-suffix {
|
|
31038
|
-
margin-left: 8px;
|
|
31039
|
-
}
|
|
31040
|
-
|
|
31041
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31042
|
-
padding: 2px 7px 2px 12px;
|
|
31043
|
-
}
|
|
31044
|
-
|
|
31045
31080
|
.E_i1inqkme {
|
|
31046
31081
|
height: 18px;
|
|
31047
31082
|
line-height: 18px;
|
|
@@ -31055,41 +31090,6 @@ html body {
|
|
|
31055
31090
|
margin-right: 4px;
|
|
31056
31091
|
}
|
|
31057
31092
|
|
|
31058
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31059
|
-
display: var(--a1wfy30z-0);
|
|
31060
|
-
}
|
|
31061
|
-
|
|
31062
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31063
|
-
padding: 4px 11px;
|
|
31064
|
-
display: inline-flex;
|
|
31065
|
-
line-height: 1.5715;
|
|
31066
|
-
height: inherit;
|
|
31067
|
-
}
|
|
31068
|
-
|
|
31069
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31070
|
-
content: var(--a1wfy30z-1);
|
|
31071
|
-
display: var(--a1wfy30z-2);
|
|
31072
|
-
flex: none;
|
|
31073
|
-
align-items: center;
|
|
31074
|
-
margin-left: 4px;
|
|
31075
|
-
}
|
|
31076
|
-
|
|
31077
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31078
|
-
content: var(--a1wfy30z-3);
|
|
31079
|
-
display: var(--a1wfy30z-4);
|
|
31080
|
-
flex: none;
|
|
31081
|
-
align-items: center;
|
|
31082
|
-
margin-right: 4px;
|
|
31083
|
-
cursor: auto;
|
|
31084
|
-
}
|
|
31085
|
-
|
|
31086
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
31087
|
-
padding: 0;
|
|
31088
|
-
margin: 0;
|
|
31089
|
-
height: auto;
|
|
31090
|
-
font-size: inherit;
|
|
31091
|
-
}
|
|
31092
|
-
|
|
31093
31093
|
.E_cnujxq2 {
|
|
31094
31094
|
display: flex;
|
|
31095
31095
|
flex-direction: column;
|
|
@@ -32353,10 +32353,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32353
32353
|
line-height: 12px;
|
|
32354
32354
|
}
|
|
32355
32355
|
|
|
32356
|
-
.E_m196gn1d {
|
|
32357
|
-
min-width: 1280px;
|
|
32358
|
-
}
|
|
32359
|
-
|
|
32360
32356
|
.E_a1b5xrg3 .user-icon-inner {
|
|
32361
32357
|
display: inline-flex;
|
|
32362
32358
|
align-items: center;
|
|
@@ -32390,6 +32386,81 @@ input.E_rf8rlle.ant-input {
|
|
|
32390
32386
|
transition: all 320ms ease;
|
|
32391
32387
|
}
|
|
32392
32388
|
|
|
32389
|
+
.E_m196gn1d {
|
|
32390
|
+
min-width: 1280px;
|
|
32391
|
+
}
|
|
32392
|
+
|
|
32393
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32394
|
+
border-radius: 6px;
|
|
32395
|
+
}
|
|
32396
|
+
|
|
32397
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32398
|
+
width: 100%;
|
|
32399
|
+
color: #2d3a56;
|
|
32400
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32401
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32402
|
+
font-size: 13px;
|
|
32403
|
+
}
|
|
32404
|
+
|
|
32405
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32406
|
+
height: 30px;
|
|
32407
|
+
}
|
|
32408
|
+
|
|
32409
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32410
|
+
height: 38px;
|
|
32411
|
+
font-size: 13px;
|
|
32412
|
+
}
|
|
32413
|
+
|
|
32414
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32415
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32416
|
+
transition: 160ms ease;
|
|
32417
|
+
}
|
|
32418
|
+
|
|
32419
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32420
|
+
color: #0080ff;
|
|
32421
|
+
}
|
|
32422
|
+
|
|
32423
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32424
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32425
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32426
|
+
}
|
|
32427
|
+
|
|
32428
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32429
|
+
color: #0080ff;
|
|
32430
|
+
}
|
|
32431
|
+
|
|
32432
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32433
|
+
border-color: #0080ff;
|
|
32434
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32435
|
+
}
|
|
32436
|
+
|
|
32437
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32438
|
+
transform: rotate(180deg);
|
|
32439
|
+
}
|
|
32440
|
+
|
|
32441
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32442
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32443
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32444
|
+
cursor: "not-allowed";
|
|
32445
|
+
}
|
|
32446
|
+
|
|
32447
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32448
|
+
border-color: #f0483e !important;
|
|
32449
|
+
}
|
|
32450
|
+
|
|
32451
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32452
|
+
color: #1d326c;
|
|
32453
|
+
}
|
|
32454
|
+
|
|
32455
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32456
|
+
border-color: #0080ff;
|
|
32457
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32458
|
+
}
|
|
32459
|
+
|
|
32460
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32461
|
+
transform: rotate(180deg);
|
|
32462
|
+
}
|
|
32463
|
+
|
|
32393
32464
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32394
32465
|
opacity: 1;
|
|
32395
32466
|
}
|
|
@@ -32547,77 +32618,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32547
32618
|
color: rgba(0, 21, 64, 0.3);
|
|
32548
32619
|
}
|
|
32549
32620
|
|
|
32550
|
-
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32551
|
-
border-radius: 6px;
|
|
32552
|
-
}
|
|
32553
|
-
|
|
32554
|
-
.E_s17wv897.ant-select.ant-select-single {
|
|
32555
|
-
width: 100%;
|
|
32556
|
-
color: #2d3a56;
|
|
32557
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32558
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32559
|
-
font-size: 13px;
|
|
32560
|
-
}
|
|
32561
|
-
|
|
32562
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32563
|
-
height: 30px;
|
|
32564
|
-
}
|
|
32565
|
-
|
|
32566
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32567
|
-
height: 38px;
|
|
32568
|
-
font-size: 13px;
|
|
32569
|
-
}
|
|
32570
|
-
|
|
32571
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32572
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32573
|
-
transition: 160ms ease;
|
|
32574
|
-
}
|
|
32575
|
-
|
|
32576
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32577
|
-
color: #0080ff;
|
|
32578
|
-
}
|
|
32579
|
-
|
|
32580
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32581
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32582
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32583
|
-
}
|
|
32584
|
-
|
|
32585
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32586
|
-
color: #0080ff;
|
|
32587
|
-
}
|
|
32588
|
-
|
|
32589
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32590
|
-
border-color: #0080ff;
|
|
32591
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32592
|
-
}
|
|
32593
|
-
|
|
32594
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32595
|
-
transform: rotate(180deg);
|
|
32596
|
-
}
|
|
32597
|
-
|
|
32598
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32599
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32600
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32601
|
-
cursor: "not-allowed";
|
|
32602
|
-
}
|
|
32603
|
-
|
|
32604
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32605
|
-
border-color: #f0483e !important;
|
|
32606
|
-
}
|
|
32607
|
-
|
|
32608
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32609
|
-
color: #1d326c;
|
|
32610
|
-
}
|
|
32611
|
-
|
|
32612
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32613
|
-
border-color: #0080ff;
|
|
32614
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32615
|
-
}
|
|
32616
|
-
|
|
32617
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32618
|
-
transform: rotate(180deg);
|
|
32619
|
-
}
|
|
32620
|
-
|
|
32621
32621
|
.E_oa99sl3 {
|
|
32622
32622
|
display: flex;
|
|
32623
32623
|
justify-content: space-between;
|
|
@@ -32955,46 +32955,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32955
32955
|
font-size: 14px;
|
|
32956
32956
|
}
|
|
32957
32957
|
|
|
32958
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32959
|
-
margin-right: 2px;
|
|
32960
|
-
}
|
|
32961
|
-
|
|
32962
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32963
|
-
padding-left: 8px;
|
|
32964
|
-
padding-right: 8px;
|
|
32965
|
-
font-size: 12px;
|
|
32966
|
-
}
|
|
32967
|
-
|
|
32968
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32969
|
-
border-radius: 4px;
|
|
32970
|
-
}
|
|
32971
|
-
|
|
32972
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32973
|
-
border-radius: 4px;
|
|
32974
|
-
}
|
|
32975
|
-
|
|
32976
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
32977
|
-
padding-left: 12px;
|
|
32978
|
-
padding-right: 12px;
|
|
32979
|
-
}
|
|
32980
|
-
|
|
32981
|
-
.E_ckld275 {
|
|
32982
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32983
|
-
}
|
|
32984
|
-
|
|
32985
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32986
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32987
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32988
|
-
}
|
|
32989
|
-
|
|
32990
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32991
|
-
background-color: transparent;
|
|
32992
|
-
}
|
|
32993
|
-
|
|
32994
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32995
|
-
background-color: transparent;
|
|
32996
|
-
}
|
|
32997
|
-
|
|
32998
32958
|
.E_h12yihis {
|
|
32999
32959
|
height: 50px;
|
|
33000
32960
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -33255,28 +33215,87 @@ input.E_rf8rlle.ant-input {
|
|
|
33255
33215
|
position: static;
|
|
33256
33216
|
}
|
|
33257
33217
|
|
|
33258
|
-
.
|
|
33259
|
-
|
|
33218
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33219
|
+
margin-right: 2px;
|
|
33260
33220
|
}
|
|
33261
33221
|
|
|
33262
|
-
.
|
|
33263
|
-
|
|
33264
|
-
padding:
|
|
33265
|
-
|
|
33266
|
-
justify-content: space-between;
|
|
33267
|
-
align-items: center;
|
|
33222
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33223
|
+
padding-left: 8px;
|
|
33224
|
+
padding-right: 8px;
|
|
33225
|
+
font-size: 12px;
|
|
33268
33226
|
}
|
|
33269
33227
|
|
|
33270
|
-
.
|
|
33271
|
-
|
|
33228
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33229
|
+
border-radius: 4px;
|
|
33272
33230
|
}
|
|
33273
33231
|
|
|
33274
|
-
.
|
|
33275
|
-
|
|
33276
|
-
color: #00122e;
|
|
33232
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33233
|
+
border-radius: 4px;
|
|
33277
33234
|
}
|
|
33278
33235
|
|
|
33279
|
-
.
|
|
33236
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
33237
|
+
padding-left: 12px;
|
|
33238
|
+
padding-right: 12px;
|
|
33239
|
+
}
|
|
33240
|
+
|
|
33241
|
+
.E_ckld275 {
|
|
33242
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33243
|
+
}
|
|
33244
|
+
|
|
33245
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33246
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
33247
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33248
|
+
}
|
|
33249
|
+
|
|
33250
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33251
|
+
background-color: transparent;
|
|
33252
|
+
}
|
|
33253
|
+
|
|
33254
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33255
|
+
background-color: transparent;
|
|
33256
|
+
}
|
|
33257
|
+
|
|
33258
|
+
.E_b14q2gmw {
|
|
33259
|
+
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);
|
|
33260
|
+
}
|
|
33261
|
+
|
|
33262
|
+
.E_c1eym6el {
|
|
33263
|
+
border-radius: 8px;
|
|
33264
|
+
background-color: white;
|
|
33265
|
+
}
|
|
33266
|
+
|
|
33267
|
+
.E_c1eym6el.hoverable {
|
|
33268
|
+
cursor: pointer;
|
|
33269
|
+
}
|
|
33270
|
+
|
|
33271
|
+
.E_c1eym6el.hoverable:hover {
|
|
33272
|
+
transition: all 200ms ease;
|
|
33273
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33274
|
+
transform: translateY(-4px);
|
|
33275
|
+
}
|
|
33276
|
+
|
|
33277
|
+
.E_c1yd35n {
|
|
33278
|
+
padding: 0 12px 14px 12px;
|
|
33279
|
+
}
|
|
33280
|
+
|
|
33281
|
+
.E_c1kghdax {
|
|
33282
|
+
color: #2d3a56;
|
|
33283
|
+
padding: 7px 12px;
|
|
33284
|
+
display: flex;
|
|
33285
|
+
justify-content: space-between;
|
|
33286
|
+
align-items: center;
|
|
33287
|
+
}
|
|
33288
|
+
|
|
33289
|
+
.E_c1kghdax.has-arrow {
|
|
33290
|
+
padding-left: 10px;
|
|
33291
|
+
}
|
|
33292
|
+
|
|
33293
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33294
|
+
cursor: pointer;
|
|
33295
|
+
color: #00122e;
|
|
33296
|
+
}
|
|
33297
|
+
|
|
33298
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33280
33299
|
color: #2d3a56;
|
|
33281
33300
|
font-weight: 600;
|
|
33282
33301
|
}
|
|
@@ -33386,25 +33405,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33386
33405
|
margin-left: 24px;
|
|
33387
33406
|
}
|
|
33388
33407
|
|
|
33389
|
-
.E_b14q2gmw {
|
|
33390
|
-
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);
|
|
33391
|
-
}
|
|
33392
|
-
|
|
33393
|
-
.E_c1eym6el {
|
|
33394
|
-
border-radius: 8px;
|
|
33395
|
-
background-color: white;
|
|
33396
|
-
}
|
|
33397
|
-
|
|
33398
|
-
.E_c1eym6el.hoverable {
|
|
33399
|
-
cursor: pointer;
|
|
33400
|
-
}
|
|
33401
|
-
|
|
33402
|
-
.E_c1eym6el.hoverable:hover {
|
|
33403
|
-
transition: all 200ms ease;
|
|
33404
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33405
|
-
transform: translateY(-4px);
|
|
33406
|
-
}
|
|
33407
|
-
|
|
33408
33408
|
.E_lht19u8 {
|
|
33409
33409
|
width: 64px;
|
|
33410
33410
|
height: 64px;
|
|
@@ -33454,43 +33454,164 @@ input.E_rf8rlle.ant-input {
|
|
|
33454
33454
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33455
33455
|
}
|
|
33456
33456
|
|
|
33457
|
-
.
|
|
33458
|
-
|
|
33457
|
+
.E_sddwhm6 {
|
|
33458
|
+
margin: 0;
|
|
33459
|
+
border-radius: 20px;
|
|
33460
|
+
padding: 2px 10px;
|
|
33461
|
+
height: 22px;
|
|
33459
33462
|
}
|
|
33460
33463
|
|
|
33461
|
-
.
|
|
33462
|
-
|
|
33463
|
-
padding-right: 4px;
|
|
33464
|
-
margin-right: 4px;
|
|
33464
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33465
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33465
33466
|
}
|
|
33466
33467
|
|
|
33467
|
-
.
|
|
33468
|
-
|
|
33469
|
-
height: 18px;
|
|
33468
|
+
.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 {
|
|
33469
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33470
33470
|
}
|
|
33471
33471
|
|
|
33472
|
-
.
|
|
33473
|
-
|
|
33474
|
-
height: 24px;
|
|
33472
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33473
|
+
color: #00122e;
|
|
33475
33474
|
}
|
|
33476
33475
|
|
|
33477
|
-
.
|
|
33478
|
-
margin:
|
|
33476
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33477
|
+
margin-right: 6px;
|
|
33479
33478
|
}
|
|
33480
33479
|
|
|
33481
|
-
.
|
|
33480
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33481
|
+
margin-left: 8px;
|
|
33482
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33483
|
+
}
|
|
33484
|
+
|
|
33485
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33486
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33487
|
+
}
|
|
33488
|
+
|
|
33489
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33490
|
+
background-color: #0080ff;
|
|
33491
|
+
}
|
|
33492
|
+
|
|
33493
|
+
.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 {
|
|
33494
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33495
|
+
}
|
|
33496
|
+
|
|
33497
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33498
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33499
|
+
}
|
|
33500
|
+
|
|
33501
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33502
|
+
background-color: #f0483e;
|
|
33503
|
+
}
|
|
33504
|
+
|
|
33505
|
+
.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 {
|
|
33506
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33507
|
+
}
|
|
33508
|
+
|
|
33509
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33510
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33511
|
+
}
|
|
33512
|
+
|
|
33513
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33514
|
+
background-color: #fea008;
|
|
33515
|
+
}
|
|
33516
|
+
|
|
33517
|
+
.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 {
|
|
33518
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33519
|
+
}
|
|
33520
|
+
|
|
33521
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33522
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33523
|
+
}
|
|
33524
|
+
|
|
33525
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33526
|
+
background-color: #00ba5d;
|
|
33527
|
+
}
|
|
33528
|
+
|
|
33529
|
+
.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 {
|
|
33530
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33531
|
+
}
|
|
33532
|
+
|
|
33533
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33534
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33535
|
+
}
|
|
33536
|
+
|
|
33537
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33538
|
+
background-color: #6b7d99;
|
|
33539
|
+
}
|
|
33540
|
+
|
|
33541
|
+
.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 {
|
|
33542
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33543
|
+
}
|
|
33544
|
+
|
|
33545
|
+
.E_satwmqm {
|
|
33546
|
+
width: 8px;
|
|
33547
|
+
height: 8px;
|
|
33548
|
+
border-radius: 50%;
|
|
33549
|
+
display: inline-block;
|
|
33550
|
+
}
|
|
33551
|
+
|
|
33552
|
+
button.E_l48ei06.ant-btn,
|
|
33553
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33554
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33555
|
+
font-size: 12px;
|
|
33556
|
+
line-height: 18px;
|
|
33557
|
+
height: 18px;
|
|
33558
|
+
}
|
|
33559
|
+
|
|
33560
|
+
button.E_l48ei06 {
|
|
33561
|
+
color: #0080FF;
|
|
33562
|
+
height: unset;
|
|
33563
|
+
}
|
|
33564
|
+
|
|
33565
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33482
33566
|
margin-right: 4px;
|
|
33483
|
-
height: 16px;
|
|
33484
33567
|
}
|
|
33485
33568
|
|
|
33486
|
-
.
|
|
33487
|
-
|
|
33488
|
-
|
|
33489
|
-
|
|
33490
|
-
|
|
33491
|
-
|
|
33492
|
-
|
|
33493
|
-
|
|
33569
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33570
|
+
margin-left: 4px;
|
|
33571
|
+
}
|
|
33572
|
+
|
|
33573
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33574
|
+
color: #009DFF;
|
|
33575
|
+
}
|
|
33576
|
+
|
|
33577
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33578
|
+
color: #005ED1;
|
|
33579
|
+
}
|
|
33580
|
+
|
|
33581
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33582
|
+
color: #0080FF;
|
|
33583
|
+
}
|
|
33584
|
+
|
|
33585
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33586
|
+
color: #00122E;
|
|
33587
|
+
}
|
|
33588
|
+
|
|
33589
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33590
|
+
color: #0080FF;
|
|
33591
|
+
}
|
|
33592
|
+
|
|
33593
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33594
|
+
color: #005ED1;
|
|
33595
|
+
}
|
|
33596
|
+
|
|
33597
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33598
|
+
color: #00122E;
|
|
33599
|
+
}
|
|
33600
|
+
|
|
33601
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33602
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33603
|
+
}
|
|
33604
|
+
|
|
33605
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33606
|
+
color: #0080FF;
|
|
33607
|
+
}
|
|
33608
|
+
|
|
33609
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33610
|
+
color: #005ED1;
|
|
33611
|
+
}
|
|
33612
|
+
|
|
33613
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33614
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33494
33615
|
}
|
|
33495
33616
|
|
|
33496
33617
|
.E_tc97u5y {
|
|
@@ -33945,396 +34066,34 @@ input.E_rf8rlle.ant-input {
|
|
|
33945
34066
|
background: #fff;
|
|
33946
34067
|
}
|
|
33947
34068
|
|
|
33948
|
-
|
|
33949
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33950
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33951
|
-
font-size: 12px;
|
|
33952
|
-
line-height: 18px;
|
|
33953
|
-
height: 18px;
|
|
33954
|
-
}
|
|
33955
|
-
|
|
33956
|
-
button.E_l48ei06 {
|
|
33957
|
-
color: #0080FF;
|
|
33958
|
-
height: unset;
|
|
33959
|
-
}
|
|
33960
|
-
|
|
33961
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
33962
|
-
margin-right: 4px;
|
|
33963
|
-
}
|
|
33964
|
-
|
|
33965
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
33966
|
-
margin-left: 4px;
|
|
33967
|
-
}
|
|
33968
|
-
|
|
33969
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33970
|
-
color: #009DFF;
|
|
33971
|
-
}
|
|
33972
|
-
|
|
33973
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33974
|
-
color: #005ED1;
|
|
33975
|
-
}
|
|
33976
|
-
|
|
33977
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
33978
|
-
color: #0080FF;
|
|
33979
|
-
}
|
|
33980
|
-
|
|
33981
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
33982
|
-
color: #00122E;
|
|
33983
|
-
}
|
|
33984
|
-
|
|
33985
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33986
|
-
color: #0080FF;
|
|
33987
|
-
}
|
|
33988
|
-
|
|
33989
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33990
|
-
color: #005ED1;
|
|
33991
|
-
}
|
|
33992
|
-
|
|
33993
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33994
|
-
color: #00122E;
|
|
33995
|
-
}
|
|
33996
|
-
|
|
33997
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
33998
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33999
|
-
}
|
|
34000
|
-
|
|
34001
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34002
|
-
color: #0080FF;
|
|
34003
|
-
}
|
|
34004
|
-
|
|
34005
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34006
|
-
color: #005ED1;
|
|
34007
|
-
}
|
|
34008
|
-
|
|
34009
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34010
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34011
|
-
}
|
|
34012
|
-
|
|
34013
|
-
.E_sddwhm6 {
|
|
34014
|
-
margin: 0;
|
|
34015
|
-
border-radius: 20px;
|
|
34016
|
-
padding: 2px 10px;
|
|
34017
|
-
height: 22px;
|
|
34018
|
-
}
|
|
34019
|
-
|
|
34020
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34021
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34022
|
-
}
|
|
34023
|
-
|
|
34024
|
-
.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 {
|
|
34025
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34026
|
-
}
|
|
34027
|
-
|
|
34028
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34029
|
-
color: #00122e;
|
|
34030
|
-
}
|
|
34031
|
-
|
|
34032
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34033
|
-
margin-right: 6px;
|
|
34034
|
-
}
|
|
34035
|
-
|
|
34036
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34037
|
-
margin-left: 8px;
|
|
34038
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34039
|
-
}
|
|
34040
|
-
|
|
34041
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34042
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34043
|
-
}
|
|
34044
|
-
|
|
34045
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34046
|
-
background-color: #0080ff;
|
|
34047
|
-
}
|
|
34048
|
-
|
|
34049
|
-
.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 {
|
|
34050
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
34051
|
-
}
|
|
34052
|
-
|
|
34053
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34054
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
34055
|
-
}
|
|
34056
|
-
|
|
34057
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34058
|
-
background-color: #f0483e;
|
|
34059
|
-
}
|
|
34060
|
-
|
|
34061
|
-
.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 {
|
|
34062
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
34063
|
-
}
|
|
34064
|
-
|
|
34065
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34066
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
34067
|
-
}
|
|
34068
|
-
|
|
34069
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34070
|
-
background-color: #fea008;
|
|
34071
|
-
}
|
|
34072
|
-
|
|
34073
|
-
.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 {
|
|
34074
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
34075
|
-
}
|
|
34076
|
-
|
|
34077
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34078
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
34079
|
-
}
|
|
34080
|
-
|
|
34081
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34082
|
-
background-color: #00ba5d;
|
|
34083
|
-
}
|
|
34084
|
-
|
|
34085
|
-
.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 {
|
|
34086
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
34087
|
-
}
|
|
34088
|
-
|
|
34089
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34090
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34091
|
-
}
|
|
34092
|
-
|
|
34093
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34094
|
-
background-color: #6b7d99;
|
|
34095
|
-
}
|
|
34096
|
-
|
|
34097
|
-
.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 {
|
|
34098
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
34099
|
-
}
|
|
34100
|
-
|
|
34101
|
-
.E_satwmqm {
|
|
34102
|
-
width: 8px;
|
|
34103
|
-
height: 8px;
|
|
34104
|
-
border-radius: 50%;
|
|
34105
|
-
display: inline-block;
|
|
34106
|
-
}
|
|
34107
|
-
|
|
34108
|
-
.E_sjob3jg {
|
|
34109
|
-
--item-min-width: 60px;
|
|
34110
|
-
}
|
|
34111
|
-
|
|
34112
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34113
|
-
display: none !important;
|
|
34114
|
-
}
|
|
34115
|
-
|
|
34116
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34117
|
-
flex-shrink: 0 !important;
|
|
34118
|
-
}
|
|
34119
|
-
|
|
34120
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34121
|
-
color: #0080ff;
|
|
34122
|
-
}
|
|
34123
|
-
|
|
34124
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34125
|
-
color: #0080ff;
|
|
34126
|
-
font-weight: normal;
|
|
34127
|
-
}
|
|
34128
|
-
|
|
34129
|
-
.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 {
|
|
34130
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34131
|
-
}
|
|
34132
|
-
|
|
34133
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34134
|
-
color: #00122e;
|
|
34135
|
-
}
|
|
34136
|
-
|
|
34137
|
-
.E_sjob3jg .step-item-text {
|
|
34138
|
-
display: inline-block;
|
|
34139
|
-
}
|
|
34140
|
-
|
|
34141
|
-
.E_sjob3jg .step-item-title {
|
|
34142
|
-
overflow: hidden;
|
|
34143
|
-
white-space: nowrap;
|
|
34144
|
-
text-overflow: ellipsis;
|
|
34145
|
-
}
|
|
34146
|
-
|
|
34147
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
34148
|
-
min-width: var(--item-min-width);
|
|
34149
|
-
}
|
|
34150
|
-
|
|
34151
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34152
|
-
cursor: not-allowed !important;
|
|
34153
|
-
}
|
|
34154
|
-
|
|
34155
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34156
|
-
flex-direction: row;
|
|
34157
|
-
justify-content: stretch;
|
|
34158
|
-
}
|
|
34159
|
-
|
|
34160
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34161
|
-
padding: 0;
|
|
34162
|
-
margin-right: 4px;
|
|
34163
|
-
flex: 1;
|
|
34164
|
-
overflow: visible;
|
|
34165
|
-
}
|
|
34166
|
-
|
|
34167
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34168
|
-
width: 100%;
|
|
34169
|
-
min-height: unset;
|
|
34170
|
-
}
|
|
34171
|
-
|
|
34172
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34173
|
-
height: 26px;
|
|
34174
|
-
line-height: 26px;
|
|
34175
|
-
width: 100%;
|
|
34176
|
-
padding: 0;
|
|
34177
|
-
font-size: 12px;
|
|
34178
|
-
}
|
|
34179
|
-
|
|
34180
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34181
|
-
margin-right: 10px;
|
|
34182
|
-
}
|
|
34183
|
-
|
|
34184
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34185
|
-
display: none;
|
|
34186
|
-
}
|
|
34187
|
-
|
|
34188
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34189
|
-
padding-left: 8px;
|
|
34190
|
-
padding-right: 4px;
|
|
34191
|
-
border-radius: 4px 0 0 4px;
|
|
34192
|
-
}
|
|
34193
|
-
|
|
34194
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34195
|
-
margin-right: 0;
|
|
34196
|
-
}
|
|
34197
|
-
|
|
34198
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34199
|
-
padding-right: 8px;
|
|
34200
|
-
padding-left: 12px;
|
|
34201
|
-
border-radius: 0 4px 4px 0;
|
|
34202
|
-
}
|
|
34203
|
-
|
|
34204
|
-
.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 {
|
|
34205
|
-
content: "";
|
|
34206
|
-
width: 0;
|
|
34207
|
-
height: 0;
|
|
34208
|
-
border: 13px solid transparent;
|
|
34209
|
-
position: absolute;
|
|
34210
|
-
top: 0;
|
|
34211
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34212
|
-
z-index: 2;
|
|
34213
|
-
position: relative;
|
|
34214
|
-
top: -50%;
|
|
34215
|
-
right: -100%;
|
|
34216
|
-
}
|
|
34217
|
-
|
|
34218
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34219
|
-
padding: 0 4px 0 12px;
|
|
34220
|
-
}
|
|
34221
|
-
|
|
34222
|
-
.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 {
|
|
34223
|
-
content: "";
|
|
34224
|
-
width: 0;
|
|
34225
|
-
height: 0;
|
|
34226
|
-
border: 13px solid transparent;
|
|
34227
|
-
position: absolute;
|
|
34228
|
-
top: 0;
|
|
34229
|
-
border-left: 8px solid #fff;
|
|
34230
|
-
left: 0;
|
|
34231
|
-
}
|
|
34232
|
-
|
|
34233
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34234
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34235
|
-
}
|
|
34236
|
-
|
|
34237
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34238
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34239
|
-
}
|
|
34240
|
-
|
|
34241
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34242
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34243
|
-
}
|
|
34244
|
-
|
|
34245
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34246
|
-
cursor: pointer;
|
|
34247
|
-
min-width: var(--item-min-width);
|
|
34248
|
-
}
|
|
34249
|
-
|
|
34250
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34251
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34252
|
-
min-width: var(--item-min-width);
|
|
34253
|
-
}
|
|
34254
|
-
|
|
34255
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34256
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34257
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34258
|
-
}
|
|
34259
|
-
|
|
34260
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34261
|
-
padding: 0;
|
|
34262
|
-
}
|
|
34263
|
-
|
|
34264
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34265
|
-
width: 192px;
|
|
34266
|
-
row-gap: 2px;
|
|
34267
|
-
}
|
|
34268
|
-
|
|
34269
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34270
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34271
|
-
}
|
|
34272
|
-
|
|
34273
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34274
|
-
color: #00122e !important;
|
|
34275
|
-
}
|
|
34276
|
-
|
|
34277
|
-
.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 {
|
|
34278
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34279
|
-
}
|
|
34280
|
-
|
|
34281
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34282
|
-
padding: 0 8px;
|
|
34283
|
-
border-radius: 4px;
|
|
34284
|
-
height: 32px;
|
|
34069
|
+
.E_r77hffu {
|
|
34285
34070
|
display: flex;
|
|
34286
34071
|
align-items: center;
|
|
34072
|
+
justify-content: space-between;
|
|
34073
|
+
column-gap: 6px;
|
|
34287
34074
|
}
|
|
34288
34075
|
|
|
34289
|
-
.
|
|
34290
|
-
|
|
34291
|
-
|
|
34292
|
-
}
|
|
34293
|
-
|
|
34294
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34295
|
-
font-size: 13px;
|
|
34296
|
-
line-height: 20px;
|
|
34297
|
-
max-width: 100%;
|
|
34298
|
-
padding-right: 0;
|
|
34299
|
-
}
|
|
34300
|
-
|
|
34301
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34302
|
-
background: rgba(0, 128, 255, 0.1);
|
|
34303
|
-
}
|
|
34304
|
-
|
|
34305
|
-
.E_h6l1tj4 {
|
|
34306
|
-
width: 100%;
|
|
34307
|
-
display: inline-flex;
|
|
34308
|
-
align-items: center;
|
|
34076
|
+
.E_p1cmxsf7 {
|
|
34077
|
+
display: flex;
|
|
34078
|
+
flex-direction: column;
|
|
34309
34079
|
justify-content: center;
|
|
34310
|
-
|
|
34080
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34311
34081
|
}
|
|
34312
34082
|
|
|
34313
|
-
.
|
|
34314
|
-
|
|
34315
|
-
|
|
34316
|
-
|
|
34317
|
-
height: 18px;
|
|
34318
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34319
|
-
justify-content: center;
|
|
34083
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34084
|
+
font-size: 0;
|
|
34085
|
+
margin-bottom: unset;
|
|
34086
|
+
margin-inline-end: unset;
|
|
34320
34087
|
}
|
|
34321
34088
|
|
|
34322
|
-
.
|
|
34323
|
-
|
|
34324
|
-
display: flex;
|
|
34325
|
-
align-items: center;
|
|
34326
|
-
justify-content: center;
|
|
34327
|
-
column-gap: 6px;
|
|
34328
|
-
font-size: 13px;
|
|
34089
|
+
.E_w7ob4th.outside-tag {
|
|
34090
|
+
padding-left: 0;
|
|
34329
34091
|
}
|
|
34330
34092
|
|
|
34331
|
-
.
|
|
34332
|
-
|
|
34333
|
-
|
|
34334
|
-
|
|
34335
|
-
min-height: 20px;
|
|
34336
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34337
|
-
justify-content: center;
|
|
34093
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34094
|
+
border-radius: 4px 0 0 4px;
|
|
34095
|
+
padding-right: 4px;
|
|
34096
|
+
margin-right: 4px;
|
|
34338
34097
|
}
|
|
34339
34098
|
|
|
34340
34099
|
.E_i1g85yz3 {
|
|
@@ -34465,171 +34224,375 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34465
34224
|
background-color: rgba(0, 136, 255, 0.1);
|
|
34466
34225
|
}
|
|
34467
34226
|
|
|
34468
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34469
|
-
flex: 1 0 0;
|
|
34470
|
-
overflow: hidden;
|
|
34227
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34228
|
+
flex: 1 0 0;
|
|
34229
|
+
overflow: hidden;
|
|
34230
|
+
}
|
|
34231
|
+
|
|
34232
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34233
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34234
|
+
margin: 0;
|
|
34235
|
+
}
|
|
34236
|
+
|
|
34237
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34238
|
+
text-align: center;
|
|
34239
|
+
}
|
|
34240
|
+
|
|
34241
|
+
.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 > * {
|
|
34242
|
+
text-align: center;
|
|
34243
|
+
}
|
|
34244
|
+
|
|
34245
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34246
|
+
text-align: left;
|
|
34247
|
+
}
|
|
34248
|
+
|
|
34249
|
+
.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 > * {
|
|
34250
|
+
text-align: left;
|
|
34251
|
+
}
|
|
34252
|
+
|
|
34253
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34254
|
+
text-align: right;
|
|
34255
|
+
}
|
|
34256
|
+
|
|
34257
|
+
.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 > * {
|
|
34258
|
+
text-align: right;
|
|
34259
|
+
}
|
|
34260
|
+
|
|
34261
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34262
|
+
margin-right: 8px;
|
|
34263
|
+
}
|
|
34264
|
+
|
|
34265
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34266
|
+
padding: 4px;
|
|
34267
|
+
width: 24px;
|
|
34268
|
+
height: 24px;
|
|
34269
|
+
overflow: hidden;
|
|
34270
|
+
}
|
|
34271
|
+
|
|
34272
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34273
|
+
padding: 0;
|
|
34274
|
+
}
|
|
34275
|
+
|
|
34276
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34277
|
+
cursor: not-allowed;
|
|
34278
|
+
opacity: 0.5;
|
|
34279
|
+
}
|
|
34280
|
+
|
|
34281
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34282
|
+
margin: 0;
|
|
34283
|
+
}
|
|
34284
|
+
|
|
34285
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34286
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34287
|
+
border-radius: 5px;
|
|
34288
|
+
font-size: 12px;
|
|
34289
|
+
}
|
|
34290
|
+
|
|
34291
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34292
|
+
font-size: inherit;
|
|
34293
|
+
}
|
|
34294
|
+
|
|
34295
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34296
|
+
min-height: 24px;
|
|
34297
|
+
font-size: 12px;
|
|
34298
|
+
position: relative;
|
|
34299
|
+
}
|
|
34300
|
+
|
|
34301
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34302
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34303
|
+
}
|
|
34304
|
+
|
|
34305
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34306
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34307
|
+
}
|
|
34308
|
+
|
|
34309
|
+
.E_a138syjm {
|
|
34310
|
+
display: flex;
|
|
34311
|
+
align-items: center;
|
|
34312
|
+
margin-top: 8px;
|
|
34313
|
+
}
|
|
34314
|
+
|
|
34315
|
+
.E_a138syjm button.ant-btn {
|
|
34316
|
+
padding: 2px 8px;
|
|
34317
|
+
height: 24px;
|
|
34318
|
+
}
|
|
34319
|
+
|
|
34320
|
+
.E_a138syjm > span.maximum-desc {
|
|
34321
|
+
display: none;
|
|
34322
|
+
margin-left: 8px;
|
|
34323
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34324
|
+
}
|
|
34325
|
+
|
|
34326
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34327
|
+
display: inline;
|
|
34328
|
+
}
|
|
34329
|
+
|
|
34330
|
+
.E_d77i8u0 {
|
|
34331
|
+
width: 24px;
|
|
34332
|
+
height: 24px;
|
|
34333
|
+
padding: 4px;
|
|
34334
|
+
margin-right: 8px;
|
|
34335
|
+
}
|
|
34336
|
+
|
|
34337
|
+
.E_sjob3jg {
|
|
34338
|
+
--item-min-width: 60px;
|
|
34339
|
+
}
|
|
34340
|
+
|
|
34341
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34342
|
+
display: none !important;
|
|
34343
|
+
}
|
|
34344
|
+
|
|
34345
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34346
|
+
flex-shrink: 0 !important;
|
|
34347
|
+
}
|
|
34348
|
+
|
|
34349
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34350
|
+
color: #0080ff;
|
|
34351
|
+
}
|
|
34352
|
+
|
|
34353
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34354
|
+
color: #0080ff;
|
|
34355
|
+
font-weight: normal;
|
|
34356
|
+
}
|
|
34357
|
+
|
|
34358
|
+
.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 {
|
|
34359
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34360
|
+
}
|
|
34361
|
+
|
|
34362
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34363
|
+
color: #00122e;
|
|
34364
|
+
}
|
|
34365
|
+
|
|
34366
|
+
.E_sjob3jg .step-item-text {
|
|
34367
|
+
display: inline-block;
|
|
34368
|
+
}
|
|
34369
|
+
|
|
34370
|
+
.E_sjob3jg .step-item-title {
|
|
34371
|
+
overflow: hidden;
|
|
34372
|
+
white-space: nowrap;
|
|
34373
|
+
text-overflow: ellipsis;
|
|
34374
|
+
}
|
|
34375
|
+
|
|
34376
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34377
|
+
min-width: var(--item-min-width);
|
|
34378
|
+
}
|
|
34379
|
+
|
|
34380
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34381
|
+
cursor: not-allowed !important;
|
|
34382
|
+
}
|
|
34383
|
+
|
|
34384
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34385
|
+
flex-direction: row;
|
|
34386
|
+
justify-content: stretch;
|
|
34387
|
+
}
|
|
34388
|
+
|
|
34389
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34390
|
+
padding: 0;
|
|
34391
|
+
margin-right: 4px;
|
|
34392
|
+
flex: 1;
|
|
34393
|
+
overflow: visible;
|
|
34394
|
+
}
|
|
34395
|
+
|
|
34396
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34397
|
+
width: 100%;
|
|
34398
|
+
min-height: unset;
|
|
34399
|
+
}
|
|
34400
|
+
|
|
34401
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34402
|
+
height: 26px;
|
|
34403
|
+
line-height: 26px;
|
|
34404
|
+
width: 100%;
|
|
34405
|
+
padding: 0;
|
|
34406
|
+
font-size: 12px;
|
|
34407
|
+
}
|
|
34408
|
+
|
|
34409
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34410
|
+
margin-right: 10px;
|
|
34411
|
+
}
|
|
34412
|
+
|
|
34413
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34414
|
+
display: none;
|
|
34471
34415
|
}
|
|
34472
34416
|
|
|
34473
|
-
.
|
|
34474
|
-
|
|
34475
|
-
|
|
34417
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34418
|
+
padding-left: 8px;
|
|
34419
|
+
padding-right: 4px;
|
|
34420
|
+
border-radius: 4px 0 0 4px;
|
|
34476
34421
|
}
|
|
34477
34422
|
|
|
34478
|
-
.
|
|
34479
|
-
|
|
34423
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34424
|
+
margin-right: 0;
|
|
34480
34425
|
}
|
|
34481
34426
|
|
|
34482
|
-
.
|
|
34483
|
-
|
|
34427
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34428
|
+
padding-right: 8px;
|
|
34429
|
+
padding-left: 12px;
|
|
34430
|
+
border-radius: 0 4px 4px 0;
|
|
34484
34431
|
}
|
|
34485
34432
|
|
|
34486
|
-
.
|
|
34487
|
-
|
|
34433
|
+
.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 {
|
|
34434
|
+
content: "";
|
|
34435
|
+
width: 0;
|
|
34436
|
+
height: 0;
|
|
34437
|
+
border: 13px solid transparent;
|
|
34438
|
+
position: absolute;
|
|
34439
|
+
top: 0;
|
|
34440
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34441
|
+
z-index: 2;
|
|
34442
|
+
position: relative;
|
|
34443
|
+
top: -50%;
|
|
34444
|
+
right: -100%;
|
|
34488
34445
|
}
|
|
34489
34446
|
|
|
34490
|
-
.
|
|
34491
|
-
|
|
34447
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34448
|
+
padding: 0 4px 0 12px;
|
|
34492
34449
|
}
|
|
34493
34450
|
|
|
34494
|
-
.
|
|
34495
|
-
|
|
34451
|
+
.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 {
|
|
34452
|
+
content: "";
|
|
34453
|
+
width: 0;
|
|
34454
|
+
height: 0;
|
|
34455
|
+
border: 13px solid transparent;
|
|
34456
|
+
position: absolute;
|
|
34457
|
+
top: 0;
|
|
34458
|
+
border-left: 8px solid #fff;
|
|
34459
|
+
left: 0;
|
|
34496
34460
|
}
|
|
34497
34461
|
|
|
34498
|
-
.
|
|
34499
|
-
|
|
34462
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34463
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34500
34464
|
}
|
|
34501
34465
|
|
|
34502
|
-
.
|
|
34503
|
-
|
|
34466
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34467
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34504
34468
|
}
|
|
34505
34469
|
|
|
34506
|
-
.
|
|
34507
|
-
|
|
34508
|
-
width: 24px;
|
|
34509
|
-
height: 24px;
|
|
34510
|
-
overflow: hidden;
|
|
34470
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34471
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34511
34472
|
}
|
|
34512
34473
|
|
|
34513
|
-
.
|
|
34514
|
-
|
|
34474
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34475
|
+
cursor: pointer;
|
|
34476
|
+
min-width: var(--item-min-width);
|
|
34515
34477
|
}
|
|
34516
34478
|
|
|
34517
|
-
.
|
|
34518
|
-
|
|
34519
|
-
|
|
34479
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34480
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34481
|
+
min-width: var(--item-min-width);
|
|
34520
34482
|
}
|
|
34521
34483
|
|
|
34522
|
-
.
|
|
34523
|
-
|
|
34484
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34485
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34486
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34524
34487
|
}
|
|
34525
34488
|
|
|
34526
|
-
.
|
|
34527
|
-
|
|
34528
|
-
border-radius: 5px;
|
|
34529
|
-
font-size: 12px;
|
|
34489
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34490
|
+
padding: 0;
|
|
34530
34491
|
}
|
|
34531
34492
|
|
|
34532
|
-
.
|
|
34533
|
-
|
|
34493
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34494
|
+
width: 192px;
|
|
34495
|
+
row-gap: 2px;
|
|
34534
34496
|
}
|
|
34535
34497
|
|
|
34536
|
-
.
|
|
34537
|
-
|
|
34538
|
-
font-size: 12px;
|
|
34539
|
-
position: relative;
|
|
34498
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34499
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34540
34500
|
}
|
|
34541
34501
|
|
|
34542
|
-
.
|
|
34543
|
-
|
|
34502
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34503
|
+
color: #00122e !important;
|
|
34544
34504
|
}
|
|
34545
34505
|
|
|
34546
|
-
.
|
|
34547
|
-
background-color: rgba(
|
|
34506
|
+
.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 {
|
|
34507
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34548
34508
|
}
|
|
34549
34509
|
|
|
34550
|
-
.
|
|
34510
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34511
|
+
padding: 0 8px;
|
|
34512
|
+
border-radius: 4px;
|
|
34513
|
+
height: 32px;
|
|
34551
34514
|
display: flex;
|
|
34552
34515
|
align-items: center;
|
|
34553
|
-
margin-top: 8px;
|
|
34554
|
-
}
|
|
34555
|
-
|
|
34556
|
-
.E_a138syjm button.ant-btn {
|
|
34557
|
-
padding: 2px 8px;
|
|
34558
|
-
height: 24px;
|
|
34559
34516
|
}
|
|
34560
34517
|
|
|
34561
|
-
.
|
|
34562
|
-
|
|
34563
|
-
|
|
34564
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34518
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34519
|
+
min-height: auto;
|
|
34520
|
+
white-space: nowrap;
|
|
34565
34521
|
}
|
|
34566
34522
|
|
|
34567
|
-
.
|
|
34568
|
-
|
|
34523
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34524
|
+
font-size: 13px;
|
|
34525
|
+
line-height: 20px;
|
|
34526
|
+
max-width: 100%;
|
|
34527
|
+
padding-right: 0;
|
|
34569
34528
|
}
|
|
34570
34529
|
|
|
34571
|
-
.
|
|
34572
|
-
|
|
34573
|
-
height: 24px;
|
|
34574
|
-
padding: 4px;
|
|
34575
|
-
margin-right: 8px;
|
|
34530
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34531
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34576
34532
|
}
|
|
34577
34533
|
|
|
34578
|
-
.
|
|
34579
|
-
|
|
34534
|
+
.E_h6l1tj4 {
|
|
34535
|
+
width: 100%;
|
|
34536
|
+
display: inline-flex;
|
|
34580
34537
|
align-items: center;
|
|
34581
|
-
justify-content: space-between;
|
|
34582
|
-
column-gap: 6px;
|
|
34583
|
-
}
|
|
34584
|
-
|
|
34585
|
-
.E_p1cmxsf7 {
|
|
34586
|
-
display: flex;
|
|
34587
|
-
flex-direction: column;
|
|
34588
34538
|
justify-content: center;
|
|
34589
|
-
|
|
34590
|
-
}
|
|
34591
|
-
|
|
34592
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
34593
|
-
font-size: 0;
|
|
34594
|
-
margin-bottom: unset;
|
|
34595
|
-
margin-inline-end: unset;
|
|
34539
|
+
column-gap: 4px;
|
|
34596
34540
|
}
|
|
34597
34541
|
|
|
34598
|
-
.
|
|
34599
|
-
|
|
34542
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34543
|
+
display: inline-flex;
|
|
34544
|
+
align-items: center;
|
|
34545
|
+
width: 18px;
|
|
34546
|
+
height: 18px;
|
|
34547
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34548
|
+
justify-content: center;
|
|
34600
34549
|
}
|
|
34601
34550
|
|
|
34602
|
-
.
|
|
34603
|
-
|
|
34604
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34551
|
+
.E_v18frne8 {
|
|
34552
|
+
width: 100%;
|
|
34605
34553
|
display: flex;
|
|
34554
|
+
align-items: center;
|
|
34555
|
+
justify-content: center;
|
|
34556
|
+
column-gap: 6px;
|
|
34557
|
+
font-size: 13px;
|
|
34606
34558
|
}
|
|
34607
34559
|
|
|
34608
|
-
.
|
|
34609
|
-
|
|
34610
|
-
|
|
34611
|
-
|
|
34612
|
-
|
|
34560
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34561
|
+
display: inline-flex;
|
|
34562
|
+
align-items: center;
|
|
34563
|
+
min-width: 20px;
|
|
34564
|
+
min-height: 20px;
|
|
34565
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34566
|
+
justify-content: center;
|
|
34613
34567
|
}
|
|
34614
34568
|
|
|
34615
|
-
.
|
|
34616
|
-
|
|
34569
|
+
.E_slr2ynn {
|
|
34570
|
+
padding: 0 8px;
|
|
34571
|
+
height: 18px;
|
|
34617
34572
|
}
|
|
34618
34573
|
|
|
34619
|
-
.
|
|
34620
|
-
|
|
34574
|
+
.E_m140wbb6 {
|
|
34575
|
+
padding: 2px 8px;
|
|
34576
|
+
height: 24px;
|
|
34621
34577
|
}
|
|
34622
34578
|
|
|
34623
|
-
.
|
|
34624
|
-
|
|
34579
|
+
.E_t1fozc1i {
|
|
34580
|
+
margin: 0;
|
|
34625
34581
|
}
|
|
34626
34582
|
|
|
34627
|
-
.
|
|
34628
|
-
|
|
34583
|
+
.E_i1vxv4ln {
|
|
34584
|
+
margin-right: 4px;
|
|
34585
|
+
height: 16px;
|
|
34629
34586
|
}
|
|
34630
34587
|
|
|
34631
|
-
.
|
|
34632
|
-
|
|
34588
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34589
|
+
font-weight: 700;
|
|
34590
|
+
color: #00122e;
|
|
34591
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34592
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34593
|
+
word-break: break-all;
|
|
34594
|
+
display: inline;
|
|
34595
|
+
white-space: normal;
|
|
34633
34596
|
}
|
|
34634
34597
|
|
|
34635
34598
|
.E_l1ucdodl {
|
|
@@ -34708,8 +34671,45 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34708
34671
|
color: rgba(44, 56, 82, 0.6);
|
|
34709
34672
|
}
|
|
34710
34673
|
|
|
34711
|
-
.E_c1x5l5qc {
|
|
34712
|
-
flex: 1;
|
|
34674
|
+
.E_c1x5l5qc {
|
|
34675
|
+
flex: 1;
|
|
34676
|
+
}
|
|
34677
|
+
|
|
34678
|
+
.E_t13ef470 {
|
|
34679
|
+
height: 100%;
|
|
34680
|
+
}
|
|
34681
|
+
|
|
34682
|
+
.E_t13ef470 .table-loading-item {
|
|
34683
|
+
padding: 12px 4px;
|
|
34684
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34685
|
+
display: flex;
|
|
34686
|
+
}
|
|
34687
|
+
|
|
34688
|
+
.E_t13ef470 .table-loading-item > * {
|
|
34689
|
+
height: 16px;
|
|
34690
|
+
margin: 4px;
|
|
34691
|
+
background: rgba(204, 212, 227, 0.18);
|
|
34692
|
+
border-radius: 2px;
|
|
34693
|
+
}
|
|
34694
|
+
|
|
34695
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34696
|
+
width: 16px;
|
|
34697
|
+
}
|
|
34698
|
+
|
|
34699
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
34700
|
+
flex: 1;
|
|
34701
|
+
}
|
|
34702
|
+
|
|
34703
|
+
.E_t13ef470 :nth-child(1) {
|
|
34704
|
+
padding: 8px 4px;
|
|
34705
|
+
}
|
|
34706
|
+
|
|
34707
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34708
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34709
|
+
}
|
|
34710
|
+
|
|
34711
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34712
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34713
34713
|
}
|
|
34714
34714
|
|
|
34715
34715
|
.E_t1gvlxt5 {
|
|
@@ -35157,6 +35157,36 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35157
35157
|
margin-left: 8px;
|
|
35158
35158
|
}
|
|
35159
35159
|
|
|
35160
|
+
.E_s20iney.skeleton-box {
|
|
35161
|
+
display: flex;
|
|
35162
|
+
align-items: center;
|
|
35163
|
+
justify-content: center;
|
|
35164
|
+
position: relative;
|
|
35165
|
+
border-radius: 2px;
|
|
35166
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35167
|
+
overflow: hidden;
|
|
35168
|
+
}
|
|
35169
|
+
|
|
35170
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35171
|
+
width: 200%;
|
|
35172
|
+
height: 200%;
|
|
35173
|
+
transform: rotate(15deg);
|
|
35174
|
+
position: absolute;
|
|
35175
|
+
top: -50%;
|
|
35176
|
+
flex-shrink: 0;
|
|
35177
|
+
opacity: 0.8;
|
|
35178
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35179
|
+
animation: shimmer 1100ms infinite;
|
|
35180
|
+
}
|
|
35181
|
+
|
|
35182
|
+
@keyframes shimmer {
|
|
35183
|
+
from {
|
|
35184
|
+
left: -120%;
|
|
35185
|
+
}
|
|
35186
|
+
to {
|
|
35187
|
+
left: 100%;
|
|
35188
|
+
}
|
|
35189
|
+
}
|
|
35160
35190
|
.E_t59qhqp {
|
|
35161
35191
|
background: #FFFFFF;
|
|
35162
35192
|
padding: 24px 32px;
|
|
@@ -35239,36 +35269,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35239
35269
|
background-color: #E07F00;
|
|
35240
35270
|
}
|
|
35241
35271
|
|
|
35242
|
-
.E_s20iney.skeleton-box {
|
|
35243
|
-
display: flex;
|
|
35244
|
-
align-items: center;
|
|
35245
|
-
justify-content: center;
|
|
35246
|
-
position: relative;
|
|
35247
|
-
border-radius: 2px;
|
|
35248
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35249
|
-
overflow: hidden;
|
|
35250
|
-
}
|
|
35251
|
-
|
|
35252
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35253
|
-
width: 200%;
|
|
35254
|
-
height: 200%;
|
|
35255
|
-
transform: rotate(15deg);
|
|
35256
|
-
position: absolute;
|
|
35257
|
-
top: -50%;
|
|
35258
|
-
flex-shrink: 0;
|
|
35259
|
-
opacity: 0.8;
|
|
35260
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35261
|
-
animation: shimmer 1100ms infinite;
|
|
35262
|
-
}
|
|
35263
|
-
|
|
35264
|
-
@keyframes shimmer {
|
|
35265
|
-
from {
|
|
35266
|
-
left: -120%;
|
|
35267
|
-
}
|
|
35268
|
-
to {
|
|
35269
|
-
left: 100%;
|
|
35270
|
-
}
|
|
35271
|
-
}
|
|
35272
35272
|
.E_t1g36k2w {
|
|
35273
35273
|
overflow: hidden;
|
|
35274
35274
|
height: 100%;
|
|
@@ -35453,55 +35453,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35453
35453
|
background: #fff;
|
|
35454
35454
|
}
|
|
35455
35455
|
|
|
35456
|
-
.E_c18bcrac {
|
|
35457
|
-
display: inline-block;
|
|
35458
|
-
width: 100%;
|
|
35459
|
-
}
|
|
35460
|
-
|
|
35461
|
-
.E_c18bcrac .recharts-wrapper {
|
|
35462
|
-
margin-left: 4px;
|
|
35463
|
-
}
|
|
35464
|
-
|
|
35465
|
-
.E_cro7kg2 {
|
|
35466
|
-
padding: 4px;
|
|
35467
|
-
}
|
|
35468
|
-
|
|
35469
|
-
.E_c14wcxf0 {
|
|
35470
|
-
display: flex;
|
|
35471
|
-
justify-content: space-between;
|
|
35472
|
-
align-items: center;
|
|
35473
|
-
font-size: 13px;
|
|
35474
|
-
line-height: 24px;
|
|
35475
|
-
color: #cccccc;
|
|
35476
|
-
white-space: nowrap;
|
|
35477
|
-
}
|
|
35478
|
-
|
|
35479
|
-
.E_c14wcxf0 label {
|
|
35480
|
-
margin-right: 32px;
|
|
35481
|
-
}
|
|
35482
|
-
|
|
35483
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
35484
|
-
font-weight: bold;
|
|
35485
|
-
color: white;
|
|
35486
|
-
}
|
|
35487
|
-
|
|
35488
|
-
.E_s11212zy {
|
|
35489
|
-
width: 8px;
|
|
35490
|
-
height: 8px;
|
|
35491
|
-
border-radius: 2px;
|
|
35492
|
-
display: inline-block;
|
|
35493
|
-
background: var(--s11212zy-0);
|
|
35494
|
-
border: 1px solid #fff;
|
|
35495
|
-
box-sizing: content-box;
|
|
35496
|
-
margin-right: 6px;
|
|
35497
|
-
}
|
|
35498
|
-
|
|
35499
|
-
.E_p1lyky6c > :first-child {
|
|
35500
|
-
font-weight: bold;
|
|
35501
|
-
color: white;
|
|
35502
|
-
margin-right: 4px;
|
|
35503
|
-
}
|
|
35504
|
-
|
|
35505
35456
|
.E_clm1wy1 {
|
|
35506
35457
|
width: 192px;
|
|
35507
35458
|
height: 246px;
|
|
@@ -35580,215 +35531,84 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35580
35531
|
}
|
|
35581
35532
|
|
|
35582
35533
|
.E_c167wnad .anticon:hover {
|
|
35583
|
-
color: #0096ff;
|
|
35584
|
-
}
|
|
35585
|
-
|
|
35586
|
-
.E_cxhf7dh {
|
|
35587
|
-
text-align: center;
|
|
35588
|
-
}
|
|
35589
|
-
|
|
35590
|
-
.E_cxhf7dh .dots {
|
|
35591
|
-
display: flex;
|
|
35592
|
-
justify-content: center;
|
|
35593
|
-
}
|
|
35594
|
-
|
|
35595
|
-
.E_cxhf7dh .dot {
|
|
35596
|
-
display: inline-block;
|
|
35597
|
-
width: 2px;
|
|
35598
|
-
height: 2px;
|
|
35599
|
-
border-radius: 1px;
|
|
35600
|
-
background: #0096ff;
|
|
35601
|
-
}
|
|
35602
|
-
|
|
35603
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
35604
|
-
margin-right: 2px;
|
|
35605
|
-
}
|
|
35606
|
-
|
|
35607
|
-
.E_cxhf7dh .bar {
|
|
35608
|
-
width: 9px;
|
|
35609
|
-
height: 2px;
|
|
35610
|
-
background: #0096ff;
|
|
35611
|
-
border-radius: 2px;
|
|
35612
|
-
}
|
|
35613
|
-
|
|
35614
|
-
span.E_tqjc4ui {
|
|
35615
|
-
margin: 0 2px;
|
|
35616
|
-
}
|
|
35617
|
-
|
|
35618
|
-
.E_gmyahx3 {
|
|
35619
|
-
cursor: pointer;
|
|
35620
|
-
}
|
|
35621
|
-
|
|
35622
|
-
.E_gmyahx3 .link-text {
|
|
35623
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35624
|
-
}
|
|
35625
|
-
|
|
35626
|
-
.E_gmyahx3:hover .link-text {
|
|
35627
|
-
color: #0080ff;
|
|
35628
|
-
}
|
|
35629
|
-
|
|
35630
|
-
.E_n12mqh7z {
|
|
35631
|
-
display: flex;
|
|
35632
|
-
align-items: center;
|
|
35633
|
-
font-size: 12px;
|
|
35634
|
-
line-height: 18px;
|
|
35635
|
-
}
|
|
35636
|
-
|
|
35637
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35638
|
-
margin-bottom: 4px;
|
|
35639
|
-
}
|
|
35640
|
-
|
|
35641
|
-
.E_tf5bynu {
|
|
35642
|
-
margin: 0 3px;
|
|
35643
|
-
}
|
|
35644
|
-
|
|
35645
|
-
.E_tcckoz1 {
|
|
35646
|
-
max-height: 400px;
|
|
35647
|
-
overflow: auto;
|
|
35648
|
-
}
|
|
35649
|
-
|
|
35650
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
35651
|
-
display: flex;
|
|
35652
|
-
align-items: center;
|
|
35653
|
-
}
|
|
35654
|
-
|
|
35655
|
-
.E_s1iv0tp1 .enabled-text {
|
|
35656
|
-
margin-right: 8px;
|
|
35657
|
-
}
|
|
35658
|
-
|
|
35659
|
-
.E_t1sqg15u {
|
|
35660
|
-
background: white;
|
|
35661
|
-
}
|
|
35662
|
-
|
|
35663
|
-
.E_t1sqg15u.inline .table-row {
|
|
35664
|
-
flex-direction: column;
|
|
35665
|
-
}
|
|
35666
|
-
|
|
35667
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
35668
|
-
padding: 0 16px 7px 0;
|
|
35669
|
-
}
|
|
35670
|
-
|
|
35671
|
-
.E_t1sqg15u.has-border .table-header {
|
|
35672
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35673
|
-
}
|
|
35674
|
-
|
|
35675
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35676
|
-
border-top: none !important;
|
|
35677
|
-
}
|
|
35678
|
-
|
|
35679
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35680
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35681
|
-
}
|
|
35682
|
-
|
|
35683
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35684
|
-
padding-bottom: 0;
|
|
35685
|
-
}
|
|
35686
|
-
|
|
35687
|
-
.E_t1sqg15u.align-right .content {
|
|
35688
|
-
text-align: right;
|
|
35689
|
-
}
|
|
35690
|
-
|
|
35691
|
-
.E_t1sqg15u .uuid-row {
|
|
35692
|
-
display: flex;
|
|
35693
|
-
justify-content: space-between;
|
|
35694
|
-
}
|
|
35695
|
-
|
|
35696
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
35697
|
-
white-space: nowrap;
|
|
35698
|
-
overflow: hidden;
|
|
35699
|
-
text-overflow: ellipsis;
|
|
35700
|
-
}
|
|
35701
|
-
|
|
35702
|
-
.E_t4zczcp {
|
|
35703
|
-
display: flex;
|
|
35704
|
-
justify-content: space-between;
|
|
35705
|
-
align-items: center;
|
|
35706
|
-
padding: 8px;
|
|
35707
|
-
min-height: 32px;
|
|
35708
|
-
}
|
|
35709
|
-
|
|
35710
|
-
.E_t4zczcp .table-title {
|
|
35711
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35712
|
-
font-weight: 600;
|
|
35713
|
-
font-size: 12px;
|
|
35714
|
-
line-height: 8px;
|
|
35715
|
-
}
|
|
35716
|
-
|
|
35717
|
-
.E_t4zczcp .edit-icon {
|
|
35718
|
-
font-size: 16px;
|
|
35719
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35720
|
-
cursor: pointer;
|
|
35721
|
-
}
|
|
35722
|
-
|
|
35723
|
-
.E_t1s7goww {
|
|
35724
|
-
font-size: 12px;
|
|
35725
|
-
line-height: 18px;
|
|
35534
|
+
color: #0096ff;
|
|
35726
35535
|
}
|
|
35727
35536
|
|
|
35728
|
-
.
|
|
35729
|
-
|
|
35730
|
-
padding: 8px 0;
|
|
35731
|
-
color: #2d3a56;
|
|
35537
|
+
.E_cxhf7dh {
|
|
35538
|
+
text-align: center;
|
|
35732
35539
|
}
|
|
35733
35540
|
|
|
35734
|
-
.
|
|
35735
|
-
display:
|
|
35541
|
+
.E_cxhf7dh .dots {
|
|
35542
|
+
display: flex;
|
|
35543
|
+
justify-content: center;
|
|
35736
35544
|
}
|
|
35737
35545
|
|
|
35738
|
-
.
|
|
35739
|
-
|
|
35546
|
+
.E_cxhf7dh .dot {
|
|
35547
|
+
display: inline-block;
|
|
35548
|
+
width: 2px;
|
|
35549
|
+
height: 2px;
|
|
35550
|
+
border-radius: 1px;
|
|
35551
|
+
background: #0096ff;
|
|
35740
35552
|
}
|
|
35741
35553
|
|
|
35742
|
-
.
|
|
35743
|
-
|
|
35744
|
-
overflow-x: auto;
|
|
35745
|
-
width: 100%;
|
|
35746
|
-
white-space: pre-wrap;
|
|
35554
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35555
|
+
margin-right: 2px;
|
|
35747
35556
|
}
|
|
35748
35557
|
|
|
35749
|
-
.
|
|
35750
|
-
|
|
35751
|
-
|
|
35558
|
+
.E_cxhf7dh .bar {
|
|
35559
|
+
width: 9px;
|
|
35560
|
+
height: 2px;
|
|
35561
|
+
background: #0096ff;
|
|
35562
|
+
border-radius: 2px;
|
|
35752
35563
|
}
|
|
35753
35564
|
|
|
35754
|
-
.
|
|
35755
|
-
|
|
35565
|
+
.E_c18bcrac {
|
|
35566
|
+
display: inline-block;
|
|
35567
|
+
width: 100%;
|
|
35756
35568
|
}
|
|
35757
35569
|
|
|
35758
|
-
.
|
|
35759
|
-
|
|
35760
|
-
flex-shrink: 0;
|
|
35761
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35762
|
-
padding-right: 12px;
|
|
35570
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35571
|
+
margin-left: 4px;
|
|
35763
35572
|
}
|
|
35764
35573
|
|
|
35765
|
-
.
|
|
35766
|
-
|
|
35767
|
-
text-overflow: ellipsis;
|
|
35574
|
+
.E_cro7kg2 {
|
|
35575
|
+
padding: 4px;
|
|
35768
35576
|
}
|
|
35769
35577
|
|
|
35770
|
-
.
|
|
35578
|
+
.E_c14wcxf0 {
|
|
35579
|
+
display: flex;
|
|
35580
|
+
justify-content: space-between;
|
|
35581
|
+
align-items: center;
|
|
35582
|
+
font-size: 13px;
|
|
35583
|
+
line-height: 24px;
|
|
35584
|
+
color: #cccccc;
|
|
35771
35585
|
white-space: nowrap;
|
|
35772
35586
|
}
|
|
35773
35587
|
|
|
35774
|
-
.
|
|
35775
|
-
|
|
35776
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35777
|
-
-webkit-box-orient: vertical;
|
|
35778
|
-
word-break: break-all;
|
|
35588
|
+
.E_c14wcxf0 label {
|
|
35589
|
+
margin-right: 32px;
|
|
35779
35590
|
}
|
|
35780
35591
|
|
|
35781
|
-
.
|
|
35782
|
-
|
|
35592
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35593
|
+
font-weight: bold;
|
|
35594
|
+
color: white;
|
|
35783
35595
|
}
|
|
35784
35596
|
|
|
35785
|
-
.
|
|
35786
|
-
|
|
35787
|
-
|
|
35597
|
+
.E_s11212zy {
|
|
35598
|
+
width: 8px;
|
|
35599
|
+
height: 8px;
|
|
35600
|
+
border-radius: 2px;
|
|
35601
|
+
display: inline-block;
|
|
35602
|
+
background: var(--s11212zy-0);
|
|
35603
|
+
border: 1px solid #fff;
|
|
35604
|
+
box-sizing: content-box;
|
|
35605
|
+
margin-right: 6px;
|
|
35788
35606
|
}
|
|
35789
35607
|
|
|
35790
|
-
.
|
|
35791
|
-
|
|
35608
|
+
.E_p1lyky6c > :first-child {
|
|
35609
|
+
font-weight: bold;
|
|
35610
|
+
color: white;
|
|
35611
|
+
margin-right: 4px;
|
|
35792
35612
|
}
|
|
35793
35613
|
|
|
35794
35614
|
.E_c1up1pdz {
|
|
@@ -35886,75 +35706,226 @@ span.E_tqjc4ui {
|
|
|
35886
35706
|
cursor: pointer;
|
|
35887
35707
|
}
|
|
35888
35708
|
|
|
35889
|
-
.E_m126spxy {
|
|
35890
|
-
padding-bottom: 4px;
|
|
35891
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35709
|
+
.E_m126spxy {
|
|
35710
|
+
padding-bottom: 4px;
|
|
35711
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35712
|
+
}
|
|
35713
|
+
|
|
35714
|
+
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35715
|
+
padding: 1px 10px;
|
|
35716
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35717
|
+
border-radius: 4px;
|
|
35718
|
+
}
|
|
35719
|
+
|
|
35720
|
+
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35721
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35722
|
+
color: #0096ff;
|
|
35723
|
+
}
|
|
35724
|
+
|
|
35725
|
+
.E_wpbf4pq {
|
|
35726
|
+
padding: 10px 0;
|
|
35727
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35728
|
+
}
|
|
35729
|
+
|
|
35730
|
+
.E_wpbf4pq .ant-input,
|
|
35731
|
+
.E_wpbf4pq .ant-picker {
|
|
35732
|
+
width: 80px;
|
|
35733
|
+
margin: 0 9px;
|
|
35734
|
+
text-align: center;
|
|
35735
|
+
}
|
|
35736
|
+
|
|
35737
|
+
.E_wpbf4pq .options {
|
|
35738
|
+
padding: 12px 0 12px 16px;
|
|
35739
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35740
|
+
margin: 5px 0 5px 8px;
|
|
35741
|
+
}
|
|
35742
|
+
|
|
35743
|
+
.E_wpbf4pq .week-day-option,
|
|
35744
|
+
.E_wpbf4pq .month-day-option {
|
|
35745
|
+
background: #f5f7fa;
|
|
35746
|
+
box-sizing: border-box;
|
|
35747
|
+
border-radius: 16px;
|
|
35748
|
+
margin-right: 8px;
|
|
35749
|
+
}
|
|
35750
|
+
|
|
35751
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
35752
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
35753
|
+
color: inherit;
|
|
35754
|
+
border-color: #d9d9d9;
|
|
35755
|
+
}
|
|
35756
|
+
|
|
35757
|
+
.E_wpbf4pq .week-day-option.active {
|
|
35758
|
+
background-color: #0096ff;
|
|
35759
|
+
border-color: #0096ff;
|
|
35760
|
+
color: #fff;
|
|
35761
|
+
}
|
|
35762
|
+
|
|
35763
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
35764
|
+
width: 110px;
|
|
35765
|
+
margin-top: 4px;
|
|
35766
|
+
}
|
|
35767
|
+
|
|
35768
|
+
.E_wpbf4pq .month-day-option {
|
|
35769
|
+
width: 32px;
|
|
35770
|
+
padding: 0;
|
|
35771
|
+
margin-bottom: 8px;
|
|
35772
|
+
}
|
|
35773
|
+
|
|
35774
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35775
|
+
background-color: #0096ff;
|
|
35776
|
+
border-color: #0096ff;
|
|
35777
|
+
color: #fff;
|
|
35778
|
+
}
|
|
35779
|
+
|
|
35780
|
+
.E_gmyahx3 {
|
|
35781
|
+
cursor: pointer;
|
|
35782
|
+
}
|
|
35783
|
+
|
|
35784
|
+
.E_gmyahx3 .link-text {
|
|
35785
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35786
|
+
}
|
|
35787
|
+
|
|
35788
|
+
.E_gmyahx3:hover .link-text {
|
|
35789
|
+
color: #0080ff;
|
|
35790
|
+
}
|
|
35791
|
+
|
|
35792
|
+
span.E_tqjc4ui {
|
|
35793
|
+
margin: 0 2px;
|
|
35794
|
+
}
|
|
35795
|
+
|
|
35796
|
+
.E_t1sqg15u {
|
|
35797
|
+
background: white;
|
|
35798
|
+
}
|
|
35799
|
+
|
|
35800
|
+
.E_t1sqg15u.inline .table-row {
|
|
35801
|
+
flex-direction: column;
|
|
35802
|
+
}
|
|
35803
|
+
|
|
35804
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
35805
|
+
padding: 0 16px 7px 0;
|
|
35806
|
+
}
|
|
35807
|
+
|
|
35808
|
+
.E_t1sqg15u.has-border .table-header {
|
|
35809
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35810
|
+
}
|
|
35811
|
+
|
|
35812
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35813
|
+
border-top: none !important;
|
|
35814
|
+
}
|
|
35815
|
+
|
|
35816
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35817
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35818
|
+
}
|
|
35819
|
+
|
|
35820
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35821
|
+
padding-bottom: 0;
|
|
35822
|
+
}
|
|
35823
|
+
|
|
35824
|
+
.E_t1sqg15u.align-right .content {
|
|
35825
|
+
text-align: right;
|
|
35826
|
+
}
|
|
35827
|
+
|
|
35828
|
+
.E_t1sqg15u .uuid-row {
|
|
35829
|
+
display: flex;
|
|
35830
|
+
justify-content: space-between;
|
|
35831
|
+
}
|
|
35832
|
+
|
|
35833
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35834
|
+
white-space: nowrap;
|
|
35835
|
+
overflow: hidden;
|
|
35836
|
+
text-overflow: ellipsis;
|
|
35837
|
+
}
|
|
35838
|
+
|
|
35839
|
+
.E_t4zczcp {
|
|
35840
|
+
display: flex;
|
|
35841
|
+
justify-content: space-between;
|
|
35842
|
+
align-items: center;
|
|
35843
|
+
padding: 8px;
|
|
35844
|
+
min-height: 32px;
|
|
35845
|
+
}
|
|
35846
|
+
|
|
35847
|
+
.E_t4zczcp .table-title {
|
|
35848
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35849
|
+
font-weight: 600;
|
|
35850
|
+
font-size: 12px;
|
|
35851
|
+
line-height: 8px;
|
|
35852
|
+
}
|
|
35853
|
+
|
|
35854
|
+
.E_t4zczcp .edit-icon {
|
|
35855
|
+
font-size: 16px;
|
|
35856
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35857
|
+
cursor: pointer;
|
|
35858
|
+
}
|
|
35859
|
+
|
|
35860
|
+
.E_t1s7goww {
|
|
35861
|
+
font-size: 12px;
|
|
35862
|
+
line-height: 18px;
|
|
35863
|
+
}
|
|
35864
|
+
|
|
35865
|
+
.E_t93e4cf {
|
|
35866
|
+
display: flex;
|
|
35867
|
+
padding: 8px 0;
|
|
35868
|
+
color: #2d3a56;
|
|
35869
|
+
}
|
|
35870
|
+
|
|
35871
|
+
.E_t93e4cf .hidden {
|
|
35872
|
+
display: none;
|
|
35873
|
+
}
|
|
35874
|
+
|
|
35875
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35876
|
+
height: auto;
|
|
35892
35877
|
}
|
|
35893
35878
|
|
|
35894
|
-
.
|
|
35895
|
-
|
|
35896
|
-
|
|
35897
|
-
|
|
35879
|
+
.E_t93e4cf .content {
|
|
35880
|
+
overflow: hidden;
|
|
35881
|
+
overflow-x: auto;
|
|
35882
|
+
width: 100%;
|
|
35883
|
+
white-space: pre-wrap;
|
|
35898
35884
|
}
|
|
35899
35885
|
|
|
35900
|
-
.
|
|
35901
|
-
|
|
35902
|
-
|
|
35886
|
+
.E_t93e4cf .content .ant-btn {
|
|
35887
|
+
white-space: pre-wrap;
|
|
35888
|
+
text-align: left;
|
|
35903
35889
|
}
|
|
35904
35890
|
|
|
35905
|
-
.
|
|
35906
|
-
|
|
35907
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35891
|
+
.E_t93e4cf .content .unit-chart {
|
|
35892
|
+
justify-content: flex-start;
|
|
35908
35893
|
}
|
|
35909
35894
|
|
|
35910
|
-
.
|
|
35911
|
-
|
|
35912
|
-
|
|
35913
|
-
|
|
35914
|
-
|
|
35895
|
+
.E_rhz2uv5 {
|
|
35896
|
+
width: var(--rhz2uv5-0);
|
|
35897
|
+
flex-shrink: 0;
|
|
35898
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35899
|
+
padding-right: 12px;
|
|
35915
35900
|
}
|
|
35916
35901
|
|
|
35917
|
-
.
|
|
35918
|
-
|
|
35919
|
-
|
|
35920
|
-
margin: 5px 0 5px 8px;
|
|
35902
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35903
|
+
display: flex;
|
|
35904
|
+
align-items: center;
|
|
35921
35905
|
}
|
|
35922
35906
|
|
|
35923
|
-
.
|
|
35924
|
-
.E_wpbf4pq .month-day-option {
|
|
35925
|
-
background: #f5f7fa;
|
|
35926
|
-
box-sizing: border-box;
|
|
35927
|
-
border-radius: 16px;
|
|
35907
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35928
35908
|
margin-right: 8px;
|
|
35929
35909
|
}
|
|
35930
35910
|
|
|
35931
|
-
.
|
|
35932
|
-
|
|
35933
|
-
|
|
35934
|
-
|
|
35935
|
-
|
|
35936
|
-
|
|
35937
|
-
.E_wpbf4pq .week-day-option.active {
|
|
35938
|
-
background-color: #0096ff;
|
|
35939
|
-
border-color: #0096ff;
|
|
35940
|
-
color: #fff;
|
|
35911
|
+
.E_n12mqh7z {
|
|
35912
|
+
display: flex;
|
|
35913
|
+
align-items: center;
|
|
35914
|
+
font-size: 12px;
|
|
35915
|
+
line-height: 18px;
|
|
35941
35916
|
}
|
|
35942
35917
|
|
|
35943
|
-
.
|
|
35944
|
-
|
|
35945
|
-
margin-top: 4px;
|
|
35918
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35919
|
+
margin-bottom: 4px;
|
|
35946
35920
|
}
|
|
35947
35921
|
|
|
35948
|
-
.
|
|
35949
|
-
|
|
35950
|
-
padding: 0;
|
|
35951
|
-
margin-bottom: 8px;
|
|
35922
|
+
.E_tf5bynu {
|
|
35923
|
+
margin: 0 3px;
|
|
35952
35924
|
}
|
|
35953
35925
|
|
|
35954
|
-
.
|
|
35955
|
-
|
|
35956
|
-
|
|
35957
|
-
color: #fff;
|
|
35926
|
+
.E_tcckoz1 {
|
|
35927
|
+
max-height: 400px;
|
|
35928
|
+
overflow: auto;
|
|
35958
35929
|
}
|
|
35959
35930
|
|
|
35960
35931
|
.E_wg1tsps {
|
|
@@ -35982,6 +35953,35 @@ span.E_tqjc4ui {
|
|
|
35982
35953
|
color: #00122e !important;
|
|
35983
35954
|
}
|
|
35984
35955
|
|
|
35956
|
+
.E_ou7iq30 {
|
|
35957
|
+
overflow: hidden;
|
|
35958
|
+
text-overflow: ellipsis;
|
|
35959
|
+
}
|
|
35960
|
+
|
|
35961
|
+
.E_s1tui002 {
|
|
35962
|
+
white-space: nowrap;
|
|
35963
|
+
}
|
|
35964
|
+
|
|
35965
|
+
.E_mxrc2zg {
|
|
35966
|
+
display: -webkit-box;
|
|
35967
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35968
|
+
-webkit-box-orient: vertical;
|
|
35969
|
+
word-break: break-all;
|
|
35970
|
+
}
|
|
35971
|
+
|
|
35972
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35973
|
+
display: none;
|
|
35974
|
+
}
|
|
35975
|
+
|
|
35976
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35977
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35978
|
+
border-radius: 4px;
|
|
35979
|
+
}
|
|
35980
|
+
|
|
35981
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35982
|
+
visibility: hidden;
|
|
35983
|
+
}
|
|
35984
|
+
|
|
35985
35985
|
.E_skwah65 {
|
|
35986
35986
|
height: 8px;
|
|
35987
35987
|
box-sizing: border-box;
|
|
@@ -36382,10 +36382,174 @@ span.E_tqjc4ui {
|
|
|
36382
36382
|
text-align: left;
|
|
36383
36383
|
}
|
|
36384
36384
|
|
|
36385
|
-
.
|
|
36386
|
-
|
|
36387
|
-
|
|
36388
|
-
|
|
36385
|
+
.E_kr6am0s .ant-modal-body {
|
|
36386
|
+
padding: 60px 128px;
|
|
36387
|
+
}
|
|
36388
|
+
|
|
36389
|
+
.E_k1h3cl5q {
|
|
36390
|
+
display: flex;
|
|
36391
|
+
flex-direction: column;
|
|
36392
|
+
height: 100%;
|
|
36393
|
+
}
|
|
36394
|
+
|
|
36395
|
+
.E_k1a6j97w {
|
|
36396
|
+
color: #00122e;
|
|
36397
|
+
font-size: 32px !important;
|
|
36398
|
+
margin-bottom: 16px;
|
|
36399
|
+
}
|
|
36400
|
+
|
|
36401
|
+
.E_k1uim1fg {
|
|
36402
|
+
margin-bottom: 32px;
|
|
36403
|
+
color: #00122e;
|
|
36404
|
+
}
|
|
36405
|
+
|
|
36406
|
+
.E_kobelzt {
|
|
36407
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
36408
|
+
min-height: 0;
|
|
36409
|
+
flex: 1;
|
|
36410
|
+
padding: 16px;
|
|
36411
|
+
background-color: #2d3a56;
|
|
36412
|
+
color: #fff;
|
|
36413
|
+
overflow: auto;
|
|
36414
|
+
max-width: 100%;
|
|
36415
|
+
min-height: 0;
|
|
36416
|
+
border-radius: 8px;
|
|
36417
|
+
white-space: pre-wrap;
|
|
36418
|
+
}
|
|
36419
|
+
|
|
36420
|
+
.E_kxzv3id {
|
|
36421
|
+
width: 100%;
|
|
36422
|
+
display: flex;
|
|
36423
|
+
justify-content: space-between;
|
|
36424
|
+
padding: 0 128px;
|
|
36425
|
+
}
|
|
36426
|
+
|
|
36427
|
+
.E_eld9lt {
|
|
36428
|
+
display: flex;
|
|
36429
|
+
flex-direction: column;
|
|
36430
|
+
justify-content: center;
|
|
36431
|
+
align-items: center;
|
|
36432
|
+
height: 100%;
|
|
36433
|
+
}
|
|
36434
|
+
|
|
36435
|
+
.E_e1505fqc {
|
|
36436
|
+
display: flex;
|
|
36437
|
+
flex-direction: column;
|
|
36438
|
+
align-items: center;
|
|
36439
|
+
}
|
|
36440
|
+
|
|
36441
|
+
.E_e1505fqc .title {
|
|
36442
|
+
margin-bottom: 8px;
|
|
36443
|
+
background-clip: text;
|
|
36444
|
+
-webkit-background-clip: text;
|
|
36445
|
+
-webkit-text-fill-color: transparent;
|
|
36446
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36447
|
+
}
|
|
36448
|
+
|
|
36449
|
+
.E_i5w779o {
|
|
36450
|
+
padding: 8px 0;
|
|
36451
|
+
}
|
|
36452
|
+
|
|
36453
|
+
.E_i5w779o .col-label {
|
|
36454
|
+
flex-shrink: unset;
|
|
36455
|
+
}
|
|
36456
|
+
|
|
36457
|
+
.E_i5w779o .col-label * {
|
|
36458
|
+
line-height: 18px;
|
|
36459
|
+
}
|
|
36460
|
+
|
|
36461
|
+
.E_i5w779o .col-content {
|
|
36462
|
+
flex: 1 1 0;
|
|
36463
|
+
display: flex;
|
|
36464
|
+
align-items: center;
|
|
36465
|
+
}
|
|
36466
|
+
|
|
36467
|
+
.E_i5w779o .col-content * {
|
|
36468
|
+
line-height: 18px;
|
|
36469
|
+
}
|
|
36470
|
+
|
|
36471
|
+
.E_l18dja44 {
|
|
36472
|
+
padding: 6px 0;
|
|
36473
|
+
}
|
|
36474
|
+
|
|
36475
|
+
.E_l18dja44 .col-label * {
|
|
36476
|
+
font-size: 13px;
|
|
36477
|
+
line-height: 20px;
|
|
36478
|
+
}
|
|
36479
|
+
|
|
36480
|
+
.E_l18dja44 .col-content * {
|
|
36481
|
+
font-size: 14px;
|
|
36482
|
+
line-height: 20px;
|
|
36483
|
+
}
|
|
36484
|
+
|
|
36485
|
+
.E_c8c2hys {
|
|
36486
|
+
display: flex;
|
|
36487
|
+
justify-content: space-between;
|
|
36488
|
+
flex: 1;
|
|
36489
|
+
min-width: 0;
|
|
36490
|
+
}
|
|
36491
|
+
|
|
36492
|
+
.E_n4m6c4d {
|
|
36493
|
+
color: rgba(0, 21, 64, 0.3);
|
|
36494
|
+
}
|
|
36495
|
+
|
|
36496
|
+
.E_cyms3br {
|
|
36497
|
+
background: #fff;
|
|
36498
|
+
width: 100%;
|
|
36499
|
+
border-radius: 8px;
|
|
36500
|
+
border: 1px solid rgb(228, 233, 242);
|
|
36501
|
+
}
|
|
36502
|
+
|
|
36503
|
+
.E_cyms3br .ant-list {
|
|
36504
|
+
padding: 12px;
|
|
36505
|
+
}
|
|
36506
|
+
|
|
36507
|
+
.E_cyms3br .ant-list-item {
|
|
36508
|
+
padding: 4px 0;
|
|
36509
|
+
}
|
|
36510
|
+
|
|
36511
|
+
.E_cyms3br .ant-alert {
|
|
36512
|
+
margin-left: 24px;
|
|
36513
|
+
}
|
|
36514
|
+
|
|
36515
|
+
.E_cyms3br header {
|
|
36516
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36517
|
+
font-size: 12px;
|
|
36518
|
+
color: rgb(29, 50, 108);
|
|
36519
|
+
font-weight: 700;
|
|
36520
|
+
padding: 6px 12px;
|
|
36521
|
+
display: flex;
|
|
36522
|
+
flex-direction: row;
|
|
36523
|
+
align-items: center;
|
|
36524
|
+
justify-content: space-between;
|
|
36525
|
+
}
|
|
36526
|
+
|
|
36527
|
+
.E_cyms3br header .switch-text {
|
|
36528
|
+
display: flex;
|
|
36529
|
+
flex-direction: row;
|
|
36530
|
+
align-items: center;
|
|
36531
|
+
justify-content: space-between;
|
|
36532
|
+
gap: 6px;
|
|
36533
|
+
font-size: 12px;
|
|
36534
|
+
font-weight: 400;
|
|
36535
|
+
color: rgb(0, 18, 46);
|
|
36536
|
+
}
|
|
36537
|
+
|
|
36538
|
+
.E_c157gu4z .ant-list-item {
|
|
36539
|
+
display: flex;
|
|
36540
|
+
flex-direction: row;
|
|
36541
|
+
}
|
|
36542
|
+
|
|
36543
|
+
.E_c157gu4z .description {
|
|
36544
|
+
flex-grow: 1;
|
|
36545
|
+
margin-left: 8px;
|
|
36546
|
+
}
|
|
36547
|
+
|
|
36548
|
+
.E_eu1sysj {
|
|
36549
|
+
display: flex;
|
|
36550
|
+
flex-direction: column;
|
|
36551
|
+
align-items: center;
|
|
36552
|
+
justify-content: center;
|
|
36389
36553
|
}
|
|
36390
36554
|
|
|
36391
36555
|
.E_d11hhzf9 {
|
|
@@ -36430,110 +36594,114 @@ span.E_tqjc4ui {
|
|
|
36430
36594
|
gap: 8px;
|
|
36431
36595
|
}
|
|
36432
36596
|
|
|
36433
|
-
.
|
|
36597
|
+
.E_h1ol2wl7 {
|
|
36598
|
+
font-weight: bold;
|
|
36599
|
+
background-color: unset;
|
|
36600
|
+
padding: unset;
|
|
36601
|
+
}
|
|
36602
|
+
|
|
36603
|
+
.E_c14ouk5o {
|
|
36604
|
+
width: 100%;
|
|
36605
|
+
height: 100%;
|
|
36606
|
+
display: flex;
|
|
36607
|
+
font-size: 12px;
|
|
36608
|
+
line-height: 18px;
|
|
36434
36609
|
padding: 8px 0;
|
|
36610
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36435
36611
|
}
|
|
36436
36612
|
|
|
36437
|
-
.
|
|
36438
|
-
|
|
36613
|
+
.E_c14ouk5o:last-of-type {
|
|
36614
|
+
box-shadow: none;
|
|
36615
|
+
padding-bottom: 0;
|
|
36439
36616
|
}
|
|
36440
36617
|
|
|
36441
|
-
.
|
|
36442
|
-
|
|
36618
|
+
.E_c14ouk5o.collapsed {
|
|
36619
|
+
flex-direction: column;
|
|
36443
36620
|
}
|
|
36444
36621
|
|
|
36445
|
-
.
|
|
36446
|
-
flex: 1 1 0;
|
|
36622
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36447
36623
|
display: flex;
|
|
36448
|
-
align-items: center;
|
|
36449
36624
|
}
|
|
36450
36625
|
|
|
36451
|
-
.
|
|
36452
|
-
|
|
36626
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36627
|
+
flex: 1;
|
|
36628
|
+
display: flex;
|
|
36629
|
+
justify-content: space-between;
|
|
36453
36630
|
}
|
|
36454
36631
|
|
|
36455
|
-
.
|
|
36456
|
-
|
|
36632
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36633
|
+
height: auto;
|
|
36457
36634
|
}
|
|
36458
36635
|
|
|
36459
|
-
.
|
|
36460
|
-
|
|
36461
|
-
line-height: 20px;
|
|
36636
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
36637
|
+
margin-left: 162px;
|
|
36462
36638
|
}
|
|
36463
36639
|
|
|
36464
|
-
.
|
|
36465
|
-
|
|
36466
|
-
|
|
36640
|
+
.E_c14ouk5o .col-label {
|
|
36641
|
+
width: 216px;
|
|
36642
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36643
|
+
margin-right: 12px;
|
|
36644
|
+
flex-shrink: 0;
|
|
36467
36645
|
}
|
|
36468
36646
|
|
|
36469
|
-
.
|
|
36470
|
-
|
|
36471
|
-
|
|
36472
|
-
flex: 1;
|
|
36473
|
-
min-width: 0;
|
|
36647
|
+
.E_c14ouk5o .col-content {
|
|
36648
|
+
color: #2d3a56;
|
|
36649
|
+
/* make btn link in info row have the same height as normal text */
|
|
36474
36650
|
}
|
|
36475
36651
|
|
|
36476
|
-
.
|
|
36477
|
-
|
|
36652
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36653
|
+
height: auto;
|
|
36478
36654
|
}
|
|
36479
36655
|
|
|
36480
|
-
.
|
|
36481
|
-
|
|
36482
|
-
width: 100%;
|
|
36483
|
-
border-radius: 8px;
|
|
36484
|
-
border: 1px solid rgb(228, 233, 242);
|
|
36656
|
+
.E_cevhqx7 {
|
|
36657
|
+
color: #00122e;
|
|
36485
36658
|
}
|
|
36486
36659
|
|
|
36487
|
-
.
|
|
36488
|
-
|
|
36660
|
+
.E_snbqlt4 {
|
|
36661
|
+
margin-top: 8px;
|
|
36662
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36489
36663
|
}
|
|
36490
36664
|
|
|
36491
|
-
.
|
|
36492
|
-
|
|
36665
|
+
.E_c1ss4prm {
|
|
36666
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36493
36667
|
}
|
|
36494
36668
|
|
|
36495
|
-
.
|
|
36496
|
-
margin-
|
|
36669
|
+
.E_c1ss4prm li {
|
|
36670
|
+
margin-bottom: 4px;
|
|
36497
36671
|
}
|
|
36498
36672
|
|
|
36499
|
-
.
|
|
36673
|
+
.E_c1ss4prm li:last-child {
|
|
36674
|
+
margin-bottom: 0;
|
|
36675
|
+
}
|
|
36676
|
+
|
|
36677
|
+
.E_ms3tlei {
|
|
36500
36678
|
background: rgba(225, 230, 241, 0.6);
|
|
36501
|
-
|
|
36502
|
-
|
|
36503
|
-
|
|
36504
|
-
padding: 6px 12px;
|
|
36505
|
-
display: flex;
|
|
36506
|
-
flex-direction: row;
|
|
36507
|
-
align-items: center;
|
|
36508
|
-
justify-content: space-between;
|
|
36679
|
+
padding: 8px;
|
|
36680
|
+
border-radius: 6px;
|
|
36681
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36509
36682
|
}
|
|
36510
36683
|
|
|
36511
|
-
.
|
|
36512
|
-
|
|
36513
|
-
flex-direction: row;
|
|
36514
|
-
align-items: center;
|
|
36515
|
-
justify-content: space-between;
|
|
36516
|
-
gap: 6px;
|
|
36517
|
-
font-size: 12px;
|
|
36518
|
-
font-weight: 400;
|
|
36519
|
-
color: rgb(0, 18, 46);
|
|
36684
|
+
.E_ms3tlei li {
|
|
36685
|
+
margin-bottom: 4px;
|
|
36520
36686
|
}
|
|
36521
36687
|
|
|
36522
|
-
.
|
|
36523
|
-
|
|
36524
|
-
flex-direction: row;
|
|
36688
|
+
.E_ms3tlei li:last-child {
|
|
36689
|
+
margin-bottom: 0;
|
|
36525
36690
|
}
|
|
36526
36691
|
|
|
36527
|
-
.
|
|
36528
|
-
|
|
36529
|
-
margin-left: 8px;
|
|
36692
|
+
.E_du44iy7 {
|
|
36693
|
+
margin-bottom: 4px;
|
|
36530
36694
|
}
|
|
36531
36695
|
|
|
36532
|
-
.
|
|
36533
|
-
|
|
36534
|
-
|
|
36535
|
-
|
|
36536
|
-
|
|
36696
|
+
.E_s1qmhanr {
|
|
36697
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36698
|
+
margin-bottom: 8px;
|
|
36699
|
+
}
|
|
36700
|
+
|
|
36701
|
+
.E_drje1h0 {
|
|
36702
|
+
height: 1px;
|
|
36703
|
+
background: #e4e9f2;
|
|
36704
|
+
margin: 16px 0;
|
|
36537
36705
|
}
|
|
36538
36706
|
|
|
36539
36707
|
.E_c1kchka8 {
|
|
@@ -36822,6 +36990,8 @@ span.E_tqjc4ui {
|
|
|
36822
36990
|
|
|
36823
36991
|
.E_a120uq8m .date-range-picker-calendar {
|
|
36824
36992
|
flex: 1;
|
|
36993
|
+
border-top-left-radius: 8px;
|
|
36994
|
+
border-top-right-radius: 8px;
|
|
36825
36995
|
}
|
|
36826
36996
|
|
|
36827
36997
|
.E_a15s9m0d {
|
|
@@ -36851,6 +37021,7 @@ span.E_tqjc4ui {
|
|
|
36851
37021
|
.E_a15s9m0d .time-input-main .time-input-container .end-time p,
|
|
36852
37022
|
.E_a15s9m0d .time-input-main .time-input-container .to p {
|
|
36853
37023
|
margin: 0;
|
|
37024
|
+
margin-bottom: 2px;
|
|
36854
37025
|
}
|
|
36855
37026
|
|
|
36856
37027
|
.E_a15s9m0d .time-input-main .time-input-container .start-time.validate-failed,
|
|
@@ -36894,6 +37065,7 @@ span.E_tqjc4ui {
|
|
|
36894
37065
|
list-style: none;
|
|
36895
37066
|
padding: 0;
|
|
36896
37067
|
margin-top: 12px;
|
|
37068
|
+
margin-bottom: 12px;
|
|
36897
37069
|
}
|
|
36898
37070
|
|
|
36899
37071
|
.E_r5hl59d .past-time-list li {
|
|
@@ -36973,12 +37145,22 @@ span.E_tqjc4ui {
|
|
|
36973
37145
|
padding: 0 12px 0 16px;
|
|
36974
37146
|
}
|
|
36975
37147
|
|
|
37148
|
+
.E_dhqt3dw.date-range-picker.large .date-input-content {
|
|
37149
|
+
padding-left: 40px;
|
|
37150
|
+
transform: translateX(-40px);
|
|
37151
|
+
}
|
|
37152
|
+
|
|
36976
37153
|
.E_dhqt3dw.date-range-picker.medium {
|
|
36977
37154
|
height: 32px;
|
|
36978
37155
|
line-height: 32px;
|
|
36979
37156
|
padding: 0 8px 0 12px;
|
|
36980
37157
|
}
|
|
36981
37158
|
|
|
37159
|
+
.E_dhqt3dw.date-range-picker.medium .date-input-content {
|
|
37160
|
+
padding-left: 36px;
|
|
37161
|
+
transform: translateX(-36px);
|
|
37162
|
+
}
|
|
37163
|
+
|
|
36982
37164
|
.E_dhqt3dw.date-range-picker .date-input-content {
|
|
36983
37165
|
flex: 1;
|
|
36984
37166
|
display: flex;
|
|
@@ -37020,6 +37202,10 @@ span.E_tqjc4ui {
|
|
|
37020
37202
|
cursor: pointer;
|
|
37021
37203
|
}
|
|
37022
37204
|
|
|
37205
|
+
.E_d956d92 .ant-popover-inner {
|
|
37206
|
+
border-radius: 8px;
|
|
37207
|
+
}
|
|
37208
|
+
|
|
37023
37209
|
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
37024
37210
|
padding: 12px 12px 0 12px;
|
|
37025
37211
|
}
|
|
@@ -37098,110 +37284,6 @@ span.E_tqjc4ui {
|
|
|
37098
37284
|
padding: 0;
|
|
37099
37285
|
}
|
|
37100
37286
|
|
|
37101
|
-
.E_c14ouk5o {
|
|
37102
|
-
width: 100%;
|
|
37103
|
-
height: 100%;
|
|
37104
|
-
display: flex;
|
|
37105
|
-
font-size: 12px;
|
|
37106
|
-
line-height: 18px;
|
|
37107
|
-
padding: 8px 0;
|
|
37108
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
37109
|
-
}
|
|
37110
|
-
|
|
37111
|
-
.E_c14ouk5o:last-of-type {
|
|
37112
|
-
box-shadow: none;
|
|
37113
|
-
padding-bottom: 0;
|
|
37114
|
-
}
|
|
37115
|
-
|
|
37116
|
-
.E_c14ouk5o.collapsed {
|
|
37117
|
-
flex-direction: column;
|
|
37118
|
-
}
|
|
37119
|
-
|
|
37120
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
37121
|
-
display: flex;
|
|
37122
|
-
}
|
|
37123
|
-
|
|
37124
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
37125
|
-
flex: 1;
|
|
37126
|
-
display: flex;
|
|
37127
|
-
justify-content: space-between;
|
|
37128
|
-
}
|
|
37129
|
-
|
|
37130
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
37131
|
-
height: auto;
|
|
37132
|
-
}
|
|
37133
|
-
|
|
37134
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
37135
|
-
margin-left: 162px;
|
|
37136
|
-
}
|
|
37137
|
-
|
|
37138
|
-
.E_c14ouk5o .col-label {
|
|
37139
|
-
width: 216px;
|
|
37140
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37141
|
-
margin-right: 12px;
|
|
37142
|
-
flex-shrink: 0;
|
|
37143
|
-
}
|
|
37144
|
-
|
|
37145
|
-
.E_c14ouk5o .col-content {
|
|
37146
|
-
color: #2d3a56;
|
|
37147
|
-
/* make btn link in info row have the same height as normal text */
|
|
37148
|
-
}
|
|
37149
|
-
|
|
37150
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
37151
|
-
height: auto;
|
|
37152
|
-
}
|
|
37153
|
-
|
|
37154
|
-
.E_cevhqx7 {
|
|
37155
|
-
color: #00122e;
|
|
37156
|
-
}
|
|
37157
|
-
|
|
37158
|
-
.E_snbqlt4 {
|
|
37159
|
-
margin-top: 8px;
|
|
37160
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37161
|
-
}
|
|
37162
|
-
|
|
37163
|
-
.E_c1ss4prm {
|
|
37164
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37165
|
-
}
|
|
37166
|
-
|
|
37167
|
-
.E_c1ss4prm li {
|
|
37168
|
-
margin-bottom: 4px;
|
|
37169
|
-
}
|
|
37170
|
-
|
|
37171
|
-
.E_c1ss4prm li:last-child {
|
|
37172
|
-
margin-bottom: 0;
|
|
37173
|
-
}
|
|
37174
|
-
|
|
37175
|
-
.E_ms3tlei {
|
|
37176
|
-
background: rgba(225, 230, 241, 0.6);
|
|
37177
|
-
padding: 8px;
|
|
37178
|
-
border-radius: 6px;
|
|
37179
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37180
|
-
}
|
|
37181
|
-
|
|
37182
|
-
.E_ms3tlei li {
|
|
37183
|
-
margin-bottom: 4px;
|
|
37184
|
-
}
|
|
37185
|
-
|
|
37186
|
-
.E_ms3tlei li:last-child {
|
|
37187
|
-
margin-bottom: 0;
|
|
37188
|
-
}
|
|
37189
|
-
|
|
37190
|
-
.E_du44iy7 {
|
|
37191
|
-
margin-bottom: 4px;
|
|
37192
|
-
}
|
|
37193
|
-
|
|
37194
|
-
.E_s1qmhanr {
|
|
37195
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37196
|
-
margin-bottom: 8px;
|
|
37197
|
-
}
|
|
37198
|
-
|
|
37199
|
-
.E_drje1h0 {
|
|
37200
|
-
height: 1px;
|
|
37201
|
-
background: #e4e9f2;
|
|
37202
|
-
margin: 16px 0;
|
|
37203
|
-
}
|
|
37204
|
-
|
|
37205
37287
|
.E_l12xdkhl {
|
|
37206
37288
|
width: 64px;
|
|
37207
37289
|
height: 64px;
|