@cloudtower/eagle 0.33.6 → 0.33.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2406 -2406
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2584 -2584
- package/dist/style.css +2249 -2249
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29672,64 +29672,6 @@ html body {
|
|
|
29672
29672
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29673
29673
|
}
|
|
29674
29674
|
}
|
|
29675
|
-
.E_m74vjol {
|
|
29676
|
-
display: flex;
|
|
29677
|
-
justify-content: space-between;
|
|
29678
|
-
width: 100%;
|
|
29679
|
-
}
|
|
29680
|
-
.E_m74vjol .action {
|
|
29681
|
-
margin-left: 16px;
|
|
29682
|
-
}
|
|
29683
|
-
|
|
29684
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
29685
|
-
padding-right: 12px;
|
|
29686
|
-
}
|
|
29687
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29688
|
-
height: fit-content;
|
|
29689
|
-
margin-left: 16px;
|
|
29690
|
-
}
|
|
29691
|
-
.E_a1o35uvh .ant-alert-message {
|
|
29692
|
-
flex: 1;
|
|
29693
|
-
}
|
|
29694
|
-
|
|
29695
|
-
.E_berrcjl {
|
|
29696
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29697
|
-
margin-bottom: 4px;
|
|
29698
|
-
}
|
|
29699
|
-
.E_berrcjl .breadcrumb-link {
|
|
29700
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29701
|
-
cursor: pointer;
|
|
29702
|
-
transition: color 160ms ease;
|
|
29703
|
-
}
|
|
29704
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29705
|
-
color: #0080ff;
|
|
29706
|
-
}
|
|
29707
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29708
|
-
color: #005ed1;
|
|
29709
|
-
}
|
|
29710
|
-
|
|
29711
|
-
.E_c1uzzomf {
|
|
29712
|
-
margin-bottom: 16px;
|
|
29713
|
-
}
|
|
29714
|
-
.E_c1uzzomf .card-title {
|
|
29715
|
-
font-size: 16px;
|
|
29716
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29717
|
-
font-weight: 700;
|
|
29718
|
-
line-height: 32px;
|
|
29719
|
-
}
|
|
29720
|
-
.E_c1uzzomf .card-body {
|
|
29721
|
-
padding: 24px;
|
|
29722
|
-
border-radius: 8px;
|
|
29723
|
-
background: #fff;
|
|
29724
|
-
}
|
|
29725
|
-
.E_c1uzzomf .empty {
|
|
29726
|
-
font-weight: 700;
|
|
29727
|
-
font-size: 14px;
|
|
29728
|
-
line-height: 22px;
|
|
29729
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29730
|
-
text-align: center;
|
|
29731
|
-
}
|
|
29732
|
-
|
|
29733
29675
|
.E_c18gxmrl {
|
|
29734
29676
|
border: 1px solid #d8deeb;
|
|
29735
29677
|
border-radius: 4px;
|
|
@@ -29750,87 +29692,24 @@ html body {
|
|
|
29750
29692
|
padding: 8px 12px;
|
|
29751
29693
|
}
|
|
29752
29694
|
|
|
29753
|
-
.
|
|
29754
|
-
position: relative;
|
|
29755
|
-
max-width: 388px;
|
|
29756
|
-
min-width: 285px;
|
|
29757
|
-
}
|
|
29758
|
-
.E_d1bw7c5z .center {
|
|
29759
|
-
position: absolute;
|
|
29760
|
-
font-size: 12px;
|
|
29761
|
-
width: 80px;
|
|
29762
|
-
height: 100px;
|
|
29763
|
-
top: 0;
|
|
29764
|
-
left: 35px;
|
|
29765
|
-
display: flex;
|
|
29766
|
-
flex-direction: column;
|
|
29767
|
-
justify-content: center;
|
|
29768
|
-
align-items: center;
|
|
29769
|
-
color: #00122e;
|
|
29770
|
-
}
|
|
29771
|
-
.E_d1bw7c5z .center .number {
|
|
29772
|
-
font-size: 24px;
|
|
29773
|
-
font-weight: 700;
|
|
29774
|
-
}
|
|
29775
|
-
.E_d1bw7c5z .center .text {
|
|
29776
|
-
padding: 0 5px;
|
|
29777
|
-
font-size: 12px;
|
|
29778
|
-
width: inherit;
|
|
29779
|
-
text-align: center;
|
|
29780
|
-
}
|
|
29781
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
29782
|
-
display: flex;
|
|
29783
|
-
}
|
|
29784
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29785
|
-
position: relative !important;
|
|
29786
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29787
|
-
left: 0 !important;
|
|
29788
|
-
bottom: 0 !important;
|
|
29695
|
+
.E_m74vjol {
|
|
29789
29696
|
display: flex;
|
|
29790
|
-
align-items: center;
|
|
29791
|
-
}
|
|
29792
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29793
|
-
width: 100%;
|
|
29794
|
-
}
|
|
29795
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29796
|
-
width: 100%;
|
|
29797
|
-
margin-right: 0 !important;
|
|
29798
|
-
line-height: 18px;
|
|
29799
|
-
}
|
|
29800
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29801
|
-
border-radius: 2px;
|
|
29802
|
-
}
|
|
29803
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29804
|
-
min-width: 75px;
|
|
29805
|
-
max-width: 198px;
|
|
29806
|
-
width: calc(100% - 20px);
|
|
29807
|
-
margin-left: 2px;
|
|
29808
|
-
color: #00122e !important;
|
|
29809
|
-
display: inline-flex;
|
|
29810
29697
|
justify-content: space-between;
|
|
29698
|
+
width: 100%;
|
|
29811
29699
|
}
|
|
29812
|
-
.
|
|
29813
|
-
|
|
29814
|
-
cursor: pointer;
|
|
29815
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29816
|
-
overflow: hidden;
|
|
29817
|
-
text-overflow: ellipsis;
|
|
29818
|
-
white-space: nowrap;
|
|
29819
|
-
}
|
|
29820
|
-
.E_d1bw7c5z .value {
|
|
29821
|
-
color: rgba(44, 56, 82, 0.75);
|
|
29700
|
+
.E_m74vjol .action {
|
|
29701
|
+
margin-left: 16px;
|
|
29822
29702
|
}
|
|
29823
29703
|
|
|
29824
|
-
.
|
|
29825
|
-
|
|
29704
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
29705
|
+
padding-right: 12px;
|
|
29826
29706
|
}
|
|
29827
|
-
.
|
|
29828
|
-
|
|
29829
|
-
|
|
29830
|
-
justify-content: space-between;
|
|
29707
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29708
|
+
height: fit-content;
|
|
29709
|
+
margin-left: 16px;
|
|
29831
29710
|
}
|
|
29832
|
-
.
|
|
29833
|
-
|
|
29711
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29712
|
+
flex: 1;
|
|
29834
29713
|
}
|
|
29835
29714
|
|
|
29836
29715
|
.E_b1nip9bk {
|
|
@@ -29862,6 +29741,22 @@ html body {
|
|
|
29862
29741
|
border-radius: unset;
|
|
29863
29742
|
}
|
|
29864
29743
|
|
|
29744
|
+
.E_berrcjl {
|
|
29745
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29746
|
+
margin-bottom: 4px;
|
|
29747
|
+
}
|
|
29748
|
+
.E_berrcjl .breadcrumb-link {
|
|
29749
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29750
|
+
cursor: pointer;
|
|
29751
|
+
transition: color 160ms ease;
|
|
29752
|
+
}
|
|
29753
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29754
|
+
color: #0080ff;
|
|
29755
|
+
}
|
|
29756
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29757
|
+
color: #005ed1;
|
|
29758
|
+
}
|
|
29759
|
+
|
|
29865
29760
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29866
29761
|
justify-content: center;
|
|
29867
29762
|
}
|
|
@@ -30119,62 +30014,250 @@ html body {
|
|
|
30119
30014
|
justify-content: center;
|
|
30120
30015
|
}
|
|
30121
30016
|
|
|
30122
|
-
.
|
|
30123
|
-
|
|
30124
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30125
|
-
font-size: 12px;
|
|
30126
|
-
}
|
|
30127
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30128
|
-
padding-bottom: 6px;
|
|
30017
|
+
.E_c1uzzomf {
|
|
30018
|
+
margin-bottom: 16px;
|
|
30129
30019
|
}
|
|
30130
|
-
.
|
|
30131
|
-
|
|
30132
|
-
|
|
30020
|
+
.E_c1uzzomf .card-title {
|
|
30021
|
+
font-size: 16px;
|
|
30022
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30023
|
+
font-weight: 700;
|
|
30024
|
+
line-height: 32px;
|
|
30133
30025
|
}
|
|
30134
|
-
|
|
30135
|
-
|
|
30026
|
+
.E_c1uzzomf .card-body {
|
|
30027
|
+
padding: 24px;
|
|
30136
30028
|
border-radius: 8px;
|
|
30029
|
+
background: #fff;
|
|
30137
30030
|
}
|
|
30138
|
-
.
|
|
30139
|
-
|
|
30031
|
+
.E_c1uzzomf .empty {
|
|
30032
|
+
font-weight: 700;
|
|
30033
|
+
font-size: 14px;
|
|
30034
|
+
line-height: 22px;
|
|
30035
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30036
|
+
text-align: center;
|
|
30140
30037
|
}
|
|
30141
30038
|
|
|
30142
|
-
.
|
|
30143
|
-
|
|
30039
|
+
.E_d1bw7c5z {
|
|
30040
|
+
position: relative;
|
|
30041
|
+
max-width: 388px;
|
|
30042
|
+
min-width: 285px;
|
|
30144
30043
|
}
|
|
30145
|
-
|
|
30146
|
-
|
|
30044
|
+
.E_d1bw7c5z .center {
|
|
30045
|
+
position: absolute;
|
|
30046
|
+
font-size: 12px;
|
|
30047
|
+
width: 80px;
|
|
30048
|
+
height: 100px;
|
|
30049
|
+
top: 0;
|
|
30050
|
+
left: 35px;
|
|
30147
30051
|
display: flex;
|
|
30052
|
+
flex-direction: column;
|
|
30053
|
+
justify-content: center;
|
|
30054
|
+
align-items: center;
|
|
30055
|
+
color: #00122e;
|
|
30148
30056
|
}
|
|
30149
|
-
.
|
|
30150
|
-
|
|
30151
|
-
|
|
30057
|
+
.E_d1bw7c5z .center .number {
|
|
30058
|
+
font-size: 24px;
|
|
30059
|
+
font-weight: 700;
|
|
30152
30060
|
}
|
|
30153
|
-
.
|
|
30154
|
-
|
|
30155
|
-
|
|
30061
|
+
.E_d1bw7c5z .center .text {
|
|
30062
|
+
padding: 0 5px;
|
|
30063
|
+
font-size: 12px;
|
|
30064
|
+
width: inherit;
|
|
30065
|
+
text-align: center;
|
|
30156
30066
|
}
|
|
30157
|
-
|
|
30158
|
-
|
|
30159
|
-
border: 0px;
|
|
30160
|
-
background-color: #fff;
|
|
30067
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30068
|
+
display: flex;
|
|
30161
30069
|
}
|
|
30162
|
-
.
|
|
30163
|
-
|
|
30164
|
-
|
|
30165
|
-
|
|
30166
|
-
|
|
30070
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30071
|
+
position: relative !important;
|
|
30072
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30073
|
+
left: 0 !important;
|
|
30074
|
+
bottom: 0 !important;
|
|
30075
|
+
display: flex;
|
|
30076
|
+
align-items: center;
|
|
30167
30077
|
}
|
|
30168
|
-
.
|
|
30169
|
-
|
|
30078
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30079
|
+
width: 100%;
|
|
30170
30080
|
}
|
|
30171
|
-
.
|
|
30172
|
-
|
|
30081
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30082
|
+
width: 100%;
|
|
30083
|
+
margin-right: 0 !important;
|
|
30084
|
+
line-height: 18px;
|
|
30173
30085
|
}
|
|
30174
|
-
|
|
30175
|
-
|
|
30176
|
-
|
|
30177
|
-
|
|
30086
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30087
|
+
border-radius: 2px;
|
|
30088
|
+
}
|
|
30089
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30090
|
+
min-width: 75px;
|
|
30091
|
+
max-width: 198px;
|
|
30092
|
+
width: calc(100% - 20px);
|
|
30093
|
+
margin-left: 2px;
|
|
30094
|
+
color: #00122e !important;
|
|
30095
|
+
display: inline-flex;
|
|
30096
|
+
justify-content: space-between;
|
|
30097
|
+
}
|
|
30098
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30099
|
+
maxwidth: calc(100% - 12px);
|
|
30100
|
+
cursor: pointer;
|
|
30101
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30102
|
+
overflow: hidden;
|
|
30103
|
+
text-overflow: ellipsis;
|
|
30104
|
+
white-space: nowrap;
|
|
30105
|
+
}
|
|
30106
|
+
.E_d1bw7c5z .value {
|
|
30107
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30108
|
+
}
|
|
30109
|
+
|
|
30110
|
+
.E_t10pqbtc {
|
|
30111
|
+
width: 140px;
|
|
30112
|
+
}
|
|
30113
|
+
.E_t10pqbtc .item {
|
|
30114
|
+
margin: 6px auto;
|
|
30115
|
+
display: flex;
|
|
30116
|
+
justify-content: space-between;
|
|
30117
|
+
}
|
|
30118
|
+
.E_t10pqbtc .item .name {
|
|
30119
|
+
width: 102px;
|
|
30120
|
+
}
|
|
30121
|
+
|
|
30122
|
+
.E_c1yyuluq {
|
|
30123
|
+
border-radius: 8px;
|
|
30124
|
+
}
|
|
30125
|
+
.E_c1yyuluq .ant-card-body {
|
|
30126
|
+
padding: 20px 24px 24px 24px;
|
|
30127
|
+
}
|
|
30128
|
+
|
|
30129
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30130
|
+
padding: 4px 8px 0 8px;
|
|
30131
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30132
|
+
font-size: 12px;
|
|
30133
|
+
}
|
|
30134
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30135
|
+
padding-bottom: 6px;
|
|
30136
|
+
}
|
|
30137
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30138
|
+
padding-top: 4px;
|
|
30139
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30140
|
+
}
|
|
30141
|
+
|
|
30142
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30143
|
+
line-height: 18px;
|
|
30144
|
+
}
|
|
30145
|
+
|
|
30146
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30147
|
+
display: flex;
|
|
30148
|
+
}
|
|
30149
|
+
.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 {
|
|
30150
|
+
border-bottom-left-radius: 5px;
|
|
30151
|
+
border-top-left-radius: 5px;
|
|
30152
|
+
}
|
|
30153
|
+
.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 {
|
|
30154
|
+
border-bottom-right-radius: 5px;
|
|
30155
|
+
border-top-right-radius: 5px;
|
|
30156
|
+
}
|
|
30157
|
+
|
|
30158
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30159
|
+
border: 0px;
|
|
30160
|
+
background-color: #fff;
|
|
30161
|
+
}
|
|
30162
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30163
|
+
padding-top: 0px;
|
|
30164
|
+
padding-bottom: 0px;
|
|
30165
|
+
padding-left: 0px !important;
|
|
30166
|
+
padding-right: 24px;
|
|
30167
|
+
}
|
|
30168
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30169
|
+
right: 0px;
|
|
30170
|
+
}
|
|
30171
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30172
|
+
padding: 0px;
|
|
30173
|
+
}
|
|
30174
|
+
|
|
30175
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30176
|
+
padding-right: 0px;
|
|
30177
|
+
cursor: default;
|
|
30178
|
+
}
|
|
30179
|
+
|
|
30180
|
+
.E_phljevk {
|
|
30181
|
+
display: flex;
|
|
30182
|
+
justify-content: space-between;
|
|
30183
|
+
align-items: center;
|
|
30184
|
+
padding: 10px 0;
|
|
30185
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30186
|
+
font-size: 12px;
|
|
30187
|
+
line-height: 24px;
|
|
30188
|
+
}
|
|
30189
|
+
.E_phljevk .pagination-left {
|
|
30190
|
+
padding: 2px 8px;
|
|
30191
|
+
}
|
|
30192
|
+
.E_phljevk .dropdown-trigger {
|
|
30193
|
+
display: flex;
|
|
30194
|
+
align-items: center;
|
|
30195
|
+
border-radius: 6px;
|
|
30196
|
+
cursor: pointer;
|
|
30197
|
+
transition: all 0.3s ease;
|
|
30198
|
+
}
|
|
30199
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30200
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30201
|
+
color: #0080ff;
|
|
30202
|
+
}
|
|
30203
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30204
|
+
margin-left: 4px;
|
|
30205
|
+
}
|
|
30206
|
+
.E_phljevk .pagination-right {
|
|
30207
|
+
display: flex;
|
|
30208
|
+
align-items: center;
|
|
30209
|
+
color: #0080ff;
|
|
30210
|
+
font-weight: bold;
|
|
30211
|
+
}
|
|
30212
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30213
|
+
margin-left: 4px;
|
|
30214
|
+
}
|
|
30215
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30216
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30217
|
+
padding: 0 8px;
|
|
30218
|
+
}
|
|
30219
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30220
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30221
|
+
color: #0080ff;
|
|
30222
|
+
}
|
|
30223
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30224
|
+
transform: rotate(180deg);
|
|
30225
|
+
}
|
|
30226
|
+
|
|
30227
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30228
|
+
max-height: calc(100vh - 128px);
|
|
30229
|
+
overflow-y: auto;
|
|
30230
|
+
}
|
|
30231
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30232
|
+
padding: 4px 20px;
|
|
30233
|
+
font-size: 12px;
|
|
30234
|
+
line-height: 18px;
|
|
30235
|
+
}
|
|
30236
|
+
|
|
30237
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30238
|
+
margin-right: 8px;
|
|
30239
|
+
}
|
|
30240
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30241
|
+
margin-left: 8px;
|
|
30242
|
+
}
|
|
30243
|
+
|
|
30244
|
+
.E_cc368xp {
|
|
30245
|
+
color: #00122e;
|
|
30246
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30247
|
+
margin-right: 8px;
|
|
30248
|
+
padding-right: 8px;
|
|
30249
|
+
}
|
|
30250
|
+
|
|
30251
|
+
.E_i11o6xqj {
|
|
30252
|
+
display: flex;
|
|
30253
|
+
gap: 4px;
|
|
30254
|
+
}
|
|
30255
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30256
|
+
cursor: pointer;
|
|
30257
|
+
}
|
|
30258
|
+
|
|
30259
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30260
|
+
cursor: not-allowed;
|
|
30178
30261
|
}
|
|
30179
30262
|
|
|
30180
30263
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30323,145 +30406,58 @@ html body {
|
|
|
30323
30406
|
width: 36px;
|
|
30324
30407
|
}
|
|
30325
30408
|
|
|
30326
|
-
.
|
|
30327
|
-
|
|
30328
|
-
|
|
30329
|
-
|
|
30330
|
-
|
|
30331
|
-
|
|
30332
|
-
font-size: 12px;
|
|
30333
|
-
line-height: 24px;
|
|
30334
|
-
}
|
|
30335
|
-
.E_phljevk .pagination-left {
|
|
30336
|
-
padding: 2px 8px;
|
|
30337
|
-
}
|
|
30338
|
-
.E_phljevk .dropdown-trigger {
|
|
30409
|
+
.E_c1bus5hc {
|
|
30410
|
+
--color: white;
|
|
30411
|
+
height: 14px;
|
|
30412
|
+
width: 14px;
|
|
30413
|
+
border-radius: 50%;
|
|
30414
|
+
flex-shrink: 0;
|
|
30339
30415
|
display: flex;
|
|
30340
30416
|
align-items: center;
|
|
30341
|
-
|
|
30342
|
-
|
|
30343
|
-
transition: all 0.3s ease;
|
|
30344
|
-
}
|
|
30345
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30346
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30347
|
-
color: #0080ff;
|
|
30417
|
+
justify-content: center;
|
|
30418
|
+
border: 1px solid var(--color);
|
|
30348
30419
|
}
|
|
30349
|
-
.
|
|
30350
|
-
|
|
30420
|
+
.E_c1bus5hc .circle-inner {
|
|
30421
|
+
position: relative;
|
|
30422
|
+
height: 10px;
|
|
30423
|
+
width: 10px;
|
|
30424
|
+
border-radius: 50%;
|
|
30425
|
+
overflow: hidden;
|
|
30351
30426
|
}
|
|
30352
|
-
.
|
|
30353
|
-
|
|
30354
|
-
|
|
30355
|
-
|
|
30356
|
-
|
|
30427
|
+
.E_c1bus5hc .circle-content {
|
|
30428
|
+
position: absolute;
|
|
30429
|
+
height: 100%;
|
|
30430
|
+
width: 100%;
|
|
30431
|
+
left: 0;
|
|
30432
|
+
top: 0;
|
|
30433
|
+
border-radius: 50%;
|
|
30434
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30435
|
+
transform: rotate(180deg);
|
|
30357
30436
|
}
|
|
30358
|
-
.
|
|
30359
|
-
|
|
30437
|
+
.E_c1bus5hc .circle-child {
|
|
30438
|
+
position: absolute;
|
|
30439
|
+
height: 100%;
|
|
30440
|
+
width: 100%;
|
|
30441
|
+
left: 0;
|
|
30442
|
+
top: 0;
|
|
30443
|
+
margin-left: 50%;
|
|
30444
|
+
transform-origin: left;
|
|
30445
|
+
background: white;
|
|
30446
|
+
transform: rotate(0deg);
|
|
30360
30447
|
}
|
|
30361
|
-
|
|
30362
|
-
.
|
|
30363
|
-
|
|
30448
|
+
|
|
30449
|
+
.E_tju3gfj .date {
|
|
30450
|
+
margin-right: 4px;
|
|
30364
30451
|
}
|
|
30365
|
-
|
|
30366
|
-
.
|
|
30367
|
-
|
|
30452
|
+
|
|
30453
|
+
.E_ivqqkzv {
|
|
30454
|
+
height: 24px;
|
|
30455
|
+
width: 56px !important;
|
|
30456
|
+
margin-right: 4px;
|
|
30368
30457
|
}
|
|
30369
|
-
|
|
30370
|
-
|
|
30371
|
-
|
|
30372
|
-
|
|
30373
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30374
|
-
max-height: calc(100vh - 128px);
|
|
30375
|
-
overflow-y: auto;
|
|
30376
|
-
}
|
|
30377
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30378
|
-
padding: 4px 20px;
|
|
30379
|
-
font-size: 12px;
|
|
30380
|
-
line-height: 18px;
|
|
30381
|
-
}
|
|
30382
|
-
|
|
30383
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
30384
|
-
margin-right: 8px;
|
|
30385
|
-
}
|
|
30386
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30387
|
-
margin-left: 8px;
|
|
30388
|
-
}
|
|
30389
|
-
|
|
30390
|
-
.E_cc368xp {
|
|
30391
|
-
color: #00122e;
|
|
30392
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30393
|
-
margin-right: 8px;
|
|
30394
|
-
padding-right: 8px;
|
|
30395
|
-
}
|
|
30396
|
-
|
|
30397
|
-
.E_i11o6xqj {
|
|
30398
|
-
display: flex;
|
|
30399
|
-
gap: 4px;
|
|
30400
|
-
}
|
|
30401
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30402
|
-
cursor: pointer;
|
|
30403
|
-
}
|
|
30404
|
-
|
|
30405
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30406
|
-
cursor: not-allowed;
|
|
30407
|
-
}
|
|
30408
|
-
|
|
30409
|
-
.E_ivqqkzv {
|
|
30410
|
-
height: 24px;
|
|
30411
|
-
width: 56px !important;
|
|
30412
|
-
margin-right: 4px;
|
|
30413
|
-
}
|
|
30414
|
-
|
|
30415
|
-
.E_c1wk4q29 {
|
|
30416
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30417
|
-
}
|
|
30418
|
-
|
|
30419
|
-
.E_c1bus5hc {
|
|
30420
|
-
--color: white;
|
|
30421
|
-
height: 14px;
|
|
30422
|
-
width: 14px;
|
|
30423
|
-
border-radius: 50%;
|
|
30424
|
-
flex-shrink: 0;
|
|
30425
|
-
display: flex;
|
|
30426
|
-
align-items: center;
|
|
30427
|
-
justify-content: center;
|
|
30428
|
-
border: 1px solid var(--color);
|
|
30429
|
-
}
|
|
30430
|
-
.E_c1bus5hc .circle-inner {
|
|
30431
|
-
position: relative;
|
|
30432
|
-
height: 10px;
|
|
30433
|
-
width: 10px;
|
|
30434
|
-
border-radius: 50%;
|
|
30435
|
-
overflow: hidden;
|
|
30436
|
-
}
|
|
30437
|
-
.E_c1bus5hc .circle-content {
|
|
30438
|
-
position: absolute;
|
|
30439
|
-
height: 100%;
|
|
30440
|
-
width: 100%;
|
|
30441
|
-
left: 0;
|
|
30442
|
-
top: 0;
|
|
30443
|
-
border-radius: 50%;
|
|
30444
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30445
|
-
transform: rotate(180deg);
|
|
30446
|
-
}
|
|
30447
|
-
.E_c1bus5hc .circle-child {
|
|
30448
|
-
position: absolute;
|
|
30449
|
-
height: 100%;
|
|
30450
|
-
width: 100%;
|
|
30451
|
-
left: 0;
|
|
30452
|
-
top: 0;
|
|
30453
|
-
margin-left: 50%;
|
|
30454
|
-
transform-origin: left;
|
|
30455
|
-
background: white;
|
|
30456
|
-
transform: rotate(0deg);
|
|
30457
|
-
}
|
|
30458
|
-
|
|
30459
|
-
.E_tju3gfj .date {
|
|
30460
|
-
margin-right: 4px;
|
|
30461
|
-
}
|
|
30462
|
-
|
|
30463
|
-
.E_iq1gosr {
|
|
30464
|
-
display: inline-block;
|
|
30458
|
+
|
|
30459
|
+
.E_c1wk4q29 {
|
|
30460
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30465
30461
|
}
|
|
30466
30462
|
|
|
30467
30463
|
.E_s1dizucg.ant-switch {
|
|
@@ -30519,17 +30515,6 @@ html body {
|
|
|
30519
30515
|
margin-left: 5px;
|
|
30520
30516
|
}
|
|
30521
30517
|
|
|
30522
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30523
|
-
display: none;
|
|
30524
|
-
}
|
|
30525
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30526
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30527
|
-
border-radius: 4px;
|
|
30528
|
-
}
|
|
30529
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30530
|
-
visibility: hidden;
|
|
30531
|
-
}
|
|
30532
|
-
|
|
30533
30518
|
.E_s1sck0th {
|
|
30534
30519
|
padding: 0 8px;
|
|
30535
30520
|
border-radius: 4px;
|
|
@@ -30612,6 +30597,21 @@ html body {
|
|
|
30612
30597
|
background-color: #7E41FF;
|
|
30613
30598
|
}
|
|
30614
30599
|
|
|
30600
|
+
.E_iq1gosr {
|
|
30601
|
+
display: inline-block;
|
|
30602
|
+
}
|
|
30603
|
+
|
|
30604
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30605
|
+
display: none;
|
|
30606
|
+
}
|
|
30607
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30608
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30609
|
+
border-radius: 4px;
|
|
30610
|
+
}
|
|
30611
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30612
|
+
visibility: hidden;
|
|
30613
|
+
}
|
|
30614
|
+
|
|
30615
30615
|
.E_s1dni7lo {
|
|
30616
30616
|
width: 430px !important;
|
|
30617
30617
|
}
|
|
@@ -30708,6 +30708,68 @@ html body {
|
|
|
30708
30708
|
font-size: 18px;
|
|
30709
30709
|
}
|
|
30710
30710
|
|
|
30711
|
+
.E_iouxfgt {
|
|
30712
|
+
display: inline-flex;
|
|
30713
|
+
align-items: center;
|
|
30714
|
+
}
|
|
30715
|
+
.E_iouxfgt .icon-inner {
|
|
30716
|
+
display: inline-flex;
|
|
30717
|
+
align-items: center;
|
|
30718
|
+
justify-content: center;
|
|
30719
|
+
}
|
|
30720
|
+
.E_iouxfgt .icon-inner + span,
|
|
30721
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30722
|
+
margin-left: 4px;
|
|
30723
|
+
}
|
|
30724
|
+
.E_iouxfgt.is-rotate img,
|
|
30725
|
+
.E_iouxfgt.is-rotate svg {
|
|
30726
|
+
animation: rotate 680ms linear infinite;
|
|
30727
|
+
}
|
|
30728
|
+
|
|
30729
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30730
|
+
display: var(--a1wfy30z-0);
|
|
30731
|
+
}
|
|
30732
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30733
|
+
padding: 4px 11px;
|
|
30734
|
+
display: inline-flex;
|
|
30735
|
+
line-height: 1.5715;
|
|
30736
|
+
height: inherit;
|
|
30737
|
+
}
|
|
30738
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30739
|
+
content: var(--a1wfy30z-1);
|
|
30740
|
+
display: var(--a1wfy30z-2);
|
|
30741
|
+
flex: none;
|
|
30742
|
+
align-items: center;
|
|
30743
|
+
margin-left: 4px;
|
|
30744
|
+
}
|
|
30745
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30746
|
+
content: var(--a1wfy30z-3);
|
|
30747
|
+
display: var(--a1wfy30z-4);
|
|
30748
|
+
flex: none;
|
|
30749
|
+
align-items: center;
|
|
30750
|
+
margin-right: 4px;
|
|
30751
|
+
cursor: auto;
|
|
30752
|
+
}
|
|
30753
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30754
|
+
padding: 0;
|
|
30755
|
+
margin: 0;
|
|
30756
|
+
height: auto;
|
|
30757
|
+
font-size: inherit;
|
|
30758
|
+
}
|
|
30759
|
+
|
|
30760
|
+
.E_i1inqkme {
|
|
30761
|
+
height: 18px;
|
|
30762
|
+
line-height: 18px;
|
|
30763
|
+
padding: 0 4px;
|
|
30764
|
+
border-radius: 4px;
|
|
30765
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30766
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30767
|
+
display: flex;
|
|
30768
|
+
align-items: center;
|
|
30769
|
+
white-space: nowrap;
|
|
30770
|
+
margin-right: 4px;
|
|
30771
|
+
}
|
|
30772
|
+
|
|
30711
30773
|
.E_f7pxqmh {
|
|
30712
30774
|
width: 100%;
|
|
30713
30775
|
margin-bottom: 0 !important;
|
|
@@ -30742,24 +30804,6 @@ html body {
|
|
|
30742
30804
|
min-height: 0px;
|
|
30743
30805
|
}
|
|
30744
30806
|
|
|
30745
|
-
.E_iouxfgt {
|
|
30746
|
-
display: inline-flex;
|
|
30747
|
-
align-items: center;
|
|
30748
|
-
}
|
|
30749
|
-
.E_iouxfgt .icon-inner {
|
|
30750
|
-
display: inline-flex;
|
|
30751
|
-
align-items: center;
|
|
30752
|
-
justify-content: center;
|
|
30753
|
-
}
|
|
30754
|
-
.E_iouxfgt .icon-inner + span,
|
|
30755
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30756
|
-
margin-left: 4px;
|
|
30757
|
-
}
|
|
30758
|
-
.E_iouxfgt.is-rotate img,
|
|
30759
|
-
.E_iouxfgt.is-rotate svg {
|
|
30760
|
-
animation: rotate 680ms linear infinite;
|
|
30761
|
-
}
|
|
30762
|
-
|
|
30763
30807
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30764
30808
|
display: var(--ai7qkf2-0);
|
|
30765
30809
|
}
|
|
@@ -30820,50 +30864,6 @@ html body {
|
|
|
30820
30864
|
padding: 2px 8px;
|
|
30821
30865
|
}
|
|
30822
30866
|
|
|
30823
|
-
.E_i1inqkme {
|
|
30824
|
-
height: 18px;
|
|
30825
|
-
line-height: 18px;
|
|
30826
|
-
padding: 0 4px;
|
|
30827
|
-
border-radius: 4px;
|
|
30828
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30829
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30830
|
-
display: flex;
|
|
30831
|
-
align-items: center;
|
|
30832
|
-
white-space: nowrap;
|
|
30833
|
-
margin-right: 4px;
|
|
30834
|
-
}
|
|
30835
|
-
|
|
30836
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30837
|
-
display: var(--a1wfy30z-0);
|
|
30838
|
-
}
|
|
30839
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30840
|
-
padding: 4px 11px;
|
|
30841
|
-
display: inline-flex;
|
|
30842
|
-
line-height: 1.5715;
|
|
30843
|
-
height: inherit;
|
|
30844
|
-
}
|
|
30845
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30846
|
-
content: var(--a1wfy30z-1);
|
|
30847
|
-
display: var(--a1wfy30z-2);
|
|
30848
|
-
flex: none;
|
|
30849
|
-
align-items: center;
|
|
30850
|
-
margin-left: 4px;
|
|
30851
|
-
}
|
|
30852
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30853
|
-
content: var(--a1wfy30z-3);
|
|
30854
|
-
display: var(--a1wfy30z-4);
|
|
30855
|
-
flex: none;
|
|
30856
|
-
align-items: center;
|
|
30857
|
-
margin-right: 4px;
|
|
30858
|
-
cursor: auto;
|
|
30859
|
-
}
|
|
30860
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30861
|
-
padding: 0;
|
|
30862
|
-
margin: 0;
|
|
30863
|
-
height: auto;
|
|
30864
|
-
font-size: inherit;
|
|
30865
|
-
}
|
|
30866
|
-
|
|
30867
30867
|
.E_atcz0kf .ant-input-suffix {
|
|
30868
30868
|
margin-left: 8px;
|
|
30869
30869
|
}
|
|
@@ -30880,1202 +30880,1202 @@ html body {
|
|
|
30880
30880
|
position: absolute;
|
|
30881
30881
|
}
|
|
30882
30882
|
|
|
30883
|
-
.
|
|
30884
|
-
display: flex;
|
|
30885
|
-
|
|
30883
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
30884
|
+
display: inline-flex;
|
|
30885
|
+
align-items: center;
|
|
30886
|
+
justify-content: center;
|
|
30887
|
+
color: #fff;
|
|
30888
|
+
font-weight: bold;
|
|
30889
|
+
font-size: 12px;
|
|
30890
|
+
width: 24px;
|
|
30891
|
+
height: 24px;
|
|
30892
|
+
border-radius: 50%;
|
|
30893
|
+
background: var(--a1b5xrg3-0);
|
|
30886
30894
|
}
|
|
30887
|
-
|
|
30888
|
-
|
|
30889
|
-
|
|
30890
|
-
width:
|
|
30891
|
-
|
|
30892
|
-
|
|
30893
|
-
|
|
30894
|
-
|
|
30895
|
-
|
|
30896
|
-
max-width: 1120px;
|
|
30897
|
-
width: 100%;
|
|
30898
|
-
margin: 0 auto;
|
|
30899
|
-
display: flex;
|
|
30900
|
-
}
|
|
30901
|
-
.E_wt5zbg6 .left,
|
|
30902
|
-
.E_wt5zbg6 .right {
|
|
30903
|
-
flex-grow: 0;
|
|
30904
|
-
flex-shrink: 0;
|
|
30905
|
-
flex-basis: 21%;
|
|
30906
|
-
}
|
|
30907
|
-
.E_wt5zbg6 .left {
|
|
30908
|
-
display: flex;
|
|
30909
|
-
justify-content: flex-end;
|
|
30910
|
-
padding-right: 44px;
|
|
30911
|
-
}
|
|
30912
|
-
.E_wt5zbg6 .right {
|
|
30913
|
-
padding-left: 44px;
|
|
30914
|
-
}
|
|
30915
|
-
.E_wt5zbg6 .middle {
|
|
30916
|
-
margin-bottom: 40px;
|
|
30917
|
-
flex-grow: 0;
|
|
30918
|
-
flex-shrink: 0;
|
|
30919
|
-
flex-basis: 58%;
|
|
30895
|
+
.E_a1b5xrg3.btn-item {
|
|
30896
|
+
transition: all 160ms ease;
|
|
30897
|
+
cursor: pointer;
|
|
30898
|
+
width: 56px;
|
|
30899
|
+
height: 40px;
|
|
30900
|
+
display: inline-flex;
|
|
30901
|
+
align-items: center;
|
|
30902
|
+
justify-content: center;
|
|
30903
|
+
border-radius: 6px;
|
|
30920
30904
|
}
|
|
30921
|
-
.
|
|
30922
|
-
|
|
30905
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
30906
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
30923
30907
|
}
|
|
30924
|
-
.
|
|
30925
|
-
|
|
30908
|
+
.E_a1b5xrg3.btn-item:active {
|
|
30909
|
+
transform: translateY(2px);
|
|
30910
|
+
transition: all 320ms ease;
|
|
30926
30911
|
}
|
|
30927
30912
|
|
|
30928
|
-
.
|
|
30929
|
-
|
|
30930
|
-
|
|
30931
|
-
|
|
30932
|
-
|
|
30933
|
-
|
|
30934
|
-
margin-left: 0;
|
|
30935
|
-
}
|
|
30936
|
-
.E_h18jprzg .ant-modal-body {
|
|
30937
|
-
margin: 0 auto;
|
|
30938
|
-
padding: 0;
|
|
30939
|
-
width: 100%;
|
|
30940
|
-
max-width: 648px;
|
|
30941
|
-
overflow: hidden;
|
|
30942
|
-
}
|
|
30943
|
-
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30944
|
-
margin-bottom: 40px;
|
|
30945
|
-
}
|
|
30946
|
-
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30947
|
-
height: calc(100vh - 225px);
|
|
30948
|
-
overflow-y: auto;
|
|
30913
|
+
.E_dsnbhzf {
|
|
30914
|
+
font-family: Inter;
|
|
30915
|
+
font-style: normal;
|
|
30916
|
+
font-weight: bold;
|
|
30917
|
+
font-size: 32px;
|
|
30918
|
+
line-height: 40px;
|
|
30949
30919
|
}
|
|
30950
|
-
|
|
30951
|
-
|
|
30952
|
-
|
|
30920
|
+
|
|
30921
|
+
.E_d1mvo22k {
|
|
30922
|
+
font-family: Inter;
|
|
30923
|
+
font-style: normal;
|
|
30924
|
+
font-weight: bold;
|
|
30925
|
+
font-size: 24px;
|
|
30926
|
+
line-height: 32px;
|
|
30953
30927
|
}
|
|
30954
30928
|
|
|
30955
|
-
.
|
|
30956
|
-
|
|
30957
|
-
|
|
30958
|
-
|
|
30929
|
+
.E_d1b444tr {
|
|
30930
|
+
font-family: Inter;
|
|
30931
|
+
font-style: normal;
|
|
30932
|
+
font-weight: normal;
|
|
30933
|
+
font-size: 32px;
|
|
30934
|
+
line-height: 40px;
|
|
30959
30935
|
}
|
|
30960
|
-
|
|
30961
|
-
|
|
30936
|
+
|
|
30937
|
+
.E_dvs0kue {
|
|
30938
|
+
font-family: Inter;
|
|
30939
|
+
font-style: normal;
|
|
30940
|
+
font-weight: bold;
|
|
30941
|
+
font-size: 20px;
|
|
30942
|
+
line-height: 24px;
|
|
30962
30943
|
}
|
|
30963
|
-
|
|
30964
|
-
|
|
30965
|
-
|
|
30966
|
-
|
|
30967
|
-
|
|
30968
|
-
|
|
30944
|
+
|
|
30945
|
+
.E_d1hcbfcq {
|
|
30946
|
+
font-family: Inter;
|
|
30947
|
+
font-style: normal;
|
|
30948
|
+
font-weight: normal;
|
|
30949
|
+
font-size: 20px;
|
|
30950
|
+
line-height: 24px;
|
|
30969
30951
|
}
|
|
30970
|
-
|
|
30971
|
-
|
|
30952
|
+
|
|
30953
|
+
.E_d1cz922v {
|
|
30954
|
+
font-family: Inter;
|
|
30955
|
+
font-style: normal;
|
|
30956
|
+
font-weight: bold;
|
|
30957
|
+
font-size: 18px;
|
|
30958
|
+
line-height: 22px;
|
|
30972
30959
|
}
|
|
30973
|
-
|
|
30974
|
-
|
|
30975
|
-
|
|
30960
|
+
|
|
30961
|
+
.E_d3nzbrm {
|
|
30962
|
+
font-family: Inter;
|
|
30963
|
+
font-style: normal;
|
|
30964
|
+
font-weight: normal;
|
|
30965
|
+
font-size: 18px;
|
|
30966
|
+
line-height: 22px;
|
|
30976
30967
|
}
|
|
30977
|
-
|
|
30978
|
-
|
|
30979
|
-
|
|
30968
|
+
|
|
30969
|
+
.E_h1g0p5ob {
|
|
30970
|
+
font-family: Inter;
|
|
30971
|
+
font-style: normal;
|
|
30972
|
+
font-weight: bold;
|
|
30973
|
+
font-size: 16px;
|
|
30974
|
+
line-height: 22px;
|
|
30980
30975
|
}
|
|
30981
30976
|
|
|
30982
|
-
.
|
|
30983
|
-
|
|
30977
|
+
.E_hydo2ej {
|
|
30978
|
+
font-family: Inter;
|
|
30979
|
+
font-style: normal;
|
|
30980
|
+
font-weight: normal;
|
|
30981
|
+
font-size: 16px;
|
|
30982
|
+
line-height: 22px;
|
|
30984
30983
|
}
|
|
30985
|
-
|
|
30986
|
-
|
|
30984
|
+
|
|
30985
|
+
.E_h1hbuq0r {
|
|
30986
|
+
font-family: Inter;
|
|
30987
|
+
font-style: normal;
|
|
30988
|
+
font-weight: bold;
|
|
30989
|
+
font-size: 14px;
|
|
30987
30990
|
line-height: 20px;
|
|
30988
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30989
30991
|
}
|
|
30990
|
-
|
|
30992
|
+
|
|
30993
|
+
.E_h13bondg {
|
|
30994
|
+
font-family: Inter;
|
|
30995
|
+
font-style: normal;
|
|
30996
|
+
font-weight: normal;
|
|
30991
30997
|
font-size: 14px;
|
|
30992
30998
|
line-height: 20px;
|
|
30993
|
-
color: #2d3a56;
|
|
30994
|
-
margin-bottom: 12px;
|
|
30995
|
-
}
|
|
30996
|
-
.E_f1lrhghm.connect-cluster .title {
|
|
30997
|
-
padding-bottom: 26px;
|
|
30998
30999
|
}
|
|
30999
31000
|
|
|
31000
|
-
.
|
|
31001
|
-
|
|
31002
|
-
|
|
31003
|
-
|
|
31001
|
+
.E_h1mhvdlx {
|
|
31002
|
+
font-family: Inter;
|
|
31003
|
+
font-style: normal;
|
|
31004
|
+
font-weight: bold;
|
|
31005
|
+
font-size: 12px;
|
|
31006
|
+
line-height: 18px;
|
|
31004
31007
|
}
|
|
31005
31008
|
|
|
31006
|
-
.
|
|
31007
|
-
|
|
31008
|
-
|
|
31009
|
-
|
|
31010
|
-
|
|
31011
|
-
|
|
31012
|
-
width: 216px;
|
|
31013
|
-
}
|
|
31014
|
-
.E_f1l1g2k0 > label + * {
|
|
31015
|
-
width: 100%;
|
|
31016
|
-
}
|
|
31017
|
-
.E_f1l1g2k0 .ant-select {
|
|
31018
|
-
width: 100%;
|
|
31009
|
+
.E_h1inmfq6 {
|
|
31010
|
+
font-family: Inter;
|
|
31011
|
+
font-style: normal;
|
|
31012
|
+
font-weight: normal;
|
|
31013
|
+
font-size: 12px;
|
|
31014
|
+
line-height: 18px;
|
|
31019
31015
|
}
|
|
31020
31016
|
|
|
31021
|
-
.
|
|
31022
|
-
|
|
31023
|
-
|
|
31017
|
+
.E_h1kfc0la {
|
|
31018
|
+
font-family: Inter;
|
|
31019
|
+
font-style: normal;
|
|
31020
|
+
font-weight: bold;
|
|
31021
|
+
text-transform: uppercase;
|
|
31022
|
+
font-feature-settings: "cpsp" on;
|
|
31023
|
+
font-size: 12px;
|
|
31024
|
+
line-height: 18px;
|
|
31024
31025
|
}
|
|
31025
31026
|
|
|
31026
|
-
.
|
|
31027
|
-
|
|
31028
|
-
|
|
31029
|
-
|
|
31030
|
-
|
|
31027
|
+
.E_h10xnyuu {
|
|
31028
|
+
font-family: Inter;
|
|
31029
|
+
font-style: normal;
|
|
31030
|
+
font-weight: normal;
|
|
31031
|
+
text-transform: uppercase;
|
|
31032
|
+
font-feature-settings: "cpsp" on;
|
|
31033
|
+
font-size: 12px;
|
|
31034
|
+
line-height: 18px;
|
|
31031
31035
|
}
|
|
31032
31036
|
|
|
31033
|
-
.
|
|
31034
|
-
|
|
31035
|
-
|
|
31036
|
-
|
|
31037
|
-
|
|
31037
|
+
.E_lrcmi0v {
|
|
31038
|
+
font-family: Inter;
|
|
31039
|
+
font-style: normal;
|
|
31040
|
+
font-weight: normal;
|
|
31041
|
+
font-size: 16px;
|
|
31042
|
+
line-height: 24px;
|
|
31038
31043
|
}
|
|
31039
31044
|
|
|
31040
|
-
.
|
|
31041
|
-
|
|
31042
|
-
|
|
31043
|
-
|
|
31044
|
-
|
|
31045
|
-
|
|
31046
|
-
border-radius: 50%;
|
|
31047
|
-
margin: 0 4px;
|
|
31045
|
+
.E_lzt43lp {
|
|
31046
|
+
font-family: Inter;
|
|
31047
|
+
font-style: normal;
|
|
31048
|
+
font-weight: bold;
|
|
31049
|
+
font-size: 16px;
|
|
31050
|
+
line-height: 24px;
|
|
31048
31051
|
}
|
|
31049
31052
|
|
|
31050
|
-
.
|
|
31051
|
-
|
|
31052
|
-
|
|
31053
|
-
|
|
31054
|
-
|
|
31055
|
-
|
|
31056
|
-
padding: 35px 0 24px;
|
|
31057
|
-
border: none;
|
|
31058
|
-
}
|
|
31059
|
-
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31060
|
-
font-size: 30px;
|
|
31053
|
+
.E_l5yc9nt {
|
|
31054
|
+
font-family: Inter;
|
|
31055
|
+
font-style: normal;
|
|
31056
|
+
font-weight: normal;
|
|
31057
|
+
font-size: 16px;
|
|
31058
|
+
line-height: 24px;
|
|
31061
31059
|
}
|
|
31062
|
-
|
|
31063
|
-
|
|
31060
|
+
|
|
31061
|
+
.E_l1fbkbzo {
|
|
31062
|
+
font-family: Inter;
|
|
31063
|
+
font-style: normal;
|
|
31064
|
+
font-weight: bold;
|
|
31065
|
+
font-size: 16px;
|
|
31066
|
+
line-height: 24px;
|
|
31064
31067
|
}
|
|
31065
|
-
|
|
31066
|
-
|
|
31068
|
+
|
|
31069
|
+
.E_lahvcax {
|
|
31070
|
+
font-family: Inter;
|
|
31071
|
+
font-style: normal;
|
|
31072
|
+
font-weight: normal;
|
|
31073
|
+
text-transform: uppercase;
|
|
31074
|
+
font-feature-settings: "cpsp" on;
|
|
31075
|
+
font-size: 16px;
|
|
31076
|
+
line-height: 24px;
|
|
31067
31077
|
}
|
|
31068
31078
|
|
|
31069
|
-
.
|
|
31070
|
-
font-
|
|
31071
|
-
|
|
31079
|
+
.E_l11q3pxd {
|
|
31080
|
+
font-family: Inter;
|
|
31081
|
+
font-style: normal;
|
|
31072
31082
|
font-weight: bold;
|
|
31073
|
-
|
|
31074
|
-
|
|
31075
|
-
|
|
31076
|
-
|
|
31077
|
-
background: var(--t1wwio3v-0);
|
|
31083
|
+
text-transform: uppercase;
|
|
31084
|
+
font-feature-settings: "cpsp" on;
|
|
31085
|
+
font-size: 16px;
|
|
31086
|
+
line-height: 24px;
|
|
31078
31087
|
}
|
|
31079
|
-
|
|
31080
|
-
|
|
31088
|
+
|
|
31089
|
+
.E_lfuc2qu {
|
|
31090
|
+
font-family: Inter;
|
|
31091
|
+
font-style: normal;
|
|
31092
|
+
font-weight: normal;
|
|
31093
|
+
font-size: 14px;
|
|
31094
|
+
line-height: 22px;
|
|
31081
31095
|
}
|
|
31082
31096
|
|
|
31083
|
-
.
|
|
31084
|
-
|
|
31085
|
-
|
|
31086
|
-
|
|
31087
|
-
|
|
31088
|
-
|
|
31097
|
+
.E_l1jmp8r0 {
|
|
31098
|
+
font-family: Inter;
|
|
31099
|
+
font-style: normal;
|
|
31100
|
+
font-weight: 500;
|
|
31101
|
+
font-size: 14px;
|
|
31102
|
+
line-height: 22px;
|
|
31089
31103
|
}
|
|
31090
31104
|
|
|
31091
|
-
.
|
|
31092
|
-
font-
|
|
31105
|
+
.E_lcnm221 {
|
|
31106
|
+
font-family: Inter;
|
|
31107
|
+
font-style: normal;
|
|
31093
31108
|
font-weight: bold;
|
|
31094
|
-
|
|
31095
|
-
|
|
31096
|
-
margin-left: 2px;
|
|
31097
|
-
margin-right: 2px;
|
|
31098
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31099
|
-
border-radius: 4px;
|
|
31109
|
+
font-size: 14px;
|
|
31110
|
+
line-height: 22px;
|
|
31100
31111
|
}
|
|
31101
31112
|
|
|
31102
|
-
.
|
|
31103
|
-
|
|
31104
|
-
|
|
31105
|
-
|
|
31106
|
-
|
|
31107
|
-
|
|
31108
|
-
.E_f4mi9eq.form-item-compact {
|
|
31109
|
-
width: 412px;
|
|
31113
|
+
.E_lu1z2n5 {
|
|
31114
|
+
font-family: Inter;
|
|
31115
|
+
font-style: normal;
|
|
31116
|
+
font-weight: normal;
|
|
31117
|
+
font-size: 14px;
|
|
31118
|
+
line-height: 22px;
|
|
31110
31119
|
}
|
|
31111
|
-
|
|
31112
|
-
|
|
31120
|
+
|
|
31121
|
+
.E_l1r59djn {
|
|
31122
|
+
font-family: Inter;
|
|
31123
|
+
font-style: normal;
|
|
31124
|
+
font-weight: bold;
|
|
31125
|
+
font-size: 14px;
|
|
31126
|
+
line-height: 22px;
|
|
31113
31127
|
}
|
|
31114
|
-
|
|
31115
|
-
|
|
31128
|
+
|
|
31129
|
+
.E_ljm2911 {
|
|
31130
|
+
font-family: Inter;
|
|
31131
|
+
font-style: normal;
|
|
31132
|
+
font-weight: normal;
|
|
31133
|
+
text-transform: uppercase;
|
|
31134
|
+
font-feature-settings: "cpsp" on;
|
|
31135
|
+
font-size: 14px;
|
|
31136
|
+
line-height: 22px;
|
|
31116
31137
|
}
|
|
31117
|
-
|
|
31118
|
-
|
|
31119
|
-
|
|
31138
|
+
|
|
31139
|
+
.E_l124mzmr {
|
|
31140
|
+
font-family: Inter;
|
|
31141
|
+
font-style: normal;
|
|
31142
|
+
font-weight: bold;
|
|
31143
|
+
text-transform: uppercase;
|
|
31144
|
+
font-feature-settings: "cpsp" on;
|
|
31145
|
+
font-size: 14px;
|
|
31146
|
+
line-height: 22px;
|
|
31120
31147
|
}
|
|
31121
|
-
|
|
31122
|
-
|
|
31123
|
-
|
|
31124
|
-
|
|
31125
|
-
|
|
31148
|
+
|
|
31149
|
+
.E_lb3chel {
|
|
31150
|
+
font-family: Inter;
|
|
31151
|
+
font-style: normal;
|
|
31152
|
+
font-weight: normal;
|
|
31126
31153
|
font-size: 13px;
|
|
31127
|
-
line-height:
|
|
31128
|
-
color: #8e9aa9;
|
|
31154
|
+
line-height: 20px;
|
|
31129
31155
|
}
|
|
31130
|
-
|
|
31131
|
-
|
|
31156
|
+
|
|
31157
|
+
.E_lv9jstu {
|
|
31158
|
+
font-family: Inter;
|
|
31159
|
+
font-style: normal;
|
|
31160
|
+
font-weight: 600;
|
|
31132
31161
|
font-size: 13px;
|
|
31133
|
-
|
|
31162
|
+
line-height: 20px;
|
|
31134
31163
|
}
|
|
31135
|
-
|
|
31136
|
-
|
|
31164
|
+
|
|
31165
|
+
.E_lwqlh3x {
|
|
31166
|
+
font-family: Inter;
|
|
31167
|
+
font-style: normal;
|
|
31168
|
+
font-weight: bold;
|
|
31169
|
+
font-size: 13px;
|
|
31170
|
+
line-height: 20px;
|
|
31137
31171
|
}
|
|
31138
|
-
|
|
31139
|
-
.
|
|
31140
|
-
|
|
31172
|
+
|
|
31173
|
+
.E_lalum9y {
|
|
31174
|
+
font-family: Inter;
|
|
31175
|
+
font-style: normal;
|
|
31176
|
+
font-weight: normal;
|
|
31177
|
+
font-size: 13px;
|
|
31178
|
+
line-height: 20px;
|
|
31141
31179
|
}
|
|
31142
|
-
|
|
31143
|
-
|
|
31180
|
+
|
|
31181
|
+
.E_l1t6dj5o {
|
|
31182
|
+
font-family: Inter;
|
|
31183
|
+
font-style: normal;
|
|
31184
|
+
font-weight: 600;
|
|
31185
|
+
font-size: 13px;
|
|
31186
|
+
line-height: 20px;
|
|
31144
31187
|
}
|
|
31145
|
-
|
|
31146
|
-
|
|
31188
|
+
|
|
31189
|
+
.E_l12f6ic {
|
|
31190
|
+
font-family: Inter;
|
|
31191
|
+
font-style: normal;
|
|
31192
|
+
font-weight: bold;
|
|
31193
|
+
font-size: 13px;
|
|
31194
|
+
line-height: 20px;
|
|
31147
31195
|
}
|
|
31148
|
-
|
|
31149
|
-
|
|
31196
|
+
|
|
31197
|
+
.E_l7gmukq {
|
|
31198
|
+
font-family: Inter;
|
|
31199
|
+
font-style: normal;
|
|
31200
|
+
font-weight: normal;
|
|
31201
|
+
text-transform: uppercase;
|
|
31202
|
+
font-feature-settings: "cpsp" on;
|
|
31203
|
+
font-size: 13px;
|
|
31204
|
+
line-height: 20px;
|
|
31150
31205
|
}
|
|
31151
|
-
|
|
31152
|
-
|
|
31153
|
-
|
|
31154
|
-
|
|
31206
|
+
|
|
31207
|
+
.E_lkwl0yp {
|
|
31208
|
+
font-family: Inter;
|
|
31209
|
+
font-style: normal;
|
|
31210
|
+
font-weight: bold;
|
|
31211
|
+
text-transform: uppercase;
|
|
31212
|
+
font-feature-settings: "cpsp" on;
|
|
31213
|
+
font-size: 13px;
|
|
31214
|
+
line-height: 20px;
|
|
31155
31215
|
}
|
|
31156
|
-
|
|
31157
|
-
|
|
31158
|
-
|
|
31159
|
-
|
|
31216
|
+
|
|
31217
|
+
.E_l10knv48 {
|
|
31218
|
+
font-family: Inter;
|
|
31219
|
+
font-style: normal;
|
|
31220
|
+
font-weight: normal;
|
|
31221
|
+
font-size: 12px;
|
|
31222
|
+
line-height: 18px;
|
|
31160
31223
|
}
|
|
31161
|
-
|
|
31162
|
-
.
|
|
31163
|
-
|
|
31164
|
-
|
|
31224
|
+
|
|
31225
|
+
.E_l6526ld {
|
|
31226
|
+
font-family: Inter;
|
|
31227
|
+
font-style: normal;
|
|
31228
|
+
font-weight: 500;
|
|
31229
|
+
font-size: 12px;
|
|
31230
|
+
line-height: 18px;
|
|
31165
31231
|
}
|
|
31166
31232
|
|
|
31167
|
-
.
|
|
31168
|
-
|
|
31233
|
+
.E_l1j81vli {
|
|
31234
|
+
font-family: Inter;
|
|
31235
|
+
font-style: normal;
|
|
31169
31236
|
font-weight: bold;
|
|
31170
|
-
|
|
31171
|
-
|
|
31172
|
-
margin-bottom: 16px;
|
|
31237
|
+
font-size: 12px;
|
|
31238
|
+
line-height: 18px;
|
|
31173
31239
|
}
|
|
31174
|
-
|
|
31175
|
-
|
|
31240
|
+
|
|
31241
|
+
.E_l1x7n1mk {
|
|
31242
|
+
font-family: Inter;
|
|
31243
|
+
font-style: normal;
|
|
31244
|
+
font-weight: normal;
|
|
31245
|
+
font-size: 12px;
|
|
31246
|
+
line-height: 18px;
|
|
31176
31247
|
}
|
|
31177
31248
|
|
|
31178
|
-
.
|
|
31179
|
-
|
|
31180
|
-
|
|
31181
|
-
|
|
31182
|
-
|
|
31183
|
-
|
|
31184
|
-
cursor: pointer;
|
|
31185
|
-
transition: all 200ms ease-out 40ms;
|
|
31249
|
+
.E_l9fqufz {
|
|
31250
|
+
font-family: Inter;
|
|
31251
|
+
font-style: normal;
|
|
31252
|
+
font-weight: 500;
|
|
31253
|
+
font-size: 12px;
|
|
31254
|
+
line-height: 18px;
|
|
31186
31255
|
}
|
|
31187
|
-
|
|
31188
|
-
|
|
31189
|
-
|
|
31190
|
-
|
|
31191
|
-
|
|
31192
|
-
|
|
31193
|
-
|
|
31194
|
-
right: 2px;
|
|
31195
|
-
transform: rotate(-45deg);
|
|
31256
|
+
|
|
31257
|
+
.E_l1iwnybd {
|
|
31258
|
+
font-family: Inter;
|
|
31259
|
+
font-style: normal;
|
|
31260
|
+
font-weight: bold;
|
|
31261
|
+
font-size: 12px;
|
|
31262
|
+
line-height: 18px;
|
|
31196
31263
|
}
|
|
31197
|
-
|
|
31198
|
-
|
|
31199
|
-
|
|
31264
|
+
|
|
31265
|
+
.E_lprtm1e {
|
|
31266
|
+
font-family: Inter;
|
|
31267
|
+
font-style: normal;
|
|
31268
|
+
font-weight: normal;
|
|
31269
|
+
text-transform: uppercase;
|
|
31270
|
+
font-feature-settings: "cpsp" on;
|
|
31271
|
+
font-size: 12px;
|
|
31272
|
+
line-height: 18px;
|
|
31200
31273
|
}
|
|
31201
31274
|
|
|
31202
|
-
.
|
|
31203
|
-
|
|
31204
|
-
|
|
31205
|
-
|
|
31275
|
+
.E_l1lln87h {
|
|
31276
|
+
font-family: Inter;
|
|
31277
|
+
font-style: normal;
|
|
31278
|
+
font-weight: bold;
|
|
31279
|
+
text-transform: uppercase;
|
|
31280
|
+
font-feature-settings: "cpsp" on;
|
|
31281
|
+
font-size: 12px;
|
|
31282
|
+
line-height: 18px;
|
|
31206
31283
|
}
|
|
31207
|
-
|
|
31208
|
-
.
|
|
31209
|
-
|
|
31284
|
+
|
|
31285
|
+
.E_f2pb48l {
|
|
31286
|
+
font-family: Inter;
|
|
31287
|
+
font-style: normal;
|
|
31288
|
+
font-weight: normal;
|
|
31289
|
+
font-size: 13px;
|
|
31290
|
+
line-height: 20px;
|
|
31210
31291
|
}
|
|
31211
|
-
|
|
31212
|
-
.
|
|
31213
|
-
|
|
31292
|
+
|
|
31293
|
+
.E_fi9emkw {
|
|
31294
|
+
font-family: Inter;
|
|
31295
|
+
font-style: normal;
|
|
31296
|
+
font-weight: normal;
|
|
31297
|
+
font-size: 13px;
|
|
31298
|
+
line-height: 20px;
|
|
31214
31299
|
}
|
|
31215
31300
|
|
|
31216
|
-
.
|
|
31217
|
-
|
|
31218
|
-
|
|
31219
|
-
|
|
31220
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31221
|
-
border-radius: 6px;
|
|
31222
|
-
color: #e07f00;
|
|
31301
|
+
.E_f1nrg7da {
|
|
31302
|
+
font-family: Inter;
|
|
31303
|
+
font-style: normal;
|
|
31304
|
+
font-weight: normal;
|
|
31223
31305
|
font-size: 12px;
|
|
31224
31306
|
line-height: 18px;
|
|
31225
31307
|
}
|
|
31226
|
-
.E_n1k9qi4r .icon-wrapper {
|
|
31227
|
-
margin-right: 10px;
|
|
31228
|
-
height: 18px;
|
|
31229
|
-
}
|
|
31230
31308
|
|
|
31231
|
-
.
|
|
31232
|
-
|
|
31233
|
-
|
|
31234
|
-
|
|
31235
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31236
|
-
border-radius: 6px;
|
|
31237
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31309
|
+
.E_f17k1i3n {
|
|
31310
|
+
font-family: Inter;
|
|
31311
|
+
font-style: normal;
|
|
31312
|
+
font-weight: normal;
|
|
31238
31313
|
font-size: 12px;
|
|
31239
31314
|
line-height: 18px;
|
|
31240
31315
|
}
|
|
31241
|
-
|
|
31242
|
-
|
|
31243
|
-
|
|
31316
|
+
|
|
31317
|
+
.E_t1tvuj2e {
|
|
31318
|
+
font-family: Inter;
|
|
31319
|
+
font-style: normal;
|
|
31320
|
+
font-weight: normal;
|
|
31321
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31322
|
+
font-size: 13px;
|
|
31323
|
+
line-height: 20px;
|
|
31244
31324
|
}
|
|
31245
31325
|
|
|
31246
|
-
.
|
|
31247
|
-
|
|
31248
|
-
|
|
31249
|
-
|
|
31250
|
-
|
|
31251
|
-
|
|
31252
|
-
|
|
31326
|
+
.E_t17uajlu {
|
|
31327
|
+
font-family: Inter;
|
|
31328
|
+
font-style: normal;
|
|
31329
|
+
font-weight: normal;
|
|
31330
|
+
font-feature-settings: "zero" on;
|
|
31331
|
+
font-size: 13px;
|
|
31332
|
+
line-height: 20px;
|
|
31333
|
+
}
|
|
31334
|
+
|
|
31335
|
+
.E_t114zbyz {
|
|
31336
|
+
font-family: Inter;
|
|
31337
|
+
font-style: normal;
|
|
31338
|
+
font-weight: normal;
|
|
31339
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31253
31340
|
font-size: 12px;
|
|
31254
31341
|
line-height: 18px;
|
|
31255
31342
|
}
|
|
31256
|
-
|
|
31257
|
-
|
|
31258
|
-
|
|
31343
|
+
|
|
31344
|
+
.E_t1il0kvi {
|
|
31345
|
+
font-family: Inter;
|
|
31346
|
+
font-style: normal;
|
|
31347
|
+
font-weight: 500;
|
|
31348
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31349
|
+
font-size: 12px;
|
|
31350
|
+
line-height: 18px;
|
|
31259
31351
|
}
|
|
31260
31352
|
|
|
31261
|
-
.
|
|
31262
|
-
|
|
31263
|
-
|
|
31353
|
+
.E_t10dv8p1 {
|
|
31354
|
+
font-family: Inter;
|
|
31355
|
+
font-style: normal;
|
|
31356
|
+
font-weight: normal;
|
|
31357
|
+
font-feature-settings: "zero" on;
|
|
31264
31358
|
font-size: 12px;
|
|
31265
31359
|
line-height: 18px;
|
|
31266
31360
|
}
|
|
31267
31361
|
|
|
31268
|
-
.
|
|
31269
|
-
|
|
31362
|
+
.E_tc2oqpq {
|
|
31363
|
+
font-family: Inter;
|
|
31364
|
+
font-style: normal;
|
|
31365
|
+
font-weight: 500;
|
|
31366
|
+
font-feature-settings: "zero" on;
|
|
31270
31367
|
font-size: 12px;
|
|
31271
|
-
|
|
31368
|
+
line-height: 18px;
|
|
31272
31369
|
}
|
|
31273
31370
|
|
|
31274
|
-
.
|
|
31275
|
-
|
|
31276
|
-
|
|
31277
|
-
|
|
31371
|
+
.E_tzvddmc {
|
|
31372
|
+
font-family: Inter;
|
|
31373
|
+
font-style: normal;
|
|
31374
|
+
font-weight: bold;
|
|
31375
|
+
font-feature-settings: "zero" on;
|
|
31376
|
+
font-size: 16px;
|
|
31377
|
+
line-height: 24px;
|
|
31278
31378
|
}
|
|
31279
|
-
|
|
31280
|
-
|
|
31379
|
+
|
|
31380
|
+
.E_u18llj45 {
|
|
31381
|
+
font-family: Inter;
|
|
31382
|
+
font-style: normal;
|
|
31383
|
+
font-weight: normal;
|
|
31384
|
+
font-size: 10px;
|
|
31385
|
+
line-height: 12px;
|
|
31281
31386
|
}
|
|
31282
31387
|
|
|
31283
|
-
.
|
|
31284
|
-
|
|
31388
|
+
.E_m196gn1d {
|
|
31389
|
+
min-width: 1280px;
|
|
31285
31390
|
}
|
|
31286
31391
|
|
|
31287
|
-
.
|
|
31288
|
-
|
|
31289
|
-
|
|
31290
|
-
color: #2d3a56;
|
|
31291
|
-
border-radius: 6px;
|
|
31292
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31293
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31392
|
+
.E_cnujxq2 {
|
|
31393
|
+
display: flex;
|
|
31394
|
+
flex-direction: column;
|
|
31294
31395
|
}
|
|
31295
|
-
|
|
31296
|
-
|
|
31297
|
-
|
|
31396
|
+
|
|
31397
|
+
.E_m7s48ia {
|
|
31398
|
+
max-width: 1120px;
|
|
31399
|
+
width: 100%;
|
|
31400
|
+
margin: 0 auto;
|
|
31401
|
+
height: 100%;
|
|
31298
31402
|
}
|
|
31299
|
-
|
|
31300
|
-
|
|
31301
|
-
|
|
31403
|
+
|
|
31404
|
+
.E_wt5zbg6 {
|
|
31405
|
+
max-width: 1120px;
|
|
31406
|
+
width: 100%;
|
|
31407
|
+
margin: 0 auto;
|
|
31408
|
+
display: flex;
|
|
31302
31409
|
}
|
|
31303
|
-
.
|
|
31304
|
-
|
|
31305
|
-
|
|
31306
|
-
|
|
31410
|
+
.E_wt5zbg6 .left,
|
|
31411
|
+
.E_wt5zbg6 .right {
|
|
31412
|
+
flex-grow: 0;
|
|
31413
|
+
flex-shrink: 0;
|
|
31414
|
+
flex-basis: 21%;
|
|
31307
31415
|
}
|
|
31308
|
-
.
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
|
|
31416
|
+
.E_wt5zbg6 .left {
|
|
31417
|
+
display: flex;
|
|
31418
|
+
justify-content: flex-end;
|
|
31419
|
+
padding-right: 44px;
|
|
31312
31420
|
}
|
|
31313
|
-
.
|
|
31314
|
-
|
|
31315
|
-
color: #e75a3a;
|
|
31421
|
+
.E_wt5zbg6 .right {
|
|
31422
|
+
padding-left: 44px;
|
|
31316
31423
|
}
|
|
31317
|
-
.
|
|
31318
|
-
|
|
31319
|
-
|
|
31424
|
+
.E_wt5zbg6 .middle {
|
|
31425
|
+
margin-bottom: 40px;
|
|
31426
|
+
flex-grow: 0;
|
|
31427
|
+
flex-shrink: 0;
|
|
31428
|
+
flex-basis: 58%;
|
|
31320
31429
|
}
|
|
31321
|
-
.
|
|
31322
|
-
|
|
31323
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31430
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
31431
|
+
width: 100%;
|
|
31324
31432
|
}
|
|
31325
|
-
.
|
|
31326
|
-
|
|
31327
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31328
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31433
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31434
|
+
width: auto;
|
|
31329
31435
|
}
|
|
31330
|
-
|
|
31331
|
-
|
|
31332
|
-
|
|
31333
|
-
|
|
31334
|
-
|
|
31335
|
-
color: #2d3a56;
|
|
31336
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31337
|
-
}
|
|
31338
|
-
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
31339
|
-
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
31340
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31341
|
-
}
|
|
31342
|
-
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31343
|
-
padding: 8px 16px;
|
|
31344
|
-
line-height: 22px;
|
|
31345
|
-
}
|
|
31346
|
-
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31347
|
-
padding: 2px 8px;
|
|
31348
|
-
line-height: 18px;
|
|
31349
|
-
}
|
|
31350
|
-
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31351
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31352
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31353
|
-
}
|
|
31354
|
-
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31355
|
-
border-color: #0096ff;
|
|
31356
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31357
|
-
}
|
|
31358
|
-
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31359
|
-
border-color: #e75a3a;
|
|
31436
|
+
|
|
31437
|
+
.E_h18jprzg .ant-modal-header {
|
|
31438
|
+
margin: 0 auto;
|
|
31439
|
+
width: 100%;
|
|
31440
|
+
max-width: 648px;
|
|
31360
31441
|
}
|
|
31361
|
-
.
|
|
31362
|
-
|
|
31442
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
31443
|
+
margin-left: 0;
|
|
31363
31444
|
}
|
|
31364
|
-
.
|
|
31365
|
-
|
|
31366
|
-
|
|
31445
|
+
.E_h18jprzg .ant-modal-body {
|
|
31446
|
+
margin: 0 auto;
|
|
31447
|
+
padding: 0;
|
|
31448
|
+
width: 100%;
|
|
31449
|
+
max-width: 648px;
|
|
31450
|
+
overflow: hidden;
|
|
31367
31451
|
}
|
|
31368
|
-
.
|
|
31369
|
-
|
|
31370
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31452
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
31453
|
+
margin-bottom: 40px;
|
|
31371
31454
|
}
|
|
31372
|
-
.
|
|
31373
|
-
|
|
31374
|
-
|
|
31375
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31455
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
31456
|
+
height: calc(100vh - 225px);
|
|
31457
|
+
overflow-y: auto;
|
|
31376
31458
|
}
|
|
31377
|
-
|
|
31378
|
-
|
|
31379
|
-
|
|
31459
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
31460
|
+
margin: 0 auto;
|
|
31461
|
+
max-width: 648px;
|
|
31380
31462
|
}
|
|
31381
|
-
|
|
31382
|
-
|
|
31383
|
-
|
|
31463
|
+
|
|
31464
|
+
.E_h16z9xgz .ant-modal-header {
|
|
31465
|
+
margin: 0 auto;
|
|
31466
|
+
width: 100%;
|
|
31467
|
+
max-width: 1024px;
|
|
31384
31468
|
}
|
|
31385
|
-
|
|
31386
|
-
|
|
31469
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
31470
|
+
margin-left: 0;
|
|
31387
31471
|
}
|
|
31388
|
-
|
|
31389
|
-
|
|
31390
|
-
|
|
31472
|
+
.E_h16z9xgz .ant-modal-body {
|
|
31473
|
+
margin: 0 auto;
|
|
31474
|
+
padding: 0;
|
|
31475
|
+
width: 100%;
|
|
31476
|
+
max-width: 1024px;
|
|
31477
|
+
overflow: hidden;
|
|
31391
31478
|
}
|
|
31392
|
-
|
|
31393
|
-
|
|
31479
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
31480
|
+
margin-bottom: 40px;
|
|
31394
31481
|
}
|
|
31395
|
-
|
|
31396
|
-
|
|
31397
|
-
|
|
31482
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
31483
|
+
height: calc(100vh - 225px);
|
|
31484
|
+
overflow-y: auto;
|
|
31398
31485
|
}
|
|
31399
|
-
|
|
31400
|
-
|
|
31486
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
31487
|
+
margin: 0 auto;
|
|
31488
|
+
max-width: 1024px;
|
|
31401
31489
|
}
|
|
31402
31490
|
|
|
31403
|
-
.
|
|
31404
|
-
|
|
31405
|
-
border-radius: 4px;
|
|
31491
|
+
.E_f1lrhghm {
|
|
31492
|
+
flex: 1;
|
|
31406
31493
|
}
|
|
31407
|
-
.
|
|
31408
|
-
|
|
31409
|
-
|
|
31410
|
-
|
|
31411
|
-
cursor: pointer;
|
|
31412
|
-
transition: border 150ms;
|
|
31494
|
+
.E_f1lrhghm label {
|
|
31495
|
+
font-size: 13px;
|
|
31496
|
+
line-height: 20px;
|
|
31497
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31413
31498
|
}
|
|
31414
|
-
.
|
|
31415
|
-
|
|
31416
|
-
|
|
31499
|
+
.E_f1lrhghm .title {
|
|
31500
|
+
font-size: 14px;
|
|
31501
|
+
line-height: 20px;
|
|
31502
|
+
color: #2d3a56;
|
|
31503
|
+
margin-bottom: 12px;
|
|
31417
31504
|
}
|
|
31418
|
-
.
|
|
31419
|
-
padding-
|
|
31505
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
31506
|
+
padding-bottom: 26px;
|
|
31420
31507
|
}
|
|
31421
|
-
|
|
31422
|
-
|
|
31508
|
+
|
|
31509
|
+
.E_f18ot8em {
|
|
31510
|
+
padding: 25px 0 15px 0;
|
|
31511
|
+
border-bottom: 1px solid #e1e5eb;
|
|
31512
|
+
margin-bottom: 16px;
|
|
31423
31513
|
}
|
|
31424
|
-
|
|
31514
|
+
|
|
31515
|
+
.E_f1l1g2k0 {
|
|
31425
31516
|
display: flex;
|
|
31517
|
+
align-items: center;
|
|
31518
|
+
margin-bottom: 8px;
|
|
31426
31519
|
}
|
|
31427
|
-
.
|
|
31428
|
-
|
|
31429
|
-
right: 12px;
|
|
31430
|
-
top: 50%;
|
|
31431
|
-
transform: translateY(-50%);
|
|
31432
|
-
}
|
|
31433
|
-
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31434
|
-
color: rgba(0, 0, 0, 0.25);
|
|
31435
|
-
font-size: 12px;
|
|
31436
|
-
cursor: pointer;
|
|
31437
|
-
}
|
|
31438
|
-
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31439
|
-
color: rgba(0, 0, 0, 0.45);
|
|
31440
|
-
}
|
|
31441
|
-
.E_k1ci6977.has-focus-indicator {
|
|
31442
|
-
position: relative;
|
|
31443
|
-
overflow: hidden;
|
|
31444
|
-
}
|
|
31445
|
-
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
31446
|
-
position: absolute;
|
|
31447
|
-
top: 50%;
|
|
31448
|
-
transform: translateY(-50%);
|
|
31449
|
-
left: -16px;
|
|
31450
|
-
transition: left 150ms ease;
|
|
31451
|
-
opacity: 0;
|
|
31452
|
-
}
|
|
31453
|
-
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31454
|
-
left: 8px;
|
|
31455
|
-
opacity: 1;
|
|
31456
|
-
}
|
|
31457
|
-
.E_k1ci6977.has-focus-indicator input {
|
|
31458
|
-
transition: margin-left 150ms ease;
|
|
31459
|
-
margin-left: 0px;
|
|
31460
|
-
}
|
|
31461
|
-
.E_k1ci6977.has-focus-indicator input:focus {
|
|
31462
|
-
margin-left: 16px;
|
|
31520
|
+
.E_f1l1g2k0 > label {
|
|
31521
|
+
width: 216px;
|
|
31463
31522
|
}
|
|
31464
|
-
|
|
31465
|
-
|
|
31466
|
-
border-top-right-radius: 0;
|
|
31467
|
-
border-bottom-right-radius: 0;
|
|
31523
|
+
.E_f1l1g2k0 > label + * {
|
|
31524
|
+
width: 100%;
|
|
31468
31525
|
}
|
|
31469
|
-
|
|
31470
|
-
|
|
31471
|
-
border-top-right-radius: 0;
|
|
31472
|
-
border-bottom-right-radius: 0;
|
|
31526
|
+
.E_f1l1g2k0 .ant-select {
|
|
31527
|
+
width: 100%;
|
|
31473
31528
|
}
|
|
31474
31529
|
|
|
31475
|
-
|
|
31476
|
-
|
|
31477
|
-
|
|
31530
|
+
.E_e1k89cwg {
|
|
31531
|
+
color: #e75a3a;
|
|
31532
|
+
margin-right: 10px;
|
|
31478
31533
|
}
|
|
31479
31534
|
|
|
31480
|
-
.
|
|
31481
|
-
|
|
31482
|
-
|
|
31535
|
+
.E_d1oui1gf {
|
|
31536
|
+
width: 100%;
|
|
31537
|
+
height: 1px;
|
|
31538
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31539
|
+
margin: 24px 0;
|
|
31483
31540
|
}
|
|
31484
31541
|
|
|
31485
|
-
.
|
|
31486
|
-
|
|
31487
|
-
|
|
31542
|
+
.E_l15itdbb {
|
|
31543
|
+
display: flex;
|
|
31544
|
+
justify-content: center;
|
|
31545
|
+
align-items: center;
|
|
31546
|
+
height: 100%;
|
|
31488
31547
|
}
|
|
31489
31548
|
|
|
31490
|
-
.
|
|
31491
|
-
|
|
31492
|
-
|
|
31549
|
+
.E_d1y3z4w {
|
|
31550
|
+
display: inline-block;
|
|
31551
|
+
width: 4px;
|
|
31552
|
+
height: 4px;
|
|
31553
|
+
background: #8e9aa9;
|
|
31554
|
+
opacity: 0.4;
|
|
31555
|
+
border-radius: 50%;
|
|
31556
|
+
margin: 0 4px;
|
|
31493
31557
|
}
|
|
31494
31558
|
|
|
31495
|
-
.
|
|
31496
|
-
|
|
31497
|
-
|
|
31559
|
+
.E_m177r7a3 .ant-modal-header,
|
|
31560
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
31561
|
+
width: 648px;
|
|
31562
|
+
margin: 0 auto;
|
|
31498
31563
|
}
|
|
31499
|
-
.
|
|
31500
|
-
|
|
31564
|
+
.E_m177r7a3 .ant-modal-header {
|
|
31565
|
+
padding: 35px 0 24px;
|
|
31566
|
+
border: none;
|
|
31501
31567
|
}
|
|
31502
|
-
.
|
|
31503
|
-
|
|
31568
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31569
|
+
font-size: 30px;
|
|
31504
31570
|
}
|
|
31505
|
-
.
|
|
31506
|
-
|
|
31571
|
+
.E_m177r7a3 .ant-modal-body {
|
|
31572
|
+
padding: 4px 0 2px;
|
|
31507
31573
|
}
|
|
31508
|
-
.
|
|
31509
|
-
|
|
31574
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
31575
|
+
border: none;
|
|
31510
31576
|
}
|
|
31511
31577
|
|
|
31512
|
-
.
|
|
31513
|
-
font-size:
|
|
31514
|
-
font-weight: 500;
|
|
31515
|
-
color: #3e4652;
|
|
31578
|
+
.E_t1wwio3v {
|
|
31579
|
+
font-size: 12px;
|
|
31516
31580
|
line-height: 18px;
|
|
31581
|
+
font-weight: bold;
|
|
31582
|
+
color: #fff;
|
|
31583
|
+
padding: 0 4px;
|
|
31584
|
+
border-radius: 4px;
|
|
31585
|
+
display: inline-block;
|
|
31586
|
+
background: var(--t1wwio3v-0);
|
|
31517
31587
|
}
|
|
31518
|
-
.
|
|
31519
|
-
margin-
|
|
31520
|
-
}
|
|
31521
|
-
.E_d105ju2d + * {
|
|
31522
|
-
margin-top: 16px;
|
|
31588
|
+
.E_t1wwio3v:not(:first-child) {
|
|
31589
|
+
margin-left: 4px;
|
|
31523
31590
|
}
|
|
31524
31591
|
|
|
31525
|
-
.
|
|
31526
|
-
|
|
31527
|
-
|
|
31528
|
-
|
|
31592
|
+
.E_f17jvtfk {
|
|
31593
|
+
width: 100%;
|
|
31594
|
+
height: 100%;
|
|
31595
|
+
display: flex;
|
|
31596
|
+
align-items: center;
|
|
31597
|
+
justify-content: center;
|
|
31529
31598
|
}
|
|
31530
31599
|
|
|
31531
|
-
.
|
|
31532
|
-
|
|
31533
|
-
font-weight:
|
|
31534
|
-
|
|
31535
|
-
|
|
31600
|
+
.E_nzppkea {
|
|
31601
|
+
font-size: 90%;
|
|
31602
|
+
font-weight: bold;
|
|
31603
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
31604
|
+
padding: 1px 4px 1px;
|
|
31605
|
+
margin-left: 2px;
|
|
31606
|
+
margin-right: 2px;
|
|
31607
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31608
|
+
border-radius: 4px;
|
|
31536
31609
|
}
|
|
31537
31610
|
|
|
31538
|
-
.
|
|
31539
|
-
|
|
31540
|
-
}
|
|
31541
|
-
.E_r1skkc3l span {
|
|
31542
|
-
font-size: 14px;
|
|
31543
|
-
font-weight: 500;
|
|
31544
|
-
line-height: 32px;
|
|
31545
|
-
color: #3e4652;
|
|
31611
|
+
.E_f4mi9eq.form-item-general {
|
|
31612
|
+
width: 640px;
|
|
31546
31613
|
}
|
|
31547
|
-
|
|
31548
|
-
.E_c3cobmo {
|
|
31614
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
31549
31615
|
margin-top: 16px;
|
|
31550
|
-
padding: 8px;
|
|
31551
|
-
border-radius: 6px;
|
|
31552
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31553
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31554
|
-
font-size: 12px;
|
|
31555
31616
|
}
|
|
31556
|
-
.
|
|
31557
|
-
|
|
31617
|
+
.E_f4mi9eq.form-item-compact {
|
|
31618
|
+
width: 412px;
|
|
31619
|
+
}
|
|
31620
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
31621
|
+
margin-top: 8px;
|
|
31622
|
+
}
|
|
31623
|
+
.E_f4mi9eq .form-item {
|
|
31624
|
+
width: auto;
|
|
31625
|
+
}
|
|
31626
|
+
.E_f4mi9eq .form-item-main {
|
|
31627
|
+
position: relative;
|
|
31558
31628
|
display: flex;
|
|
31559
|
-
align-items: center;
|
|
31560
|
-
word-break: break-all;
|
|
31561
31629
|
}
|
|
31562
|
-
.
|
|
31563
|
-
|
|
31564
|
-
|
|
31565
|
-
|
|
31630
|
+
.E_f4mi9eq .form-item-extra {
|
|
31631
|
+
margin-top: 4px;
|
|
31632
|
+
width: 100%;
|
|
31633
|
+
padding: 14px;
|
|
31634
|
+
background: #f2f4f6;
|
|
31635
|
+
font-size: 13px;
|
|
31636
|
+
line-height: 1.8;
|
|
31637
|
+
color: #8e9aa9;
|
|
31566
31638
|
}
|
|
31567
|
-
|
|
31568
|
-
|
|
31569
|
-
|
|
31639
|
+
.E_f4mi9eq .form-item-label {
|
|
31640
|
+
padding-right: 12px;
|
|
31641
|
+
font-size: 13px;
|
|
31642
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31570
31643
|
}
|
|
31571
|
-
|
|
31572
|
-
|
|
31573
|
-
font-family: Inter;
|
|
31574
|
-
font-style: normal;
|
|
31575
|
-
font-weight: bold;
|
|
31576
|
-
font-size: 32px;
|
|
31577
|
-
line-height: 40px;
|
|
31644
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
31645
|
+
text-align: right;
|
|
31578
31646
|
}
|
|
31579
|
-
|
|
31580
|
-
.
|
|
31581
|
-
font-family: Inter;
|
|
31582
|
-
font-style: normal;
|
|
31583
|
-
font-weight: bold;
|
|
31584
|
-
font-size: 24px;
|
|
31647
|
+
.E_f4mi9eq .form-item-label,
|
|
31648
|
+
.E_f4mi9eq .form-item-control {
|
|
31585
31649
|
line-height: 32px;
|
|
31586
31650
|
}
|
|
31587
|
-
|
|
31588
|
-
|
|
31589
|
-
font-family: Inter;
|
|
31590
|
-
font-style: normal;
|
|
31591
|
-
font-weight: normal;
|
|
31592
|
-
font-size: 32px;
|
|
31593
|
-
line-height: 40px;
|
|
31651
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
31652
|
+
line-height: 18px;
|
|
31594
31653
|
}
|
|
31595
|
-
|
|
31596
|
-
|
|
31597
|
-
font-family: Inter;
|
|
31598
|
-
font-style: normal;
|
|
31599
|
-
font-weight: bold;
|
|
31600
|
-
font-size: 20px;
|
|
31601
|
-
line-height: 24px;
|
|
31654
|
+
.E_f4mi9eq .form-item-children {
|
|
31655
|
+
width: 100%;
|
|
31602
31656
|
}
|
|
31603
|
-
|
|
31604
|
-
|
|
31605
|
-
font-family: Inter;
|
|
31606
|
-
font-style: normal;
|
|
31607
|
-
font-weight: normal;
|
|
31608
|
-
font-size: 20px;
|
|
31609
|
-
line-height: 24px;
|
|
31657
|
+
.E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
31658
|
+
width: 100%;
|
|
31610
31659
|
}
|
|
31611
|
-
|
|
31612
|
-
|
|
31613
|
-
|
|
31614
|
-
|
|
31615
|
-
font-weight: bold;
|
|
31616
|
-
font-size: 18px;
|
|
31617
|
-
line-height: 22px;
|
|
31660
|
+
.E_f4mi9eq .form-item-error {
|
|
31661
|
+
color: #e75a3a;
|
|
31662
|
+
height: 0;
|
|
31663
|
+
overflow: hidden;
|
|
31618
31664
|
}
|
|
31619
|
-
|
|
31620
|
-
|
|
31621
|
-
|
|
31622
|
-
|
|
31623
|
-
|
|
31624
|
-
|
|
31625
|
-
|
|
31665
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
31666
|
+
margin-top: 4px;
|
|
31667
|
+
height: auto;
|
|
31668
|
+
overflow: auto;
|
|
31669
|
+
}
|
|
31670
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
31671
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
31672
|
+
border: 1px solid #e75a3a;
|
|
31673
|
+
color: #e75a3a;
|
|
31626
31674
|
}
|
|
31627
31675
|
|
|
31628
|
-
.
|
|
31629
|
-
|
|
31630
|
-
font-style: normal;
|
|
31676
|
+
.E_fh0ewl8 {
|
|
31677
|
+
color: #2d3a56;
|
|
31631
31678
|
font-weight: bold;
|
|
31632
|
-
|
|
31633
|
-
|
|
31679
|
+
padding-bottom: 6px;
|
|
31680
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31681
|
+
margin-bottom: 16px;
|
|
31634
31682
|
}
|
|
31635
|
-
|
|
31636
|
-
|
|
31637
|
-
font-family: Inter;
|
|
31638
|
-
font-style: normal;
|
|
31639
|
-
font-weight: normal;
|
|
31640
|
-
font-size: 16px;
|
|
31641
|
-
line-height: 22px;
|
|
31683
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
31684
|
+
margin-top: 16px;
|
|
31642
31685
|
}
|
|
31643
31686
|
|
|
31644
|
-
.
|
|
31645
|
-
|
|
31646
|
-
|
|
31647
|
-
|
|
31648
|
-
|
|
31649
|
-
|
|
31687
|
+
.E_e1qrlvot {
|
|
31688
|
+
width: 8px;
|
|
31689
|
+
height: 24px;
|
|
31690
|
+
display: flex;
|
|
31691
|
+
justify-content: center;
|
|
31692
|
+
align-items: center;
|
|
31693
|
+
cursor: pointer;
|
|
31694
|
+
transition: all 200ms ease-out 40ms;
|
|
31650
31695
|
}
|
|
31651
|
-
|
|
31652
|
-
|
|
31653
|
-
|
|
31654
|
-
|
|
31655
|
-
|
|
31656
|
-
|
|
31657
|
-
|
|
31696
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31697
|
+
content: "";
|
|
31698
|
+
width: 1px;
|
|
31699
|
+
height: 6px;
|
|
31700
|
+
border-radius: 1px;
|
|
31701
|
+
background: #ccd4e3;
|
|
31702
|
+
position: relative;
|
|
31703
|
+
right: 2px;
|
|
31704
|
+
transform: rotate(-45deg);
|
|
31705
|
+
}
|
|
31706
|
+
.E_e1qrlvot:after {
|
|
31707
|
+
transform: rotate(45deg);
|
|
31708
|
+
left: 1px;
|
|
31658
31709
|
}
|
|
31659
31710
|
|
|
31660
|
-
.
|
|
31661
|
-
|
|
31662
|
-
|
|
31663
|
-
|
|
31664
|
-
|
|
31665
|
-
|
|
31711
|
+
.E_w9ic984.ant-alert-warning {
|
|
31712
|
+
border: 0;
|
|
31713
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31714
|
+
border-radius: 6px;
|
|
31715
|
+
}
|
|
31716
|
+
.E_w9ic984.ant-alert,
|
|
31717
|
+
.E_w9ic984 .ant-alert-message {
|
|
31718
|
+
color: #e07f00;
|
|
31719
|
+
}
|
|
31720
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
31721
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
31722
|
+
border-bottom-color: #e07f00;
|
|
31666
31723
|
}
|
|
31667
31724
|
|
|
31668
|
-
.
|
|
31669
|
-
|
|
31670
|
-
|
|
31671
|
-
|
|
31725
|
+
.E_n1k9qi4r {
|
|
31726
|
+
display: flex;
|
|
31727
|
+
flex-direction: row;
|
|
31728
|
+
padding: 7px 12px;
|
|
31729
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31730
|
+
border-radius: 6px;
|
|
31731
|
+
color: #e07f00;
|
|
31672
31732
|
font-size: 12px;
|
|
31673
31733
|
line-height: 18px;
|
|
31674
31734
|
}
|
|
31735
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
31736
|
+
margin-right: 10px;
|
|
31737
|
+
height: 18px;
|
|
31738
|
+
}
|
|
31675
31739
|
|
|
31676
|
-
.
|
|
31677
|
-
|
|
31678
|
-
|
|
31679
|
-
|
|
31680
|
-
|
|
31681
|
-
|
|
31740
|
+
.E_n16fsg9x {
|
|
31741
|
+
display: flex;
|
|
31742
|
+
flex-direction: row;
|
|
31743
|
+
padding: 7px 12px;
|
|
31744
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31745
|
+
border-radius: 6px;
|
|
31746
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31682
31747
|
font-size: 12px;
|
|
31683
31748
|
line-height: 18px;
|
|
31684
31749
|
}
|
|
31685
|
-
|
|
31686
|
-
|
|
31687
|
-
|
|
31688
|
-
|
|
31689
|
-
|
|
31690
|
-
|
|
31691
|
-
|
|
31750
|
+
.E_n16fsg9x .icon-wrapper {
|
|
31751
|
+
margin-right: 10px;
|
|
31752
|
+
height: 18px;
|
|
31753
|
+
}
|
|
31754
|
+
|
|
31755
|
+
.E_i173wxzw {
|
|
31756
|
+
display: flex;
|
|
31757
|
+
flex-direction: row;
|
|
31758
|
+
padding: 7px 12px;
|
|
31759
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31760
|
+
border-radius: 6px;
|
|
31761
|
+
color: #005ed1;
|
|
31692
31762
|
font-size: 12px;
|
|
31693
31763
|
line-height: 18px;
|
|
31694
31764
|
}
|
|
31695
|
-
|
|
31696
|
-
|
|
31697
|
-
|
|
31698
|
-
font-style: normal;
|
|
31699
|
-
font-weight: normal;
|
|
31700
|
-
font-size: 16px;
|
|
31701
|
-
line-height: 24px;
|
|
31765
|
+
.E_i173wxzw .icon-wrapper {
|
|
31766
|
+
margin-right: 10px;
|
|
31767
|
+
height: 18px;
|
|
31702
31768
|
}
|
|
31703
31769
|
|
|
31704
|
-
.
|
|
31705
|
-
|
|
31706
|
-
|
|
31707
|
-
font-
|
|
31708
|
-
|
|
31709
|
-
line-height: 24px;
|
|
31770
|
+
.E_dld369h {
|
|
31771
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31772
|
+
margin-top: 5px;
|
|
31773
|
+
font-size: 12px;
|
|
31774
|
+
line-height: 18px;
|
|
31710
31775
|
}
|
|
31711
31776
|
|
|
31712
|
-
.
|
|
31713
|
-
|
|
31714
|
-
font-
|
|
31715
|
-
|
|
31716
|
-
font-size: 16px;
|
|
31717
|
-
line-height: 24px;
|
|
31777
|
+
.E_s1epv22q {
|
|
31778
|
+
color: #f0483e;
|
|
31779
|
+
font-size: 12px;
|
|
31780
|
+
white-space: pre-wrap;
|
|
31718
31781
|
}
|
|
31719
31782
|
|
|
31720
|
-
.
|
|
31721
|
-
|
|
31722
|
-
|
|
31723
|
-
|
|
31724
|
-
font-size: 16px;
|
|
31725
|
-
line-height: 24px;
|
|
31783
|
+
.E_okus5hk {
|
|
31784
|
+
display: flex;
|
|
31785
|
+
align-items: center;
|
|
31786
|
+
justify-content: flex-end;
|
|
31726
31787
|
}
|
|
31727
|
-
|
|
31728
|
-
|
|
31729
|
-
font-family: Inter;
|
|
31730
|
-
font-style: normal;
|
|
31731
|
-
font-weight: normal;
|
|
31732
|
-
text-transform: uppercase;
|
|
31733
|
-
font-feature-settings: "cpsp" on;
|
|
31734
|
-
font-size: 16px;
|
|
31735
|
-
line-height: 24px;
|
|
31788
|
+
.E_okus5hk .icon-wrapper {
|
|
31789
|
+
margin-right: 16px;
|
|
31736
31790
|
}
|
|
31737
31791
|
|
|
31738
|
-
.
|
|
31739
|
-
|
|
31740
|
-
font-style: normal;
|
|
31741
|
-
font-weight: bold;
|
|
31742
|
-
text-transform: uppercase;
|
|
31743
|
-
font-feature-settings: "cpsp" on;
|
|
31744
|
-
font-size: 16px;
|
|
31745
|
-
line-height: 24px;
|
|
31792
|
+
.E_t1auuzri {
|
|
31793
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31746
31794
|
}
|
|
31747
31795
|
|
|
31748
|
-
.
|
|
31749
|
-
|
|
31750
|
-
|
|
31751
|
-
|
|
31752
|
-
|
|
31753
|
-
|
|
31796
|
+
.E_i74cfyt.ant-input {
|
|
31797
|
+
padding: 5px 12px;
|
|
31798
|
+
line-height: 20px;
|
|
31799
|
+
color: #2d3a56;
|
|
31800
|
+
border-radius: 6px;
|
|
31801
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31802
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31754
31803
|
}
|
|
31755
|
-
|
|
31756
|
-
|
|
31757
|
-
font-family: Inter;
|
|
31758
|
-
font-style: normal;
|
|
31759
|
-
font-weight: 500;
|
|
31760
|
-
font-size: 14px;
|
|
31804
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
31805
|
+
padding: 8px 16px;
|
|
31761
31806
|
line-height: 22px;
|
|
31762
31807
|
}
|
|
31763
|
-
|
|
31764
|
-
|
|
31765
|
-
|
|
31766
|
-
font-style: normal;
|
|
31767
|
-
font-weight: bold;
|
|
31768
|
-
font-size: 14px;
|
|
31769
|
-
line-height: 22px;
|
|
31808
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
31809
|
+
padding: 2px 8px;
|
|
31810
|
+
line-height: 18px;
|
|
31770
31811
|
}
|
|
31771
|
-
|
|
31772
|
-
.
|
|
31773
|
-
|
|
31774
|
-
|
|
31775
|
-
font-weight: normal;
|
|
31776
|
-
font-size: 14px;
|
|
31777
|
-
line-height: 22px;
|
|
31812
|
+
.E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
31813
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31814
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31815
|
+
z-index: 1;
|
|
31778
31816
|
}
|
|
31779
|
-
|
|
31780
|
-
|
|
31781
|
-
|
|
31782
|
-
|
|
31783
|
-
font-weight: bold;
|
|
31784
|
-
font-size: 14px;
|
|
31785
|
-
line-height: 22px;
|
|
31817
|
+
.E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
31818
|
+
border-color: #0096ff;
|
|
31819
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31820
|
+
z-index: 1;
|
|
31786
31821
|
}
|
|
31787
|
-
|
|
31788
|
-
|
|
31789
|
-
|
|
31790
|
-
font-style: normal;
|
|
31791
|
-
font-weight: normal;
|
|
31792
|
-
text-transform: uppercase;
|
|
31793
|
-
font-feature-settings: "cpsp" on;
|
|
31794
|
-
font-size: 14px;
|
|
31795
|
-
line-height: 22px;
|
|
31822
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
31823
|
+
border-color: #e75a3a;
|
|
31824
|
+
color: #e75a3a;
|
|
31796
31825
|
}
|
|
31797
|
-
|
|
31798
|
-
|
|
31799
|
-
|
|
31800
|
-
font-style: normal;
|
|
31801
|
-
font-weight: bold;
|
|
31802
|
-
text-transform: uppercase;
|
|
31803
|
-
font-feature-settings: "cpsp" on;
|
|
31804
|
-
font-size: 14px;
|
|
31805
|
-
line-height: 22px;
|
|
31826
|
+
.E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
31827
|
+
border-color: #e75a3a;
|
|
31828
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31806
31829
|
}
|
|
31807
|
-
|
|
31808
|
-
|
|
31809
|
-
|
|
31810
|
-
font-style: normal;
|
|
31811
|
-
font-weight: normal;
|
|
31812
|
-
font-size: 13px;
|
|
31813
|
-
line-height: 20px;
|
|
31830
|
+
.E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
31831
|
+
border-color: #e75a3a;
|
|
31832
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31814
31833
|
}
|
|
31815
|
-
|
|
31816
|
-
.
|
|
31817
|
-
|
|
31818
|
-
|
|
31819
|
-
font-weight: 600;
|
|
31820
|
-
font-size: 13px;
|
|
31821
|
-
line-height: 20px;
|
|
31834
|
+
.E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
|
|
31835
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31836
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31837
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31822
31838
|
}
|
|
31823
|
-
|
|
31824
|
-
|
|
31825
|
-
|
|
31826
|
-
|
|
31827
|
-
font-weight: bold;
|
|
31828
|
-
font-size: 13px;
|
|
31839
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
31840
|
+
padding: 5px 12px;
|
|
31841
|
+
border-radius: 6px;
|
|
31842
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31829
31843
|
line-height: 20px;
|
|
31844
|
+
color: #2d3a56;
|
|
31845
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31830
31846
|
}
|
|
31831
|
-
|
|
31832
|
-
.
|
|
31833
|
-
|
|
31834
|
-
font-style: normal;
|
|
31835
|
-
font-weight: normal;
|
|
31836
|
-
font-size: 13px;
|
|
31837
|
-
line-height: 20px;
|
|
31847
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
31848
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
31849
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31838
31850
|
}
|
|
31839
|
-
|
|
31840
|
-
|
|
31841
|
-
|
|
31842
|
-
font-style: normal;
|
|
31843
|
-
font-weight: 600;
|
|
31844
|
-
font-size: 13px;
|
|
31845
|
-
line-height: 20px;
|
|
31851
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31852
|
+
padding: 8px 16px;
|
|
31853
|
+
line-height: 22px;
|
|
31846
31854
|
}
|
|
31847
|
-
|
|
31848
|
-
|
|
31849
|
-
|
|
31850
|
-
font-style: normal;
|
|
31851
|
-
font-weight: bold;
|
|
31852
|
-
font-size: 13px;
|
|
31853
|
-
line-height: 20px;
|
|
31855
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31856
|
+
padding: 2px 8px;
|
|
31857
|
+
line-height: 18px;
|
|
31854
31858
|
}
|
|
31855
|
-
|
|
31856
|
-
.
|
|
31857
|
-
|
|
31858
|
-
font-style: normal;
|
|
31859
|
-
font-weight: normal;
|
|
31860
|
-
text-transform: uppercase;
|
|
31861
|
-
font-feature-settings: "cpsp" on;
|
|
31862
|
-
font-size: 13px;
|
|
31863
|
-
line-height: 20px;
|
|
31859
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31860
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31861
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31864
31862
|
}
|
|
31865
|
-
|
|
31866
|
-
|
|
31867
|
-
|
|
31868
|
-
font-style: normal;
|
|
31869
|
-
font-weight: bold;
|
|
31870
|
-
text-transform: uppercase;
|
|
31871
|
-
font-feature-settings: "cpsp" on;
|
|
31872
|
-
font-size: 13px;
|
|
31873
|
-
line-height: 20px;
|
|
31863
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31864
|
+
border-color: #0096ff;
|
|
31865
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31874
31866
|
}
|
|
31875
|
-
|
|
31876
|
-
|
|
31877
|
-
font-family: Inter;
|
|
31878
|
-
font-style: normal;
|
|
31879
|
-
font-weight: normal;
|
|
31880
|
-
font-size: 12px;
|
|
31881
|
-
line-height: 18px;
|
|
31867
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31868
|
+
border-color: #e75a3a;
|
|
31882
31869
|
}
|
|
31883
|
-
|
|
31884
|
-
|
|
31885
|
-
font-family: Inter;
|
|
31886
|
-
font-style: normal;
|
|
31887
|
-
font-weight: 500;
|
|
31888
|
-
font-size: 12px;
|
|
31889
|
-
line-height: 18px;
|
|
31870
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31871
|
+
color: #e75a3a;
|
|
31890
31872
|
}
|
|
31891
|
-
|
|
31892
|
-
|
|
31893
|
-
|
|
31894
|
-
font-style: normal;
|
|
31895
|
-
font-weight: bold;
|
|
31896
|
-
font-size: 12px;
|
|
31897
|
-
line-height: 18px;
|
|
31873
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31874
|
+
border-color: #e75a3a;
|
|
31875
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31898
31876
|
}
|
|
31899
|
-
|
|
31900
|
-
|
|
31901
|
-
|
|
31902
|
-
font-style: normal;
|
|
31903
|
-
font-weight: normal;
|
|
31904
|
-
font-size: 12px;
|
|
31905
|
-
line-height: 18px;
|
|
31877
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31878
|
+
border-color: #e75a3a;
|
|
31879
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31906
31880
|
}
|
|
31907
|
-
|
|
31908
|
-
.
|
|
31909
|
-
|
|
31910
|
-
|
|
31911
|
-
font-weight: 500;
|
|
31912
|
-
font-size: 12px;
|
|
31913
|
-
line-height: 18px;
|
|
31881
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31882
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31883
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31884
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31914
31885
|
}
|
|
31915
|
-
|
|
31916
|
-
|
|
31917
|
-
|
|
31918
|
-
font-style: normal;
|
|
31919
|
-
font-weight: bold;
|
|
31920
|
-
font-size: 12px;
|
|
31921
|
-
line-height: 18px;
|
|
31886
|
+
textarea.E_i74cfyt.ant-input {
|
|
31887
|
+
transition-property: height;
|
|
31888
|
+
transition-delay: 50ms;
|
|
31922
31889
|
}
|
|
31923
|
-
|
|
31924
|
-
|
|
31925
|
-
|
|
31926
|
-
|
|
31927
|
-
|
|
31928
|
-
|
|
31929
|
-
|
|
31930
|
-
|
|
31931
|
-
|
|
31890
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
31891
|
+
min-height: 40px;
|
|
31892
|
+
height: 40px;
|
|
31893
|
+
}
|
|
31894
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
31895
|
+
height: 80px;
|
|
31896
|
+
}
|
|
31897
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
31898
|
+
min-height: 32px;
|
|
31899
|
+
height: 32px;
|
|
31900
|
+
}
|
|
31901
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
31902
|
+
height: 64px;
|
|
31903
|
+
}
|
|
31904
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
31905
|
+
min-height: 24px;
|
|
31906
|
+
height: 24px;
|
|
31907
|
+
}
|
|
31908
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
31909
|
+
height: 40px;
|
|
31932
31910
|
}
|
|
31933
31911
|
|
|
31934
|
-
.
|
|
31935
|
-
|
|
31936
|
-
|
|
31937
|
-
|
|
31938
|
-
|
|
31939
|
-
|
|
31912
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
31913
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31914
|
+
border-radius: 4px;
|
|
31915
|
+
}
|
|
31916
|
+
.E_k1ci6977.input-tags {
|
|
31917
|
+
position: relative;
|
|
31918
|
+
padding: 6px;
|
|
31919
|
+
height: 32px;
|
|
31920
|
+
cursor: pointer;
|
|
31921
|
+
transition: border 150ms;
|
|
31922
|
+
}
|
|
31923
|
+
.E_k1ci6977.input-tags:hover {
|
|
31924
|
+
border-color: #0080ff;
|
|
31925
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31926
|
+
}
|
|
31927
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
31928
|
+
padding-right: 30px;
|
|
31929
|
+
}
|
|
31930
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
31931
|
+
display: flex;
|
|
31932
|
+
}
|
|
31933
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31934
|
+
display: flex;
|
|
31935
|
+
}
|
|
31936
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
31937
|
+
position: absolute;
|
|
31938
|
+
right: 12px;
|
|
31939
|
+
top: 50%;
|
|
31940
|
+
transform: translateY(-50%);
|
|
31941
|
+
}
|
|
31942
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31943
|
+
color: rgba(0, 0, 0, 0.25);
|
|
31940
31944
|
font-size: 12px;
|
|
31941
|
-
|
|
31945
|
+
cursor: pointer;
|
|
31946
|
+
}
|
|
31947
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31948
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31949
|
+
}
|
|
31950
|
+
.E_k1ci6977.has-focus-indicator {
|
|
31951
|
+
position: relative;
|
|
31952
|
+
overflow: hidden;
|
|
31953
|
+
}
|
|
31954
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
31955
|
+
position: absolute;
|
|
31956
|
+
top: 50%;
|
|
31957
|
+
transform: translateY(-50%);
|
|
31958
|
+
left: -16px;
|
|
31959
|
+
transition: left 150ms ease;
|
|
31960
|
+
opacity: 0;
|
|
31961
|
+
}
|
|
31962
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31963
|
+
left: 8px;
|
|
31964
|
+
opacity: 1;
|
|
31965
|
+
}
|
|
31966
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
31967
|
+
transition: margin-left 150ms ease;
|
|
31968
|
+
margin-left: 0px;
|
|
31969
|
+
}
|
|
31970
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
31971
|
+
margin-left: 16px;
|
|
31942
31972
|
}
|
|
31943
31973
|
|
|
31944
|
-
.
|
|
31945
|
-
|
|
31946
|
-
|
|
31947
|
-
font-weight: normal;
|
|
31948
|
-
font-size: 13px;
|
|
31949
|
-
line-height: 20px;
|
|
31974
|
+
input.E_l1f7td1d.ant-input {
|
|
31975
|
+
border-top-right-radius: 0;
|
|
31976
|
+
border-bottom-right-radius: 0;
|
|
31950
31977
|
}
|
|
31951
31978
|
|
|
31952
|
-
.
|
|
31953
|
-
|
|
31954
|
-
|
|
31955
|
-
font-weight: normal;
|
|
31956
|
-
font-size: 13px;
|
|
31957
|
-
line-height: 20px;
|
|
31979
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
31980
|
+
border-top-right-radius: 0;
|
|
31981
|
+
border-bottom-right-radius: 0;
|
|
31958
31982
|
}
|
|
31959
31983
|
|
|
31960
|
-
.
|
|
31961
|
-
|
|
31962
|
-
|
|
31963
|
-
font-weight: normal;
|
|
31964
|
-
font-size: 12px;
|
|
31965
|
-
line-height: 18px;
|
|
31984
|
+
input.E_rf8rlle.ant-input {
|
|
31985
|
+
border-top-left-radius: 0;
|
|
31986
|
+
border-bottom-left-radius: 0;
|
|
31966
31987
|
}
|
|
31967
31988
|
|
|
31968
|
-
.
|
|
31969
|
-
|
|
31970
|
-
|
|
31971
|
-
font-weight: normal;
|
|
31972
|
-
font-size: 12px;
|
|
31973
|
-
line-height: 18px;
|
|
31989
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
31990
|
+
border-top-left-radius: 0;
|
|
31991
|
+
border-bottom-left-radius: 0;
|
|
31974
31992
|
}
|
|
31975
31993
|
|
|
31976
|
-
.
|
|
31977
|
-
|
|
31978
|
-
|
|
31979
|
-
font-weight: normal;
|
|
31980
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31981
|
-
font-size: 13px;
|
|
31982
|
-
line-height: 20px;
|
|
31994
|
+
.E_llt2k48.ant-select.select, .E_llt2k48.ant-select.select .ant-select-selector {
|
|
31995
|
+
border-top-right-radius: 0;
|
|
31996
|
+
border-bottom-right-radius: 0;
|
|
31983
31997
|
}
|
|
31984
31998
|
|
|
31985
|
-
.
|
|
31986
|
-
|
|
31987
|
-
|
|
31988
|
-
font-weight: normal;
|
|
31989
|
-
font-feature-settings: "zero" on;
|
|
31990
|
-
font-size: 13px;
|
|
31991
|
-
line-height: 20px;
|
|
31999
|
+
.E_rdwz7eh.ant-select.select, .E_rdwz7eh.ant-select.select .ant-select-selector {
|
|
32000
|
+
border-top-left-radius: 0;
|
|
32001
|
+
border-bottom-left-radius: 0;
|
|
31992
32002
|
}
|
|
31993
32003
|
|
|
31994
|
-
.
|
|
31995
|
-
|
|
31996
|
-
|
|
31997
|
-
|
|
31998
|
-
|
|
31999
|
-
|
|
32000
|
-
|
|
32004
|
+
.E_c3ni091 {
|
|
32005
|
+
display: flex;
|
|
32006
|
+
flex-direction: column;
|
|
32007
|
+
}
|
|
32008
|
+
.E_c3ni091 .select-wrapper {
|
|
32009
|
+
margin-top: 12px;
|
|
32010
|
+
}
|
|
32011
|
+
.E_c3ni091 .select-wrapper .select {
|
|
32012
|
+
width: 100%;
|
|
32013
|
+
}
|
|
32014
|
+
.E_c3ni091 .radio-wrapper {
|
|
32015
|
+
margin-top: 24px;
|
|
32016
|
+
}
|
|
32017
|
+
.E_c3ni091 div.form-item {
|
|
32018
|
+
width: 100%;
|
|
32001
32019
|
}
|
|
32002
32020
|
|
|
32003
|
-
.
|
|
32004
|
-
font-
|
|
32005
|
-
font-style: normal;
|
|
32021
|
+
.E_d105ju2d {
|
|
32022
|
+
font-size: 14px;
|
|
32006
32023
|
font-weight: 500;
|
|
32007
|
-
|
|
32008
|
-
font-size: 12px;
|
|
32024
|
+
color: #3e4652;
|
|
32009
32025
|
line-height: 18px;
|
|
32010
32026
|
}
|
|
32011
|
-
|
|
32012
|
-
|
|
32013
|
-
|
|
32014
|
-
|
|
32015
|
-
|
|
32016
|
-
font-feature-settings: "zero" on;
|
|
32017
|
-
font-size: 12px;
|
|
32018
|
-
line-height: 18px;
|
|
32027
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
32028
|
+
margin-top: 16px;
|
|
32029
|
+
}
|
|
32030
|
+
.E_d105ju2d + * {
|
|
32031
|
+
margin-top: 16px;
|
|
32019
32032
|
}
|
|
32020
32033
|
|
|
32021
|
-
.
|
|
32022
|
-
font-family: Inter;
|
|
32023
|
-
font-style: normal;
|
|
32024
|
-
font-weight: 500;
|
|
32025
|
-
font-feature-settings: "zero" on;
|
|
32034
|
+
.E_lh0l62z.E_d105ju2d {
|
|
32026
32035
|
font-size: 12px;
|
|
32027
|
-
|
|
32036
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32037
|
+
margin-top: 12px;
|
|
32028
32038
|
}
|
|
32029
32039
|
|
|
32030
|
-
.
|
|
32031
|
-
|
|
32032
|
-
font-
|
|
32033
|
-
|
|
32034
|
-
|
|
32035
|
-
font-size: 16px;
|
|
32036
|
-
line-height: 24px;
|
|
32040
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
32041
|
+
line-height: 18px;
|
|
32042
|
+
font-weight: 500;
|
|
32043
|
+
margin-top: 0;
|
|
32044
|
+
white-space: initial;
|
|
32037
32045
|
}
|
|
32038
32046
|
|
|
32039
|
-
.
|
|
32040
|
-
|
|
32041
|
-
font-style: normal;
|
|
32042
|
-
font-weight: normal;
|
|
32043
|
-
font-size: 10px;
|
|
32044
|
-
line-height: 12px;
|
|
32047
|
+
.E_r1skkc3l {
|
|
32048
|
+
display: block;
|
|
32045
32049
|
}
|
|
32046
|
-
|
|
32047
|
-
|
|
32048
|
-
|
|
32050
|
+
.E_r1skkc3l span {
|
|
32051
|
+
font-size: 14px;
|
|
32052
|
+
font-weight: 500;
|
|
32053
|
+
line-height: 32px;
|
|
32054
|
+
color: #3e4652;
|
|
32049
32055
|
}
|
|
32050
32056
|
|
|
32051
|
-
.
|
|
32052
|
-
|
|
32053
|
-
|
|
32054
|
-
|
|
32055
|
-
|
|
32056
|
-
|
|
32057
|
+
.E_c3cobmo {
|
|
32058
|
+
margin-top: 16px;
|
|
32059
|
+
padding: 8px;
|
|
32060
|
+
border-radius: 6px;
|
|
32061
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32062
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32057
32063
|
font-size: 12px;
|
|
32058
|
-
width: 24px;
|
|
32059
|
-
height: 24px;
|
|
32060
|
-
border-radius: 50%;
|
|
32061
|
-
background: var(--a1b5xrg3-0);
|
|
32062
32064
|
}
|
|
32063
|
-
.
|
|
32064
|
-
|
|
32065
|
-
|
|
32066
|
-
width: 56px;
|
|
32067
|
-
height: 40px;
|
|
32068
|
-
display: inline-flex;
|
|
32065
|
+
.E_c3cobmo div {
|
|
32066
|
+
line-height: 20px;
|
|
32067
|
+
display: flex;
|
|
32069
32068
|
align-items: center;
|
|
32070
|
-
|
|
32071
|
-
border-radius: 6px;
|
|
32069
|
+
word-break: break-all;
|
|
32072
32070
|
}
|
|
32073
|
-
.
|
|
32074
|
-
|
|
32071
|
+
.E_c3cobmo .title {
|
|
32072
|
+
font-weight: 700;
|
|
32073
|
+
line-height: 18px;
|
|
32074
|
+
margin: 4px 0;
|
|
32075
32075
|
}
|
|
32076
|
-
|
|
32077
|
-
|
|
32078
|
-
|
|
32076
|
+
|
|
32077
|
+
.E_uqv57uv {
|
|
32078
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32079
32079
|
}
|
|
32080
32080
|
|
|
32081
32081
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
@@ -32262,6 +32262,21 @@ input.E_rf8rlle.ant-input {
|
|
|
32262
32262
|
color: rgba(0, 21, 64, 0.3);
|
|
32263
32263
|
}
|
|
32264
32264
|
|
|
32265
|
+
.E_w1dxz879 {
|
|
32266
|
+
display: flex;
|
|
32267
|
+
flex-direction: column;
|
|
32268
|
+
gap: 6px;
|
|
32269
|
+
}
|
|
32270
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32271
|
+
max-height: var(--w1dxz879-0);
|
|
32272
|
+
text-overflow: clip;
|
|
32273
|
+
overflow: hidden;
|
|
32274
|
+
}
|
|
32275
|
+
.E_w1dxz879 .tips {
|
|
32276
|
+
color: #fff;
|
|
32277
|
+
opacity: 0.8;
|
|
32278
|
+
}
|
|
32279
|
+
|
|
32265
32280
|
.E_oa99sl3 {
|
|
32266
32281
|
display: flex;
|
|
32267
32282
|
justify-content: space-between;
|
|
@@ -32287,21 +32302,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32287
32302
|
flex-shrink: 0;
|
|
32288
32303
|
}
|
|
32289
32304
|
|
|
32290
|
-
.E_w1dxz879 {
|
|
32291
|
-
display: flex;
|
|
32292
|
-
flex-direction: column;
|
|
32293
|
-
gap: 6px;
|
|
32294
|
-
}
|
|
32295
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
32296
|
-
max-height: var(--w1dxz879-0);
|
|
32297
|
-
text-overflow: clip;
|
|
32298
|
-
overflow: hidden;
|
|
32299
|
-
}
|
|
32300
|
-
.E_w1dxz879 .tips {
|
|
32301
|
-
color: #fff;
|
|
32302
|
-
opacity: 0.8;
|
|
32303
|
-
}
|
|
32304
|
-
|
|
32305
32305
|
.E_suhck3k {
|
|
32306
32306
|
height: 24px;
|
|
32307
32307
|
width: 24px;
|
|
@@ -32868,23 +32868,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32868
32868
|
margin-left: 24px;
|
|
32869
32869
|
}
|
|
32870
32870
|
|
|
32871
|
-
.E_b14q2gmw {
|
|
32872
|
-
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);
|
|
32873
|
-
}
|
|
32874
|
-
|
|
32875
|
-
.E_c1eym6el {
|
|
32876
|
-
border-radius: 8px;
|
|
32877
|
-
background-color: white;
|
|
32878
|
-
}
|
|
32879
|
-
.E_c1eym6el.hoverable {
|
|
32880
|
-
cursor: pointer;
|
|
32881
|
-
}
|
|
32882
|
-
.E_c1eym6el.hoverable:hover {
|
|
32883
|
-
transition: all 200ms ease;
|
|
32884
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32885
|
-
transform: translateY(-4px);
|
|
32886
|
-
}
|
|
32887
|
-
|
|
32888
32871
|
.E_c1kghdax {
|
|
32889
32872
|
color: #2d3a56;
|
|
32890
32873
|
padding: 7px 12px;
|
|
@@ -32978,6 +32961,23 @@ input.E_rf8rlle.ant-input {
|
|
|
32978
32961
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32979
32962
|
}
|
|
32980
32963
|
|
|
32964
|
+
.E_b14q2gmw {
|
|
32965
|
+
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);
|
|
32966
|
+
}
|
|
32967
|
+
|
|
32968
|
+
.E_c1eym6el {
|
|
32969
|
+
border-radius: 8px;
|
|
32970
|
+
background-color: white;
|
|
32971
|
+
}
|
|
32972
|
+
.E_c1eym6el.hoverable {
|
|
32973
|
+
cursor: pointer;
|
|
32974
|
+
}
|
|
32975
|
+
.E_c1eym6el.hoverable:hover {
|
|
32976
|
+
transition: all 200ms ease;
|
|
32977
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32978
|
+
transform: translateY(-4px);
|
|
32979
|
+
}
|
|
32980
|
+
|
|
32981
32981
|
.E_w7ob4th.outside-tag {
|
|
32982
32982
|
padding-left: 0;
|
|
32983
32983
|
}
|
|
@@ -32987,6 +32987,40 @@ input.E_rf8rlle.ant-input {
|
|
|
32987
32987
|
margin-right: 4px;
|
|
32988
32988
|
}
|
|
32989
32989
|
|
|
32990
|
+
.E_i1g85yz3 {
|
|
32991
|
+
margin-right: 4px;
|
|
32992
|
+
height: 16px;
|
|
32993
|
+
}
|
|
32994
|
+
|
|
32995
|
+
.E_slr2ynn {
|
|
32996
|
+
padding: 0 8px;
|
|
32997
|
+
height: 18px;
|
|
32998
|
+
}
|
|
32999
|
+
|
|
33000
|
+
.E_m140wbb6 {
|
|
33001
|
+
padding: 2px 8px;
|
|
33002
|
+
height: 24px;
|
|
33003
|
+
}
|
|
33004
|
+
|
|
33005
|
+
.E_t1fozc1i {
|
|
33006
|
+
margin: 0;
|
|
33007
|
+
}
|
|
33008
|
+
|
|
33009
|
+
.E_i1vxv4ln {
|
|
33010
|
+
margin-right: 4px;
|
|
33011
|
+
height: 16px;
|
|
33012
|
+
}
|
|
33013
|
+
|
|
33014
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33015
|
+
font-weight: 700;
|
|
33016
|
+
color: #00122e;
|
|
33017
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33018
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33019
|
+
word-break: break-all;
|
|
33020
|
+
display: inline;
|
|
33021
|
+
white-space: normal;
|
|
33022
|
+
}
|
|
33023
|
+
|
|
32990
33024
|
button.E_l48ei06.ant-btn,
|
|
32991
33025
|
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32992
33026
|
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
@@ -33039,6 +33073,81 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33039
33073
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
33040
33074
|
}
|
|
33041
33075
|
|
|
33076
|
+
.E_sddwhm6 {
|
|
33077
|
+
margin: 0;
|
|
33078
|
+
border-radius: 20px;
|
|
33079
|
+
padding: 2px 10px;
|
|
33080
|
+
height: 22px;
|
|
33081
|
+
}
|
|
33082
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33083
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33084
|
+
}
|
|
33085
|
+
.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 {
|
|
33086
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33087
|
+
}
|
|
33088
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33089
|
+
color: #00122e;
|
|
33090
|
+
}
|
|
33091
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33092
|
+
margin-right: 6px;
|
|
33093
|
+
}
|
|
33094
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33095
|
+
margin-left: 8px;
|
|
33096
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33097
|
+
}
|
|
33098
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33099
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33100
|
+
}
|
|
33101
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33102
|
+
background-color: #0080ff;
|
|
33103
|
+
}
|
|
33104
|
+
.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 {
|
|
33105
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33106
|
+
}
|
|
33107
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33108
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33109
|
+
}
|
|
33110
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33111
|
+
background-color: #f0483e;
|
|
33112
|
+
}
|
|
33113
|
+
.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 {
|
|
33114
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33115
|
+
}
|
|
33116
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33117
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33118
|
+
}
|
|
33119
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33120
|
+
background-color: #fea008;
|
|
33121
|
+
}
|
|
33122
|
+
.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 {
|
|
33123
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33124
|
+
}
|
|
33125
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33126
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33127
|
+
}
|
|
33128
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33129
|
+
background-color: #00ba5d;
|
|
33130
|
+
}
|
|
33131
|
+
.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 {
|
|
33132
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33133
|
+
}
|
|
33134
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33135
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33136
|
+
}
|
|
33137
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33138
|
+
background-color: #6b7d99;
|
|
33139
|
+
}
|
|
33140
|
+
.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 {
|
|
33141
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33142
|
+
}
|
|
33143
|
+
|
|
33144
|
+
.E_satwmqm {
|
|
33145
|
+
width: 8px;
|
|
33146
|
+
height: 8px;
|
|
33147
|
+
border-radius: 50%;
|
|
33148
|
+
display: inline-block;
|
|
33149
|
+
}
|
|
33150
|
+
|
|
33042
33151
|
.E_tc97u5y {
|
|
33043
33152
|
height: 100%;
|
|
33044
33153
|
}
|
|
@@ -33410,79 +33519,199 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33410
33519
|
background: #fff;
|
|
33411
33520
|
}
|
|
33412
33521
|
|
|
33413
|
-
.
|
|
33414
|
-
|
|
33415
|
-
border-radius: 20px;
|
|
33416
|
-
padding: 2px 10px;
|
|
33417
|
-
height: 22px;
|
|
33522
|
+
.E_sjob3jg {
|
|
33523
|
+
--item-min-width: 60px;
|
|
33418
33524
|
}
|
|
33419
|
-
.
|
|
33420
|
-
|
|
33525
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33526
|
+
display: none !important;
|
|
33421
33527
|
}
|
|
33422
|
-
.
|
|
33423
|
-
|
|
33528
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33529
|
+
flex-shrink: 0 !important;
|
|
33424
33530
|
}
|
|
33425
|
-
.
|
|
33426
|
-
color: #
|
|
33531
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33532
|
+
color: #0080ff;
|
|
33427
33533
|
}
|
|
33428
|
-
.
|
|
33429
|
-
|
|
33534
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33535
|
+
color: #0080ff;
|
|
33536
|
+
font-weight: normal;
|
|
33430
33537
|
}
|
|
33431
|
-
.
|
|
33432
|
-
margin-left: 8px;
|
|
33538
|
+
.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 {
|
|
33433
33539
|
color: rgba(44, 56, 82, 0.6);
|
|
33434
33540
|
}
|
|
33435
|
-
.
|
|
33541
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33542
|
+
color: #00122e;
|
|
33543
|
+
}
|
|
33544
|
+
.E_sjob3jg .step-item-text {
|
|
33545
|
+
display: inline-block;
|
|
33546
|
+
}
|
|
33547
|
+
.E_sjob3jg .step-item-title {
|
|
33548
|
+
overflow: hidden;
|
|
33549
|
+
white-space: nowrap;
|
|
33550
|
+
text-overflow: ellipsis;
|
|
33551
|
+
}
|
|
33552
|
+
|
|
33553
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
33554
|
+
min-width: var(--item-min-width);
|
|
33555
|
+
}
|
|
33556
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33557
|
+
cursor: not-allowed !important;
|
|
33558
|
+
}
|
|
33559
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33560
|
+
flex-direction: row;
|
|
33561
|
+
justify-content: stretch;
|
|
33562
|
+
}
|
|
33563
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33564
|
+
padding: 0;
|
|
33565
|
+
margin-right: 4px;
|
|
33566
|
+
flex: 1;
|
|
33567
|
+
overflow: visible;
|
|
33568
|
+
}
|
|
33569
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33570
|
+
width: 100%;
|
|
33571
|
+
min-height: unset;
|
|
33572
|
+
}
|
|
33573
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33574
|
+
height: 26px;
|
|
33575
|
+
line-height: 26px;
|
|
33576
|
+
width: 100%;
|
|
33577
|
+
padding: 0;
|
|
33578
|
+
font-size: 12px;
|
|
33579
|
+
}
|
|
33580
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33581
|
+
margin-right: 10px;
|
|
33582
|
+
}
|
|
33583
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33584
|
+
display: none;
|
|
33585
|
+
}
|
|
33586
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33587
|
+
padding-left: 8px;
|
|
33588
|
+
padding-right: 4px;
|
|
33589
|
+
border-radius: 4px 0 0 4px;
|
|
33590
|
+
}
|
|
33591
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33592
|
+
margin-right: 0;
|
|
33593
|
+
}
|
|
33594
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33595
|
+
padding-right: 8px;
|
|
33596
|
+
padding-left: 12px;
|
|
33597
|
+
border-radius: 0 4px 4px 0;
|
|
33598
|
+
}
|
|
33599
|
+
.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 {
|
|
33600
|
+
content: "";
|
|
33601
|
+
width: 0;
|
|
33602
|
+
height: 0;
|
|
33603
|
+
border: 13px solid transparent;
|
|
33604
|
+
position: absolute;
|
|
33605
|
+
top: 0;
|
|
33606
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33607
|
+
z-index: 2;
|
|
33608
|
+
position: relative;
|
|
33609
|
+
top: -50%;
|
|
33610
|
+
right: -100%;
|
|
33611
|
+
}
|
|
33612
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33613
|
+
padding: 0 4px 0 12px;
|
|
33614
|
+
}
|
|
33615
|
+
.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 {
|
|
33616
|
+
content: "";
|
|
33617
|
+
width: 0;
|
|
33618
|
+
height: 0;
|
|
33619
|
+
border: 13px solid transparent;
|
|
33620
|
+
position: absolute;
|
|
33621
|
+
top: 0;
|
|
33622
|
+
border-left: 8px solid #fff;
|
|
33623
|
+
left: 0;
|
|
33624
|
+
}
|
|
33625
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33626
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33627
|
+
}
|
|
33628
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33436
33629
|
background-color: rgba(0, 136, 255, 0.1);
|
|
33437
33630
|
}
|
|
33438
|
-
.
|
|
33439
|
-
|
|
33631
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33632
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33440
33633
|
}
|
|
33441
|
-
.
|
|
33442
|
-
|
|
33634
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33635
|
+
cursor: pointer;
|
|
33636
|
+
min-width: var(--item-min-width);
|
|
33443
33637
|
}
|
|
33444
|
-
.
|
|
33445
|
-
|
|
33638
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33639
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33640
|
+
min-width: var(--item-min-width);
|
|
33446
33641
|
}
|
|
33447
|
-
.
|
|
33448
|
-
|
|
33642
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33643
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33644
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33449
33645
|
}
|
|
33450
|
-
.
|
|
33451
|
-
|
|
33646
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
33647
|
+
padding: 0;
|
|
33452
33648
|
}
|
|
33453
|
-
|
|
33454
|
-
|
|
33649
|
+
|
|
33650
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
33651
|
+
width: 192px;
|
|
33652
|
+
row-gap: 2px;
|
|
33455
33653
|
}
|
|
33456
|
-
.
|
|
33457
|
-
background-color:
|
|
33654
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33655
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33458
33656
|
}
|
|
33459
|
-
.
|
|
33460
|
-
|
|
33657
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
33658
|
+
color: #00122e !important;
|
|
33461
33659
|
}
|
|
33462
|
-
.
|
|
33463
|
-
background-color: rgba(
|
|
33660
|
+
.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 {
|
|
33661
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33464
33662
|
}
|
|
33465
|
-
.
|
|
33466
|
-
|
|
33663
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33664
|
+
padding: 0 8px;
|
|
33665
|
+
border-radius: 4px;
|
|
33666
|
+
height: 32px;
|
|
33667
|
+
display: flex;
|
|
33668
|
+
align-items: center;
|
|
33669
|
+
}
|
|
33670
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33671
|
+
min-height: auto;
|
|
33672
|
+
white-space: nowrap;
|
|
33467
33673
|
}
|
|
33468
|
-
.
|
|
33469
|
-
|
|
33674
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33675
|
+
font-size: 13px;
|
|
33676
|
+
line-height: 20px;
|
|
33677
|
+
max-width: 100%;
|
|
33678
|
+
padding-right: 0;
|
|
33470
33679
|
}
|
|
33471
|
-
.
|
|
33472
|
-
background
|
|
33680
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33681
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33473
33682
|
}
|
|
33474
|
-
|
|
33475
|
-
|
|
33683
|
+
|
|
33684
|
+
.E_h6l1tj4 {
|
|
33685
|
+
width: 100%;
|
|
33686
|
+
display: inline-flex;
|
|
33687
|
+
align-items: center;
|
|
33688
|
+
justify-content: center;
|
|
33689
|
+
column-gap: 4px;
|
|
33476
33690
|
}
|
|
33477
|
-
.
|
|
33478
|
-
|
|
33691
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
33692
|
+
display: inline-flex;
|
|
33693
|
+
align-items: center;
|
|
33694
|
+
width: 18px;
|
|
33695
|
+
height: 18px;
|
|
33696
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33697
|
+
justify-content: center;
|
|
33479
33698
|
}
|
|
33480
33699
|
|
|
33481
|
-
.
|
|
33482
|
-
width:
|
|
33483
|
-
|
|
33484
|
-
|
|
33485
|
-
|
|
33700
|
+
.E_v18frne8 {
|
|
33701
|
+
width: 100%;
|
|
33702
|
+
display: flex;
|
|
33703
|
+
align-items: center;
|
|
33704
|
+
justify-content: center;
|
|
33705
|
+
column-gap: 6px;
|
|
33706
|
+
font-size: 13px;
|
|
33707
|
+
}
|
|
33708
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
33709
|
+
display: inline-flex;
|
|
33710
|
+
align-items: center;
|
|
33711
|
+
min-width: 20px;
|
|
33712
|
+
min-height: 20px;
|
|
33713
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33714
|
+
justify-content: center;
|
|
33486
33715
|
}
|
|
33487
33716
|
|
|
33488
33717
|
.E_t1dtlqs1 {
|
|
@@ -33565,349 +33794,120 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33565
33794
|
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
33566
33795
|
margin-bottom: 0;
|
|
33567
33796
|
}
|
|
33568
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
33569
|
-
display: flex;
|
|
33570
|
-
justify-content: flex-start;
|
|
33571
|
-
align-items: flex-start;
|
|
33572
|
-
flex-wrap: wrap;
|
|
33573
|
-
padding: 8px;
|
|
33574
|
-
border: none;
|
|
33575
|
-
}
|
|
33576
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
33577
|
-
flex-basis: 100%;
|
|
33578
|
-
margin: 12px 0 0;
|
|
33579
|
-
order: 99;
|
|
33580
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33581
|
-
}
|
|
33582
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
33583
|
-
color: #f0483e;
|
|
33584
|
-
flex-basis: 100%;
|
|
33585
|
-
order: 98;
|
|
33586
|
-
margin: 12px 0 0;
|
|
33587
|
-
}
|
|
33588
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
33589
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33590
|
-
}
|
|
33591
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
33592
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33593
|
-
}
|
|
33594
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
33595
|
-
flex: 1 0 0;
|
|
33596
|
-
overflow: hidden;
|
|
33597
|
-
}
|
|
33598
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
33599
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33600
|
-
margin: 0;
|
|
33601
|
-
}
|
|
33602
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
33603
|
-
text-align: center;
|
|
33604
|
-
}
|
|
33605
|
-
.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 > * {
|
|
33606
|
-
text-align: center;
|
|
33607
|
-
}
|
|
33608
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
33609
|
-
text-align: left;
|
|
33610
|
-
}
|
|
33611
|
-
.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 > * {
|
|
33612
|
-
text-align: left;
|
|
33613
|
-
}
|
|
33614
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
33615
|
-
text-align: right;
|
|
33616
|
-
}
|
|
33617
|
-
.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 > * {
|
|
33618
|
-
text-align: right;
|
|
33619
|
-
}
|
|
33620
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
33621
|
-
margin-right: 8px;
|
|
33622
|
-
}
|
|
33623
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
33624
|
-
padding: 4px;
|
|
33625
|
-
width: 24px;
|
|
33626
|
-
height: 24px;
|
|
33627
|
-
overflow: hidden;
|
|
33628
|
-
}
|
|
33629
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33630
|
-
padding: 0;
|
|
33631
|
-
}
|
|
33632
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33633
|
-
cursor: not-allowed;
|
|
33634
|
-
opacity: 0.5;
|
|
33635
|
-
}
|
|
33636
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33637
|
-
margin: 0;
|
|
33638
|
-
}
|
|
33639
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33640
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33641
|
-
border-radius: 5px;
|
|
33642
|
-
font-size: 12px;
|
|
33643
|
-
}
|
|
33644
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33645
|
-
font-size: inherit;
|
|
33646
|
-
}
|
|
33647
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33648
|
-
min-height: 24px;
|
|
33649
|
-
font-size: 12px;
|
|
33650
|
-
position: relative;
|
|
33651
|
-
}
|
|
33652
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33653
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33654
|
-
}
|
|
33655
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33656
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33657
|
-
}
|
|
33658
|
-
|
|
33659
|
-
.E_a138syjm {
|
|
33660
|
-
display: flex;
|
|
33661
|
-
align-items: center;
|
|
33662
|
-
margin-top: 8px;
|
|
33663
|
-
}
|
|
33664
|
-
.E_a138syjm button.ant-btn {
|
|
33665
|
-
padding: 2px 8px;
|
|
33666
|
-
height: 24px;
|
|
33667
|
-
}
|
|
33668
|
-
.E_a138syjm > span.maximum-desc {
|
|
33669
|
-
display: none;
|
|
33670
|
-
margin-left: 8px;
|
|
33671
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33672
|
-
}
|
|
33673
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
33674
|
-
display: inline;
|
|
33675
|
-
}
|
|
33676
|
-
|
|
33677
|
-
.E_d77i8u0 {
|
|
33678
|
-
width: 24px;
|
|
33679
|
-
height: 24px;
|
|
33680
|
-
padding: 4px;
|
|
33681
|
-
margin-right: 8px;
|
|
33682
|
-
}
|
|
33683
|
-
|
|
33684
|
-
.E_slr2ynn {
|
|
33685
|
-
padding: 0 8px;
|
|
33686
|
-
height: 18px;
|
|
33687
|
-
}
|
|
33688
|
-
|
|
33689
|
-
.E_m140wbb6 {
|
|
33690
|
-
padding: 2px 8px;
|
|
33691
|
-
height: 24px;
|
|
33692
|
-
}
|
|
33693
|
-
|
|
33694
|
-
.E_t1fozc1i {
|
|
33695
|
-
margin: 0;
|
|
33696
|
-
}
|
|
33697
|
-
|
|
33698
|
-
.E_i1vxv4ln {
|
|
33699
|
-
margin-right: 4px;
|
|
33700
|
-
height: 16px;
|
|
33701
|
-
}
|
|
33702
|
-
|
|
33703
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33704
|
-
font-weight: 700;
|
|
33705
|
-
color: #00122e;
|
|
33706
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33707
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33708
|
-
word-break: break-all;
|
|
33709
|
-
display: inline;
|
|
33710
|
-
white-space: normal;
|
|
33711
|
-
}
|
|
33712
|
-
|
|
33713
|
-
.E_i1g85yz3 {
|
|
33714
|
-
margin-right: 4px;
|
|
33715
|
-
height: 16px;
|
|
33716
|
-
}
|
|
33717
|
-
|
|
33718
|
-
.E_sjob3jg {
|
|
33719
|
-
--item-min-width: 60px;
|
|
33720
|
-
}
|
|
33721
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33722
|
-
display: none !important;
|
|
33723
|
-
}
|
|
33724
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33725
|
-
flex-shrink: 0 !important;
|
|
33726
|
-
}
|
|
33727
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33728
|
-
color: #0080ff;
|
|
33729
|
-
}
|
|
33730
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33731
|
-
color: #0080ff;
|
|
33732
|
-
font-weight: normal;
|
|
33733
|
-
}
|
|
33734
|
-
.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 {
|
|
33735
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33736
|
-
}
|
|
33737
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33738
|
-
color: #00122e;
|
|
33739
|
-
}
|
|
33740
|
-
.E_sjob3jg .step-item-text {
|
|
33741
|
-
display: inline-block;
|
|
33742
|
-
}
|
|
33743
|
-
.E_sjob3jg .step-item-title {
|
|
33744
|
-
overflow: hidden;
|
|
33745
|
-
white-space: nowrap;
|
|
33746
|
-
text-overflow: ellipsis;
|
|
33747
|
-
}
|
|
33748
|
-
|
|
33749
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
33750
|
-
min-width: var(--item-min-width);
|
|
33751
|
-
}
|
|
33752
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33753
|
-
cursor: not-allowed !important;
|
|
33754
|
-
}
|
|
33755
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33756
|
-
flex-direction: row;
|
|
33757
|
-
justify-content: stretch;
|
|
33758
|
-
}
|
|
33759
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33760
|
-
padding: 0;
|
|
33761
|
-
margin-right: 4px;
|
|
33762
|
-
flex: 1;
|
|
33763
|
-
overflow: visible;
|
|
33764
|
-
}
|
|
33765
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33766
|
-
width: 100%;
|
|
33767
|
-
min-height: unset;
|
|
33768
|
-
}
|
|
33769
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33770
|
-
height: 26px;
|
|
33771
|
-
line-height: 26px;
|
|
33772
|
-
width: 100%;
|
|
33773
|
-
padding: 0;
|
|
33774
|
-
font-size: 12px;
|
|
33797
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
33798
|
+
display: flex;
|
|
33799
|
+
justify-content: flex-start;
|
|
33800
|
+
align-items: flex-start;
|
|
33801
|
+
flex-wrap: wrap;
|
|
33802
|
+
padding: 8px;
|
|
33803
|
+
border: none;
|
|
33775
33804
|
}
|
|
33776
|
-
.
|
|
33777
|
-
|
|
33805
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
33806
|
+
flex-basis: 100%;
|
|
33807
|
+
margin: 12px 0 0;
|
|
33808
|
+
order: 99;
|
|
33809
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33778
33810
|
}
|
|
33779
|
-
.
|
|
33780
|
-
|
|
33811
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
33812
|
+
color: #f0483e;
|
|
33813
|
+
flex-basis: 100%;
|
|
33814
|
+
order: 98;
|
|
33815
|
+
margin: 12px 0 0;
|
|
33781
33816
|
}
|
|
33782
|
-
.
|
|
33783
|
-
|
|
33784
|
-
padding-right: 4px;
|
|
33785
|
-
border-radius: 4px 0 0 4px;
|
|
33817
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
33818
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33786
33819
|
}
|
|
33787
|
-
.
|
|
33788
|
-
|
|
33820
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
33821
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33789
33822
|
}
|
|
33790
|
-
.
|
|
33791
|
-
|
|
33792
|
-
|
|
33793
|
-
border-radius: 0 4px 4px 0;
|
|
33823
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
33824
|
+
flex: 1 0 0;
|
|
33825
|
+
overflow: hidden;
|
|
33794
33826
|
}
|
|
33795
|
-
.
|
|
33796
|
-
|
|
33797
|
-
|
|
33798
|
-
height: 0;
|
|
33799
|
-
border: 13px solid transparent;
|
|
33800
|
-
position: absolute;
|
|
33801
|
-
top: 0;
|
|
33802
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33803
|
-
z-index: 2;
|
|
33804
|
-
position: relative;
|
|
33805
|
-
top: -50%;
|
|
33806
|
-
right: -100%;
|
|
33827
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
33828
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33829
|
+
margin: 0;
|
|
33807
33830
|
}
|
|
33808
|
-
.
|
|
33809
|
-
|
|
33831
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
33832
|
+
text-align: center;
|
|
33810
33833
|
}
|
|
33811
|
-
.
|
|
33812
|
-
|
|
33813
|
-
width: 0;
|
|
33814
|
-
height: 0;
|
|
33815
|
-
border: 13px solid transparent;
|
|
33816
|
-
position: absolute;
|
|
33817
|
-
top: 0;
|
|
33818
|
-
border-left: 8px solid #fff;
|
|
33819
|
-
left: 0;
|
|
33834
|
+
.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 > * {
|
|
33835
|
+
text-align: center;
|
|
33820
33836
|
}
|
|
33821
|
-
.
|
|
33822
|
-
|
|
33837
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
33838
|
+
text-align: left;
|
|
33823
33839
|
}
|
|
33824
|
-
.
|
|
33825
|
-
|
|
33840
|
+
.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 > * {
|
|
33841
|
+
text-align: left;
|
|
33826
33842
|
}
|
|
33827
|
-
.
|
|
33828
|
-
|
|
33843
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
33844
|
+
text-align: right;
|
|
33829
33845
|
}
|
|
33830
|
-
.
|
|
33831
|
-
|
|
33832
|
-
min-width: var(--item-min-width);
|
|
33846
|
+
.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 > * {
|
|
33847
|
+
text-align: right;
|
|
33833
33848
|
}
|
|
33834
|
-
.
|
|
33835
|
-
|
|
33836
|
-
min-width: var(--item-min-width);
|
|
33849
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
33850
|
+
margin-right: 8px;
|
|
33837
33851
|
}
|
|
33838
|
-
.
|
|
33839
|
-
|
|
33840
|
-
|
|
33852
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
33853
|
+
padding: 4px;
|
|
33854
|
+
width: 24px;
|
|
33855
|
+
height: 24px;
|
|
33856
|
+
overflow: hidden;
|
|
33841
33857
|
}
|
|
33842
|
-
.
|
|
33858
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33843
33859
|
padding: 0;
|
|
33844
33860
|
}
|
|
33845
|
-
|
|
33846
|
-
|
|
33847
|
-
|
|
33848
|
-
row-gap: 2px;
|
|
33849
|
-
}
|
|
33850
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33851
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33861
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33862
|
+
cursor: not-allowed;
|
|
33863
|
+
opacity: 0.5;
|
|
33852
33864
|
}
|
|
33853
|
-
.
|
|
33854
|
-
|
|
33865
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33866
|
+
margin: 0;
|
|
33855
33867
|
}
|
|
33856
|
-
.
|
|
33857
|
-
|
|
33868
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33869
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33870
|
+
border-radius: 5px;
|
|
33871
|
+
font-size: 12px;
|
|
33858
33872
|
}
|
|
33859
|
-
.
|
|
33860
|
-
|
|
33861
|
-
border-radius: 4px;
|
|
33862
|
-
height: 32px;
|
|
33863
|
-
display: flex;
|
|
33864
|
-
align-items: center;
|
|
33873
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33874
|
+
font-size: inherit;
|
|
33865
33875
|
}
|
|
33866
|
-
.
|
|
33867
|
-
min-height:
|
|
33868
|
-
|
|
33876
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33877
|
+
min-height: 24px;
|
|
33878
|
+
font-size: 12px;
|
|
33879
|
+
position: relative;
|
|
33869
33880
|
}
|
|
33870
|
-
.
|
|
33871
|
-
|
|
33872
|
-
line-height: 20px;
|
|
33873
|
-
max-width: 100%;
|
|
33874
|
-
padding-right: 0;
|
|
33881
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33882
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33875
33883
|
}
|
|
33876
|
-
.
|
|
33877
|
-
background: rgba(
|
|
33884
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33885
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33878
33886
|
}
|
|
33879
33887
|
|
|
33880
|
-
.
|
|
33881
|
-
|
|
33882
|
-
display: inline-flex;
|
|
33888
|
+
.E_a138syjm {
|
|
33889
|
+
display: flex;
|
|
33883
33890
|
align-items: center;
|
|
33884
|
-
|
|
33885
|
-
column-gap: 4px;
|
|
33891
|
+
margin-top: 8px;
|
|
33886
33892
|
}
|
|
33887
|
-
.
|
|
33888
|
-
|
|
33889
|
-
|
|
33890
|
-
width: 18px;
|
|
33891
|
-
height: 18px;
|
|
33892
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33893
|
-
justify-content: center;
|
|
33893
|
+
.E_a138syjm button.ant-btn {
|
|
33894
|
+
padding: 2px 8px;
|
|
33895
|
+
height: 24px;
|
|
33894
33896
|
}
|
|
33895
|
-
|
|
33896
|
-
|
|
33897
|
-
|
|
33898
|
-
|
|
33899
|
-
align-items: center;
|
|
33900
|
-
justify-content: center;
|
|
33901
|
-
column-gap: 6px;
|
|
33902
|
-
font-size: 13px;
|
|
33897
|
+
.E_a138syjm > span.maximum-desc {
|
|
33898
|
+
display: none;
|
|
33899
|
+
margin-left: 8px;
|
|
33900
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33903
33901
|
}
|
|
33904
|
-
.
|
|
33905
|
-
display: inline
|
|
33906
|
-
|
|
33907
|
-
|
|
33908
|
-
|
|
33909
|
-
|
|
33910
|
-
|
|
33902
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
33903
|
+
display: inline;
|
|
33904
|
+
}
|
|
33905
|
+
|
|
33906
|
+
.E_d77i8u0 {
|
|
33907
|
+
width: 24px;
|
|
33908
|
+
height: 24px;
|
|
33909
|
+
padding: 4px;
|
|
33910
|
+
margin-right: 8px;
|
|
33911
33911
|
}
|
|
33912
33912
|
|
|
33913
33913
|
.E_r77hffu {
|
|
@@ -33929,6 +33929,36 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33929
33929
|
margin-inline-end: unset;
|
|
33930
33930
|
}
|
|
33931
33931
|
|
|
33932
|
+
.E_t13ef470 {
|
|
33933
|
+
height: 100%;
|
|
33934
|
+
}
|
|
33935
|
+
.E_t13ef470 .table-loading-item {
|
|
33936
|
+
padding: 12px 4px;
|
|
33937
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33938
|
+
display: flex;
|
|
33939
|
+
}
|
|
33940
|
+
.E_t13ef470 .table-loading-item > * {
|
|
33941
|
+
height: 16px;
|
|
33942
|
+
margin: 4px;
|
|
33943
|
+
background: rgba(204, 212, 227, 0.18);
|
|
33944
|
+
border-radius: 2px;
|
|
33945
|
+
}
|
|
33946
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
33947
|
+
width: 16px;
|
|
33948
|
+
}
|
|
33949
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
33950
|
+
flex: 1;
|
|
33951
|
+
}
|
|
33952
|
+
.E_t13ef470 :nth-child(1) {
|
|
33953
|
+
padding: 8px 4px;
|
|
33954
|
+
}
|
|
33955
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
33956
|
+
background: rgba(107, 125, 153, 0.18);
|
|
33957
|
+
}
|
|
33958
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
33959
|
+
background: rgba(163, 180, 204, 0.18);
|
|
33960
|
+
}
|
|
33961
|
+
|
|
33932
33962
|
.E_l1ucdodl {
|
|
33933
33963
|
margin: 0;
|
|
33934
33964
|
border-radius: 20px;
|
|
@@ -33993,40 +34023,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33993
34023
|
color: rgba(44, 56, 82, 0.6);
|
|
33994
34024
|
}
|
|
33995
34025
|
|
|
33996
|
-
.E_c1x5l5qc {
|
|
33997
|
-
flex: 1;
|
|
33998
|
-
}
|
|
33999
|
-
|
|
34000
|
-
.E_t13ef470 {
|
|
34001
|
-
height: 100%;
|
|
34002
|
-
}
|
|
34003
|
-
.E_t13ef470 .table-loading-item {
|
|
34004
|
-
padding: 12px 4px;
|
|
34005
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34006
|
-
display: flex;
|
|
34007
|
-
}
|
|
34008
|
-
.E_t13ef470 .table-loading-item > * {
|
|
34009
|
-
height: 16px;
|
|
34010
|
-
margin: 4px;
|
|
34011
|
-
background: rgba(204, 212, 227, 0.18);
|
|
34012
|
-
border-radius: 2px;
|
|
34013
|
-
}
|
|
34014
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34015
|
-
width: 16px;
|
|
34016
|
-
}
|
|
34017
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
34018
|
-
flex: 1;
|
|
34019
|
-
}
|
|
34020
|
-
.E_t13ef470 :nth-child(1) {
|
|
34021
|
-
padding: 8px 4px;
|
|
34022
|
-
}
|
|
34023
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
34024
|
-
background: rgba(107, 125, 153, 0.18);
|
|
34025
|
-
}
|
|
34026
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
34027
|
-
background: rgba(163, 180, 204, 0.18);
|
|
34028
|
-
}
|
|
34029
|
-
|
|
34026
|
+
.E_c1x5l5qc {
|
|
34027
|
+
flex: 1;
|
|
34028
|
+
}
|
|
34029
|
+
|
|
34030
34030
|
.E_t1gvlxt5 {
|
|
34031
34031
|
min-width: 0;
|
|
34032
34032
|
flex: 1;
|
|
@@ -34409,35 +34409,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34409
34409
|
border: 1px solid #fff;
|
|
34410
34410
|
}
|
|
34411
34411
|
|
|
34412
|
-
.E_s20iney.skeleton-box {
|
|
34413
|
-
display: flex;
|
|
34414
|
-
align-items: center;
|
|
34415
|
-
justify-content: center;
|
|
34416
|
-
position: relative;
|
|
34417
|
-
border-radius: 2px;
|
|
34418
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34419
|
-
overflow: hidden;
|
|
34420
|
-
}
|
|
34421
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34422
|
-
width: 200%;
|
|
34423
|
-
height: 200%;
|
|
34424
|
-
transform: rotate(15deg);
|
|
34425
|
-
position: absolute;
|
|
34426
|
-
top: -50%;
|
|
34427
|
-
flex-shrink: 0;
|
|
34428
|
-
opacity: 0.8;
|
|
34429
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34430
|
-
animation: shimmer 1100ms infinite;
|
|
34431
|
-
}
|
|
34432
|
-
@keyframes shimmer {
|
|
34433
|
-
from {
|
|
34434
|
-
left: -120%;
|
|
34435
|
-
}
|
|
34436
|
-
to {
|
|
34437
|
-
left: 100%;
|
|
34438
|
-
}
|
|
34439
|
-
}
|
|
34440
|
-
|
|
34441
34412
|
.E_t59qhqp {
|
|
34442
34413
|
background: #FFFFFF;
|
|
34443
34414
|
padding: 24px 32px;
|
|
@@ -34486,6 +34457,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34486
34457
|
color: #00122E;
|
|
34487
34458
|
}
|
|
34488
34459
|
|
|
34460
|
+
.E_s20iney.skeleton-box {
|
|
34461
|
+
display: flex;
|
|
34462
|
+
align-items: center;
|
|
34463
|
+
justify-content: center;
|
|
34464
|
+
position: relative;
|
|
34465
|
+
border-radius: 2px;
|
|
34466
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34467
|
+
overflow: hidden;
|
|
34468
|
+
}
|
|
34469
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34470
|
+
width: 200%;
|
|
34471
|
+
height: 200%;
|
|
34472
|
+
transform: rotate(15deg);
|
|
34473
|
+
position: absolute;
|
|
34474
|
+
top: -50%;
|
|
34475
|
+
flex-shrink: 0;
|
|
34476
|
+
opacity: 0.8;
|
|
34477
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34478
|
+
animation: shimmer 1100ms infinite;
|
|
34479
|
+
}
|
|
34480
|
+
@keyframes shimmer {
|
|
34481
|
+
from {
|
|
34482
|
+
left: -120%;
|
|
34483
|
+
}
|
|
34484
|
+
to {
|
|
34485
|
+
left: 100%;
|
|
34486
|
+
}
|
|
34487
|
+
}
|
|
34488
|
+
|
|
34489
34489
|
.E_t1g36k2w {
|
|
34490
34490
|
overflow: hidden;
|
|
34491
34491
|
height: 100%;
|
|
@@ -34547,18 +34547,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34547
34547
|
color: #00122e;
|
|
34548
34548
|
}
|
|
34549
34549
|
|
|
34550
|
-
.E_i14c7jc8 {
|
|
34551
|
-
color: var(--i14c7jc8-0);
|
|
34552
|
-
}
|
|
34553
|
-
|
|
34554
|
-
.E_i1ibuolf {
|
|
34555
|
-
display: flex;
|
|
34556
|
-
align-items: center;
|
|
34557
|
-
column-gap: 4px;
|
|
34558
|
-
font-size: 12px;
|
|
34559
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34560
|
-
}
|
|
34561
|
-
|
|
34562
34550
|
.E_d1u4ndxc {
|
|
34563
34551
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34564
34552
|
font-size: 12px;
|
|
@@ -34590,6 +34578,79 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34590
34578
|
}
|
|
34591
34579
|
}
|
|
34592
34580
|
|
|
34581
|
+
.E_i14c7jc8 {
|
|
34582
|
+
color: var(--i14c7jc8-0);
|
|
34583
|
+
}
|
|
34584
|
+
|
|
34585
|
+
.E_i1ibuolf {
|
|
34586
|
+
display: flex;
|
|
34587
|
+
align-items: center;
|
|
34588
|
+
column-gap: 4px;
|
|
34589
|
+
font-size: 12px;
|
|
34590
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34591
|
+
}
|
|
34592
|
+
|
|
34593
|
+
.E_s1ebs0ra {
|
|
34594
|
+
display: flex;
|
|
34595
|
+
align-items: center;
|
|
34596
|
+
justify-content: space-between;
|
|
34597
|
+
background: #edf0f7;
|
|
34598
|
+
padding: 8px 12px;
|
|
34599
|
+
position: sticky;
|
|
34600
|
+
top: 0;
|
|
34601
|
+
z-index: 1;
|
|
34602
|
+
margin-bottom: -52px;
|
|
34603
|
+
}
|
|
34604
|
+
.E_s1ebs0ra .select-total {
|
|
34605
|
+
display: flex;
|
|
34606
|
+
align-items: center;
|
|
34607
|
+
font-weight: 700;
|
|
34608
|
+
flex-shrink: 0;
|
|
34609
|
+
}
|
|
34610
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
34611
|
+
cursor: pointer;
|
|
34612
|
+
margin-left: 8px;
|
|
34613
|
+
width: 32px;
|
|
34614
|
+
height: 32px;
|
|
34615
|
+
border-radius: 50%;
|
|
34616
|
+
justify-content: center;
|
|
34617
|
+
}
|
|
34618
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
34619
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34620
|
+
}
|
|
34621
|
+
.E_s1ebs0ra .action-group {
|
|
34622
|
+
flex: 1;
|
|
34623
|
+
margin-left: 88px;
|
|
34624
|
+
white-space: nowrap;
|
|
34625
|
+
text-align: right;
|
|
34626
|
+
position: relative;
|
|
34627
|
+
padding: 4px 0;
|
|
34628
|
+
margin-top: -4px;
|
|
34629
|
+
overflow: hidden;
|
|
34630
|
+
}
|
|
34631
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
34632
|
+
transform: translateY(-4px);
|
|
34633
|
+
}
|
|
34634
|
+
.E_s1ebs0ra .action-group button {
|
|
34635
|
+
border: none;
|
|
34636
|
+
}
|
|
34637
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
34638
|
+
margin-right: 8px;
|
|
34639
|
+
}
|
|
34640
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
34641
|
+
margin-right: 4px;
|
|
34642
|
+
}
|
|
34643
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
34644
|
+
cursor: pointer;
|
|
34645
|
+
width: 32px;
|
|
34646
|
+
height: 32px;
|
|
34647
|
+
justify-content: center;
|
|
34648
|
+
border-radius: 50%;
|
|
34649
|
+
}
|
|
34650
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
34651
|
+
background: #fff;
|
|
34652
|
+
}
|
|
34653
|
+
|
|
34593
34654
|
.E_c18bcrac {
|
|
34594
34655
|
display: inline-block;
|
|
34595
34656
|
width: 100%;
|
|
@@ -34730,98 +34791,106 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34730
34791
|
border-radius: 2px;
|
|
34731
34792
|
}
|
|
34732
34793
|
|
|
34733
|
-
.
|
|
34734
|
-
|
|
34735
|
-
align-items: center;
|
|
34736
|
-
justify-content: space-between;
|
|
34737
|
-
background: #edf0f7;
|
|
34738
|
-
padding: 8px 12px;
|
|
34739
|
-
position: sticky;
|
|
34740
|
-
top: 0;
|
|
34741
|
-
z-index: 1;
|
|
34742
|
-
margin-bottom: -52px;
|
|
34794
|
+
span.E_tqjc4ui {
|
|
34795
|
+
margin: 0 2px;
|
|
34743
34796
|
}
|
|
34744
|
-
|
|
34797
|
+
|
|
34798
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
34745
34799
|
display: flex;
|
|
34746
34800
|
align-items: center;
|
|
34747
|
-
font-weight: 700;
|
|
34748
|
-
flex-shrink: 0;
|
|
34749
34801
|
}
|
|
34750
|
-
.
|
|
34751
|
-
|
|
34752
|
-
margin-left: 8px;
|
|
34753
|
-
width: 32px;
|
|
34754
|
-
height: 32px;
|
|
34755
|
-
border-radius: 50%;
|
|
34756
|
-
justify-content: center;
|
|
34802
|
+
.E_s1iv0tp1 .enabled-text {
|
|
34803
|
+
margin-right: 8px;
|
|
34757
34804
|
}
|
|
34758
|
-
|
|
34759
|
-
|
|
34805
|
+
|
|
34806
|
+
.E_t1sqg15u {
|
|
34807
|
+
background: white;
|
|
34760
34808
|
}
|
|
34761
|
-
.
|
|
34762
|
-
flex:
|
|
34763
|
-
margin-left: 88px;
|
|
34764
|
-
white-space: nowrap;
|
|
34765
|
-
text-align: right;
|
|
34766
|
-
position: relative;
|
|
34767
|
-
padding: 4px 0;
|
|
34768
|
-
margin-top: -4px;
|
|
34769
|
-
overflow: hidden;
|
|
34809
|
+
.E_t1sqg15u.inline .table-row {
|
|
34810
|
+
flex-direction: column;
|
|
34770
34811
|
}
|
|
34771
|
-
.
|
|
34772
|
-
|
|
34812
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
34813
|
+
padding: 0 16px 7px 0;
|
|
34773
34814
|
}
|
|
34774
|
-
.
|
|
34775
|
-
border:
|
|
34815
|
+
.E_t1sqg15u.has-border .table-header {
|
|
34816
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34776
34817
|
}
|
|
34777
|
-
.
|
|
34778
|
-
|
|
34818
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
34819
|
+
border-top: none !important;
|
|
34779
34820
|
}
|
|
34780
|
-
.
|
|
34781
|
-
|
|
34821
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
34822
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
34782
34823
|
}
|
|
34783
|
-
.
|
|
34784
|
-
|
|
34785
|
-
width: 32px;
|
|
34786
|
-
height: 32px;
|
|
34787
|
-
justify-content: center;
|
|
34788
|
-
border-radius: 50%;
|
|
34824
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
34825
|
+
padding-bottom: 0;
|
|
34789
34826
|
}
|
|
34790
|
-
.
|
|
34791
|
-
|
|
34827
|
+
.E_t1sqg15u.align-right .content {
|
|
34828
|
+
text-align: right;
|
|
34829
|
+
}
|
|
34830
|
+
.E_t1sqg15u .uuid-row {
|
|
34831
|
+
display: flex;
|
|
34832
|
+
justify-content: space-between;
|
|
34833
|
+
}
|
|
34834
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
34835
|
+
white-space: nowrap;
|
|
34836
|
+
overflow: hidden;
|
|
34837
|
+
text-overflow: ellipsis;
|
|
34792
34838
|
}
|
|
34793
34839
|
|
|
34794
|
-
.
|
|
34840
|
+
.E_t4zczcp {
|
|
34795
34841
|
display: flex;
|
|
34842
|
+
justify-content: space-between;
|
|
34796
34843
|
align-items: center;
|
|
34844
|
+
padding: 8px;
|
|
34845
|
+
min-height: 32px;
|
|
34846
|
+
}
|
|
34847
|
+
.E_t4zczcp .table-title {
|
|
34848
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34849
|
+
font-weight: 600;
|
|
34797
34850
|
font-size: 12px;
|
|
34798
|
-
line-height:
|
|
34851
|
+
line-height: 8px;
|
|
34799
34852
|
}
|
|
34800
|
-
.
|
|
34801
|
-
|
|
34853
|
+
.E_t4zczcp .edit-icon {
|
|
34854
|
+
font-size: 16px;
|
|
34855
|
+
color: rgba(10, 37, 85, 0.6);
|
|
34856
|
+
cursor: pointer;
|
|
34802
34857
|
}
|
|
34803
34858
|
|
|
34804
|
-
.
|
|
34805
|
-
|
|
34859
|
+
.E_t1s7goww {
|
|
34860
|
+
font-size: 12px;
|
|
34861
|
+
line-height: 18px;
|
|
34806
34862
|
}
|
|
34807
34863
|
|
|
34808
|
-
.
|
|
34809
|
-
|
|
34810
|
-
|
|
34864
|
+
.E_t93e4cf {
|
|
34865
|
+
display: flex;
|
|
34866
|
+
padding: 8px 0;
|
|
34867
|
+
color: #2d3a56;
|
|
34868
|
+
}
|
|
34869
|
+
.E_t93e4cf .hidden {
|
|
34870
|
+
display: none;
|
|
34811
34871
|
}
|
|
34812
|
-
|
|
34813
|
-
|
|
34814
|
-
cursor: pointer;
|
|
34872
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
34873
|
+
height: auto;
|
|
34815
34874
|
}
|
|
34816
|
-
.
|
|
34817
|
-
|
|
34875
|
+
.E_t93e4cf .content {
|
|
34876
|
+
overflow: hidden;
|
|
34877
|
+
overflow-x: auto;
|
|
34878
|
+
width: 100%;
|
|
34879
|
+
white-space: pre-wrap;
|
|
34818
34880
|
}
|
|
34819
|
-
.
|
|
34820
|
-
|
|
34881
|
+
.E_t93e4cf .content .ant-btn {
|
|
34882
|
+
white-space: pre-wrap;
|
|
34883
|
+
text-align: left;
|
|
34884
|
+
}
|
|
34885
|
+
.E_t93e4cf .content .unit-chart {
|
|
34886
|
+
justify-content: flex-start;
|
|
34821
34887
|
}
|
|
34822
34888
|
|
|
34823
|
-
|
|
34824
|
-
|
|
34889
|
+
.E_rhz2uv5 {
|
|
34890
|
+
width: var(--rhz2uv5-0);
|
|
34891
|
+
flex-shrink: 0;
|
|
34892
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34893
|
+
padding-right: 12px;
|
|
34825
34894
|
}
|
|
34826
34895
|
|
|
34827
34896
|
.E_ou7iq30 {
|
|
@@ -34851,6 +34920,19 @@ span.E_tqjc4ui {
|
|
|
34851
34920
|
visibility: hidden;
|
|
34852
34921
|
}
|
|
34853
34922
|
|
|
34923
|
+
.E_skwah65 {
|
|
34924
|
+
height: 8px;
|
|
34925
|
+
box-sizing: border-box;
|
|
34926
|
+
border-radius: 2px;
|
|
34927
|
+
background: #f5f7fa;
|
|
34928
|
+
display: flex;
|
|
34929
|
+
width: 100%;
|
|
34930
|
+
overflow: hidden;
|
|
34931
|
+
}
|
|
34932
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
34933
|
+
margin-left: 1px;
|
|
34934
|
+
}
|
|
34935
|
+
|
|
34854
34936
|
.E_wg1tsps {
|
|
34855
34937
|
display: flex;
|
|
34856
34938
|
align-items: center;
|
|
@@ -34874,12 +34956,14 @@ span.E_tqjc4ui {
|
|
|
34874
34956
|
color: #00122e !important;
|
|
34875
34957
|
}
|
|
34876
34958
|
|
|
34877
|
-
.
|
|
34878
|
-
|
|
34879
|
-
align-items: center;
|
|
34959
|
+
.E_gmyahx3 {
|
|
34960
|
+
cursor: pointer;
|
|
34880
34961
|
}
|
|
34881
|
-
.
|
|
34882
|
-
|
|
34962
|
+
.E_gmyahx3 .link-text {
|
|
34963
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34964
|
+
}
|
|
34965
|
+
.E_gmyahx3:hover .link-text {
|
|
34966
|
+
color: #0080ff;
|
|
34883
34967
|
}
|
|
34884
34968
|
|
|
34885
34969
|
.E_c1up1pdz {
|
|
@@ -34974,268 +35058,71 @@ span.E_tqjc4ui {
|
|
|
34974
35058
|
background: rgba(0, 128, 255, 0.1);
|
|
34975
35059
|
color: #0096ff;
|
|
34976
35060
|
}
|
|
34977
|
-
|
|
34978
|
-
.E_wpbf4pq {
|
|
34979
|
-
padding: 10px 0;
|
|
34980
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
34981
|
-
}
|
|
34982
|
-
.E_wpbf4pq .ant-input,
|
|
34983
|
-
.E_wpbf4pq .ant-picker {
|
|
34984
|
-
width: 80px;
|
|
34985
|
-
margin: 0 9px;
|
|
34986
|
-
text-align: center;
|
|
34987
|
-
}
|
|
34988
|
-
.E_wpbf4pq .options {
|
|
34989
|
-
padding: 12px 0 12px 16px;
|
|
34990
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
34991
|
-
margin: 5px 0 5px 8px;
|
|
34992
|
-
}
|
|
34993
|
-
.E_wpbf4pq .week-day-option,
|
|
34994
|
-
.E_wpbf4pq .month-day-option {
|
|
34995
|
-
background: #f5f7fa;
|
|
34996
|
-
box-sizing: border-box;
|
|
34997
|
-
border-radius: 16px;
|
|
34998
|
-
margin-right: 8px;
|
|
34999
|
-
}
|
|
35000
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
35001
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
35002
|
-
color: inherit;
|
|
35003
|
-
border-color: #d9d9d9;
|
|
35004
|
-
}
|
|
35005
|
-
.E_wpbf4pq .week-day-option.active {
|
|
35006
|
-
background-color: #0096ff;
|
|
35007
|
-
border-color: #0096ff;
|
|
35008
|
-
color: #fff;
|
|
35009
|
-
}
|
|
35010
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
35011
|
-
width: 110px;
|
|
35012
|
-
margin-top: 4px;
|
|
35013
|
-
}
|
|
35014
|
-
.E_wpbf4pq .month-day-option {
|
|
35015
|
-
width: 32px;
|
|
35016
|
-
padding: 0;
|
|
35017
|
-
margin-bottom: 8px;
|
|
35018
|
-
}
|
|
35019
|
-
.E_wpbf4pq .month-day-option.active {
|
|
35020
|
-
background-color: #0096ff;
|
|
35021
|
-
border-color: #0096ff;
|
|
35022
|
-
color: #fff;
|
|
35023
|
-
}
|
|
35024
|
-
|
|
35025
|
-
.E_t1sqg15u {
|
|
35026
|
-
background: white;
|
|
35027
|
-
}
|
|
35028
|
-
.E_t1sqg15u.inline .table-row {
|
|
35029
|
-
flex-direction: column;
|
|
35030
|
-
}
|
|
35031
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
35032
|
-
padding: 0 16px 7px 0;
|
|
35033
|
-
}
|
|
35034
|
-
.E_t1sqg15u.has-border .table-header {
|
|
35035
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35036
|
-
}
|
|
35037
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35038
|
-
border-top: none !important;
|
|
35039
|
-
}
|
|
35040
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35041
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35042
|
-
}
|
|
35043
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35044
|
-
padding-bottom: 0;
|
|
35045
|
-
}
|
|
35046
|
-
.E_t1sqg15u.align-right .content {
|
|
35047
|
-
text-align: right;
|
|
35048
|
-
}
|
|
35049
|
-
.E_t1sqg15u .uuid-row {
|
|
35050
|
-
display: flex;
|
|
35051
|
-
justify-content: space-between;
|
|
35052
|
-
}
|
|
35053
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
35054
|
-
white-space: nowrap;
|
|
35055
|
-
overflow: hidden;
|
|
35056
|
-
text-overflow: ellipsis;
|
|
35057
|
-
}
|
|
35058
|
-
|
|
35059
|
-
.E_t4zczcp {
|
|
35060
|
-
display: flex;
|
|
35061
|
-
justify-content: space-between;
|
|
35062
|
-
align-items: center;
|
|
35063
|
-
padding: 8px;
|
|
35064
|
-
min-height: 32px;
|
|
35065
|
-
}
|
|
35066
|
-
.E_t4zczcp .table-title {
|
|
35067
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35068
|
-
font-weight: 600;
|
|
35069
|
-
font-size: 12px;
|
|
35070
|
-
line-height: 8px;
|
|
35071
|
-
}
|
|
35072
|
-
.E_t4zczcp .edit-icon {
|
|
35073
|
-
font-size: 16px;
|
|
35074
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35075
|
-
cursor: pointer;
|
|
35076
|
-
}
|
|
35077
|
-
|
|
35078
|
-
.E_t1s7goww {
|
|
35079
|
-
font-size: 12px;
|
|
35080
|
-
line-height: 18px;
|
|
35081
|
-
}
|
|
35082
|
-
|
|
35083
|
-
.E_t93e4cf {
|
|
35084
|
-
display: flex;
|
|
35085
|
-
padding: 8px 0;
|
|
35086
|
-
color: #2d3a56;
|
|
35087
|
-
}
|
|
35088
|
-
.E_t93e4cf .hidden {
|
|
35089
|
-
display: none;
|
|
35090
|
-
}
|
|
35091
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35092
|
-
height: auto;
|
|
35093
|
-
}
|
|
35094
|
-
.E_t93e4cf .content {
|
|
35095
|
-
overflow: hidden;
|
|
35096
|
-
overflow-x: auto;
|
|
35097
|
-
width: 100%;
|
|
35098
|
-
white-space: pre-wrap;
|
|
35099
|
-
}
|
|
35100
|
-
.E_t93e4cf .content .ant-btn {
|
|
35101
|
-
white-space: pre-wrap;
|
|
35102
|
-
text-align: left;
|
|
35103
|
-
}
|
|
35104
|
-
.E_t93e4cf .content .unit-chart {
|
|
35105
|
-
justify-content: flex-start;
|
|
35106
|
-
}
|
|
35107
|
-
|
|
35108
|
-
.E_rhz2uv5 {
|
|
35109
|
-
width: var(--rhz2uv5-0);
|
|
35110
|
-
flex-shrink: 0;
|
|
35111
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35112
|
-
padding-right: 12px;
|
|
35113
|
-
}
|
|
35114
|
-
|
|
35115
|
-
.E_skwah65 {
|
|
35116
|
-
height: 8px;
|
|
35117
|
-
box-sizing: border-box;
|
|
35118
|
-
border-radius: 2px;
|
|
35119
|
-
background: #f5f7fa;
|
|
35120
|
-
display: flex;
|
|
35121
|
-
width: 100%;
|
|
35122
|
-
overflow: hidden;
|
|
35123
|
-
}
|
|
35124
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35125
|
-
margin-left: 1px;
|
|
35126
|
-
}
|
|
35127
|
-
|
|
35128
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
35129
|
-
background: #edf0f7;
|
|
35130
|
-
padding: 32px 8px;
|
|
35131
|
-
overflow: auto;
|
|
35132
|
-
}
|
|
35133
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
35134
|
-
display: flex;
|
|
35135
|
-
flex-direction: column;
|
|
35136
|
-
justify-content: space-between;
|
|
35137
|
-
}
|
|
35138
|
-
.E_s1at6qmn footer {
|
|
35139
|
-
display: flex;
|
|
35140
|
-
}
|
|
35141
|
-
.E_s1at6qmn .ant-menu {
|
|
35142
|
-
background: #edf0f7;
|
|
35143
|
-
}
|
|
35144
|
-
.E_s1at6qmn .ant-menu a {
|
|
35145
|
-
color: #00122e;
|
|
35146
|
-
width: 180px;
|
|
35147
|
-
overflow: hidden;
|
|
35148
|
-
text-overflow: ellipsis;
|
|
35149
|
-
}
|
|
35150
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
35151
|
-
margin-bottom: 24px;
|
|
35152
|
-
}
|
|
35153
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35154
|
-
margin: 0;
|
|
35155
|
-
}
|
|
35156
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35157
|
-
font-size: 12px;
|
|
35158
|
-
padding: 0 8px 4px;
|
|
35159
|
-
line-height: 18px;
|
|
35160
|
-
}
|
|
35161
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35162
|
-
padding: 0;
|
|
35163
|
-
}
|
|
35164
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35165
|
-
padding-bottom: 24px;
|
|
35166
|
-
}
|
|
35167
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35168
|
-
margin-bottom: 24px;
|
|
35169
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35170
|
-
}
|
|
35171
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35172
|
-
transition: none;
|
|
35173
|
-
display: flex;
|
|
35174
|
-
align-items: center;
|
|
35175
|
-
height: 32px;
|
|
35176
|
-
line-height: 22px;
|
|
35177
|
-
padding: 0 8px;
|
|
35178
|
-
}
|
|
35179
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35180
|
-
margin-right: 12px;
|
|
35061
|
+
|
|
35062
|
+
.E_wpbf4pq {
|
|
35063
|
+
padding: 10px 0;
|
|
35064
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35181
35065
|
}
|
|
35182
|
-
.
|
|
35183
|
-
|
|
35184
|
-
|
|
35066
|
+
.E_wpbf4pq .ant-input,
|
|
35067
|
+
.E_wpbf4pq .ant-picker {
|
|
35068
|
+
width: 80px;
|
|
35069
|
+
margin: 0 9px;
|
|
35070
|
+
text-align: center;
|
|
35185
35071
|
}
|
|
35186
|
-
.
|
|
35187
|
-
|
|
35188
|
-
|
|
35189
|
-
|
|
35190
|
-
color: #fff;
|
|
35072
|
+
.E_wpbf4pq .options {
|
|
35073
|
+
padding: 12px 0 12px 16px;
|
|
35074
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35075
|
+
margin: 5px 0 5px 8px;
|
|
35191
35076
|
}
|
|
35192
|
-
.
|
|
35193
|
-
|
|
35077
|
+
.E_wpbf4pq .week-day-option,
|
|
35078
|
+
.E_wpbf4pq .month-day-option {
|
|
35079
|
+
background: #f5f7fa;
|
|
35080
|
+
box-sizing: border-box;
|
|
35081
|
+
border-radius: 16px;
|
|
35082
|
+
margin-right: 8px;
|
|
35194
35083
|
}
|
|
35195
|
-
.
|
|
35196
|
-
|
|
35197
|
-
|
|
35198
|
-
border-
|
|
35084
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
35085
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
35086
|
+
color: inherit;
|
|
35087
|
+
border-color: #d9d9d9;
|
|
35199
35088
|
}
|
|
35200
|
-
|
|
35201
|
-
|
|
35202
|
-
|
|
35203
|
-
|
|
35089
|
+
.E_wpbf4pq .week-day-option.active {
|
|
35090
|
+
background-color: #0096ff;
|
|
35091
|
+
border-color: #0096ff;
|
|
35092
|
+
color: #fff;
|
|
35204
35093
|
}
|
|
35205
|
-
.
|
|
35206
|
-
|
|
35207
|
-
|
|
35094
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
35095
|
+
width: 110px;
|
|
35096
|
+
margin-top: 4px;
|
|
35208
35097
|
}
|
|
35209
|
-
.
|
|
35210
|
-
|
|
35098
|
+
.E_wpbf4pq .month-day-option {
|
|
35099
|
+
width: 32px;
|
|
35100
|
+
padding: 0;
|
|
35101
|
+
margin-bottom: 8px;
|
|
35211
35102
|
}
|
|
35212
|
-
.
|
|
35213
|
-
|
|
35214
|
-
|
|
35103
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35104
|
+
background-color: #0096ff;
|
|
35105
|
+
border-color: #0096ff;
|
|
35106
|
+
color: #fff;
|
|
35215
35107
|
}
|
|
35216
35108
|
|
|
35217
|
-
.
|
|
35109
|
+
.E_n12mqh7z {
|
|
35218
35110
|
display: flex;
|
|
35219
|
-
|
|
35220
|
-
|
|
35221
|
-
|
|
35222
|
-
.E_n1ugzfva[disabled] {
|
|
35223
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
35224
|
-
opacity: 1 !important;
|
|
35111
|
+
align-items: center;
|
|
35112
|
+
font-size: 12px;
|
|
35113
|
+
line-height: 18px;
|
|
35225
35114
|
}
|
|
35226
|
-
.
|
|
35227
|
-
|
|
35228
|
-
color: #00122e;
|
|
35115
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35116
|
+
margin-bottom: 4px;
|
|
35229
35117
|
}
|
|
35230
|
-
|
|
35231
|
-
|
|
35118
|
+
|
|
35119
|
+
.E_tf5bynu {
|
|
35120
|
+
margin: 0 3px;
|
|
35232
35121
|
}
|
|
35233
|
-
|
|
35234
|
-
|
|
35235
|
-
|
|
35236
|
-
|
|
35237
|
-
text-overflow: ellipsis;
|
|
35238
|
-
text-align: left;
|
|
35122
|
+
|
|
35123
|
+
.E_tcckoz1 {
|
|
35124
|
+
max-height: 400px;
|
|
35125
|
+
overflow: auto;
|
|
35239
35126
|
}
|
|
35240
35127
|
|
|
35241
35128
|
.E_t160l1cm {
|
|
@@ -35346,99 +35233,255 @@ span.E_tqjc4ui {
|
|
|
35346
35233
|
padding: 1px 12px;
|
|
35347
35234
|
color: #005ed1;
|
|
35348
35235
|
}
|
|
35349
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
35350
|
-
opacity: 1;
|
|
35236
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
35237
|
+
opacity: 1;
|
|
35238
|
+
}
|
|
35239
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
35240
|
+
background: rgba(0, 128, 255, 0.16);
|
|
35241
|
+
}
|
|
35242
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
35243
|
+
opacity: 0;
|
|
35244
|
+
}
|
|
35245
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
35246
|
+
padding: 4px 16px;
|
|
35247
|
+
height: 32px;
|
|
35248
|
+
border-radius: 6px 6px 0 0;
|
|
35249
|
+
}
|
|
35250
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
35251
|
+
padding-left: 0;
|
|
35252
|
+
}
|
|
35253
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
35254
|
+
padding-left: 16px;
|
|
35255
|
+
}
|
|
35256
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
35257
|
+
margin-left: 11px;
|
|
35258
|
+
height: 24px;
|
|
35259
|
+
}
|
|
35260
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
35261
|
+
padding: 0;
|
|
35262
|
+
}
|
|
35263
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
35264
|
+
padding: 4px 16px;
|
|
35265
|
+
}
|
|
35266
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
35267
|
+
padding: 4px 16px;
|
|
35268
|
+
}
|
|
35269
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
35270
|
+
background: #fff;
|
|
35271
|
+
}
|
|
35272
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
35273
|
+
color: #005ed1;
|
|
35274
|
+
}
|
|
35275
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
35276
|
+
background: #fff;
|
|
35277
|
+
color: #1d326c;
|
|
35278
|
+
}
|
|
35279
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
35280
|
+
color: rgba(45, 58, 86, 0.6);
|
|
35281
|
+
}
|
|
35282
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
35283
|
+
color: #1d326c;
|
|
35284
|
+
}
|
|
35285
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
35286
|
+
fill: #d8deeb;
|
|
35287
|
+
}
|
|
35288
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
35289
|
+
fill: #1d326c;
|
|
35290
|
+
}
|
|
35291
|
+
.E_t160l1cm .tab-content {
|
|
35292
|
+
flex: 1;
|
|
35293
|
+
display: flex;
|
|
35294
|
+
flex-direction: column;
|
|
35295
|
+
}
|
|
35296
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
35297
|
+
overflow: visible;
|
|
35298
|
+
}
|
|
35299
|
+
|
|
35300
|
+
.E_t14npdqr {
|
|
35301
|
+
max-width: 240px;
|
|
35302
|
+
animation: none;
|
|
35303
|
+
}
|
|
35304
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
35305
|
+
border: 1px solid #0080ff;
|
|
35306
|
+
padding: 0;
|
|
35307
|
+
}
|
|
35308
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
35309
|
+
margin: 0;
|
|
35310
|
+
height: 32px;
|
|
35311
|
+
line-height: 32px;
|
|
35312
|
+
font-size: 13px;
|
|
35313
|
+
padding: 0 10px;
|
|
35314
|
+
display: block;
|
|
35315
|
+
overflow: hidden;
|
|
35316
|
+
text-overflow: ellipsis;
|
|
35317
|
+
white-space: nowrap;
|
|
35318
|
+
}
|
|
35319
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
35320
|
+
content: " ";
|
|
35321
|
+
height: 1px;
|
|
35322
|
+
width: calc(100% + 10px);
|
|
35323
|
+
background: rgba(172, 186, 211, 0.6);
|
|
35324
|
+
display: block;
|
|
35325
|
+
}
|
|
35326
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
35327
|
+
color: #0080ff;
|
|
35328
|
+
background: transparent;
|
|
35329
|
+
}
|
|
35330
|
+
|
|
35331
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
35332
|
+
background: #edf0f7;
|
|
35333
|
+
padding: 32px 8px;
|
|
35334
|
+
overflow: auto;
|
|
35335
|
+
}
|
|
35336
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
35337
|
+
display: flex;
|
|
35338
|
+
flex-direction: column;
|
|
35339
|
+
justify-content: space-between;
|
|
35340
|
+
}
|
|
35341
|
+
.E_s1at6qmn footer {
|
|
35342
|
+
display: flex;
|
|
35343
|
+
}
|
|
35344
|
+
.E_s1at6qmn .ant-menu {
|
|
35345
|
+
background: #edf0f7;
|
|
35346
|
+
}
|
|
35347
|
+
.E_s1at6qmn .ant-menu a {
|
|
35348
|
+
color: #00122e;
|
|
35349
|
+
width: 180px;
|
|
35350
|
+
overflow: hidden;
|
|
35351
|
+
text-overflow: ellipsis;
|
|
35352
|
+
}
|
|
35353
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
35354
|
+
margin-bottom: 24px;
|
|
35355
|
+
}
|
|
35356
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35357
|
+
margin: 0;
|
|
35358
|
+
}
|
|
35359
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35360
|
+
font-size: 12px;
|
|
35361
|
+
padding: 0 8px 4px;
|
|
35362
|
+
line-height: 18px;
|
|
35363
|
+
}
|
|
35364
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35365
|
+
padding: 0;
|
|
35366
|
+
}
|
|
35367
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35368
|
+
padding-bottom: 24px;
|
|
35369
|
+
}
|
|
35370
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35371
|
+
margin-bottom: 24px;
|
|
35372
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35373
|
+
}
|
|
35374
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35375
|
+
transition: none;
|
|
35376
|
+
display: flex;
|
|
35377
|
+
align-items: center;
|
|
35378
|
+
height: 32px;
|
|
35379
|
+
line-height: 22px;
|
|
35380
|
+
padding: 0 8px;
|
|
35381
|
+
}
|
|
35382
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35383
|
+
margin-right: 12px;
|
|
35384
|
+
}
|
|
35385
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35386
|
+
margin: 0;
|
|
35387
|
+
margin-bottom: 2px;
|
|
35388
|
+
}
|
|
35389
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35390
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35391
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35392
|
+
border-radius: 6px;
|
|
35393
|
+
color: #fff;
|
|
35394
|
+
}
|
|
35395
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35396
|
+
color: #fff;
|
|
35351
35397
|
}
|
|
35352
|
-
.
|
|
35353
|
-
background: rgba(
|
|
35398
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
35399
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35400
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35401
|
+
border-radius: 6px;
|
|
35354
35402
|
}
|
|
35355
|
-
|
|
35356
|
-
|
|
35403
|
+
|
|
35404
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35405
|
+
white-space: nowrap;
|
|
35406
|
+
transition: all 0s;
|
|
35357
35407
|
}
|
|
35358
|
-
.
|
|
35359
|
-
|
|
35360
|
-
|
|
35361
|
-
border-radius: 6px 6px 0 0;
|
|
35408
|
+
.E_s1wu0lms.shrink {
|
|
35409
|
+
transition: all 0s;
|
|
35410
|
+
overflow: hidden;
|
|
35362
35411
|
}
|
|
35363
|
-
.
|
|
35364
|
-
|
|
35412
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35413
|
+
visibility: hidden;
|
|
35365
35414
|
}
|
|
35366
|
-
.
|
|
35367
|
-
|
|
35415
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35416
|
+
width: 36px;
|
|
35417
|
+
padding: 0 6px;
|
|
35368
35418
|
}
|
|
35369
|
-
|
|
35370
|
-
|
|
35371
|
-
|
|
35419
|
+
|
|
35420
|
+
.E_n1ugzfva {
|
|
35421
|
+
display: flex;
|
|
35422
|
+
place-items: center;
|
|
35423
|
+
width: 100% !important;
|
|
35372
35424
|
}
|
|
35373
|
-
.
|
|
35374
|
-
|
|
35425
|
+
.E_n1ugzfva[disabled] {
|
|
35426
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35427
|
+
opacity: 1 !important;
|
|
35375
35428
|
}
|
|
35376
|
-
.
|
|
35377
|
-
|
|
35429
|
+
.E_n1ugzfva.ant-btn {
|
|
35430
|
+
width: 100%;
|
|
35431
|
+
color: #00122e;
|
|
35378
35432
|
}
|
|
35379
|
-
.
|
|
35380
|
-
|
|
35433
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35434
|
+
margin-right: 12px;
|
|
35381
35435
|
}
|
|
35382
|
-
.
|
|
35383
|
-
|
|
35436
|
+
.E_n1ugzfva .link-title {
|
|
35437
|
+
flex: 1;
|
|
35438
|
+
overflow: hidden;
|
|
35439
|
+
white-space: nowrap;
|
|
35440
|
+
text-overflow: ellipsis;
|
|
35441
|
+
text-align: left;
|
|
35384
35442
|
}
|
|
35385
|
-
|
|
35386
|
-
|
|
35443
|
+
|
|
35444
|
+
.E_d11hhzf9 {
|
|
35445
|
+
width: 492px !important;
|
|
35446
|
+
margin: 40px auto !important;
|
|
35447
|
+
padding-bottom: 0 !important;
|
|
35387
35448
|
}
|
|
35388
|
-
.
|
|
35449
|
+
.E_d11hhzf9 .ant-modal-content {
|
|
35389
35450
|
background: #fff;
|
|
35390
|
-
|
|
35451
|
+
border-radius: 16px;
|
|
35391
35452
|
}
|
|
35392
|
-
.
|
|
35393
|
-
|
|
35453
|
+
.E_d11hhzf9 .ant-modal-header {
|
|
35454
|
+
padding: 32px 40px 0;
|
|
35455
|
+
border-bottom: none;
|
|
35456
|
+
border-radius: 16px 16px 0 0;
|
|
35394
35457
|
}
|
|
35395
|
-
.
|
|
35396
|
-
|
|
35458
|
+
.E_d11hhzf9 .ant-modal-close {
|
|
35459
|
+
right: 40px;
|
|
35460
|
+
top: 32px;
|
|
35397
35461
|
}
|
|
35398
|
-
.
|
|
35399
|
-
|
|
35462
|
+
.E_d11hhzf9 .ant-modal-body {
|
|
35463
|
+
padding: 32px 40px;
|
|
35464
|
+
min-height: 160px;
|
|
35465
|
+
max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
|
|
35466
|
+
overflow-y: auto;
|
|
35400
35467
|
}
|
|
35401
|
-
.
|
|
35402
|
-
|
|
35468
|
+
.E_d11hhzf9 .ant-modal-footer {
|
|
35469
|
+
padding: 24px 40px;
|
|
35470
|
+
margin-top: 0;
|
|
35471
|
+
border-top: none;
|
|
35472
|
+
box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
|
|
35403
35473
|
}
|
|
35404
|
-
|
|
35405
|
-
|
|
35474
|
+
|
|
35475
|
+
.E_f1g147n6 {
|
|
35406
35476
|
display: flex;
|
|
35407
|
-
|
|
35408
|
-
|
|
35409
|
-
.E_t160l1cm.is-overview .tab-content {
|
|
35410
|
-
overflow: visible;
|
|
35477
|
+
justify-content: flex-end;
|
|
35478
|
+
gap: 8px;
|
|
35411
35479
|
}
|
|
35412
35480
|
|
|
35413
|
-
.
|
|
35414
|
-
|
|
35415
|
-
|
|
35416
|
-
|
|
35417
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
35418
|
-
border: 1px solid #0080ff;
|
|
35419
|
-
padding: 0;
|
|
35420
|
-
}
|
|
35421
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
35422
|
-
margin: 0;
|
|
35423
|
-
height: 32px;
|
|
35424
|
-
line-height: 32px;
|
|
35425
|
-
font-size: 13px;
|
|
35426
|
-
padding: 0 10px;
|
|
35427
|
-
display: block;
|
|
35428
|
-
overflow: hidden;
|
|
35429
|
-
text-overflow: ellipsis;
|
|
35430
|
-
white-space: nowrap;
|
|
35431
|
-
}
|
|
35432
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
35433
|
-
content: " ";
|
|
35434
|
-
height: 1px;
|
|
35435
|
-
width: calc(100% + 10px);
|
|
35436
|
-
background: rgba(172, 186, 211, 0.6);
|
|
35437
|
-
display: block;
|
|
35438
|
-
}
|
|
35439
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
35440
|
-
color: #0080ff;
|
|
35441
|
-
background: transparent;
|
|
35481
|
+
.E_h1ol2wl7 {
|
|
35482
|
+
font-weight: bold;
|
|
35483
|
+
background-color: unset;
|
|
35484
|
+
padding: unset;
|
|
35442
35485
|
}
|
|
35443
35486
|
|
|
35444
35487
|
.E_cyms3br {
|
|
@@ -35535,47 +35578,51 @@ span.E_tqjc4ui {
|
|
|
35535
35578
|
color: rgba(0, 21, 64, 0.3);
|
|
35536
35579
|
}
|
|
35537
35580
|
|
|
35538
|
-
.
|
|
35539
|
-
|
|
35540
|
-
background-color: unset;
|
|
35541
|
-
padding: unset;
|
|
35581
|
+
.E_cevhqx7 {
|
|
35582
|
+
color: #00122e;
|
|
35542
35583
|
}
|
|
35543
35584
|
|
|
35544
|
-
.
|
|
35545
|
-
|
|
35546
|
-
|
|
35547
|
-
padding-bottom: 0 !important;
|
|
35585
|
+
.E_snbqlt4 {
|
|
35586
|
+
margin-top: 8px;
|
|
35587
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35548
35588
|
}
|
|
35549
|
-
|
|
35550
|
-
|
|
35551
|
-
|
|
35589
|
+
|
|
35590
|
+
.E_c1ss4prm {
|
|
35591
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35552
35592
|
}
|
|
35553
|
-
.
|
|
35554
|
-
|
|
35555
|
-
border-bottom: none;
|
|
35556
|
-
border-radius: 16px 16px 0 0;
|
|
35593
|
+
.E_c1ss4prm li {
|
|
35594
|
+
margin-bottom: 4px;
|
|
35557
35595
|
}
|
|
35558
|
-
.
|
|
35559
|
-
|
|
35560
|
-
top: 32px;
|
|
35596
|
+
.E_c1ss4prm li:last-child {
|
|
35597
|
+
margin-bottom: 0;
|
|
35561
35598
|
}
|
|
35562
|
-
|
|
35563
|
-
|
|
35564
|
-
|
|
35565
|
-
|
|
35566
|
-
|
|
35599
|
+
|
|
35600
|
+
.E_ms3tlei {
|
|
35601
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35602
|
+
padding: 8px;
|
|
35603
|
+
border-radius: 6px;
|
|
35604
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35567
35605
|
}
|
|
35568
|
-
.
|
|
35569
|
-
|
|
35570
|
-
|
|
35571
|
-
|
|
35572
|
-
|
|
35606
|
+
.E_ms3tlei li {
|
|
35607
|
+
margin-bottom: 4px;
|
|
35608
|
+
}
|
|
35609
|
+
.E_ms3tlei li:last-child {
|
|
35610
|
+
margin-bottom: 0;
|
|
35573
35611
|
}
|
|
35574
35612
|
|
|
35575
|
-
.
|
|
35576
|
-
|
|
35577
|
-
|
|
35578
|
-
|
|
35613
|
+
.E_du44iy7 {
|
|
35614
|
+
margin-bottom: 4px;
|
|
35615
|
+
}
|
|
35616
|
+
|
|
35617
|
+
.E_s1qmhanr {
|
|
35618
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35619
|
+
margin-bottom: 8px;
|
|
35620
|
+
}
|
|
35621
|
+
|
|
35622
|
+
.E_drje1h0 {
|
|
35623
|
+
height: 1px;
|
|
35624
|
+
background: #e4e9f2;
|
|
35625
|
+
margin: 16px 0;
|
|
35579
35626
|
}
|
|
35580
35627
|
|
|
35581
35628
|
.E_c1kchka8 {
|
|
@@ -36099,53 +36146,6 @@ span.E_tqjc4ui {
|
|
|
36099
36146
|
height: auto;
|
|
36100
36147
|
}
|
|
36101
36148
|
|
|
36102
|
-
.E_cevhqx7 {
|
|
36103
|
-
color: #00122e;
|
|
36104
|
-
}
|
|
36105
|
-
|
|
36106
|
-
.E_snbqlt4 {
|
|
36107
|
-
margin-top: 8px;
|
|
36108
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36109
|
-
}
|
|
36110
|
-
|
|
36111
|
-
.E_c1ss4prm {
|
|
36112
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36113
|
-
}
|
|
36114
|
-
.E_c1ss4prm li {
|
|
36115
|
-
margin-bottom: 4px;
|
|
36116
|
-
}
|
|
36117
|
-
.E_c1ss4prm li:last-child {
|
|
36118
|
-
margin-bottom: 0;
|
|
36119
|
-
}
|
|
36120
|
-
|
|
36121
|
-
.E_ms3tlei {
|
|
36122
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36123
|
-
padding: 8px;
|
|
36124
|
-
border-radius: 6px;
|
|
36125
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36126
|
-
}
|
|
36127
|
-
.E_ms3tlei li {
|
|
36128
|
-
margin-bottom: 4px;
|
|
36129
|
-
}
|
|
36130
|
-
.E_ms3tlei li:last-child {
|
|
36131
|
-
margin-bottom: 0;
|
|
36132
|
-
}
|
|
36133
|
-
|
|
36134
|
-
.E_du44iy7 {
|
|
36135
|
-
margin-bottom: 4px;
|
|
36136
|
-
}
|
|
36137
|
-
|
|
36138
|
-
.E_s1qmhanr {
|
|
36139
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36140
|
-
margin-bottom: 8px;
|
|
36141
|
-
}
|
|
36142
|
-
|
|
36143
|
-
.E_drje1h0 {
|
|
36144
|
-
height: 1px;
|
|
36145
|
-
background: #e4e9f2;
|
|
36146
|
-
margin: 16px 0;
|
|
36147
|
-
}
|
|
36148
|
-
|
|
36149
36149
|
.E_l12xdkhl {
|
|
36150
36150
|
width: 64px;
|
|
36151
36151
|
height: 64px;
|