@cloudtower/eagle 0.29.3 → 0.29.4-dry
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/core/KitStoreProvider/index.js +1 -42
- package/dist/cjs/core/ModalStack/index.js +2 -2
- package/dist/cjs/core/SimplePagination/index.js +3 -0
- package/dist/cjs/core/Table/index.js +5 -21
- package/dist/cjs/index.js +0 -3
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1800 -1799
- package/dist/esm/core/KitStoreProvider/index.js +4 -42
- package/dist/esm/core/ModalStack/index.js +2 -2
- package/dist/esm/core/SimplePagination/index.js +3 -0
- package/dist/esm/core/Table/index.js +5 -21
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/KitStoreProvider/index.d.ts +1 -4
- package/dist/src/core/SimplePagination/index.d.ts +1 -1
- package/dist/src/store/index.d.ts +0 -12
- package/dist/stories/docs/core/Table.stories.d.ts +16 -47
- package/dist/style.css +1783 -1783
- package/package.json +4 -4
- package/dist/stories/docs/core/KitStoreProvider.stories.d.ts +0 -23
package/dist/style.css
CHANGED
|
@@ -29578,6 +29578,19 @@ html body {
|
|
|
29578
29578
|
padding: 8px 12px;
|
|
29579
29579
|
}
|
|
29580
29580
|
|
|
29581
|
+
.E_m74vjol {
|
|
29582
|
+
display: flex;
|
|
29583
|
+
justify-content: space-between;
|
|
29584
|
+
width: 100%;
|
|
29585
|
+
}
|
|
29586
|
+
.E_m74vjol .action {
|
|
29587
|
+
margin-left: 16px;
|
|
29588
|
+
}
|
|
29589
|
+
|
|
29590
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29591
|
+
width: 100%;
|
|
29592
|
+
}
|
|
29593
|
+
|
|
29581
29594
|
.E_berrcjl {
|
|
29582
29595
|
color: rgba(10, 37, 85, 0.6);
|
|
29583
29596
|
margin-bottom: 4px;
|
|
@@ -29594,19 +29607,6 @@ html body {
|
|
|
29594
29607
|
color: #005ed1;
|
|
29595
29608
|
}
|
|
29596
29609
|
|
|
29597
|
-
.E_m74vjol {
|
|
29598
|
-
display: flex;
|
|
29599
|
-
justify-content: space-between;
|
|
29600
|
-
width: 100%;
|
|
29601
|
-
}
|
|
29602
|
-
.E_m74vjol .action {
|
|
29603
|
-
margin-left: 16px;
|
|
29604
|
-
}
|
|
29605
|
-
|
|
29606
|
-
.E_a1o35uvh .ant-alert-message {
|
|
29607
|
-
width: 100%;
|
|
29608
|
-
}
|
|
29609
|
-
|
|
29610
29610
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29611
29611
|
justify-content: center;
|
|
29612
29612
|
}
|
|
@@ -29861,35 +29861,6 @@ button.E_n7k2c6r {
|
|
|
29861
29861
|
padding: 0;
|
|
29862
29862
|
}
|
|
29863
29863
|
|
|
29864
|
-
.E_b1nip9bk {
|
|
29865
|
-
padding: 4px 11px;
|
|
29866
|
-
}
|
|
29867
|
-
|
|
29868
|
-
.E_bqamoqe {
|
|
29869
|
-
white-space: nowrap;
|
|
29870
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29871
|
-
}
|
|
29872
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29873
|
-
--color: #0080ff;
|
|
29874
|
-
}
|
|
29875
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29876
|
-
--color: #0080ff;
|
|
29877
|
-
}
|
|
29878
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29879
|
-
margin-left: 1px;
|
|
29880
|
-
}
|
|
29881
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29882
|
-
border-top-right-radius: 0;
|
|
29883
|
-
border-bottom-right-radius: 0;
|
|
29884
|
-
}
|
|
29885
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29886
|
-
border-top-left-radius: 0;
|
|
29887
|
-
border-bottom-left-radius: 0;
|
|
29888
|
-
}
|
|
29889
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29890
|
-
border-radius: unset;
|
|
29891
|
-
}
|
|
29892
|
-
|
|
29893
29864
|
.E_c1uzzomf {
|
|
29894
29865
|
margin-bottom: 16px;
|
|
29895
29866
|
}
|
|
@@ -29925,8 +29896,33 @@ button.E_n7k2c6r {
|
|
|
29925
29896
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29926
29897
|
}
|
|
29927
29898
|
|
|
29928
|
-
.
|
|
29929
|
-
|
|
29899
|
+
.E_b1nip9bk {
|
|
29900
|
+
padding: 4px 11px;
|
|
29901
|
+
}
|
|
29902
|
+
|
|
29903
|
+
.E_bqamoqe {
|
|
29904
|
+
white-space: nowrap;
|
|
29905
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29906
|
+
}
|
|
29907
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29908
|
+
--color: #0080ff;
|
|
29909
|
+
}
|
|
29910
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29911
|
+
--color: #0080ff;
|
|
29912
|
+
}
|
|
29913
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29914
|
+
margin-left: 1px;
|
|
29915
|
+
}
|
|
29916
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29917
|
+
border-top-right-radius: 0;
|
|
29918
|
+
border-bottom-right-radius: 0;
|
|
29919
|
+
}
|
|
29920
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29921
|
+
border-top-left-radius: 0;
|
|
29922
|
+
border-bottom-left-radius: 0;
|
|
29923
|
+
}
|
|
29924
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29925
|
+
border-radius: unset;
|
|
29930
29926
|
}
|
|
29931
29927
|
|
|
29932
29928
|
.E_fzh9mnb {
|
|
@@ -29962,9 +29958,88 @@ button.E_n7k2c6r {
|
|
|
29962
29958
|
animation: rotate 680ms linear infinite;
|
|
29963
29959
|
}
|
|
29964
29960
|
|
|
29965
|
-
.
|
|
29961
|
+
.E_d1bw7c5z {
|
|
29962
|
+
position: relative;
|
|
29963
|
+
max-width: 388px;
|
|
29964
|
+
min-width: 285px;
|
|
29965
|
+
}
|
|
29966
|
+
.E_d1bw7c5z .center {
|
|
29967
|
+
position: absolute;
|
|
29968
|
+
font-size: 12px;
|
|
29969
|
+
width: 80px;
|
|
29970
|
+
height: 100px;
|
|
29971
|
+
top: 0;
|
|
29972
|
+
left: 35px;
|
|
29973
|
+
display: flex;
|
|
29974
|
+
flex-direction: column;
|
|
29975
|
+
justify-content: center;
|
|
29976
|
+
align-items: center;
|
|
29977
|
+
color: #00122e;
|
|
29978
|
+
}
|
|
29979
|
+
.E_d1bw7c5z .center .number {
|
|
29980
|
+
font-size: 24px;
|
|
29981
|
+
font-weight: 700;
|
|
29982
|
+
}
|
|
29983
|
+
.E_d1bw7c5z .center .text {
|
|
29984
|
+
padding: 0 5px;
|
|
29985
|
+
font-size: 12px;
|
|
29986
|
+
width: inherit;
|
|
29987
|
+
text-align: center;
|
|
29988
|
+
}
|
|
29989
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
29990
|
+
display: flex;
|
|
29991
|
+
}
|
|
29992
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29993
|
+
position: relative !important;
|
|
29994
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29995
|
+
left: 0 !important;
|
|
29996
|
+
bottom: 0 !important;
|
|
29997
|
+
display: flex;
|
|
29998
|
+
align-items: center;
|
|
29999
|
+
}
|
|
30000
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30001
|
+
width: 100%;
|
|
30002
|
+
}
|
|
30003
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30004
|
+
width: 100%;
|
|
30005
|
+
margin-right: 0 !important;
|
|
29966
30006
|
line-height: 18px;
|
|
29967
30007
|
}
|
|
30008
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30009
|
+
border-radius: 2px;
|
|
30010
|
+
}
|
|
30011
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30012
|
+
min-width: 75px;
|
|
30013
|
+
max-width: 198px;
|
|
30014
|
+
width: calc(100% - 20px);
|
|
30015
|
+
margin-left: 2px;
|
|
30016
|
+
color: #00122e !important;
|
|
30017
|
+
display: inline-flex;
|
|
30018
|
+
justify-content: space-between;
|
|
30019
|
+
}
|
|
30020
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30021
|
+
maxwidth: calc(100% - 12px);
|
|
30022
|
+
cursor: pointer;
|
|
30023
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30024
|
+
overflow: hidden;
|
|
30025
|
+
text-overflow: ellipsis;
|
|
30026
|
+
white-space: nowrap;
|
|
30027
|
+
}
|
|
30028
|
+
.E_d1bw7c5z .value {
|
|
30029
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30030
|
+
}
|
|
30031
|
+
|
|
30032
|
+
.E_t10pqbtc {
|
|
30033
|
+
width: 140px;
|
|
30034
|
+
}
|
|
30035
|
+
.E_t10pqbtc .item {
|
|
30036
|
+
margin: 6px auto;
|
|
30037
|
+
display: flex;
|
|
30038
|
+
justify-content: space-between;
|
|
30039
|
+
}
|
|
30040
|
+
.E_t10pqbtc .item .name {
|
|
30041
|
+
width: 102px;
|
|
30042
|
+
}
|
|
29968
30043
|
|
|
29969
30044
|
.E_f7pxqmh {
|
|
29970
30045
|
width: 100%;
|
|
@@ -30000,6 +30075,27 @@ button.E_n7k2c6r {
|
|
|
30000
30075
|
min-height: 0px;
|
|
30001
30076
|
}
|
|
30002
30077
|
|
|
30078
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30079
|
+
display: flex;
|
|
30080
|
+
}
|
|
30081
|
+
|
|
30082
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30083
|
+
line-height: 18px;
|
|
30084
|
+
}
|
|
30085
|
+
|
|
30086
|
+
.E_i1inqkme {
|
|
30087
|
+
height: 18px;
|
|
30088
|
+
line-height: 18px;
|
|
30089
|
+
padding: 0 4px;
|
|
30090
|
+
border-radius: 4px;
|
|
30091
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30092
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30093
|
+
display: flex;
|
|
30094
|
+
align-items: center;
|
|
30095
|
+
white-space: nowrap;
|
|
30096
|
+
margin-right: 4px;
|
|
30097
|
+
}
|
|
30098
|
+
|
|
30003
30099
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30004
30100
|
display: var(--a1wfy30z-0);
|
|
30005
30101
|
}
|
|
@@ -30031,13 +30127,6 @@ button.E_n7k2c6r {
|
|
|
30031
30127
|
font-size: inherit;
|
|
30032
30128
|
}
|
|
30033
30129
|
|
|
30034
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30035
|
-
margin-left: 8px;
|
|
30036
|
-
}
|
|
30037
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30038
|
-
padding: 2px 7px 2px 12px;
|
|
30039
|
-
}
|
|
30040
|
-
|
|
30041
30130
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30042
30131
|
display: var(--ai7qkf2-0);
|
|
30043
30132
|
}
|
|
@@ -30098,114 +30187,38 @@ button.E_n7k2c6r {
|
|
|
30098
30187
|
padding: 2px 8px;
|
|
30099
30188
|
}
|
|
30100
30189
|
|
|
30101
|
-
.
|
|
30102
|
-
|
|
30103
|
-
max-width: 388px;
|
|
30104
|
-
min-width: 285px;
|
|
30190
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30191
|
+
margin-left: 8px;
|
|
30105
30192
|
}
|
|
30106
|
-
.
|
|
30107
|
-
|
|
30108
|
-
|
|
30109
|
-
|
|
30110
|
-
|
|
30111
|
-
top: 0;
|
|
30112
|
-
left: 35px;
|
|
30193
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30194
|
+
padding: 2px 7px 2px 12px;
|
|
30195
|
+
}
|
|
30196
|
+
|
|
30197
|
+
.E_phljevk {
|
|
30113
30198
|
display: flex;
|
|
30114
|
-
|
|
30115
|
-
justify-content: center;
|
|
30199
|
+
justify-content: space-between;
|
|
30116
30200
|
align-items: center;
|
|
30117
|
-
|
|
30118
|
-
|
|
30119
|
-
.E_d1bw7c5z .center .number {
|
|
30120
|
-
font-size: 24px;
|
|
30121
|
-
font-weight: 700;
|
|
30122
|
-
}
|
|
30123
|
-
.E_d1bw7c5z .center .text {
|
|
30124
|
-
padding: 0 5px;
|
|
30201
|
+
padding: 10px 0;
|
|
30202
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30125
30203
|
font-size: 12px;
|
|
30126
|
-
|
|
30127
|
-
text-align: center;
|
|
30204
|
+
line-height: 24px;
|
|
30128
30205
|
}
|
|
30129
|
-
.
|
|
30130
|
-
|
|
30206
|
+
.E_phljevk .pagination-left {
|
|
30207
|
+
padding: 2px 8px;
|
|
30131
30208
|
}
|
|
30132
|
-
.
|
|
30133
|
-
position: relative !important;
|
|
30134
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30135
|
-
left: 0 !important;
|
|
30136
|
-
bottom: 0 !important;
|
|
30209
|
+
.E_phljevk .dropdown-trigger {
|
|
30137
30210
|
display: flex;
|
|
30138
30211
|
align-items: center;
|
|
30212
|
+
border-radius: 6px;
|
|
30213
|
+
cursor: pointer;
|
|
30214
|
+
transition: all 0.3s ease;
|
|
30139
30215
|
}
|
|
30140
|
-
.
|
|
30141
|
-
|
|
30142
|
-
|
|
30143
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30144
|
-
width: 100%;
|
|
30145
|
-
margin-right: 0 !important;
|
|
30146
|
-
line-height: 18px;
|
|
30216
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30217
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30218
|
+
color: #0080ff;
|
|
30147
30219
|
}
|
|
30148
|
-
.
|
|
30149
|
-
|
|
30150
|
-
}
|
|
30151
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30152
|
-
min-width: 75px;
|
|
30153
|
-
max-width: 198px;
|
|
30154
|
-
width: calc(100% - 20px);
|
|
30155
|
-
margin-left: 2px;
|
|
30156
|
-
color: #00122e !important;
|
|
30157
|
-
display: inline-flex;
|
|
30158
|
-
justify-content: space-between;
|
|
30159
|
-
}
|
|
30160
|
-
.E_d1bw7c5z .tooltip-text {
|
|
30161
|
-
maxwidth: calc(100% - 12px);
|
|
30162
|
-
cursor: pointer;
|
|
30163
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30164
|
-
overflow: hidden;
|
|
30165
|
-
text-overflow: ellipsis;
|
|
30166
|
-
white-space: nowrap;
|
|
30167
|
-
}
|
|
30168
|
-
.E_d1bw7c5z .value {
|
|
30169
|
-
color: rgba(44, 56, 82, 0.75);
|
|
30170
|
-
}
|
|
30171
|
-
|
|
30172
|
-
.E_t10pqbtc {
|
|
30173
|
-
width: 140px;
|
|
30174
|
-
}
|
|
30175
|
-
.E_t10pqbtc .item {
|
|
30176
|
-
margin: 6px auto;
|
|
30177
|
-
display: flex;
|
|
30178
|
-
justify-content: space-between;
|
|
30179
|
-
}
|
|
30180
|
-
.E_t10pqbtc .item .name {
|
|
30181
|
-
width: 102px;
|
|
30182
|
-
}
|
|
30183
|
-
|
|
30184
|
-
.E_phljevk {
|
|
30185
|
-
display: flex;
|
|
30186
|
-
justify-content: space-between;
|
|
30187
|
-
align-items: center;
|
|
30188
|
-
padding: 10px 0;
|
|
30189
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30190
|
-
font-size: 12px;
|
|
30191
|
-
line-height: 24px;
|
|
30192
|
-
}
|
|
30193
|
-
.E_phljevk .pagination-left {
|
|
30194
|
-
padding: 2px 8px;
|
|
30195
|
-
}
|
|
30196
|
-
.E_phljevk .dropdown-trigger {
|
|
30197
|
-
display: flex;
|
|
30198
|
-
align-items: center;
|
|
30199
|
-
border-radius: 6px;
|
|
30200
|
-
cursor: pointer;
|
|
30201
|
-
transition: all 0.3s ease;
|
|
30202
|
-
}
|
|
30203
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30204
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30205
|
-
color: #0080ff;
|
|
30206
|
-
}
|
|
30207
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30208
|
-
margin-left: 4px;
|
|
30220
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30221
|
+
margin-left: 4px;
|
|
30209
30222
|
}
|
|
30210
30223
|
.E_phljevk .pagination-right {
|
|
30211
30224
|
display: flex;
|
|
@@ -30238,84 +30251,13 @@ button.E_n7k2c6r {
|
|
|
30238
30251
|
line-height: 18px;
|
|
30239
30252
|
}
|
|
30240
30253
|
|
|
30241
|
-
.
|
|
30242
|
-
|
|
30243
|
-
line-height: 18px;
|
|
30244
|
-
padding: 0 4px;
|
|
30245
|
-
border-radius: 4px;
|
|
30246
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30247
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30248
|
-
display: flex;
|
|
30249
|
-
align-items: center;
|
|
30250
|
-
white-space: nowrap;
|
|
30251
|
-
margin-right: 4px;
|
|
30252
|
-
}
|
|
30253
|
-
|
|
30254
|
-
.E_ivqqkzv {
|
|
30255
|
-
height: 24px;
|
|
30256
|
-
width: 56px !important;
|
|
30257
|
-
margin-right: 4px;
|
|
30258
|
-
}
|
|
30259
|
-
|
|
30260
|
-
.E_c1wk4q29 {
|
|
30261
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30254
|
+
.E_owd0kml {
|
|
30255
|
+
display: inline-block;
|
|
30262
30256
|
}
|
|
30263
30257
|
|
|
30264
|
-
.
|
|
30265
|
-
|
|
30266
|
-
|
|
30267
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
30268
|
-
width: 100%;
|
|
30269
|
-
color: #2d3a56;
|
|
30270
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
30271
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30272
|
-
font-size: 13px;
|
|
30273
|
-
}
|
|
30274
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
30275
|
-
height: 30px;
|
|
30276
|
-
}
|
|
30277
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
30278
|
-
height: 38px;
|
|
30279
|
-
font-size: 13px;
|
|
30280
|
-
}
|
|
30281
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
30282
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
30283
|
-
transition: 160ms ease;
|
|
30284
|
-
}
|
|
30285
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
30286
|
-
color: #0080ff;
|
|
30287
|
-
}
|
|
30288
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
30289
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30290
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30291
|
-
}
|
|
30292
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
30293
|
-
color: #0080ff;
|
|
30294
|
-
}
|
|
30295
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
30296
|
-
border-color: #0080ff;
|
|
30297
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30298
|
-
}
|
|
30299
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30300
|
-
transform: rotate(180deg);
|
|
30301
|
-
}
|
|
30302
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
30303
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30304
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30305
|
-
cursor: "not-allowed";
|
|
30306
|
-
}
|
|
30307
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
30308
|
-
border-color: #f0483e !important;
|
|
30309
|
-
}
|
|
30310
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
30311
|
-
color: #1d326c;
|
|
30312
|
-
}
|
|
30313
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
30314
|
-
border-color: #0080ff;
|
|
30315
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30316
|
-
}
|
|
30317
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30318
|
-
transform: rotate(180deg);
|
|
30258
|
+
.E_h1jsgezc {
|
|
30259
|
+
visibility: hidden;
|
|
30260
|
+
position: absolute;
|
|
30319
30261
|
}
|
|
30320
30262
|
|
|
30321
30263
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30464,75 +30406,214 @@ button.E_n7k2c6r {
|
|
|
30464
30406
|
width: 36px;
|
|
30465
30407
|
}
|
|
30466
30408
|
|
|
30467
|
-
.
|
|
30468
|
-
|
|
30409
|
+
.E_ivqqkzv {
|
|
30410
|
+
height: 24px;
|
|
30411
|
+
width: 56px !important;
|
|
30412
|
+
margin-right: 4px;
|
|
30469
30413
|
}
|
|
30470
30414
|
|
|
30471
|
-
.
|
|
30472
|
-
|
|
30473
|
-
position: absolute;
|
|
30415
|
+
.E_c1wk4q29 {
|
|
30416
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30474
30417
|
}
|
|
30475
30418
|
|
|
30476
|
-
.
|
|
30477
|
-
|
|
30478
|
-
height: 14px;
|
|
30479
|
-
width: 14px;
|
|
30480
|
-
border-radius: 50%;
|
|
30481
|
-
flex-shrink: 0;
|
|
30482
|
-
display: flex;
|
|
30483
|
-
align-items: center;
|
|
30484
|
-
justify-content: center;
|
|
30485
|
-
border: 1px solid var(--color);
|
|
30486
|
-
}
|
|
30487
|
-
.E_c1bus5hc .circle-inner {
|
|
30488
|
-
position: relative;
|
|
30489
|
-
height: 10px;
|
|
30490
|
-
width: 10px;
|
|
30491
|
-
border-radius: 50%;
|
|
30492
|
-
overflow: hidden;
|
|
30419
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
30420
|
+
border-radius: 6px;
|
|
30493
30421
|
}
|
|
30494
|
-
.
|
|
30495
|
-
position: absolute;
|
|
30496
|
-
height: 100%;
|
|
30422
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
30497
30423
|
width: 100%;
|
|
30498
|
-
|
|
30499
|
-
|
|
30500
|
-
border-
|
|
30501
|
-
|
|
30424
|
+
color: #2d3a56;
|
|
30425
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
30426
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30427
|
+
font-size: 13px;
|
|
30428
|
+
}
|
|
30429
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
30430
|
+
height: 30px;
|
|
30431
|
+
}
|
|
30432
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
30433
|
+
height: 38px;
|
|
30434
|
+
font-size: 13px;
|
|
30435
|
+
}
|
|
30436
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
30437
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
30438
|
+
transition: 160ms ease;
|
|
30439
|
+
}
|
|
30440
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
30441
|
+
color: #0080ff;
|
|
30442
|
+
}
|
|
30443
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
30444
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30445
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30446
|
+
}
|
|
30447
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
30448
|
+
color: #0080ff;
|
|
30449
|
+
}
|
|
30450
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
30451
|
+
border-color: #0080ff;
|
|
30452
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30453
|
+
}
|
|
30454
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30502
30455
|
transform: rotate(180deg);
|
|
30503
30456
|
}
|
|
30504
|
-
.
|
|
30505
|
-
|
|
30506
|
-
|
|
30507
|
-
|
|
30508
|
-
|
|
30509
|
-
|
|
30510
|
-
|
|
30511
|
-
|
|
30512
|
-
|
|
30513
|
-
|
|
30457
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
30458
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30459
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30460
|
+
cursor: "not-allowed";
|
|
30461
|
+
}
|
|
30462
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
30463
|
+
border-color: #f0483e !important;
|
|
30464
|
+
}
|
|
30465
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
30466
|
+
color: #1d326c;
|
|
30467
|
+
}
|
|
30468
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
30469
|
+
border-color: #0080ff;
|
|
30470
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30471
|
+
}
|
|
30472
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30473
|
+
transform: rotate(180deg);
|
|
30514
30474
|
}
|
|
30515
30475
|
|
|
30516
30476
|
.E_tju3gfj .date {
|
|
30517
30477
|
margin-right: 4px;
|
|
30518
30478
|
}
|
|
30519
30479
|
|
|
30520
|
-
.
|
|
30521
|
-
|
|
30522
|
-
flex-direction: column;
|
|
30480
|
+
.E_s1dni7lo {
|
|
30481
|
+
width: 430px !important;
|
|
30523
30482
|
}
|
|
30524
30483
|
|
|
30525
|
-
.
|
|
30526
|
-
|
|
30527
|
-
|
|
30528
|
-
|
|
30529
|
-
height:
|
|
30484
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30485
|
+
padding: 8px 16px;
|
|
30486
|
+
line-height: 18px;
|
|
30487
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30488
|
+
height: 34px;
|
|
30489
|
+
min-height: 34px;
|
|
30490
|
+
box-sizing: border-box;
|
|
30491
|
+
margin-top: 8px;
|
|
30530
30492
|
}
|
|
30531
30493
|
|
|
30532
|
-
.
|
|
30533
|
-
|
|
30534
|
-
|
|
30535
|
-
margin:
|
|
30494
|
+
.E_o1ugr09p {
|
|
30495
|
+
display: flex;
|
|
30496
|
+
flex-direction: column;
|
|
30497
|
+
margin: 1px 8px;
|
|
30498
|
+
padding: 8px;
|
|
30499
|
+
border-radius: 4px;
|
|
30500
|
+
}
|
|
30501
|
+
.E_o1ugr09p .selected-icon {
|
|
30502
|
+
display: none;
|
|
30503
|
+
}
|
|
30504
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30505
|
+
padding-left: 8px;
|
|
30506
|
+
}
|
|
30507
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30508
|
+
background-color: white;
|
|
30509
|
+
}
|
|
30510
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30511
|
+
color: #0080ff;
|
|
30512
|
+
}
|
|
30513
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30514
|
+
display: block;
|
|
30515
|
+
}
|
|
30516
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30517
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30518
|
+
}
|
|
30519
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30520
|
+
color: #0080ff;
|
|
30521
|
+
}
|
|
30522
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30523
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30524
|
+
color: #0080ff;
|
|
30525
|
+
}
|
|
30526
|
+
|
|
30527
|
+
.E_o1ifxsq4 {
|
|
30528
|
+
display: flex;
|
|
30529
|
+
justify-content: space-between;
|
|
30530
|
+
height: 20px;
|
|
30531
|
+
line-height: 20px;
|
|
30532
|
+
}
|
|
30533
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30534
|
+
color: #2d3a56;
|
|
30535
|
+
overflow: hidden;
|
|
30536
|
+
text-overflow: ellipsis;
|
|
30537
|
+
}
|
|
30538
|
+
|
|
30539
|
+
.E_o1zue7 {
|
|
30540
|
+
display: flex;
|
|
30541
|
+
justify-content: space-between;
|
|
30542
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30543
|
+
height: 18px;
|
|
30544
|
+
line-height: 18px;
|
|
30545
|
+
margin-top: 2px;
|
|
30546
|
+
}
|
|
30547
|
+
|
|
30548
|
+
.E_tyfmlxg {
|
|
30549
|
+
border: none;
|
|
30550
|
+
margin-right: 0;
|
|
30551
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30552
|
+
}
|
|
30553
|
+
|
|
30554
|
+
.E_o18uybox {
|
|
30555
|
+
pointer-events: none;
|
|
30556
|
+
height: 32px;
|
|
30557
|
+
width: 100%;
|
|
30558
|
+
opacity: 0;
|
|
30559
|
+
}
|
|
30560
|
+
|
|
30561
|
+
.E_c1bus5hc {
|
|
30562
|
+
--color: white;
|
|
30563
|
+
height: 14px;
|
|
30564
|
+
width: 14px;
|
|
30565
|
+
border-radius: 50%;
|
|
30566
|
+
flex-shrink: 0;
|
|
30567
|
+
display: flex;
|
|
30568
|
+
align-items: center;
|
|
30569
|
+
justify-content: center;
|
|
30570
|
+
border: 1px solid var(--color);
|
|
30571
|
+
}
|
|
30572
|
+
.E_c1bus5hc .circle-inner {
|
|
30573
|
+
position: relative;
|
|
30574
|
+
height: 10px;
|
|
30575
|
+
width: 10px;
|
|
30576
|
+
border-radius: 50%;
|
|
30577
|
+
overflow: hidden;
|
|
30578
|
+
}
|
|
30579
|
+
.E_c1bus5hc .circle-content {
|
|
30580
|
+
position: absolute;
|
|
30581
|
+
height: 100%;
|
|
30582
|
+
width: 100%;
|
|
30583
|
+
left: 0;
|
|
30584
|
+
top: 0;
|
|
30585
|
+
border-radius: 50%;
|
|
30586
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30587
|
+
transform: rotate(180deg);
|
|
30588
|
+
}
|
|
30589
|
+
.E_c1bus5hc .circle-child {
|
|
30590
|
+
position: absolute;
|
|
30591
|
+
height: 100%;
|
|
30592
|
+
width: 100%;
|
|
30593
|
+
left: 0;
|
|
30594
|
+
top: 0;
|
|
30595
|
+
margin-left: 50%;
|
|
30596
|
+
transform-origin: left;
|
|
30597
|
+
background: white;
|
|
30598
|
+
transform: rotate(0deg);
|
|
30599
|
+
}
|
|
30600
|
+
|
|
30601
|
+
.E_cnujxq2 {
|
|
30602
|
+
display: flex;
|
|
30603
|
+
flex-direction: column;
|
|
30604
|
+
}
|
|
30605
|
+
|
|
30606
|
+
.E_m7s48ia {
|
|
30607
|
+
max-width: 1120px;
|
|
30608
|
+
width: 100%;
|
|
30609
|
+
margin: 0 auto;
|
|
30610
|
+
height: 100%;
|
|
30611
|
+
}
|
|
30612
|
+
|
|
30613
|
+
.E_wt5zbg6 {
|
|
30614
|
+
max-width: 1120px;
|
|
30615
|
+
width: 100%;
|
|
30616
|
+
margin: 0 auto;
|
|
30536
30617
|
display: flex;
|
|
30537
30618
|
}
|
|
30538
30619
|
.E_wt5zbg6 .left,
|
|
@@ -31202,111 +31283,290 @@ input.E_rf8rlle.ant-input {
|
|
|
31202
31283
|
margin: 4px 0;
|
|
31203
31284
|
}
|
|
31204
31285
|
|
|
31205
|
-
.
|
|
31206
|
-
|
|
31207
|
-
|
|
31208
|
-
font-weight: bold;
|
|
31209
|
-
font-size: 32px;
|
|
31210
|
-
line-height: 40px;
|
|
31286
|
+
.E_s1sck0th {
|
|
31287
|
+
padding: 0 8px;
|
|
31288
|
+
border-radius: 4px;
|
|
31211
31289
|
}
|
|
31212
31290
|
|
|
31213
|
-
.
|
|
31214
|
-
|
|
31215
|
-
|
|
31216
|
-
font-weight: bold;
|
|
31217
|
-
font-size: 24px;
|
|
31218
|
-
line-height: 32px;
|
|
31291
|
+
.E_m855nr1 {
|
|
31292
|
+
padding: 2px 8px;
|
|
31293
|
+
border-radius: 3px;
|
|
31219
31294
|
}
|
|
31220
31295
|
|
|
31221
|
-
.
|
|
31222
|
-
|
|
31223
|
-
|
|
31224
|
-
font-weight: normal;
|
|
31225
|
-
font-size: 32px;
|
|
31226
|
-
line-height: 40px;
|
|
31296
|
+
.E_l1270xpg {
|
|
31297
|
+
padding: 3px 8px;
|
|
31298
|
+
border-radius: 2px;
|
|
31227
31299
|
}
|
|
31228
31300
|
|
|
31229
|
-
.
|
|
31230
|
-
|
|
31231
|
-
font-style: normal;
|
|
31232
|
-
font-weight: bold;
|
|
31233
|
-
font-size: 20px;
|
|
31234
|
-
line-height: 24px;
|
|
31301
|
+
.E_t14rextb.ant-tag:hover {
|
|
31302
|
+
opacity: unset;
|
|
31235
31303
|
}
|
|
31236
|
-
|
|
31237
|
-
|
|
31238
|
-
|
|
31239
|
-
|
|
31240
|
-
|
|
31241
|
-
|
|
31242
|
-
line-height: 24px;
|
|
31304
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31305
|
+
margin: 0;
|
|
31306
|
+
margin-right: 8px;
|
|
31307
|
+
display: inline-flex;
|
|
31308
|
+
align-items: center;
|
|
31309
|
+
border: none;
|
|
31243
31310
|
}
|
|
31244
|
-
|
|
31245
|
-
|
|
31246
|
-
|
|
31247
|
-
|
|
31248
|
-
|
|
31249
|
-
|
|
31250
|
-
|
|
31311
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31312
|
+
width: 16px;
|
|
31313
|
+
height: 16px;
|
|
31314
|
+
color: inherit;
|
|
31315
|
+
margin-left: 4px;
|
|
31316
|
+
opacity: 0.6;
|
|
31317
|
+
display: inline-flex;
|
|
31251
31318
|
}
|
|
31252
|
-
|
|
31253
|
-
|
|
31254
|
-
font-family: Inter;
|
|
31255
|
-
font-style: normal;
|
|
31256
|
-
font-weight: normal;
|
|
31257
|
-
font-size: 18px;
|
|
31258
|
-
line-height: 22px;
|
|
31319
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31320
|
+
opacity: 1;
|
|
31259
31321
|
}
|
|
31260
|
-
|
|
31261
|
-
|
|
31262
|
-
|
|
31263
|
-
font-style: normal;
|
|
31264
|
-
font-weight: bold;
|
|
31265
|
-
font-size: 16px;
|
|
31266
|
-
line-height: 22px;
|
|
31322
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31323
|
+
color: #0080ff;
|
|
31324
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31267
31325
|
}
|
|
31268
|
-
|
|
31269
|
-
|
|
31270
|
-
|
|
31271
|
-
font-style: normal;
|
|
31272
|
-
font-weight: normal;
|
|
31273
|
-
font-size: 16px;
|
|
31274
|
-
line-height: 22px;
|
|
31326
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31327
|
+
color: #f0483e;
|
|
31328
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31275
31329
|
}
|
|
31276
|
-
|
|
31277
|
-
|
|
31278
|
-
|
|
31279
|
-
font-style: normal;
|
|
31280
|
-
font-weight: bold;
|
|
31281
|
-
font-size: 14px;
|
|
31282
|
-
line-height: 20px;
|
|
31330
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31331
|
+
color: #e07f00;
|
|
31332
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
31283
31333
|
}
|
|
31284
|
-
|
|
31285
|
-
|
|
31286
|
-
|
|
31287
|
-
font-style: normal;
|
|
31288
|
-
font-weight: normal;
|
|
31289
|
-
font-size: 14px;
|
|
31290
|
-
line-height: 20px;
|
|
31334
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31335
|
+
color: #008f4c;
|
|
31336
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
31291
31337
|
}
|
|
31292
|
-
|
|
31293
|
-
|
|
31294
|
-
|
|
31295
|
-
font-style: normal;
|
|
31296
|
-
font-weight: bold;
|
|
31297
|
-
font-size: 12px;
|
|
31298
|
-
line-height: 18px;
|
|
31338
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31339
|
+
color: #1d326c;
|
|
31340
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31299
31341
|
}
|
|
31300
|
-
|
|
31301
|
-
|
|
31302
|
-
|
|
31303
|
-
font-style: normal;
|
|
31304
|
-
font-weight: normal;
|
|
31305
|
-
font-size: 12px;
|
|
31306
|
-
line-height: 18px;
|
|
31342
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31343
|
+
color: #7E41FF;
|
|
31344
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
31307
31345
|
}
|
|
31308
|
-
|
|
31309
|
-
|
|
31346
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31347
|
+
color: #fff;
|
|
31348
|
+
}
|
|
31349
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31350
|
+
background-color: #f0483e;
|
|
31351
|
+
}
|
|
31352
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31353
|
+
background-color: #fea008;
|
|
31354
|
+
}
|
|
31355
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31356
|
+
background-color: #00ba5d;
|
|
31357
|
+
}
|
|
31358
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31359
|
+
background-color: #0080ff;
|
|
31360
|
+
}
|
|
31361
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31362
|
+
background-color: #6b7d99;
|
|
31363
|
+
}
|
|
31364
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31365
|
+
background-color: #7E41FF;
|
|
31366
|
+
}
|
|
31367
|
+
|
|
31368
|
+
.E_s1dizucg.ant-switch {
|
|
31369
|
+
min-width: 40px;
|
|
31370
|
+
height: 24px;
|
|
31371
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31372
|
+
overflow: hidden;
|
|
31373
|
+
}
|
|
31374
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31375
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31376
|
+
}
|
|
31377
|
+
.E_s1dizucg.ant-switch-small {
|
|
31378
|
+
min-width: 26px;
|
|
31379
|
+
height: 16px;
|
|
31380
|
+
}
|
|
31381
|
+
.E_s1dizucg.ant-switch-large {
|
|
31382
|
+
min-width: 52px;
|
|
31383
|
+
height: 32px;
|
|
31384
|
+
}
|
|
31385
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31386
|
+
height: 20px;
|
|
31387
|
+
width: 20px;
|
|
31388
|
+
}
|
|
31389
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31390
|
+
border-radius: 10px;
|
|
31391
|
+
transition-delay: 120ms;
|
|
31392
|
+
}
|
|
31393
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31394
|
+
height: 14px;
|
|
31395
|
+
width: 14px;
|
|
31396
|
+
top: 1px;
|
|
31397
|
+
left: 1px;
|
|
31398
|
+
}
|
|
31399
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31400
|
+
height: 28px;
|
|
31401
|
+
width: 28px;
|
|
31402
|
+
}
|
|
31403
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31404
|
+
border-radius: 14px;
|
|
31405
|
+
}
|
|
31406
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31407
|
+
background-color: #00ba5d;
|
|
31408
|
+
}
|
|
31409
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31410
|
+
left: calc(100% - 20px - 2px);
|
|
31411
|
+
}
|
|
31412
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31413
|
+
left: calc(100% - 14px - 1px);
|
|
31414
|
+
}
|
|
31415
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31416
|
+
left: calc(100% - 28px - 2px);
|
|
31417
|
+
}
|
|
31418
|
+
|
|
31419
|
+
.E_c1up6e3y {
|
|
31420
|
+
margin-left: 5px;
|
|
31421
|
+
}
|
|
31422
|
+
|
|
31423
|
+
.E_iq1gosr {
|
|
31424
|
+
display: inline-block;
|
|
31425
|
+
}
|
|
31426
|
+
|
|
31427
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31428
|
+
display: none;
|
|
31429
|
+
}
|
|
31430
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31431
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31432
|
+
border-radius: 4px;
|
|
31433
|
+
}
|
|
31434
|
+
|
|
31435
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31436
|
+
display: inline-flex;
|
|
31437
|
+
align-items: center;
|
|
31438
|
+
justify-content: center;
|
|
31439
|
+
color: #fff;
|
|
31440
|
+
font-weight: bold;
|
|
31441
|
+
font-size: 12px;
|
|
31442
|
+
width: 24px;
|
|
31443
|
+
height: 24px;
|
|
31444
|
+
border-radius: 50%;
|
|
31445
|
+
background: var(--a1b5xrg3-0);
|
|
31446
|
+
}
|
|
31447
|
+
.E_a1b5xrg3.btn-item {
|
|
31448
|
+
transition: all 160ms ease;
|
|
31449
|
+
cursor: pointer;
|
|
31450
|
+
width: 56px;
|
|
31451
|
+
height: 40px;
|
|
31452
|
+
display: inline-flex;
|
|
31453
|
+
align-items: center;
|
|
31454
|
+
justify-content: center;
|
|
31455
|
+
border-radius: 6px;
|
|
31456
|
+
}
|
|
31457
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31458
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31459
|
+
}
|
|
31460
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31461
|
+
transform: translateY(2px);
|
|
31462
|
+
transition: all 320ms ease;
|
|
31463
|
+
}
|
|
31464
|
+
|
|
31465
|
+
.E_dsnbhzf {
|
|
31466
|
+
font-family: Inter;
|
|
31467
|
+
font-style: normal;
|
|
31468
|
+
font-weight: bold;
|
|
31469
|
+
font-size: 32px;
|
|
31470
|
+
line-height: 40px;
|
|
31471
|
+
}
|
|
31472
|
+
|
|
31473
|
+
.E_d1mvo22k {
|
|
31474
|
+
font-family: Inter;
|
|
31475
|
+
font-style: normal;
|
|
31476
|
+
font-weight: bold;
|
|
31477
|
+
font-size: 24px;
|
|
31478
|
+
line-height: 32px;
|
|
31479
|
+
}
|
|
31480
|
+
|
|
31481
|
+
.E_d1b444tr {
|
|
31482
|
+
font-family: Inter;
|
|
31483
|
+
font-style: normal;
|
|
31484
|
+
font-weight: normal;
|
|
31485
|
+
font-size: 32px;
|
|
31486
|
+
line-height: 40px;
|
|
31487
|
+
}
|
|
31488
|
+
|
|
31489
|
+
.E_dvs0kue {
|
|
31490
|
+
font-family: Inter;
|
|
31491
|
+
font-style: normal;
|
|
31492
|
+
font-weight: bold;
|
|
31493
|
+
font-size: 20px;
|
|
31494
|
+
line-height: 24px;
|
|
31495
|
+
}
|
|
31496
|
+
|
|
31497
|
+
.E_d1hcbfcq {
|
|
31498
|
+
font-family: Inter;
|
|
31499
|
+
font-style: normal;
|
|
31500
|
+
font-weight: normal;
|
|
31501
|
+
font-size: 20px;
|
|
31502
|
+
line-height: 24px;
|
|
31503
|
+
}
|
|
31504
|
+
|
|
31505
|
+
.E_d1cz922v {
|
|
31506
|
+
font-family: Inter;
|
|
31507
|
+
font-style: normal;
|
|
31508
|
+
font-weight: bold;
|
|
31509
|
+
font-size: 18px;
|
|
31510
|
+
line-height: 22px;
|
|
31511
|
+
}
|
|
31512
|
+
|
|
31513
|
+
.E_d3nzbrm {
|
|
31514
|
+
font-family: Inter;
|
|
31515
|
+
font-style: normal;
|
|
31516
|
+
font-weight: normal;
|
|
31517
|
+
font-size: 18px;
|
|
31518
|
+
line-height: 22px;
|
|
31519
|
+
}
|
|
31520
|
+
|
|
31521
|
+
.E_h1g0p5ob {
|
|
31522
|
+
font-family: Inter;
|
|
31523
|
+
font-style: normal;
|
|
31524
|
+
font-weight: bold;
|
|
31525
|
+
font-size: 16px;
|
|
31526
|
+
line-height: 22px;
|
|
31527
|
+
}
|
|
31528
|
+
|
|
31529
|
+
.E_hydo2ej {
|
|
31530
|
+
font-family: Inter;
|
|
31531
|
+
font-style: normal;
|
|
31532
|
+
font-weight: normal;
|
|
31533
|
+
font-size: 16px;
|
|
31534
|
+
line-height: 22px;
|
|
31535
|
+
}
|
|
31536
|
+
|
|
31537
|
+
.E_h1hbuq0r {
|
|
31538
|
+
font-family: Inter;
|
|
31539
|
+
font-style: normal;
|
|
31540
|
+
font-weight: bold;
|
|
31541
|
+
font-size: 14px;
|
|
31542
|
+
line-height: 20px;
|
|
31543
|
+
}
|
|
31544
|
+
|
|
31545
|
+
.E_h13bondg {
|
|
31546
|
+
font-family: Inter;
|
|
31547
|
+
font-style: normal;
|
|
31548
|
+
font-weight: normal;
|
|
31549
|
+
font-size: 14px;
|
|
31550
|
+
line-height: 20px;
|
|
31551
|
+
}
|
|
31552
|
+
|
|
31553
|
+
.E_h1mhvdlx {
|
|
31554
|
+
font-family: Inter;
|
|
31555
|
+
font-style: normal;
|
|
31556
|
+
font-weight: bold;
|
|
31557
|
+
font-size: 12px;
|
|
31558
|
+
line-height: 18px;
|
|
31559
|
+
}
|
|
31560
|
+
|
|
31561
|
+
.E_h1inmfq6 {
|
|
31562
|
+
font-family: Inter;
|
|
31563
|
+
font-style: normal;
|
|
31564
|
+
font-weight: normal;
|
|
31565
|
+
font-size: 12px;
|
|
31566
|
+
line-height: 18px;
|
|
31567
|
+
}
|
|
31568
|
+
|
|
31569
|
+
.E_h1kfc0la {
|
|
31310
31570
|
font-family: Inter;
|
|
31311
31571
|
font-style: normal;
|
|
31312
31572
|
font-weight: bold;
|
|
@@ -31677,268 +31937,283 @@ input.E_rf8rlle.ant-input {
|
|
|
31677
31937
|
line-height: 12px;
|
|
31678
31938
|
}
|
|
31679
31939
|
|
|
31680
|
-
.
|
|
31681
|
-
|
|
31940
|
+
.E_m196gn1d {
|
|
31941
|
+
min-width: 1280px;
|
|
31682
31942
|
}
|
|
31683
31943
|
|
|
31684
|
-
.
|
|
31685
|
-
|
|
31686
|
-
|
|
31687
|
-
|
|
31944
|
+
.E_skwah65 {
|
|
31945
|
+
height: 8px;
|
|
31946
|
+
box-sizing: border-box;
|
|
31947
|
+
border-radius: 2px;
|
|
31948
|
+
background: #f5f7fa;
|
|
31949
|
+
display: flex;
|
|
31950
|
+
width: 100%;
|
|
31688
31951
|
overflow: hidden;
|
|
31689
31952
|
}
|
|
31690
|
-
.
|
|
31691
|
-
|
|
31692
|
-
}
|
|
31693
|
-
.E_s1dizucg.ant-switch-small {
|
|
31694
|
-
min-width: 26px;
|
|
31695
|
-
height: 16px;
|
|
31953
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31954
|
+
margin-left: 1px;
|
|
31696
31955
|
}
|
|
31697
|
-
|
|
31698
|
-
|
|
31699
|
-
|
|
31956
|
+
|
|
31957
|
+
.E_n12mqh7z {
|
|
31958
|
+
display: flex;
|
|
31959
|
+
align-items: center;
|
|
31960
|
+
font-size: 12px;
|
|
31961
|
+
line-height: 18px;
|
|
31700
31962
|
}
|
|
31701
|
-
.
|
|
31702
|
-
|
|
31703
|
-
width: 20px;
|
|
31704
|
-
}
|
|
31705
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31706
|
-
border-radius: 10px;
|
|
31707
|
-
transition-delay: 120ms;
|
|
31708
|
-
}
|
|
31709
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31710
|
-
height: 14px;
|
|
31711
|
-
width: 14px;
|
|
31712
|
-
top: 1px;
|
|
31713
|
-
left: 1px;
|
|
31714
|
-
}
|
|
31715
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31716
|
-
height: 28px;
|
|
31717
|
-
width: 28px;
|
|
31718
|
-
}
|
|
31719
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31720
|
-
border-radius: 14px;
|
|
31721
|
-
}
|
|
31722
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31723
|
-
background-color: #00ba5d;
|
|
31724
|
-
}
|
|
31725
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31726
|
-
left: calc(100% - 20px - 2px);
|
|
31727
|
-
}
|
|
31728
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31729
|
-
left: calc(100% - 14px - 1px);
|
|
31730
|
-
}
|
|
31731
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31732
|
-
left: calc(100% - 28px - 2px);
|
|
31733
|
-
}
|
|
31734
|
-
|
|
31735
|
-
.E_c1up6e3y {
|
|
31736
|
-
margin-left: 5px;
|
|
31963
|
+
.E_n12mqh7z:not(:last-child) {
|
|
31964
|
+
margin-bottom: 4px;
|
|
31737
31965
|
}
|
|
31738
31966
|
|
|
31739
|
-
.
|
|
31740
|
-
|
|
31967
|
+
.E_tf5bynu {
|
|
31968
|
+
margin: 0 3px;
|
|
31741
31969
|
}
|
|
31742
31970
|
|
|
31743
|
-
.
|
|
31744
|
-
|
|
31745
|
-
|
|
31746
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31747
|
-
height: 34px;
|
|
31748
|
-
min-height: 34px;
|
|
31749
|
-
box-sizing: border-box;
|
|
31750
|
-
margin-top: 8px;
|
|
31971
|
+
.E_tcckoz1 {
|
|
31972
|
+
max-height: 400px;
|
|
31973
|
+
overflow: auto;
|
|
31751
31974
|
}
|
|
31752
31975
|
|
|
31753
|
-
.
|
|
31754
|
-
|
|
31755
|
-
|
|
31756
|
-
margin: 1px 8px;
|
|
31757
|
-
padding: 8px;
|
|
31976
|
+
.E_clm1wy1 {
|
|
31977
|
+
width: 192px;
|
|
31978
|
+
height: 246px;
|
|
31758
31979
|
border-radius: 4px;
|
|
31759
31980
|
}
|
|
31760
|
-
.
|
|
31761
|
-
|
|
31981
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
31982
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
31983
|
+
width: 100%;
|
|
31984
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
31985
|
+
border-top: none;
|
|
31762
31986
|
}
|
|
31763
|
-
.
|
|
31764
|
-
|
|
31987
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
31988
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
31989
|
+
padding: 0 16px;
|
|
31765
31990
|
}
|
|
31766
|
-
.
|
|
31767
|
-
|
|
31991
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
31992
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
31993
|
+
width: 100%;
|
|
31994
|
+
height: 180px;
|
|
31995
|
+
border-spacing: 0;
|
|
31768
31996
|
}
|
|
31769
|
-
.
|
|
31770
|
-
|
|
31997
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
31998
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
31999
|
+
margin-bottom: 8px;
|
|
31771
32000
|
}
|
|
31772
|
-
.
|
|
31773
|
-
|
|
32001
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32002
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32003
|
+
width: 22px;
|
|
31774
32004
|
}
|
|
31775
|
-
.
|
|
31776
|
-
|
|
32005
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32006
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32007
|
+
padding: 0;
|
|
31777
32008
|
}
|
|
31778
|
-
.
|
|
31779
|
-
color:
|
|
32009
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
32010
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32011
|
+
opacity: 0.4;
|
|
31780
32012
|
}
|
|
31781
|
-
.
|
|
31782
|
-
|
|
31783
|
-
|
|
32013
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
32014
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32015
|
+
opacity: 1;
|
|
31784
32016
|
}
|
|
31785
|
-
|
|
31786
|
-
|
|
31787
|
-
display: flex;
|
|
31788
|
-
justify-content: space-between;
|
|
31789
|
-
height: 20px;
|
|
31790
|
-
line-height: 20px;
|
|
32017
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32018
|
+
color: #3e4652;
|
|
31791
32019
|
}
|
|
31792
|
-
.
|
|
31793
|
-
|
|
31794
|
-
overflow: hidden;
|
|
31795
|
-
text-overflow: ellipsis;
|
|
32020
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
32021
|
+
pointer-events: none;
|
|
31796
32022
|
}
|
|
31797
32023
|
|
|
31798
|
-
.
|
|
32024
|
+
.E_t1tsm00v {
|
|
32025
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32026
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32027
|
+
backdrop-filter: blur(10px);
|
|
32028
|
+
padding: 7px 10px;
|
|
32029
|
+
}
|
|
32030
|
+
|
|
32031
|
+
.E_c167wnad {
|
|
32032
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31799
32033
|
display: flex;
|
|
31800
32034
|
justify-content: space-between;
|
|
31801
|
-
|
|
31802
|
-
|
|
31803
|
-
line-height: 18px;
|
|
31804
|
-
margin-top: 2px;
|
|
32035
|
+
align-items: center;
|
|
32036
|
+
padding: 8px 16px;
|
|
31805
32037
|
}
|
|
31806
|
-
|
|
31807
|
-
|
|
31808
|
-
border: none;
|
|
31809
|
-
margin-right: 0;
|
|
31810
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32038
|
+
.E_c167wnad .anticon {
|
|
32039
|
+
cursor: pointer;
|
|
31811
32040
|
}
|
|
31812
|
-
|
|
31813
|
-
|
|
31814
|
-
pointer-events: none;
|
|
31815
|
-
height: 32px;
|
|
31816
|
-
width: 100%;
|
|
31817
|
-
opacity: 0;
|
|
32041
|
+
.E_c167wnad .anticon:hover {
|
|
32042
|
+
color: #0096ff;
|
|
31818
32043
|
}
|
|
31819
32044
|
|
|
31820
|
-
.
|
|
31821
|
-
|
|
31822
|
-
align-items: center;
|
|
31823
|
-
justify-content: center;
|
|
31824
|
-
color: #fff;
|
|
31825
|
-
font-weight: bold;
|
|
31826
|
-
font-size: 12px;
|
|
31827
|
-
width: 24px;
|
|
31828
|
-
height: 24px;
|
|
31829
|
-
border-radius: 50%;
|
|
31830
|
-
background: var(--a1b5xrg3-0);
|
|
32045
|
+
.E_cxhf7dh {
|
|
32046
|
+
text-align: center;
|
|
31831
32047
|
}
|
|
31832
|
-
.
|
|
31833
|
-
|
|
31834
|
-
cursor: pointer;
|
|
31835
|
-
width: 56px;
|
|
31836
|
-
height: 40px;
|
|
31837
|
-
display: inline-flex;
|
|
31838
|
-
align-items: center;
|
|
32048
|
+
.E_cxhf7dh .dots {
|
|
32049
|
+
display: flex;
|
|
31839
32050
|
justify-content: center;
|
|
31840
|
-
border-radius: 6px;
|
|
31841
|
-
}
|
|
31842
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
31843
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31844
32051
|
}
|
|
31845
|
-
.
|
|
31846
|
-
|
|
31847
|
-
|
|
32052
|
+
.E_cxhf7dh .dot {
|
|
32053
|
+
display: inline-block;
|
|
32054
|
+
width: 2px;
|
|
32055
|
+
height: 2px;
|
|
32056
|
+
border-radius: 1px;
|
|
32057
|
+
background: #0096ff;
|
|
31848
32058
|
}
|
|
31849
|
-
|
|
31850
|
-
|
|
31851
|
-
display: none;
|
|
32059
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
32060
|
+
margin-right: 2px;
|
|
31852
32061
|
}
|
|
31853
|
-
.
|
|
31854
|
-
|
|
31855
|
-
|
|
32062
|
+
.E_cxhf7dh .bar {
|
|
32063
|
+
width: 9px;
|
|
32064
|
+
height: 2px;
|
|
32065
|
+
background: #0096ff;
|
|
32066
|
+
border-radius: 2px;
|
|
31856
32067
|
}
|
|
31857
32068
|
|
|
31858
|
-
.
|
|
31859
|
-
|
|
31860
|
-
border-radius: 4px;
|
|
32069
|
+
.E_gmyahx3 {
|
|
32070
|
+
cursor: pointer;
|
|
31861
32071
|
}
|
|
31862
|
-
|
|
31863
|
-
.
|
|
31864
|
-
padding: 2px 8px;
|
|
31865
|
-
border-radius: 3px;
|
|
32072
|
+
.E_gmyahx3 .link-text {
|
|
32073
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31866
32074
|
}
|
|
31867
|
-
|
|
31868
|
-
|
|
31869
|
-
padding: 3px 8px;
|
|
31870
|
-
border-radius: 2px;
|
|
32075
|
+
.E_gmyahx3:hover .link-text {
|
|
32076
|
+
color: #0080ff;
|
|
31871
32077
|
}
|
|
31872
32078
|
|
|
31873
|
-
.
|
|
31874
|
-
|
|
32079
|
+
.E_c1up1pdz {
|
|
32080
|
+
width: 648px;
|
|
31875
32081
|
}
|
|
31876
|
-
.
|
|
31877
|
-
|
|
31878
|
-
margin-right: 8px;
|
|
31879
|
-
display: inline-flex;
|
|
31880
|
-
align-items: center;
|
|
31881
|
-
border: none;
|
|
32082
|
+
.E_c1up1pdz.active {
|
|
32083
|
+
border-color: #0080ff;
|
|
31882
32084
|
}
|
|
31883
|
-
.
|
|
31884
|
-
|
|
31885
|
-
height: 16px;
|
|
31886
|
-
color: inherit;
|
|
31887
|
-
margin-left: 4px;
|
|
31888
|
-
opacity: 0.6;
|
|
31889
|
-
display: inline-flex;
|
|
32085
|
+
.E_c1up1pdz.active > header {
|
|
32086
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31890
32087
|
}
|
|
31891
|
-
.
|
|
31892
|
-
|
|
32088
|
+
.E_c1up1pdz .expand {
|
|
32089
|
+
padding: 12px;
|
|
31893
32090
|
}
|
|
31894
|
-
.
|
|
31895
|
-
|
|
31896
|
-
|
|
32091
|
+
.E_c1up1pdz .field-item {
|
|
32092
|
+
display: flex;
|
|
32093
|
+
padding: 10px 0;
|
|
32094
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31897
32095
|
}
|
|
31898
|
-
.
|
|
31899
|
-
|
|
31900
|
-
|
|
32096
|
+
.E_c1up1pdz .field-item:last-child {
|
|
32097
|
+
border-bottom: none;
|
|
32098
|
+
padding-bottom: 0;
|
|
31901
32099
|
}
|
|
31902
|
-
.
|
|
31903
|
-
|
|
31904
|
-
|
|
32100
|
+
.E_c1up1pdz .field-item label {
|
|
32101
|
+
line-height: 32px;
|
|
32102
|
+
width: 100px;
|
|
32103
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31905
32104
|
}
|
|
31906
|
-
.
|
|
31907
|
-
color:
|
|
31908
|
-
|
|
32105
|
+
.E_c1up1pdz .help {
|
|
32106
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32107
|
+
margin-top: 5px;
|
|
31909
32108
|
}
|
|
31910
|
-
.
|
|
31911
|
-
|
|
31912
|
-
|
|
32109
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
32110
|
+
.E_c1up1pdz .ant-picker {
|
|
32111
|
+
width: 128px;
|
|
31913
32112
|
}
|
|
31914
|
-
|
|
31915
|
-
|
|
31916
|
-
|
|
32113
|
+
|
|
32114
|
+
.E_c156wh19 {
|
|
32115
|
+
display: flex;
|
|
32116
|
+
align-items: center;
|
|
32117
|
+
justify-content: space-between;
|
|
32118
|
+
word-break: keep-all;
|
|
31917
32119
|
}
|
|
31918
|
-
.
|
|
31919
|
-
|
|
32120
|
+
.E_c156wh19 .title {
|
|
32121
|
+
margin: 0 16px 0 8px;
|
|
31920
32122
|
}
|
|
31921
|
-
.
|
|
31922
|
-
|
|
32123
|
+
.E_c156wh19 .retain {
|
|
32124
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31923
32125
|
}
|
|
31924
|
-
.
|
|
31925
|
-
|
|
32126
|
+
.E_c156wh19 div.left {
|
|
32127
|
+
flex: 1;
|
|
32128
|
+
display: flex;
|
|
32129
|
+
overflow: hidden;
|
|
32130
|
+
align-items: center;
|
|
32131
|
+
justify-content: flex-start;
|
|
32132
|
+
white-space: nowrap;
|
|
31926
32133
|
}
|
|
31927
|
-
.
|
|
31928
|
-
|
|
32134
|
+
.E_c156wh19 div.left .title {
|
|
32135
|
+
max-width: 100%;
|
|
32136
|
+
overflow: hidden;
|
|
32137
|
+
text-overflow: ellipsis;
|
|
31929
32138
|
}
|
|
31930
|
-
.
|
|
31931
|
-
|
|
32139
|
+
.E_c156wh19 div.right {
|
|
32140
|
+
display: flex;
|
|
32141
|
+
align-items: center;
|
|
31932
32142
|
}
|
|
31933
|
-
.
|
|
31934
|
-
|
|
32143
|
+
.E_c156wh19 .reverse {
|
|
32144
|
+
display: flex;
|
|
32145
|
+
flex-direction: row-reverse;
|
|
32146
|
+
align-items: center;
|
|
31935
32147
|
}
|
|
31936
|
-
.
|
|
31937
|
-
|
|
32148
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
32149
|
+
margin-left: 8px;
|
|
32150
|
+
}
|
|
32151
|
+
.E_c156wh19 .close {
|
|
32152
|
+
padding-left: 14px;
|
|
32153
|
+
margin-left: 14px;
|
|
32154
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
32155
|
+
cursor: pointer;
|
|
31938
32156
|
}
|
|
31939
32157
|
|
|
31940
|
-
.
|
|
31941
|
-
|
|
32158
|
+
.E_m126spxy {
|
|
32159
|
+
padding-bottom: 4px;
|
|
32160
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32161
|
+
}
|
|
32162
|
+
.E_m126spxy .ant-btn-link {
|
|
32163
|
+
padding: 1px 10px;
|
|
32164
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32165
|
+
border-radius: 4px;
|
|
32166
|
+
}
|
|
32167
|
+
.E_m126spxy .ant-btn-link.active {
|
|
32168
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32169
|
+
color: #0096ff;
|
|
32170
|
+
}
|
|
32171
|
+
|
|
32172
|
+
.E_wpbf4pq {
|
|
32173
|
+
padding: 10px 0;
|
|
32174
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32175
|
+
}
|
|
32176
|
+
.E_wpbf4pq .ant-input,
|
|
32177
|
+
.E_wpbf4pq .ant-picker {
|
|
32178
|
+
width: 80px;
|
|
32179
|
+
margin: 0 9px;
|
|
32180
|
+
text-align: center;
|
|
32181
|
+
}
|
|
32182
|
+
.E_wpbf4pq .options {
|
|
32183
|
+
padding: 12px 0 12px 16px;
|
|
32184
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
32185
|
+
margin: 5px 0 5px 8px;
|
|
32186
|
+
}
|
|
32187
|
+
.E_wpbf4pq .week-day-option,
|
|
32188
|
+
.E_wpbf4pq .month-day-option {
|
|
32189
|
+
background: #f5f7fa;
|
|
32190
|
+
box-sizing: border-box;
|
|
32191
|
+
border-radius: 16px;
|
|
32192
|
+
margin-right: 8px;
|
|
32193
|
+
}
|
|
32194
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
32195
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
32196
|
+
color: inherit;
|
|
32197
|
+
border-color: #d9d9d9;
|
|
32198
|
+
}
|
|
32199
|
+
.E_wpbf4pq .week-day-option.active {
|
|
32200
|
+
background-color: #0096ff;
|
|
32201
|
+
border-color: #0096ff;
|
|
32202
|
+
color: #fff;
|
|
32203
|
+
}
|
|
32204
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
32205
|
+
width: 110px;
|
|
32206
|
+
margin-top: 4px;
|
|
32207
|
+
}
|
|
32208
|
+
.E_wpbf4pq .month-day-option {
|
|
32209
|
+
width: 32px;
|
|
32210
|
+
padding: 0;
|
|
32211
|
+
margin-bottom: 8px;
|
|
32212
|
+
}
|
|
32213
|
+
.E_wpbf4pq .month-day-option.active {
|
|
32214
|
+
background-color: #0096ff;
|
|
32215
|
+
border-color: #0096ff;
|
|
32216
|
+
color: #fff;
|
|
31942
32217
|
}
|
|
31943
32218
|
|
|
31944
32219
|
.E_c18bcrac {
|
|
@@ -31988,6 +32263,10 @@ input.E_rf8rlle.ant-input {
|
|
|
31988
32263
|
margin-right: 4px;
|
|
31989
32264
|
}
|
|
31990
32265
|
|
|
32266
|
+
span.E_tqjc4ui {
|
|
32267
|
+
margin: 0 2px;
|
|
32268
|
+
}
|
|
32269
|
+
|
|
31991
32270
|
.E_s1ebs0ra {
|
|
31992
32271
|
display: flex;
|
|
31993
32272
|
align-items: center;
|
|
@@ -32049,58 +32328,72 @@ input.E_rf8rlle.ant-input {
|
|
|
32049
32328
|
background: #fff;
|
|
32050
32329
|
}
|
|
32051
32330
|
|
|
32052
|
-
.
|
|
32053
|
-
|
|
32331
|
+
.E_ou7iq30 {
|
|
32332
|
+
overflow: hidden;
|
|
32333
|
+
text-overflow: ellipsis;
|
|
32054
32334
|
}
|
|
32055
|
-
|
|
32056
|
-
|
|
32335
|
+
|
|
32336
|
+
.E_s1tui002 {
|
|
32337
|
+
white-space: nowrap;
|
|
32057
32338
|
}
|
|
32058
|
-
|
|
32059
|
-
|
|
32339
|
+
|
|
32340
|
+
.E_mxrc2zg {
|
|
32341
|
+
display: -webkit-box;
|
|
32342
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32343
|
+
-webkit-box-orient: vertical;
|
|
32344
|
+
word-break: break-all;
|
|
32060
32345
|
}
|
|
32061
32346
|
|
|
32062
|
-
.
|
|
32063
|
-
|
|
32064
|
-
box-sizing: border-box;
|
|
32065
|
-
border-radius: 2px;
|
|
32066
|
-
background: #f5f7fa;
|
|
32067
|
-
display: flex;
|
|
32068
|
-
width: 100%;
|
|
32069
|
-
overflow: hidden;
|
|
32347
|
+
.E_c1yyuluq {
|
|
32348
|
+
border-radius: 8px;
|
|
32070
32349
|
}
|
|
32071
|
-
.
|
|
32072
|
-
|
|
32350
|
+
.E_c1yyuluq .ant-card-body {
|
|
32351
|
+
padding: 20px 24px 24px 24px;
|
|
32073
32352
|
}
|
|
32074
32353
|
|
|
32075
|
-
.
|
|
32076
|
-
|
|
32077
|
-
|
|
32354
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32355
|
+
border: 0px;
|
|
32356
|
+
background-color: #fff;
|
|
32078
32357
|
}
|
|
32079
|
-
.
|
|
32080
|
-
|
|
32358
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32359
|
+
padding-top: 0px;
|
|
32360
|
+
padding-bottom: 0px;
|
|
32361
|
+
padding-left: 0px !important;
|
|
32362
|
+
padding-right: 24px;
|
|
32363
|
+
}
|
|
32364
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32365
|
+
right: 0px;
|
|
32366
|
+
}
|
|
32367
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32368
|
+
padding: 0px;
|
|
32081
32369
|
}
|
|
32082
32370
|
|
|
32083
|
-
|
|
32084
|
-
|
|
32371
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32372
|
+
padding-right: 0px;
|
|
32373
|
+
cursor: default;
|
|
32085
32374
|
}
|
|
32086
32375
|
|
|
32087
|
-
.
|
|
32376
|
+
.E_wg1tsps {
|
|
32088
32377
|
display: flex;
|
|
32089
32378
|
align-items: center;
|
|
32090
|
-
|
|
32091
|
-
line-height: 18px;
|
|
32092
|
-
}
|
|
32093
|
-
.E_n12mqh7z:not(:last-child) {
|
|
32094
|
-
margin-bottom: 4px;
|
|
32379
|
+
justify-content: flex-end;
|
|
32095
32380
|
}
|
|
32096
32381
|
|
|
32097
|
-
.
|
|
32098
|
-
|
|
32382
|
+
.E_b1ctd5xy {
|
|
32383
|
+
display: flex;
|
|
32384
|
+
align-items: center;
|
|
32385
|
+
width: calc(100% - 40px);
|
|
32386
|
+
}
|
|
32387
|
+
.E_b1ctd5xy .chart {
|
|
32388
|
+
display: inline-block;
|
|
32389
|
+
width: 100%;
|
|
32099
32390
|
}
|
|
32100
32391
|
|
|
32101
|
-
.
|
|
32102
|
-
|
|
32103
|
-
|
|
32392
|
+
.E_u1p8acpn {
|
|
32393
|
+
min-width: 40px;
|
|
32394
|
+
}
|
|
32395
|
+
.E_u1p8acpn .unit {
|
|
32396
|
+
color: #00122e !important;
|
|
32104
32397
|
}
|
|
32105
32398
|
|
|
32106
32399
|
.E_t1sqg15u {
|
|
@@ -32193,113 +32486,25 @@ span.E_tqjc4ui {
|
|
|
32193
32486
|
padding-right: 12px;
|
|
32194
32487
|
}
|
|
32195
32488
|
|
|
32196
|
-
.
|
|
32197
|
-
|
|
32198
|
-
|
|
32489
|
+
.E_suhck3k {
|
|
32490
|
+
height: 24px;
|
|
32491
|
+
width: 24px;
|
|
32492
|
+
border-radius: 6px;
|
|
32493
|
+
padding: 4px;
|
|
32199
32494
|
}
|
|
32200
|
-
|
|
32201
|
-
.
|
|
32202
|
-
white-space: nowrap;
|
|
32495
|
+
.E_suhck3k:hover {
|
|
32496
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32203
32497
|
}
|
|
32204
|
-
|
|
32205
|
-
|
|
32206
|
-
display: -webkit-box;
|
|
32207
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32208
|
-
-webkit-box-orient: vertical;
|
|
32209
|
-
word-break: break-all;
|
|
32498
|
+
.E_suhck3k:hover svg path {
|
|
32499
|
+
fill: blue;
|
|
32210
32500
|
}
|
|
32211
32501
|
|
|
32212
|
-
.
|
|
32213
|
-
|
|
32214
|
-
|
|
32215
|
-
border-radius: 4px;
|
|
32216
|
-
}
|
|
32217
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
32218
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32219
|
-
width: 100%;
|
|
32220
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
32221
|
-
border-top: none;
|
|
32502
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32503
|
+
display: flex;
|
|
32504
|
+
align-items: center;
|
|
32222
32505
|
}
|
|
32223
|
-
.
|
|
32224
|
-
|
|
32225
|
-
padding: 0 16px;
|
|
32226
|
-
}
|
|
32227
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32228
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32229
|
-
width: 100%;
|
|
32230
|
-
height: 180px;
|
|
32231
|
-
border-spacing: 0;
|
|
32232
|
-
}
|
|
32233
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32234
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32235
|
-
margin-bottom: 8px;
|
|
32236
|
-
}
|
|
32237
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32238
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32239
|
-
width: 22px;
|
|
32240
|
-
}
|
|
32241
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32242
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32243
|
-
padding: 0;
|
|
32244
|
-
}
|
|
32245
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
32246
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32247
|
-
opacity: 0.4;
|
|
32248
|
-
}
|
|
32249
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
32250
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32251
|
-
opacity: 1;
|
|
32252
|
-
}
|
|
32253
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32254
|
-
color: #3e4652;
|
|
32255
|
-
}
|
|
32256
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
32257
|
-
pointer-events: none;
|
|
32258
|
-
}
|
|
32259
|
-
|
|
32260
|
-
.E_t1tsm00v {
|
|
32261
|
-
color: rgba(129, 138, 153, 0.6);
|
|
32262
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32263
|
-
backdrop-filter: blur(10px);
|
|
32264
|
-
padding: 7px 10px;
|
|
32265
|
-
}
|
|
32266
|
-
|
|
32267
|
-
.E_c167wnad {
|
|
32268
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32269
|
-
display: flex;
|
|
32270
|
-
justify-content: space-between;
|
|
32271
|
-
align-items: center;
|
|
32272
|
-
padding: 8px 16px;
|
|
32273
|
-
}
|
|
32274
|
-
.E_c167wnad .anticon {
|
|
32275
|
-
cursor: pointer;
|
|
32276
|
-
}
|
|
32277
|
-
.E_c167wnad .anticon:hover {
|
|
32278
|
-
color: #0096ff;
|
|
32279
|
-
}
|
|
32280
|
-
|
|
32281
|
-
.E_cxhf7dh {
|
|
32282
|
-
text-align: center;
|
|
32283
|
-
}
|
|
32284
|
-
.E_cxhf7dh .dots {
|
|
32285
|
-
display: flex;
|
|
32286
|
-
justify-content: center;
|
|
32287
|
-
}
|
|
32288
|
-
.E_cxhf7dh .dot {
|
|
32289
|
-
display: inline-block;
|
|
32290
|
-
width: 2px;
|
|
32291
|
-
height: 2px;
|
|
32292
|
-
border-radius: 1px;
|
|
32293
|
-
background: #0096ff;
|
|
32294
|
-
}
|
|
32295
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
32296
|
-
margin-right: 2px;
|
|
32297
|
-
}
|
|
32298
|
-
.E_cxhf7dh .bar {
|
|
32299
|
-
width: 9px;
|
|
32300
|
-
height: 2px;
|
|
32301
|
-
background: #0096ff;
|
|
32302
|
-
border-radius: 2px;
|
|
32506
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32507
|
+
margin-right: 8px;
|
|
32303
32508
|
}
|
|
32304
32509
|
|
|
32305
32510
|
.E_t160l1cm {
|
|
@@ -32505,311 +32710,135 @@ span.E_tqjc4ui {
|
|
|
32505
32710
|
background: transparent;
|
|
32506
32711
|
}
|
|
32507
32712
|
|
|
32508
|
-
.
|
|
32713
|
+
.E_ryby9ds {
|
|
32509
32714
|
display: flex;
|
|
32510
32715
|
align-items: center;
|
|
32511
|
-
justify-content: flex-end;
|
|
32512
32716
|
}
|
|
32513
|
-
|
|
32514
|
-
|
|
32717
|
+
.E_ryby9ds .order {
|
|
32718
|
+
height: 24px;
|
|
32719
|
+
width: 24px;
|
|
32720
|
+
border-radius: 20px;
|
|
32721
|
+
color: #0080ff;
|
|
32722
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32515
32723
|
display: flex;
|
|
32516
32724
|
align-items: center;
|
|
32517
|
-
|
|
32725
|
+
justify-content: center;
|
|
32726
|
+
margin-right: 6px;
|
|
32518
32727
|
}
|
|
32519
|
-
|
|
32520
|
-
|
|
32521
|
-
|
|
32728
|
+
|
|
32729
|
+
.E_hrhfj7c {
|
|
32730
|
+
display: none;
|
|
32522
32731
|
}
|
|
32523
32732
|
|
|
32524
|
-
.
|
|
32525
|
-
|
|
32733
|
+
.E_dt9qoak .bottom {
|
|
32734
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32526
32735
|
}
|
|
32527
|
-
.
|
|
32528
|
-
|
|
32736
|
+
.E_dt9qoak .left {
|
|
32737
|
+
min-width: 0;
|
|
32529
32738
|
}
|
|
32530
32739
|
|
|
32531
|
-
.
|
|
32532
|
-
|
|
32740
|
+
.E_crhnxq5 {
|
|
32741
|
+
display: flex;
|
|
32742
|
+
flex-direction: row;
|
|
32743
|
+
justify-content: space-between;
|
|
32533
32744
|
}
|
|
32534
|
-
.
|
|
32535
|
-
|
|
32745
|
+
.E_crhnxq5 .label {
|
|
32746
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32747
|
+
font-weight: 400;
|
|
32536
32748
|
}
|
|
32537
|
-
|
|
32538
|
-
|
|
32749
|
+
|
|
32750
|
+
.E_c1iq43vd {
|
|
32751
|
+
display: flex;
|
|
32752
|
+
flex-direction: column;
|
|
32753
|
+
justify-content: center;
|
|
32754
|
+
align-items: center;
|
|
32755
|
+
height: 240px;
|
|
32756
|
+
width: 432px;
|
|
32539
32757
|
}
|
|
32540
|
-
|
|
32541
|
-
|
|
32758
|
+
|
|
32759
|
+
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
32760
|
+
border-radius: 0px;
|
|
32761
|
+
box-shadow: unset;
|
|
32762
|
+
border: 0;
|
|
32763
|
+
border-bottom: 1px solid #e4e9f2;
|
|
32542
32764
|
}
|
|
32543
|
-
|
|
32544
|
-
|
|
32545
|
-
padding:
|
|
32546
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32765
|
+
|
|
32766
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
32767
|
+
padding: 4px;
|
|
32547
32768
|
}
|
|
32548
|
-
.
|
|
32549
|
-
|
|
32550
|
-
padding-bottom: 0;
|
|
32769
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
|
|
32770
|
+
line-height: normal;
|
|
32551
32771
|
}
|
|
32552
|
-
.
|
|
32553
|
-
|
|
32554
|
-
width: 100px;
|
|
32555
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32772
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
|
|
32773
|
+
height: 22px;
|
|
32556
32774
|
}
|
|
32557
|
-
.
|
|
32558
|
-
|
|
32559
|
-
margin-top: 5px;
|
|
32775
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
|
|
32776
|
+
row-gap: 2px;
|
|
32560
32777
|
}
|
|
32561
|
-
.
|
|
32562
|
-
|
|
32563
|
-
|
|
32778
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
32779
|
+
line-height: normal;
|
|
32780
|
+
}
|
|
32781
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
32782
|
+
font-size: 13px;
|
|
32783
|
+
line-height: 20px;
|
|
32564
32784
|
}
|
|
32565
32785
|
|
|
32566
|
-
.
|
|
32786
|
+
.E_c1ec3mnt {
|
|
32787
|
+
font-size: 13px;
|
|
32788
|
+
}
|
|
32789
|
+
|
|
32790
|
+
.E_c1iye0zj {
|
|
32791
|
+
padding: 7px 14px;
|
|
32792
|
+
height: 20px;
|
|
32793
|
+
font-weight: 400;
|
|
32794
|
+
box-sizing: content-box;
|
|
32795
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32567
32796
|
display: flex;
|
|
32568
|
-
|
|
32797
|
+
flex-direction: row;
|
|
32569
32798
|
justify-content: space-between;
|
|
32570
|
-
|
|
32799
|
+
align-items: center;
|
|
32800
|
+
border-bottom: 1px solid #e4e9f2;
|
|
32571
32801
|
}
|
|
32572
|
-
|
|
32573
|
-
|
|
32802
|
+
|
|
32803
|
+
.E_ckhyuyx {
|
|
32804
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
32805
|
+
border-radius: 8px;
|
|
32806
|
+
padding: 0px;
|
|
32574
32807
|
}
|
|
32575
|
-
.
|
|
32576
|
-
|
|
32808
|
+
.E_ckhyuyx ul.antd5-cascader-menu {
|
|
32809
|
+
padding: 6px;
|
|
32810
|
+
height: 240px;
|
|
32577
32811
|
}
|
|
32578
|
-
.
|
|
32579
|
-
|
|
32580
|
-
|
|
32581
|
-
|
|
32582
|
-
|
|
32583
|
-
justify-content: flex-start;
|
|
32584
|
-
white-space: nowrap;
|
|
32812
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li {
|
|
32813
|
+
min-width: 296px;
|
|
32814
|
+
padding: 4px 4px 4px 8px;
|
|
32815
|
+
color: #00122e;
|
|
32816
|
+
margin-bottom: 2px;
|
|
32585
32817
|
}
|
|
32586
|
-
.
|
|
32587
|
-
|
|
32588
|
-
overflow: hidden;
|
|
32589
|
-
text-overflow: ellipsis;
|
|
32818
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li .icon-wrapper {
|
|
32819
|
+
vertical-align: middle;
|
|
32590
32820
|
}
|
|
32591
|
-
.
|
|
32592
|
-
|
|
32593
|
-
align-items: center;
|
|
32821
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active {
|
|
32822
|
+
font-weight: 400;
|
|
32594
32823
|
}
|
|
32595
|
-
.
|
|
32596
|
-
|
|
32597
|
-
flex-direction: row-reverse;
|
|
32598
|
-
align-items: center;
|
|
32824
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:hover {
|
|
32825
|
+
font-weight: 400;
|
|
32599
32826
|
}
|
|
32600
|
-
.
|
|
32601
|
-
|
|
32827
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:active {
|
|
32828
|
+
background: rgba(0, 136, 255, 0.2);
|
|
32602
32829
|
}
|
|
32603
|
-
.
|
|
32604
|
-
|
|
32605
|
-
margin-left: 14px;
|
|
32606
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
32607
|
-
cursor: pointer;
|
|
32830
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active .icon-wrapper svg path {
|
|
32831
|
+
fill: #0080ff;
|
|
32608
32832
|
}
|
|
32609
|
-
|
|
32610
|
-
.
|
|
32611
|
-
|
|
32612
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32833
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover {
|
|
32834
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32835
|
+
font-weight: 400;
|
|
32613
32836
|
}
|
|
32614
|
-
.
|
|
32615
|
-
|
|
32616
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32617
|
-
border-radius: 4px;
|
|
32837
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover .icon-wrapper svg path {
|
|
32838
|
+
fill: #0080ff;
|
|
32618
32839
|
}
|
|
32619
|
-
.
|
|
32620
|
-
background: rgba(
|
|
32621
|
-
color: #0096ff;
|
|
32622
|
-
}
|
|
32623
|
-
|
|
32624
|
-
.E_wpbf4pq {
|
|
32625
|
-
padding: 10px 0;
|
|
32626
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32627
|
-
}
|
|
32628
|
-
.E_wpbf4pq .ant-input,
|
|
32629
|
-
.E_wpbf4pq .ant-picker {
|
|
32630
|
-
width: 80px;
|
|
32631
|
-
margin: 0 9px;
|
|
32632
|
-
text-align: center;
|
|
32633
|
-
}
|
|
32634
|
-
.E_wpbf4pq .options {
|
|
32635
|
-
padding: 12px 0 12px 16px;
|
|
32636
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
32637
|
-
margin: 5px 0 5px 8px;
|
|
32638
|
-
}
|
|
32639
|
-
.E_wpbf4pq .week-day-option,
|
|
32640
|
-
.E_wpbf4pq .month-day-option {
|
|
32641
|
-
background: #f5f7fa;
|
|
32642
|
-
box-sizing: border-box;
|
|
32643
|
-
border-radius: 16px;
|
|
32644
|
-
margin-right: 8px;
|
|
32645
|
-
}
|
|
32646
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
32647
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
32648
|
-
color: inherit;
|
|
32649
|
-
border-color: #d9d9d9;
|
|
32650
|
-
}
|
|
32651
|
-
.E_wpbf4pq .week-day-option.active {
|
|
32652
|
-
background-color: #0096ff;
|
|
32653
|
-
border-color: #0096ff;
|
|
32654
|
-
color: #fff;
|
|
32655
|
-
}
|
|
32656
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
32657
|
-
width: 110px;
|
|
32658
|
-
margin-top: 4px;
|
|
32659
|
-
}
|
|
32660
|
-
.E_wpbf4pq .month-day-option {
|
|
32661
|
-
width: 32px;
|
|
32662
|
-
padding: 0;
|
|
32663
|
-
margin-bottom: 8px;
|
|
32664
|
-
}
|
|
32665
|
-
.E_wpbf4pq .month-day-option.active {
|
|
32666
|
-
background-color: #0096ff;
|
|
32667
|
-
border-color: #0096ff;
|
|
32668
|
-
color: #fff;
|
|
32669
|
-
}
|
|
32670
|
-
|
|
32671
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
32672
|
-
border: 0px;
|
|
32673
|
-
background-color: #fff;
|
|
32674
|
-
}
|
|
32675
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32676
|
-
padding-top: 0px;
|
|
32677
|
-
padding-bottom: 0px;
|
|
32678
|
-
padding-left: 0px !important;
|
|
32679
|
-
padding-right: 24px;
|
|
32680
|
-
}
|
|
32681
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32682
|
-
right: 0px;
|
|
32683
|
-
}
|
|
32684
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32685
|
-
padding: 0px;
|
|
32686
|
-
}
|
|
32687
|
-
|
|
32688
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32689
|
-
padding-right: 0px;
|
|
32690
|
-
cursor: default;
|
|
32691
|
-
}
|
|
32692
|
-
|
|
32693
|
-
.E_c1yyuluq {
|
|
32694
|
-
border-radius: 8px;
|
|
32695
|
-
}
|
|
32696
|
-
.E_c1yyuluq .ant-card-body {
|
|
32697
|
-
padding: 20px 24px 24px 24px;
|
|
32698
|
-
}
|
|
32699
|
-
|
|
32700
|
-
.E_hrhfj7c {
|
|
32701
|
-
display: none;
|
|
32702
|
-
}
|
|
32703
|
-
|
|
32704
|
-
.E_dt9qoak .bottom {
|
|
32705
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32706
|
-
}
|
|
32707
|
-
.E_dt9qoak .left {
|
|
32708
|
-
min-width: 0;
|
|
32709
|
-
}
|
|
32710
|
-
|
|
32711
|
-
.E_crhnxq5 {
|
|
32712
|
-
display: flex;
|
|
32713
|
-
flex-direction: row;
|
|
32714
|
-
justify-content: space-between;
|
|
32715
|
-
}
|
|
32716
|
-
.E_crhnxq5 .label {
|
|
32717
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32718
|
-
font-weight: 400;
|
|
32719
|
-
}
|
|
32720
|
-
|
|
32721
|
-
.E_c1iq43vd {
|
|
32722
|
-
display: flex;
|
|
32723
|
-
flex-direction: column;
|
|
32724
|
-
justify-content: center;
|
|
32725
|
-
align-items: center;
|
|
32726
|
-
height: 240px;
|
|
32727
|
-
width: 432px;
|
|
32728
|
-
}
|
|
32729
|
-
|
|
32730
|
-
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
32731
|
-
border-radius: 0px;
|
|
32732
|
-
box-shadow: unset;
|
|
32733
|
-
border: 0;
|
|
32734
|
-
border-bottom: 1px solid #e4e9f2;
|
|
32735
|
-
}
|
|
32736
|
-
|
|
32737
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
32738
|
-
padding: 4px;
|
|
32739
|
-
}
|
|
32740
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
|
|
32741
|
-
line-height: normal;
|
|
32742
|
-
}
|
|
32743
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
|
|
32744
|
-
height: 22px;
|
|
32745
|
-
}
|
|
32746
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
|
|
32747
|
-
row-gap: 2px;
|
|
32748
|
-
}
|
|
32749
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
32750
|
-
line-height: normal;
|
|
32751
|
-
}
|
|
32752
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
32753
|
-
font-size: 13px;
|
|
32754
|
-
line-height: 20px;
|
|
32755
|
-
}
|
|
32756
|
-
|
|
32757
|
-
.E_c1ec3mnt {
|
|
32758
|
-
font-size: 13px;
|
|
32759
|
-
}
|
|
32760
|
-
|
|
32761
|
-
.E_c1iye0zj {
|
|
32762
|
-
padding: 7px 14px;
|
|
32763
|
-
height: 20px;
|
|
32764
|
-
font-weight: 400;
|
|
32765
|
-
box-sizing: content-box;
|
|
32766
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32767
|
-
display: flex;
|
|
32768
|
-
flex-direction: row;
|
|
32769
|
-
justify-content: space-between;
|
|
32770
|
-
align-items: center;
|
|
32771
|
-
border-bottom: 1px solid #e4e9f2;
|
|
32772
|
-
}
|
|
32773
|
-
|
|
32774
|
-
.E_ckhyuyx {
|
|
32775
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
32776
|
-
border-radius: 8px;
|
|
32777
|
-
padding: 0px;
|
|
32778
|
-
}
|
|
32779
|
-
.E_ckhyuyx ul.antd5-cascader-menu {
|
|
32780
|
-
padding: 6px;
|
|
32781
|
-
height: 240px;
|
|
32782
|
-
}
|
|
32783
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li {
|
|
32784
|
-
min-width: 296px;
|
|
32785
|
-
padding: 4px 4px 4px 8px;
|
|
32786
|
-
color: #00122e;
|
|
32787
|
-
margin-bottom: 2px;
|
|
32788
|
-
}
|
|
32789
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li .icon-wrapper {
|
|
32790
|
-
vertical-align: middle;
|
|
32791
|
-
}
|
|
32792
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active {
|
|
32793
|
-
font-weight: 400;
|
|
32794
|
-
}
|
|
32795
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:hover {
|
|
32796
|
-
font-weight: 400;
|
|
32797
|
-
}
|
|
32798
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:active {
|
|
32799
|
-
background: rgba(0, 136, 255, 0.2);
|
|
32800
|
-
}
|
|
32801
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active .icon-wrapper svg path {
|
|
32802
|
-
fill: #0080ff;
|
|
32803
|
-
}
|
|
32804
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover {
|
|
32805
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32806
|
-
font-weight: 400;
|
|
32807
|
-
}
|
|
32808
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover .icon-wrapper svg path {
|
|
32809
|
-
fill: #0080ff;
|
|
32810
|
-
}
|
|
32811
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:active {
|
|
32812
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32840
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:active {
|
|
32841
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32813
32842
|
}
|
|
32814
32843
|
.E_ckhyuyx li:has(.E_dt9qoak) .antd5-checkbox {
|
|
32815
32844
|
align-self: flex-start;
|
|
@@ -32913,35 +32942,6 @@ span.E_tqjc4ui {
|
|
|
32913
32942
|
font-size: 14px;
|
|
32914
32943
|
}
|
|
32915
32944
|
|
|
32916
|
-
.E_ryby9ds {
|
|
32917
|
-
display: flex;
|
|
32918
|
-
align-items: center;
|
|
32919
|
-
}
|
|
32920
|
-
.E_ryby9ds .order {
|
|
32921
|
-
height: 24px;
|
|
32922
|
-
width: 24px;
|
|
32923
|
-
border-radius: 20px;
|
|
32924
|
-
color: #0080ff;
|
|
32925
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32926
|
-
display: flex;
|
|
32927
|
-
align-items: center;
|
|
32928
|
-
justify-content: center;
|
|
32929
|
-
margin-right: 6px;
|
|
32930
|
-
}
|
|
32931
|
-
|
|
32932
|
-
.E_suhck3k {
|
|
32933
|
-
height: 24px;
|
|
32934
|
-
width: 24px;
|
|
32935
|
-
border-radius: 6px;
|
|
32936
|
-
padding: 4px;
|
|
32937
|
-
}
|
|
32938
|
-
.E_suhck3k:hover {
|
|
32939
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32940
|
-
}
|
|
32941
|
-
.E_suhck3k:hover svg path {
|
|
32942
|
-
fill: blue;
|
|
32943
|
-
}
|
|
32944
|
-
|
|
32945
32945
|
.E_h12yihis {
|
|
32946
32946
|
height: 50px;
|
|
32947
32947
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -33645,6 +33645,40 @@ span.E_tqjc4ui {
|
|
|
33645
33645
|
padding: 0;
|
|
33646
33646
|
}
|
|
33647
33647
|
|
|
33648
|
+
.E_r77hffu {
|
|
33649
|
+
display: flex;
|
|
33650
|
+
align-items: center;
|
|
33651
|
+
justify-content: space-between;
|
|
33652
|
+
column-gap: 6px;
|
|
33653
|
+
}
|
|
33654
|
+
|
|
33655
|
+
.E_p1cmxsf7 {
|
|
33656
|
+
display: flex;
|
|
33657
|
+
flex-direction: column;
|
|
33658
|
+
justify-content: center;
|
|
33659
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33660
|
+
}
|
|
33661
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33662
|
+
font-size: 0;
|
|
33663
|
+
}
|
|
33664
|
+
|
|
33665
|
+
.E_b14q2gmw {
|
|
33666
|
+
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);
|
|
33667
|
+
}
|
|
33668
|
+
|
|
33669
|
+
.E_c1eym6el {
|
|
33670
|
+
border-radius: 8px;
|
|
33671
|
+
background-color: white;
|
|
33672
|
+
}
|
|
33673
|
+
.E_c1eym6el.hoverable {
|
|
33674
|
+
cursor: pointer;
|
|
33675
|
+
}
|
|
33676
|
+
.E_c1eym6el.hoverable:hover {
|
|
33677
|
+
transition: all 200ms ease;
|
|
33678
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33679
|
+
transform: translateY(-4px);
|
|
33680
|
+
}
|
|
33681
|
+
|
|
33648
33682
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33649
33683
|
margin-right: 2px;
|
|
33650
33684
|
}
|
|
@@ -33679,84 +33713,10 @@ span.E_tqjc4ui {
|
|
|
33679
33713
|
background-color: transparent;
|
|
33680
33714
|
}
|
|
33681
33715
|
|
|
33682
|
-
.E_r77hffu {
|
|
33683
|
-
display: flex;
|
|
33684
|
-
align-items: center;
|
|
33685
|
-
justify-content: space-between;
|
|
33686
|
-
column-gap: 6px;
|
|
33687
|
-
}
|
|
33688
|
-
|
|
33689
|
-
.E_p1cmxsf7 {
|
|
33690
|
-
display: flex;
|
|
33691
|
-
flex-direction: column;
|
|
33692
|
-
justify-content: center;
|
|
33693
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33694
|
-
}
|
|
33695
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
33696
|
-
font-size: 0;
|
|
33697
|
-
}
|
|
33698
|
-
|
|
33699
33716
|
.E_c1yd35n {
|
|
33700
33717
|
padding: 0 12px 14px 12px;
|
|
33701
33718
|
}
|
|
33702
33719
|
|
|
33703
|
-
.E_c1kghdax {
|
|
33704
|
-
color: #2d3a56;
|
|
33705
|
-
padding: 7px 12px;
|
|
33706
|
-
display: flex;
|
|
33707
|
-
justify-content: space-between;
|
|
33708
|
-
align-items: center;
|
|
33709
|
-
}
|
|
33710
|
-
.E_c1kghdax.has-arrow {
|
|
33711
|
-
padding-left: 10px;
|
|
33712
|
-
}
|
|
33713
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33714
|
-
cursor: pointer;
|
|
33715
|
-
color: #00122e;
|
|
33716
|
-
}
|
|
33717
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33718
|
-
color: #2d3a56;
|
|
33719
|
-
font-weight: 600;
|
|
33720
|
-
}
|
|
33721
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33722
|
-
transform: rotate(90deg);
|
|
33723
|
-
}
|
|
33724
|
-
.E_c1kghdax .sub-info {
|
|
33725
|
-
font-size: 12px;
|
|
33726
|
-
line-height: 18px;
|
|
33727
|
-
}
|
|
33728
|
-
.E_c1kghdax .title-wrapper {
|
|
33729
|
-
display: flex;
|
|
33730
|
-
align-items: center;
|
|
33731
|
-
user-select: none;
|
|
33732
|
-
flex-grow: 1;
|
|
33733
|
-
font-size: 12px;
|
|
33734
|
-
line-height: 18px;
|
|
33735
|
-
color: #2d3a56;
|
|
33736
|
-
font-weight: 700;
|
|
33737
|
-
}
|
|
33738
|
-
.E_c1kghdax .collapse-arrow {
|
|
33739
|
-
transition: all 50ms ease-out 0ms;
|
|
33740
|
-
margin-right: 2px;
|
|
33741
|
-
}
|
|
33742
|
-
|
|
33743
|
-
.E_b14q2gmw {
|
|
33744
|
-
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);
|
|
33745
|
-
}
|
|
33746
|
-
|
|
33747
|
-
.E_c1eym6el {
|
|
33748
|
-
border-radius: 8px;
|
|
33749
|
-
background-color: white;
|
|
33750
|
-
}
|
|
33751
|
-
.E_c1eym6el.hoverable {
|
|
33752
|
-
cursor: pointer;
|
|
33753
|
-
}
|
|
33754
|
-
.E_c1eym6el.hoverable:hover {
|
|
33755
|
-
transition: all 200ms ease;
|
|
33756
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33757
|
-
transform: translateY(-4px);
|
|
33758
|
-
}
|
|
33759
|
-
|
|
33760
33720
|
.E_ckui4s7 {
|
|
33761
33721
|
color: #2d3a56;
|
|
33762
33722
|
line-height: 22px;
|
|
@@ -33821,6 +33781,46 @@ span.E_tqjc4ui {
|
|
|
33821
33781
|
margin-left: 24px;
|
|
33822
33782
|
}
|
|
33823
33783
|
|
|
33784
|
+
.E_c1kghdax {
|
|
33785
|
+
color: #2d3a56;
|
|
33786
|
+
padding: 7px 12px;
|
|
33787
|
+
display: flex;
|
|
33788
|
+
justify-content: space-between;
|
|
33789
|
+
align-items: center;
|
|
33790
|
+
}
|
|
33791
|
+
.E_c1kghdax.has-arrow {
|
|
33792
|
+
padding-left: 10px;
|
|
33793
|
+
}
|
|
33794
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33795
|
+
cursor: pointer;
|
|
33796
|
+
color: #00122e;
|
|
33797
|
+
}
|
|
33798
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33799
|
+
color: #2d3a56;
|
|
33800
|
+
font-weight: 600;
|
|
33801
|
+
}
|
|
33802
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33803
|
+
transform: rotate(90deg);
|
|
33804
|
+
}
|
|
33805
|
+
.E_c1kghdax .sub-info {
|
|
33806
|
+
font-size: 12px;
|
|
33807
|
+
line-height: 18px;
|
|
33808
|
+
}
|
|
33809
|
+
.E_c1kghdax .title-wrapper {
|
|
33810
|
+
display: flex;
|
|
33811
|
+
align-items: center;
|
|
33812
|
+
user-select: none;
|
|
33813
|
+
flex-grow: 1;
|
|
33814
|
+
font-size: 12px;
|
|
33815
|
+
line-height: 18px;
|
|
33816
|
+
color: #2d3a56;
|
|
33817
|
+
font-weight: 700;
|
|
33818
|
+
}
|
|
33819
|
+
.E_c1kghdax .collapse-arrow {
|
|
33820
|
+
transition: all 50ms ease-out 0ms;
|
|
33821
|
+
margin-right: 2px;
|
|
33822
|
+
}
|
|
33823
|
+
|
|
33824
33824
|
.E_t1gvlxt5 {
|
|
33825
33825
|
min-width: 0;
|
|
33826
33826
|
flex: 1;
|
|
@@ -34053,928 +34053,928 @@ span.E_tqjc4ui {
|
|
|
34053
34053
|
margin-left: 8px;
|
|
34054
34054
|
}
|
|
34055
34055
|
|
|
34056
|
-
.
|
|
34057
|
-
|
|
34056
|
+
.E_sddwhm6 {
|
|
34057
|
+
margin: 0;
|
|
34058
|
+
border-radius: 20px;
|
|
34059
|
+
padding: 2px 10px;
|
|
34060
|
+
height: 22px;
|
|
34058
34061
|
}
|
|
34059
|
-
.
|
|
34060
|
-
|
|
34062
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34063
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34061
34064
|
}
|
|
34062
|
-
.
|
|
34063
|
-
|
|
34065
|
+
.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 {
|
|
34066
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34064
34067
|
}
|
|
34065
|
-
.
|
|
34066
|
-
color: #
|
|
34068
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34069
|
+
color: #00122e;
|
|
34067
34070
|
}
|
|
34068
|
-
.
|
|
34069
|
-
|
|
34070
|
-
font-weight: normal;
|
|
34071
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34072
|
+
margin-right: 6px;
|
|
34071
34073
|
}
|
|
34072
|
-
.
|
|
34074
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34075
|
+
margin-left: 8px;
|
|
34073
34076
|
color: rgba(44, 56, 82, 0.6);
|
|
34074
34077
|
}
|
|
34075
|
-
.
|
|
34076
|
-
color:
|
|
34077
|
-
}
|
|
34078
|
-
.E_sjob3jg .step-item-text {
|
|
34079
|
-
display: inline-block;
|
|
34078
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34079
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34080
34080
|
}
|
|
34081
|
-
.
|
|
34082
|
-
|
|
34083
|
-
white-space: nowrap;
|
|
34084
|
-
text-overflow: ellipsis;
|
|
34081
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34082
|
+
background-color: #0080ff;
|
|
34085
34083
|
}
|
|
34086
|
-
|
|
34087
|
-
|
|
34088
|
-
min-width: var(--item-min-width);
|
|
34084
|
+
.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 {
|
|
34085
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34089
34086
|
}
|
|
34090
|
-
.
|
|
34091
|
-
|
|
34087
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34088
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34092
34089
|
}
|
|
34093
|
-
.
|
|
34094
|
-
|
|
34095
|
-
justify-content: stretch;
|
|
34090
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34091
|
+
background-color: #f0483e;
|
|
34096
34092
|
}
|
|
34097
|
-
.
|
|
34098
|
-
|
|
34099
|
-
margin-right: 4px;
|
|
34100
|
-
flex: 1;
|
|
34101
|
-
overflow: visible;
|
|
34093
|
+
.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 {
|
|
34094
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34102
34095
|
}
|
|
34103
|
-
.
|
|
34104
|
-
|
|
34105
|
-
min-height: unset;
|
|
34096
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34097
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34106
34098
|
}
|
|
34107
|
-
.
|
|
34108
|
-
|
|
34109
|
-
line-height: 26px;
|
|
34110
|
-
width: 100%;
|
|
34111
|
-
padding: 0;
|
|
34112
|
-
font-size: 12px;
|
|
34099
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34100
|
+
background-color: #fea008;
|
|
34113
34101
|
}
|
|
34114
|
-
.
|
|
34115
|
-
|
|
34102
|
+
.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 {
|
|
34103
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34116
34104
|
}
|
|
34117
|
-
.
|
|
34118
|
-
|
|
34105
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34106
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34119
34107
|
}
|
|
34120
|
-
.
|
|
34121
|
-
|
|
34122
|
-
padding-right: 4px;
|
|
34123
|
-
border-radius: 4px 0 0 4px;
|
|
34108
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34109
|
+
background-color: #00ba5d;
|
|
34124
34110
|
}
|
|
34125
|
-
.
|
|
34126
|
-
|
|
34111
|
+
.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 {
|
|
34112
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34127
34113
|
}
|
|
34128
|
-
.
|
|
34129
|
-
|
|
34130
|
-
padding-left: 12px;
|
|
34131
|
-
border-radius: 0 4px 4px 0;
|
|
34114
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34115
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34132
34116
|
}
|
|
34133
|
-
.
|
|
34134
|
-
|
|
34135
|
-
width: 0;
|
|
34136
|
-
height: 0;
|
|
34137
|
-
border: 13px solid transparent;
|
|
34138
|
-
position: absolute;
|
|
34139
|
-
top: 0;
|
|
34140
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34141
|
-
z-index: 2;
|
|
34142
|
-
position: relative;
|
|
34143
|
-
top: -50%;
|
|
34144
|
-
right: -100%;
|
|
34117
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34118
|
+
background-color: #6b7d99;
|
|
34145
34119
|
}
|
|
34146
|
-
.
|
|
34147
|
-
|
|
34120
|
+
.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 {
|
|
34121
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34148
34122
|
}
|
|
34149
|
-
|
|
34150
|
-
|
|
34151
|
-
width:
|
|
34152
|
-
height:
|
|
34153
|
-
border:
|
|
34154
|
-
|
|
34155
|
-
top: 0;
|
|
34156
|
-
border-left: 8px solid #fff;
|
|
34157
|
-
left: 0;
|
|
34123
|
+
|
|
34124
|
+
.E_satwmqm {
|
|
34125
|
+
width: 8px;
|
|
34126
|
+
height: 8px;
|
|
34127
|
+
border-radius: 50%;
|
|
34128
|
+
display: inline-block;
|
|
34158
34129
|
}
|
|
34159
|
-
|
|
34160
|
-
|
|
34130
|
+
|
|
34131
|
+
button.E_l48ei06.ant-btn {
|
|
34132
|
+
font-size: 12px;
|
|
34133
|
+
line-height: 18px;
|
|
34134
|
+
height: 18px;
|
|
34161
34135
|
}
|
|
34162
|
-
|
|
34163
|
-
|
|
34136
|
+
|
|
34137
|
+
button.E_l48ei06 {
|
|
34138
|
+
color: #0080FF;
|
|
34139
|
+
height: unset;
|
|
34164
34140
|
}
|
|
34165
|
-
.
|
|
34166
|
-
|
|
34141
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34142
|
+
margin-right: 4px;
|
|
34167
34143
|
}
|
|
34168
|
-
.
|
|
34169
|
-
|
|
34170
|
-
min-width: var(--item-min-width);
|
|
34171
|
-
}
|
|
34172
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34173
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34174
|
-
min-width: var(--item-min-width);
|
|
34175
|
-
}
|
|
34176
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34177
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34178
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34144
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34145
|
+
margin-left: 4px;
|
|
34179
34146
|
}
|
|
34180
|
-
.
|
|
34181
|
-
|
|
34147
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34148
|
+
color: #009DFF;
|
|
34182
34149
|
}
|
|
34183
|
-
|
|
34184
|
-
|
|
34185
|
-
width: 192px;
|
|
34186
|
-
row-gap: 2px;
|
|
34150
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34151
|
+
color: #005ED1;
|
|
34187
34152
|
}
|
|
34188
|
-
.
|
|
34189
|
-
|
|
34153
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34154
|
+
color: #0080FF;
|
|
34190
34155
|
}
|
|
34191
|
-
.
|
|
34192
|
-
color: #
|
|
34156
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34157
|
+
color: #00122E;
|
|
34193
34158
|
}
|
|
34194
|
-
.
|
|
34195
|
-
|
|
34159
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34160
|
+
color: #0080FF;
|
|
34196
34161
|
}
|
|
34197
|
-
.
|
|
34198
|
-
|
|
34199
|
-
border-radius: 4px;
|
|
34200
|
-
height: 32px;
|
|
34201
|
-
display: flex;
|
|
34202
|
-
align-items: center;
|
|
34162
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34163
|
+
color: #005ED1;
|
|
34203
34164
|
}
|
|
34204
|
-
.
|
|
34205
|
-
|
|
34206
|
-
white-space: nowrap;
|
|
34165
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34166
|
+
color: #00122E;
|
|
34207
34167
|
}
|
|
34208
|
-
.
|
|
34209
|
-
|
|
34210
|
-
line-height: 20px;
|
|
34211
|
-
max-width: 100%;
|
|
34212
|
-
padding-right: 0;
|
|
34168
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34169
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34213
34170
|
}
|
|
34214
|
-
.
|
|
34215
|
-
|
|
34171
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34172
|
+
color: #0080FF;
|
|
34216
34173
|
}
|
|
34217
|
-
|
|
34218
|
-
|
|
34219
|
-
width: 100%;
|
|
34220
|
-
display: inline-flex;
|
|
34221
|
-
align-items: center;
|
|
34222
|
-
justify-content: center;
|
|
34223
|
-
column-gap: 4px;
|
|
34174
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34175
|
+
color: #005ED1;
|
|
34224
34176
|
}
|
|
34225
|
-
.
|
|
34226
|
-
|
|
34227
|
-
align-items: center;
|
|
34228
|
-
width: 18px;
|
|
34229
|
-
height: 18px;
|
|
34230
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34231
|
-
justify-content: center;
|
|
34177
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34178
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34232
34179
|
}
|
|
34233
34180
|
|
|
34234
|
-
.
|
|
34235
|
-
|
|
34236
|
-
display: flex;
|
|
34237
|
-
align-items: center;
|
|
34238
|
-
justify-content: center;
|
|
34239
|
-
column-gap: 6px;
|
|
34240
|
-
font-size: 13px;
|
|
34241
|
-
}
|
|
34242
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
34243
|
-
display: inline-flex;
|
|
34244
|
-
align-items: center;
|
|
34245
|
-
min-width: 20px;
|
|
34246
|
-
min-height: 20px;
|
|
34247
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34248
|
-
justify-content: center;
|
|
34181
|
+
.E_tc97u5y {
|
|
34182
|
+
height: 100%;
|
|
34249
34183
|
}
|
|
34250
34184
|
|
|
34251
|
-
.
|
|
34252
|
-
|
|
34185
|
+
.E_tfzf37v {
|
|
34186
|
+
height: 100%;
|
|
34253
34187
|
}
|
|
34254
|
-
.
|
|
34255
|
-
|
|
34256
|
-
|
|
34257
|
-
margin-right: 4px;
|
|
34188
|
+
.E_tfzf37v.empty-table .ant-table-content {
|
|
34189
|
+
overflow: visible !important;
|
|
34190
|
+
height: 100%;
|
|
34258
34191
|
}
|
|
34259
|
-
|
|
34260
|
-
|
|
34261
|
-
padding: 0 8px;
|
|
34262
|
-
height: 18px;
|
|
34192
|
+
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
34193
|
+
height: 100%;
|
|
34263
34194
|
}
|
|
34264
|
-
|
|
34265
|
-
|
|
34266
|
-
|
|
34267
|
-
height: 24px;
|
|
34195
|
+
.E_tfzf37v.empty-table .ant-table-content table {
|
|
34196
|
+
width: 100% !important;
|
|
34197
|
+
height: 100%;
|
|
34268
34198
|
}
|
|
34269
|
-
|
|
34270
|
-
|
|
34271
|
-
margin: 0;
|
|
34199
|
+
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34200
|
+
padding: 15px 0;
|
|
34272
34201
|
}
|
|
34273
|
-
|
|
34274
|
-
|
|
34275
|
-
margin-right: 4px;
|
|
34276
|
-
height: 16px;
|
|
34202
|
+
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
34203
|
+
display: none;
|
|
34277
34204
|
}
|
|
34278
|
-
|
|
34279
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34205
|
+
.E_tfzf37v .active-row td:nth-child(1) {
|
|
34280
34206
|
font-weight: 700;
|
|
34281
|
-
color: #00122e;
|
|
34282
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34283
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34284
|
-
word-break: break-all;
|
|
34285
|
-
display: inline;
|
|
34286
|
-
white-space: normal;
|
|
34287
|
-
}
|
|
34288
|
-
|
|
34289
|
-
.E_i1g85yz3 {
|
|
34290
|
-
margin-right: 4px;
|
|
34291
|
-
height: 16px;
|
|
34292
|
-
}
|
|
34293
|
-
|
|
34294
|
-
.E_t1dtlqs1 {
|
|
34295
|
-
margin-bottom: 4px;
|
|
34296
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34297
|
-
overflow: hidden;
|
|
34298
|
-
text-overflow: ellipsis;
|
|
34299
|
-
white-space: nowrap;
|
|
34300
|
-
}
|
|
34301
|
-
|
|
34302
|
-
.E_s1ese5oy {
|
|
34303
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34304
|
-
line-height: 32px;
|
|
34305
|
-
height: 32px;
|
|
34306
|
-
margin-bottom: 0;
|
|
34307
34207
|
}
|
|
34308
|
-
.
|
|
34309
|
-
|
|
34208
|
+
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
34209
|
+
font-weight: 700;
|
|
34310
34210
|
}
|
|
34311
|
-
.
|
|
34312
|
-
|
|
34211
|
+
.E_tfzf37v .ant-spin-nested-loading {
|
|
34212
|
+
height: 100%;
|
|
34313
34213
|
}
|
|
34314
|
-
.
|
|
34315
|
-
|
|
34214
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
34215
|
+
height: 100%;
|
|
34216
|
+
overflow: visible;
|
|
34316
34217
|
}
|
|
34317
|
-
.
|
|
34318
|
-
|
|
34218
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
34219
|
+
max-height: none;
|
|
34319
34220
|
}
|
|
34320
|
-
.
|
|
34321
|
-
|
|
34221
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
34222
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
34223
|
+
display: none;
|
|
34322
34224
|
}
|
|
34323
|
-
|
|
34324
|
-
|
|
34325
|
-
margin-bottom: 0;
|
|
34326
|
-
color: #00122e;
|
|
34225
|
+
.E_tfzf37v td.ant-table-column-sort {
|
|
34226
|
+
background: transparent;
|
|
34327
34227
|
}
|
|
34328
|
-
|
|
34329
|
-
.
|
|
34330
|
-
|
|
34331
|
-
|
|
34228
|
+
.E_tfzf37v td.ant-table-cell-fix-left,
|
|
34229
|
+
.E_tfzf37v td.ant-table-cell-fix-right {
|
|
34230
|
+
background: #fff;
|
|
34231
|
+
padding: 0 !important;
|
|
34332
34232
|
}
|
|
34333
|
-
|
|
34334
|
-
.
|
|
34335
|
-
|
|
34336
|
-
|
|
34337
|
-
|
|
34338
|
-
|
|
34233
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
34234
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34235
|
+
display: flex;
|
|
34236
|
+
align-items: center;
|
|
34237
|
+
height: 100%;
|
|
34238
|
+
padding: 8px;
|
|
34339
34239
|
}
|
|
34340
|
-
.
|
|
34341
|
-
|
|
34240
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
34241
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
34342
34242
|
overflow: hidden;
|
|
34343
34243
|
text-overflow: ellipsis;
|
|
34344
|
-
|
|
34244
|
+
width: 100%;
|
|
34345
34245
|
}
|
|
34346
|
-
|
|
34347
|
-
|
|
34348
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34349
|
-
border-radius: 8px;
|
|
34350
|
-
overflow: auto;
|
|
34246
|
+
.E_tfzf37v .ant-table-container {
|
|
34247
|
+
height: 100%;
|
|
34351
34248
|
}
|
|
34352
|
-
.
|
|
34353
|
-
|
|
34249
|
+
.E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
|
|
34250
|
+
box-shadow: none !important;
|
|
34354
34251
|
}
|
|
34355
|
-
.
|
|
34356
|
-
|
|
34357
|
-
|
|
34358
|
-
|
|
34359
|
-
|
|
34360
|
-
|
|
34361
|
-
|
|
34362
|
-
|
|
34363
|
-
background: #f2f5fa;
|
|
34364
|
-
font-size: 14px;
|
|
34365
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34366
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34252
|
+
.E_tfzf37v div.ant-table {
|
|
34253
|
+
border-radius: 0px;
|
|
34254
|
+
border-left: none;
|
|
34255
|
+
border-right: none;
|
|
34256
|
+
border-bottom: none;
|
|
34257
|
+
height: 100%;
|
|
34258
|
+
font-size: 12px;
|
|
34259
|
+
background: transparent;
|
|
34367
34260
|
}
|
|
34368
|
-
.
|
|
34369
|
-
|
|
34261
|
+
.E_tfzf37v div.ant-table .ant-table-header {
|
|
34262
|
+
position: relative;
|
|
34263
|
+
z-index: 3;
|
|
34264
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34265
|
+
margin-bottom: -1px;
|
|
34370
34266
|
}
|
|
34371
|
-
.
|
|
34372
|
-
|
|
34373
|
-
|
|
34374
|
-
align-items: flex-start;
|
|
34375
|
-
flex-wrap: wrap;
|
|
34376
|
-
padding: 8px;
|
|
34377
|
-
border: none;
|
|
34267
|
+
.E_tfzf37v div.ant-table .time-wrapper .date,
|
|
34268
|
+
.E_tfzf37v div.ant-table .value {
|
|
34269
|
+
color: #2d3a56;
|
|
34378
34270
|
}
|
|
34379
|
-
.
|
|
34380
|
-
|
|
34381
|
-
margin: 12px 0 0;
|
|
34382
|
-
order: 99;
|
|
34271
|
+
.E_tfzf37v div.ant-table .time-wrapper .time,
|
|
34272
|
+
.E_tfzf37v div.ant-table .unit {
|
|
34383
34273
|
color: rgba(44, 56, 82, 0.6);
|
|
34384
34274
|
}
|
|
34385
|
-
.
|
|
34386
|
-
|
|
34387
|
-
|
|
34388
|
-
order: 98;
|
|
34389
|
-
margin: 12px 0 0;
|
|
34275
|
+
.E_tfzf37v div.ant-table .ant-table-selection {
|
|
34276
|
+
position: unset;
|
|
34277
|
+
text-align: center;
|
|
34390
34278
|
}
|
|
34391
|
-
.
|
|
34392
|
-
background
|
|
34279
|
+
.E_tfzf37v div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
34280
|
+
background: #fff;
|
|
34393
34281
|
}
|
|
34394
|
-
.
|
|
34395
|
-
|
|
34282
|
+
.E_tfzf37v div.ant-table .anticon-setting {
|
|
34283
|
+
cursor: pointer;
|
|
34284
|
+
position: absolute;
|
|
34285
|
+
top: 50%;
|
|
34286
|
+
right: 12px;
|
|
34287
|
+
transform: translateY(-50%);
|
|
34396
34288
|
}
|
|
34397
|
-
.
|
|
34398
|
-
|
|
34399
|
-
|
|
34289
|
+
.E_tfzf37v div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
34290
|
+
box-shadow: none;
|
|
34291
|
+
width: 1px;
|
|
34292
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34400
34293
|
}
|
|
34401
|
-
.
|
|
34402
|
-
|
|
34403
|
-
|
|
34294
|
+
.E_tfzf37v div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
34295
|
+
box-shadow: none;
|
|
34296
|
+
width: 1px;
|
|
34297
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34404
34298
|
}
|
|
34405
|
-
.
|
|
34406
|
-
|
|
34299
|
+
.E_tfzf37v div.ant-table .ant-table-tbody {
|
|
34300
|
+
position: relative;
|
|
34407
34301
|
}
|
|
34408
|
-
.
|
|
34409
|
-
|
|
34302
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td {
|
|
34303
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34304
|
+
border-bottom: 1px solid white;
|
|
34305
|
+
height: 40px;
|
|
34306
|
+
vertical-align: middle;
|
|
34307
|
+
transition: background 0ms;
|
|
34308
|
+
color: #00122e;
|
|
34410
34309
|
}
|
|
34411
|
-
.
|
|
34412
|
-
|
|
34310
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
34311
|
+
background: #f2f5fa;
|
|
34312
|
+
border-bottom-color: #f2f5fa;
|
|
34413
34313
|
}
|
|
34414
|
-
.
|
|
34314
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
34315
|
+
height: auto;
|
|
34316
|
+
color: #00122e;
|
|
34317
|
+
font-size: 12px;
|
|
34415
34318
|
text-align: left;
|
|
34319
|
+
transition: none;
|
|
34320
|
+
overflow: hidden;
|
|
34321
|
+
text-overflow: ellipsis;
|
|
34322
|
+
white-space: nowrap;
|
|
34416
34323
|
}
|
|
34417
|
-
.
|
|
34418
|
-
|
|
34324
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
34325
|
+
color: #0096ff;
|
|
34419
34326
|
}
|
|
34420
|
-
.
|
|
34421
|
-
|
|
34327
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
34328
|
+
overflow: hidden;
|
|
34329
|
+
text-overflow: ellipsis;
|
|
34330
|
+
width: 100%;
|
|
34331
|
+
vertical-align: middle;
|
|
34422
34332
|
}
|
|
34423
|
-
.
|
|
34424
|
-
|
|
34333
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
34334
|
+
line-height: 0px;
|
|
34425
34335
|
}
|
|
34426
|
-
.
|
|
34427
|
-
padding:
|
|
34428
|
-
width: 24px;
|
|
34429
|
-
height: 24px;
|
|
34430
|
-
overflow: hidden;
|
|
34336
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
34337
|
+
padding-right: 25px;
|
|
34431
34338
|
}
|
|
34432
|
-
.
|
|
34433
|
-
|
|
34339
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
34340
|
+
border-top-color: transparent;
|
|
34434
34341
|
}
|
|
34435
|
-
.
|
|
34436
|
-
|
|
34437
|
-
|
|
34342
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
34343
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34344
|
+
border-color: transparent transparent white;
|
|
34438
34345
|
}
|
|
34439
|
-
.
|
|
34440
|
-
|
|
34346
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
34347
|
+
border-radius: 8px 0 0 8px;
|
|
34441
34348
|
}
|
|
34442
|
-
.
|
|
34443
|
-
|
|
34444
|
-
border-radius: 5px;
|
|
34445
|
-
font-size: 12px;
|
|
34349
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
34350
|
+
border-radius: 8px 0 0 8px;
|
|
34446
34351
|
}
|
|
34447
|
-
.
|
|
34448
|
-
|
|
34352
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
34353
|
+
content: "";
|
|
34354
|
+
width: 4px;
|
|
34355
|
+
top: -1px;
|
|
34356
|
+
bottom: -1px;
|
|
34357
|
+
background: white;
|
|
34449
34358
|
}
|
|
34450
|
-
.
|
|
34451
|
-
|
|
34452
|
-
font-size: 12px;
|
|
34453
|
-
position: relative;
|
|
34359
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
34360
|
+
border-radius: 0 8px 8px 0;
|
|
34454
34361
|
}
|
|
34455
|
-
.
|
|
34456
|
-
border-
|
|
34362
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
34363
|
+
border-radius: 0;
|
|
34364
|
+
background: white;
|
|
34365
|
+
border-top: none;
|
|
34457
34366
|
}
|
|
34458
|
-
.
|
|
34459
|
-
|
|
34367
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
34368
|
+
border-top: 1px solid transparent;
|
|
34369
|
+
border-radius: 0 8px 8px 0;
|
|
34370
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34460
34371
|
}
|
|
34461
|
-
|
|
34462
|
-
|
|
34372
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
34373
|
+
background: white;
|
|
34374
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34375
|
+
}
|
|
34376
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34463
34377
|
display: flex;
|
|
34464
34378
|
align-items: center;
|
|
34465
|
-
|
|
34466
|
-
|
|
34467
|
-
.E_a138syjm button.ant-btn {
|
|
34468
|
-
padding: 2px 8px;
|
|
34469
|
-
height: 24px;
|
|
34470
|
-
}
|
|
34471
|
-
.E_a138syjm > span.maximum-desc {
|
|
34472
|
-
display: none;
|
|
34473
|
-
margin-left: 8px;
|
|
34474
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34379
|
+
height: 100%;
|
|
34380
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34475
34381
|
}
|
|
34476
|
-
.
|
|
34477
|
-
|
|
34382
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
34383
|
+
background: white;
|
|
34384
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34478
34385
|
}
|
|
34479
|
-
|
|
34480
|
-
|
|
34481
|
-
|
|
34482
|
-
height:
|
|
34483
|
-
|
|
34484
|
-
margin-right: 8px;
|
|
34386
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
34387
|
+
display: flex;
|
|
34388
|
+
align-items: center;
|
|
34389
|
+
height: 100%;
|
|
34390
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34485
34391
|
}
|
|
34486
|
-
|
|
34487
|
-
|
|
34488
|
-
font-size: 12px;
|
|
34489
|
-
line-height: 18px;
|
|
34490
|
-
height: 18px;
|
|
34392
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
34393
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34491
34394
|
}
|
|
34492
|
-
|
|
34493
|
-
|
|
34494
|
-
|
|
34495
|
-
height: unset;
|
|
34395
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
34396
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
34397
|
+
border-radius: 8px;
|
|
34496
34398
|
}
|
|
34497
|
-
|
|
34498
|
-
|
|
34399
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
34400
|
+
border-top-color: white;
|
|
34499
34401
|
}
|
|
34500
|
-
|
|
34501
|
-
|
|
34402
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
34403
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34404
|
+
border-bottom-color: transparent;
|
|
34405
|
+
border-top-color: transparent;
|
|
34502
34406
|
}
|
|
34503
|
-
|
|
34504
|
-
|
|
34407
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
34408
|
+
border-radius: 8px 0 0 8px;
|
|
34505
34409
|
}
|
|
34506
|
-
|
|
34507
|
-
|
|
34410
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
34411
|
+
border-radius: 0 8px 8px 0;
|
|
34508
34412
|
}
|
|
34509
|
-
|
|
34510
|
-
|
|
34413
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
34414
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34511
34415
|
}
|
|
34512
|
-
|
|
34513
|
-
|
|
34416
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th {
|
|
34417
|
+
background: #fff;
|
|
34418
|
+
font-weight: 400;
|
|
34419
|
+
position: relative;
|
|
34420
|
+
border-bottom: none;
|
|
34421
|
+
color: #00122e;
|
|
34422
|
+
transition: none;
|
|
34423
|
+
padding: 15px 8px 15px 8px;
|
|
34514
34424
|
}
|
|
34515
|
-
|
|
34516
|
-
|
|
34425
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
34426
|
+
content: "";
|
|
34427
|
+
width: 1px;
|
|
34428
|
+
top: 0;
|
|
34429
|
+
bottom: 0;
|
|
34430
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34431
|
+
position: absolute;
|
|
34432
|
+
right: 0;
|
|
34517
34433
|
}
|
|
34518
|
-
|
|
34519
|
-
|
|
34434
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
34435
|
+
padding: unset;
|
|
34520
34436
|
}
|
|
34521
|
-
|
|
34522
|
-
|
|
34437
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
34438
|
+
display: none;
|
|
34523
34439
|
}
|
|
34524
|
-
|
|
34525
|
-
|
|
34440
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34441
|
+
width: 100%;
|
|
34442
|
+
overflow: hidden;
|
|
34443
|
+
white-space: nowrap;
|
|
34444
|
+
text-overflow: ellipsis;
|
|
34526
34445
|
}
|
|
34527
|
-
|
|
34528
|
-
|
|
34446
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
34447
|
+
overflow: hidden;
|
|
34448
|
+
text-overflow: ellipsis;
|
|
34449
|
+
flex: 1;
|
|
34529
34450
|
}
|
|
34530
|
-
|
|
34531
|
-
|
|
34451
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
34452
|
+
padding: 15px 25px 15px 8px;
|
|
34532
34453
|
}
|
|
34533
|
-
|
|
34534
|
-
|
|
34454
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34455
|
+
padding: 0;
|
|
34535
34456
|
}
|
|
34536
|
-
|
|
34537
|
-
|
|
34538
|
-
|
|
34539
|
-
|
|
34540
|
-
|
|
34541
|
-
height:
|
|
34457
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
34458
|
+
position: absolute;
|
|
34459
|
+
right: 6px;
|
|
34460
|
+
top: 50%;
|
|
34461
|
+
transform: translateY(-50%);
|
|
34462
|
+
height: 16px;
|
|
34463
|
+
display: none;
|
|
34464
|
+
transition: transform 320ms ease;
|
|
34542
34465
|
}
|
|
34543
|
-
.
|
|
34544
|
-
|
|
34466
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
34467
|
+
display: block;
|
|
34468
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34545
34469
|
}
|
|
34546
|
-
.
|
|
34547
|
-
|
|
34470
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
34471
|
+
display: block;
|
|
34548
34472
|
}
|
|
34549
|
-
.
|
|
34550
|
-
|
|
34473
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
34474
|
+
display: none;
|
|
34551
34475
|
}
|
|
34552
|
-
.
|
|
34553
|
-
|
|
34476
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
34477
|
+
transform: translateY(-50%);
|
|
34554
34478
|
}
|
|
34555
|
-
.
|
|
34556
|
-
|
|
34557
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34479
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
34480
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34558
34481
|
}
|
|
34559
|
-
.
|
|
34560
|
-
background
|
|
34482
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
34483
|
+
background: #f2f5fa;
|
|
34561
34484
|
}
|
|
34562
|
-
.
|
|
34563
|
-
|
|
34485
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
34486
|
+
display: block;
|
|
34564
34487
|
}
|
|
34565
|
-
.
|
|
34566
|
-
|
|
34488
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.align-right {
|
|
34489
|
+
padding-right: 25px;
|
|
34567
34490
|
}
|
|
34568
|
-
.
|
|
34569
|
-
|
|
34491
|
+
.E_tfzf37v div.ant-table .ant-table-selection-column {
|
|
34492
|
+
padding: 0 !important;
|
|
34570
34493
|
}
|
|
34571
|
-
.
|
|
34572
|
-
|
|
34494
|
+
.E_tfzf37v div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
34495
|
+
position: absolute;
|
|
34496
|
+
left: 50%;
|
|
34497
|
+
top: 50%;
|
|
34498
|
+
transform: translate(-50%, -50%);
|
|
34573
34499
|
}
|
|
34574
|
-
.
|
|
34575
|
-
|
|
34500
|
+
.E_tfzf37v div.ant-table .ant-table-selection-column:after {
|
|
34501
|
+
display: none;
|
|
34576
34502
|
}
|
|
34577
|
-
.
|
|
34578
|
-
background
|
|
34503
|
+
.E_tfzf37v div.ant-table .ant-table-hide-scrollbar {
|
|
34504
|
+
background: #fff;
|
|
34579
34505
|
}
|
|
34580
|
-
.
|
|
34581
|
-
background
|
|
34506
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder {
|
|
34507
|
+
background: inherit;
|
|
34582
34508
|
}
|
|
34583
|
-
.
|
|
34584
|
-
|
|
34509
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder td {
|
|
34510
|
+
position: static;
|
|
34511
|
+
border: none;
|
|
34512
|
+
background: inherit !important;
|
|
34513
|
+
height: 100px;
|
|
34514
|
+
vertical-align: middle;
|
|
34585
34515
|
}
|
|
34586
|
-
.
|
|
34587
|
-
|
|
34516
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder .table-default-empty,
|
|
34517
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34518
|
+
font-weight: bold;
|
|
34519
|
+
font-size: 20px;
|
|
34520
|
+
color: rgba(10, 37, 85, 0.6);
|
|
34588
34521
|
}
|
|
34589
|
-
.
|
|
34590
|
-
|
|
34522
|
+
.E_tfzf37v div.ant-table th.ant-table-cell-scrollbar,
|
|
34523
|
+
.E_tfzf37v div.ant-table th.cell__action_ {
|
|
34524
|
+
z-index: 10;
|
|
34591
34525
|
}
|
|
34592
|
-
.
|
|
34593
|
-
|
|
34526
|
+
.E_tfzf37v div.ant-table td.cell__action_ {
|
|
34527
|
+
padding: 0 !important;
|
|
34528
|
+
position: relative;
|
|
34529
|
+
background: #fff;
|
|
34594
34530
|
}
|
|
34595
|
-
.
|
|
34596
|
-
|
|
34531
|
+
.E_tfzf37v div.ant-table td.cell__action_ > * {
|
|
34532
|
+
height: 100%;
|
|
34533
|
+
display: flex;
|
|
34534
|
+
align-items: center;
|
|
34535
|
+
justify-content: flex-end;
|
|
34536
|
+
padding-right: 8px;
|
|
34597
34537
|
}
|
|
34598
|
-
.
|
|
34599
|
-
|
|
34538
|
+
.E_tfzf37v div.ant-table td.cell__action_ .menu-button {
|
|
34539
|
+
width: 24px;
|
|
34540
|
+
height: 24px;
|
|
34541
|
+
cursor: pointer;
|
|
34542
|
+
justify-content: center;
|
|
34543
|
+
border-radius: 4px;
|
|
34600
34544
|
}
|
|
34601
|
-
.
|
|
34602
|
-
background
|
|
34545
|
+
.E_tfzf37v div.ant-table td.cell__action_ .menu-button:hover {
|
|
34546
|
+
background: #fff;
|
|
34603
34547
|
}
|
|
34604
34548
|
|
|
34605
|
-
.
|
|
34606
|
-
|
|
34607
|
-
height:
|
|
34608
|
-
border-radius: 50%;
|
|
34609
|
-
display: inline-block;
|
|
34549
|
+
.E_slr2ynn {
|
|
34550
|
+
padding: 0 8px;
|
|
34551
|
+
height: 18px;
|
|
34610
34552
|
}
|
|
34611
34553
|
|
|
34612
|
-
.
|
|
34613
|
-
|
|
34554
|
+
.E_m140wbb6 {
|
|
34555
|
+
padding: 2px 8px;
|
|
34556
|
+
height: 24px;
|
|
34614
34557
|
}
|
|
34615
34558
|
|
|
34616
|
-
.
|
|
34617
|
-
|
|
34618
|
-
}
|
|
34619
|
-
.E_tfzf37v.empty-table .ant-table-content {
|
|
34620
|
-
overflow: visible !important;
|
|
34621
|
-
height: 100%;
|
|
34559
|
+
.E_t1fozc1i {
|
|
34560
|
+
margin: 0;
|
|
34622
34561
|
}
|
|
34623
|
-
|
|
34624
|
-
|
|
34562
|
+
|
|
34563
|
+
.E_i1vxv4ln {
|
|
34564
|
+
margin-right: 4px;
|
|
34565
|
+
height: 16px;
|
|
34625
34566
|
}
|
|
34626
|
-
|
|
34627
|
-
|
|
34628
|
-
|
|
34567
|
+
|
|
34568
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34569
|
+
font-weight: 700;
|
|
34570
|
+
color: #00122e;
|
|
34571
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34572
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34573
|
+
word-break: break-all;
|
|
34574
|
+
display: inline;
|
|
34575
|
+
white-space: normal;
|
|
34629
34576
|
}
|
|
34630
|
-
|
|
34631
|
-
|
|
34577
|
+
|
|
34578
|
+
.E_w7ob4th.outside-tag {
|
|
34579
|
+
padding-left: 0;
|
|
34632
34580
|
}
|
|
34633
|
-
.
|
|
34634
|
-
|
|
34581
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34582
|
+
border-radius: 4px 0 0 4px;
|
|
34583
|
+
padding-right: 4px;
|
|
34584
|
+
margin-right: 4px;
|
|
34635
34585
|
}
|
|
34636
|
-
|
|
34637
|
-
|
|
34586
|
+
|
|
34587
|
+
.E_i1g85yz3 {
|
|
34588
|
+
margin-right: 4px;
|
|
34589
|
+
height: 16px;
|
|
34638
34590
|
}
|
|
34639
|
-
|
|
34640
|
-
|
|
34591
|
+
|
|
34592
|
+
.E_sjob3jg {
|
|
34593
|
+
--item-min-width: 60px;
|
|
34641
34594
|
}
|
|
34642
|
-
.
|
|
34643
|
-
|
|
34595
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34596
|
+
display: none !important;
|
|
34644
34597
|
}
|
|
34645
|
-
.
|
|
34646
|
-
|
|
34647
|
-
overflow: visible;
|
|
34598
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34599
|
+
flex-shrink: 0 !important;
|
|
34648
34600
|
}
|
|
34649
|
-
.
|
|
34650
|
-
|
|
34601
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34602
|
+
color: #0080ff;
|
|
34651
34603
|
}
|
|
34652
|
-
.
|
|
34653
|
-
|
|
34654
|
-
|
|
34604
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34605
|
+
color: #0080ff;
|
|
34606
|
+
font-weight: normal;
|
|
34655
34607
|
}
|
|
34656
|
-
.
|
|
34657
|
-
|
|
34608
|
+
.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 {
|
|
34609
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34658
34610
|
}
|
|
34659
|
-
.
|
|
34660
|
-
|
|
34661
|
-
background: #fff;
|
|
34662
|
-
padding: 0 !important;
|
|
34611
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34612
|
+
color: #00122e;
|
|
34663
34613
|
}
|
|
34664
|
-
.
|
|
34665
|
-
|
|
34666
|
-
display: flex;
|
|
34667
|
-
align-items: center;
|
|
34668
|
-
height: 100%;
|
|
34669
|
-
padding: 8px;
|
|
34614
|
+
.E_sjob3jg .step-item-text {
|
|
34615
|
+
display: inline-block;
|
|
34670
34616
|
}
|
|
34671
|
-
.
|
|
34672
|
-
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
34617
|
+
.E_sjob3jg .step-item-title {
|
|
34673
34618
|
overflow: hidden;
|
|
34619
|
+
white-space: nowrap;
|
|
34674
34620
|
text-overflow: ellipsis;
|
|
34675
|
-
width: 100%;
|
|
34676
34621
|
}
|
|
34677
|
-
|
|
34678
|
-
|
|
34622
|
+
|
|
34623
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34624
|
+
min-width: var(--item-min-width);
|
|
34625
|
+
}
|
|
34626
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34627
|
+
cursor: not-allowed !important;
|
|
34628
|
+
}
|
|
34629
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34630
|
+
flex-direction: row;
|
|
34631
|
+
justify-content: stretch;
|
|
34632
|
+
}
|
|
34633
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34634
|
+
padding: 0;
|
|
34635
|
+
margin-right: 4px;
|
|
34636
|
+
flex: 1;
|
|
34637
|
+
overflow: visible;
|
|
34679
34638
|
}
|
|
34680
|
-
.
|
|
34681
|
-
|
|
34639
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34640
|
+
width: 100%;
|
|
34641
|
+
min-height: unset;
|
|
34682
34642
|
}
|
|
34683
|
-
.
|
|
34684
|
-
|
|
34685
|
-
|
|
34686
|
-
|
|
34687
|
-
|
|
34688
|
-
height: 100%;
|
|
34643
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34644
|
+
height: 26px;
|
|
34645
|
+
line-height: 26px;
|
|
34646
|
+
width: 100%;
|
|
34647
|
+
padding: 0;
|
|
34689
34648
|
font-size: 12px;
|
|
34690
|
-
background: transparent;
|
|
34691
34649
|
}
|
|
34692
|
-
.
|
|
34693
|
-
|
|
34694
|
-
z-index: 3;
|
|
34695
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34696
|
-
margin-bottom: -1px;
|
|
34650
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34651
|
+
margin-right: 10px;
|
|
34697
34652
|
}
|
|
34698
|
-
.
|
|
34699
|
-
|
|
34700
|
-
color: #2d3a56;
|
|
34653
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34654
|
+
display: none;
|
|
34701
34655
|
}
|
|
34702
|
-
.
|
|
34703
|
-
|
|
34704
|
-
|
|
34656
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34657
|
+
padding-left: 8px;
|
|
34658
|
+
padding-right: 4px;
|
|
34659
|
+
border-radius: 4px 0 0 4px;
|
|
34705
34660
|
}
|
|
34706
|
-
.
|
|
34707
|
-
|
|
34708
|
-
text-align: center;
|
|
34661
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34662
|
+
margin-right: 0;
|
|
34709
34663
|
}
|
|
34710
|
-
.
|
|
34711
|
-
|
|
34664
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34665
|
+
padding-right: 8px;
|
|
34666
|
+
padding-left: 12px;
|
|
34667
|
+
border-radius: 0 4px 4px 0;
|
|
34712
34668
|
}
|
|
34713
|
-
.
|
|
34714
|
-
|
|
34669
|
+
.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 {
|
|
34670
|
+
content: "";
|
|
34671
|
+
width: 0;
|
|
34672
|
+
height: 0;
|
|
34673
|
+
border: 13px solid transparent;
|
|
34715
34674
|
position: absolute;
|
|
34716
|
-
top:
|
|
34717
|
-
|
|
34718
|
-
|
|
34675
|
+
top: 0;
|
|
34676
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34677
|
+
z-index: 2;
|
|
34678
|
+
position: relative;
|
|
34679
|
+
top: -50%;
|
|
34680
|
+
right: -100%;
|
|
34719
34681
|
}
|
|
34720
|
-
.
|
|
34721
|
-
|
|
34722
|
-
width: 1px;
|
|
34723
|
-
background: rgba(213, 219, 227, 0.6);
|
|
34682
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34683
|
+
padding: 0 4px 0 12px;
|
|
34724
34684
|
}
|
|
34725
|
-
.
|
|
34726
|
-
|
|
34727
|
-
width:
|
|
34728
|
-
|
|
34685
|
+
.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 {
|
|
34686
|
+
content: "";
|
|
34687
|
+
width: 0;
|
|
34688
|
+
height: 0;
|
|
34689
|
+
border: 13px solid transparent;
|
|
34690
|
+
position: absolute;
|
|
34691
|
+
top: 0;
|
|
34692
|
+
border-left: 8px solid #fff;
|
|
34693
|
+
left: 0;
|
|
34729
34694
|
}
|
|
34730
|
-
.
|
|
34731
|
-
|
|
34695
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34696
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34732
34697
|
}
|
|
34733
|
-
.
|
|
34734
|
-
|
|
34735
|
-
border-bottom: 1px solid white;
|
|
34736
|
-
height: 40px;
|
|
34737
|
-
vertical-align: middle;
|
|
34738
|
-
transition: background 0ms;
|
|
34739
|
-
color: #00122e;
|
|
34698
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34699
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34740
34700
|
}
|
|
34741
|
-
.
|
|
34742
|
-
|
|
34743
|
-
border-bottom-color: #f2f5fa;
|
|
34701
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34702
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34744
34703
|
}
|
|
34745
|
-
.
|
|
34746
|
-
|
|
34747
|
-
|
|
34748
|
-
font-size: 12px;
|
|
34749
|
-
text-align: left;
|
|
34750
|
-
transition: none;
|
|
34751
|
-
overflow: hidden;
|
|
34752
|
-
text-overflow: ellipsis;
|
|
34753
|
-
white-space: nowrap;
|
|
34704
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34705
|
+
cursor: pointer;
|
|
34706
|
+
min-width: var(--item-min-width);
|
|
34754
34707
|
}
|
|
34755
|
-
.
|
|
34756
|
-
|
|
34708
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34709
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34710
|
+
min-width: var(--item-min-width);
|
|
34757
34711
|
}
|
|
34758
|
-
.
|
|
34759
|
-
|
|
34760
|
-
|
|
34761
|
-
width: 100%;
|
|
34762
|
-
vertical-align: middle;
|
|
34712
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34713
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34714
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34763
34715
|
}
|
|
34764
|
-
.
|
|
34765
|
-
|
|
34716
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34717
|
+
padding: 0;
|
|
34766
34718
|
}
|
|
34767
|
-
|
|
34768
|
-
|
|
34719
|
+
|
|
34720
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34721
|
+
width: 192px;
|
|
34722
|
+
row-gap: 2px;
|
|
34769
34723
|
}
|
|
34770
|
-
.
|
|
34771
|
-
|
|
34724
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34725
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34772
34726
|
}
|
|
34773
|
-
.
|
|
34774
|
-
|
|
34775
|
-
border-color: transparent transparent white;
|
|
34727
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34728
|
+
color: #00122e !important;
|
|
34776
34729
|
}
|
|
34777
|
-
.
|
|
34778
|
-
|
|
34730
|
+
.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 {
|
|
34731
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34779
34732
|
}
|
|
34780
|
-
.
|
|
34781
|
-
|
|
34733
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34734
|
+
padding: 0 8px;
|
|
34735
|
+
border-radius: 4px;
|
|
34736
|
+
height: 32px;
|
|
34737
|
+
display: flex;
|
|
34738
|
+
align-items: center;
|
|
34782
34739
|
}
|
|
34783
|
-
.
|
|
34784
|
-
|
|
34785
|
-
|
|
34786
|
-
top: -1px;
|
|
34787
|
-
bottom: -1px;
|
|
34788
|
-
background: white;
|
|
34740
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34741
|
+
min-height: auto;
|
|
34742
|
+
white-space: nowrap;
|
|
34789
34743
|
}
|
|
34790
|
-
.
|
|
34791
|
-
|
|
34744
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34745
|
+
font-size: 13px;
|
|
34746
|
+
line-height: 20px;
|
|
34747
|
+
max-width: 100%;
|
|
34748
|
+
padding-right: 0;
|
|
34792
34749
|
}
|
|
34793
|
-
.
|
|
34794
|
-
|
|
34795
|
-
background: white;
|
|
34796
|
-
border-top: none;
|
|
34750
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34751
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34797
34752
|
}
|
|
34798
|
-
|
|
34799
|
-
|
|
34800
|
-
|
|
34801
|
-
|
|
34753
|
+
|
|
34754
|
+
.E_h6l1tj4 {
|
|
34755
|
+
width: 100%;
|
|
34756
|
+
display: inline-flex;
|
|
34757
|
+
align-items: center;
|
|
34758
|
+
justify-content: center;
|
|
34759
|
+
column-gap: 4px;
|
|
34802
34760
|
}
|
|
34803
|
-
.
|
|
34804
|
-
|
|
34805
|
-
|
|
34761
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34762
|
+
display: inline-flex;
|
|
34763
|
+
align-items: center;
|
|
34764
|
+
width: 18px;
|
|
34765
|
+
height: 18px;
|
|
34766
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34767
|
+
justify-content: center;
|
|
34806
34768
|
}
|
|
34807
|
-
|
|
34769
|
+
|
|
34770
|
+
.E_v18frne8 {
|
|
34771
|
+
width: 100%;
|
|
34808
34772
|
display: flex;
|
|
34809
34773
|
align-items: center;
|
|
34810
|
-
|
|
34811
|
-
|
|
34812
|
-
|
|
34813
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
34814
|
-
background: white;
|
|
34815
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34774
|
+
justify-content: center;
|
|
34775
|
+
column-gap: 6px;
|
|
34776
|
+
font-size: 13px;
|
|
34816
34777
|
}
|
|
34817
|
-
.
|
|
34818
|
-
display: flex;
|
|
34778
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34779
|
+
display: inline-flex;
|
|
34819
34780
|
align-items: center;
|
|
34820
|
-
|
|
34821
|
-
|
|
34781
|
+
min-width: 20px;
|
|
34782
|
+
min-height: 20px;
|
|
34783
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34784
|
+
justify-content: center;
|
|
34822
34785
|
}
|
|
34823
|
-
|
|
34824
|
-
|
|
34786
|
+
|
|
34787
|
+
.E_t1dtlqs1 {
|
|
34788
|
+
margin-bottom: 4px;
|
|
34789
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34790
|
+
overflow: hidden;
|
|
34791
|
+
text-overflow: ellipsis;
|
|
34792
|
+
white-space: nowrap;
|
|
34825
34793
|
}
|
|
34826
|
-
|
|
34827
|
-
|
|
34828
|
-
|
|
34794
|
+
|
|
34795
|
+
.E_s1ese5oy {
|
|
34796
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34797
|
+
line-height: 32px;
|
|
34798
|
+
height: 32px;
|
|
34799
|
+
margin-bottom: 0;
|
|
34829
34800
|
}
|
|
34830
|
-
.
|
|
34831
|
-
|
|
34801
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34802
|
+
color: #0080ff;
|
|
34832
34803
|
}
|
|
34833
|
-
.
|
|
34834
|
-
|
|
34835
|
-
border-bottom-color: transparent;
|
|
34836
|
-
border-top-color: transparent;
|
|
34804
|
+
.E_s1ese5oy.warning {
|
|
34805
|
+
color: #ffa500;
|
|
34837
34806
|
}
|
|
34838
|
-
.
|
|
34839
|
-
|
|
34807
|
+
.E_s1ese5oy.success {
|
|
34808
|
+
color: #00ba5d;
|
|
34840
34809
|
}
|
|
34841
|
-
.
|
|
34842
|
-
|
|
34810
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34811
|
+
color: #f0483e;
|
|
34843
34812
|
}
|
|
34844
|
-
.
|
|
34845
|
-
|
|
34813
|
+
.E_s1ese5oy.normal {
|
|
34814
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34846
34815
|
}
|
|
34847
|
-
|
|
34848
|
-
|
|
34849
|
-
|
|
34850
|
-
position: relative;
|
|
34851
|
-
border-bottom: none;
|
|
34816
|
+
|
|
34817
|
+
.E_b1ibis43 {
|
|
34818
|
+
margin-bottom: 0;
|
|
34852
34819
|
color: #00122e;
|
|
34853
|
-
transition: none;
|
|
34854
|
-
padding: 15px 8px 15px 8px;
|
|
34855
|
-
}
|
|
34856
|
-
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
34857
|
-
content: "";
|
|
34858
|
-
width: 1px;
|
|
34859
|
-
top: 0;
|
|
34860
|
-
bottom: 0;
|
|
34861
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34862
|
-
position: absolute;
|
|
34863
|
-
right: 0;
|
|
34864
34820
|
}
|
|
34865
|
-
|
|
34866
|
-
|
|
34821
|
+
|
|
34822
|
+
.E_b11xxjd2 {
|
|
34823
|
+
line-height: 32px;
|
|
34824
|
+
margin-right: 6px;
|
|
34867
34825
|
}
|
|
34868
|
-
|
|
34869
|
-
|
|
34826
|
+
|
|
34827
|
+
.E_bsub5bw.with-description {
|
|
34828
|
+
height: 24px;
|
|
34829
|
+
flex: 1;
|
|
34830
|
+
position: relative;
|
|
34831
|
+
top: -7px;
|
|
34870
34832
|
}
|
|
34871
|
-
.
|
|
34833
|
+
.E_bsub5bw p {
|
|
34872
34834
|
width: 100%;
|
|
34873
34835
|
overflow: hidden;
|
|
34874
|
-
white-space: nowrap;
|
|
34875
34836
|
text-overflow: ellipsis;
|
|
34837
|
+
white-space: nowrap;
|
|
34876
34838
|
}
|
|
34877
|
-
|
|
34878
|
-
|
|
34879
|
-
|
|
34880
|
-
|
|
34839
|
+
|
|
34840
|
+
.E_tmoyoag {
|
|
34841
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34842
|
+
border-radius: 8px;
|
|
34843
|
+
overflow: auto;
|
|
34881
34844
|
}
|
|
34882
|
-
.
|
|
34883
|
-
|
|
34845
|
+
.E_tmoyoag .ant-list {
|
|
34846
|
+
position: relative;
|
|
34884
34847
|
}
|
|
34885
|
-
.
|
|
34886
|
-
|
|
34848
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34849
|
+
position: sticky;
|
|
34850
|
+
top: 0;
|
|
34851
|
+
z-index: 2;
|
|
34852
|
+
display: flex;
|
|
34853
|
+
padding: 8px;
|
|
34854
|
+
flex-wrap: nowrap;
|
|
34855
|
+
justify-content: flex-start;
|
|
34856
|
+
background: #f2f5fa;
|
|
34857
|
+
font-size: 14px;
|
|
34858
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34859
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34887
34860
|
}
|
|
34888
|
-
.
|
|
34889
|
-
|
|
34890
|
-
right: 6px;
|
|
34891
|
-
top: 50%;
|
|
34892
|
-
transform: translateY(-50%);
|
|
34893
|
-
height: 16px;
|
|
34894
|
-
display: none;
|
|
34895
|
-
transition: transform 320ms ease;
|
|
34861
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34862
|
+
align-items: inherit;
|
|
34896
34863
|
}
|
|
34897
|
-
.
|
|
34898
|
-
display:
|
|
34899
|
-
|
|
34864
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34865
|
+
display: flex;
|
|
34866
|
+
justify-content: flex-start;
|
|
34867
|
+
align-items: flex-start;
|
|
34868
|
+
flex-wrap: wrap;
|
|
34869
|
+
padding: 8px;
|
|
34870
|
+
border: none;
|
|
34900
34871
|
}
|
|
34901
|
-
.
|
|
34902
|
-
|
|
34872
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34873
|
+
flex-basis: 100%;
|
|
34874
|
+
margin: 12px 0 0;
|
|
34875
|
+
order: 99;
|
|
34876
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34903
34877
|
}
|
|
34904
|
-
.
|
|
34905
|
-
|
|
34878
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34879
|
+
color: #f0483e;
|
|
34880
|
+
flex-basis: 100%;
|
|
34881
|
+
order: 98;
|
|
34882
|
+
margin: 12px 0 0;
|
|
34906
34883
|
}
|
|
34907
|
-
.
|
|
34908
|
-
|
|
34884
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34885
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34909
34886
|
}
|
|
34910
|
-
.
|
|
34911
|
-
|
|
34887
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34888
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34912
34889
|
}
|
|
34913
|
-
.
|
|
34914
|
-
|
|
34890
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34891
|
+
flex: 1 0 0;
|
|
34892
|
+
overflow: hidden;
|
|
34915
34893
|
}
|
|
34916
|
-
.
|
|
34917
|
-
|
|
34894
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34895
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34896
|
+
margin: 0;
|
|
34918
34897
|
}
|
|
34919
|
-
.
|
|
34920
|
-
|
|
34898
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34899
|
+
text-align: center;
|
|
34921
34900
|
}
|
|
34922
|
-
.
|
|
34923
|
-
|
|
34901
|
+
.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 > * {
|
|
34902
|
+
text-align: center;
|
|
34924
34903
|
}
|
|
34925
|
-
.
|
|
34926
|
-
|
|
34927
|
-
left: 50%;
|
|
34928
|
-
top: 50%;
|
|
34929
|
-
transform: translate(-50%, -50%);
|
|
34904
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34905
|
+
text-align: left;
|
|
34930
34906
|
}
|
|
34931
|
-
.
|
|
34932
|
-
|
|
34907
|
+
.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 > * {
|
|
34908
|
+
text-align: left;
|
|
34933
34909
|
}
|
|
34934
|
-
.
|
|
34935
|
-
|
|
34910
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34911
|
+
text-align: right;
|
|
34936
34912
|
}
|
|
34937
|
-
.
|
|
34938
|
-
|
|
34913
|
+
.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 > * {
|
|
34914
|
+
text-align: right;
|
|
34939
34915
|
}
|
|
34940
|
-
.
|
|
34941
|
-
|
|
34942
|
-
border: none;
|
|
34943
|
-
background: inherit !important;
|
|
34944
|
-
height: 100px;
|
|
34945
|
-
vertical-align: middle;
|
|
34916
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34917
|
+
margin-right: 8px;
|
|
34946
34918
|
}
|
|
34947
|
-
.
|
|
34948
|
-
|
|
34949
|
-
|
|
34950
|
-
|
|
34951
|
-
|
|
34919
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34920
|
+
padding: 4px;
|
|
34921
|
+
width: 24px;
|
|
34922
|
+
height: 24px;
|
|
34923
|
+
overflow: hidden;
|
|
34952
34924
|
}
|
|
34953
|
-
.
|
|
34954
|
-
|
|
34955
|
-
z-index: 10;
|
|
34925
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34926
|
+
padding: 0;
|
|
34956
34927
|
}
|
|
34957
|
-
.
|
|
34958
|
-
|
|
34928
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34929
|
+
cursor: not-allowed;
|
|
34930
|
+
opacity: 0.5;
|
|
34931
|
+
}
|
|
34932
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34933
|
+
margin: 0;
|
|
34934
|
+
}
|
|
34935
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34936
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34937
|
+
border-radius: 5px;
|
|
34938
|
+
font-size: 12px;
|
|
34939
|
+
}
|
|
34940
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34941
|
+
font-size: inherit;
|
|
34942
|
+
}
|
|
34943
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34944
|
+
min-height: 24px;
|
|
34945
|
+
font-size: 12px;
|
|
34959
34946
|
position: relative;
|
|
34960
|
-
background: #fff;
|
|
34961
34947
|
}
|
|
34962
|
-
.
|
|
34963
|
-
|
|
34948
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34949
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34950
|
+
}
|
|
34951
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34952
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34953
|
+
}
|
|
34954
|
+
|
|
34955
|
+
.E_a138syjm {
|
|
34964
34956
|
display: flex;
|
|
34965
34957
|
align-items: center;
|
|
34966
|
-
|
|
34967
|
-
padding-right: 8px;
|
|
34958
|
+
margin-top: 8px;
|
|
34968
34959
|
}
|
|
34969
|
-
.
|
|
34970
|
-
|
|
34960
|
+
.E_a138syjm button.ant-btn {
|
|
34961
|
+
padding: 2px 8px;
|
|
34971
34962
|
height: 24px;
|
|
34972
|
-
cursor: pointer;
|
|
34973
|
-
justify-content: center;
|
|
34974
|
-
border-radius: 4px;
|
|
34975
34963
|
}
|
|
34976
|
-
.
|
|
34977
|
-
|
|
34964
|
+
.E_a138syjm > span.maximum-desc {
|
|
34965
|
+
display: none;
|
|
34966
|
+
margin-left: 8px;
|
|
34967
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34968
|
+
}
|
|
34969
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34970
|
+
display: inline;
|
|
34971
|
+
}
|
|
34972
|
+
|
|
34973
|
+
.E_d77i8u0 {
|
|
34974
|
+
width: 24px;
|
|
34975
|
+
height: 24px;
|
|
34976
|
+
padding: 4px;
|
|
34977
|
+
margin-right: 8px;
|
|
34978
34978
|
}
|
|
34979
34979
|
|
|
34980
34980
|
.E_t13ef470 {
|
|
@@ -35026,6 +35026,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35026
35026
|
display: block;
|
|
35027
35027
|
}
|
|
35028
35028
|
|
|
35029
|
+
.E_i14c7jc8 {
|
|
35030
|
+
color: var(--i14c7jc8-0);
|
|
35031
|
+
}
|
|
35032
|
+
|
|
35033
|
+
.E_i1ibuolf {
|
|
35034
|
+
display: flex;
|
|
35035
|
+
align-items: center;
|
|
35036
|
+
column-gap: 4px;
|
|
35037
|
+
font-size: 12px;
|
|
35038
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35039
|
+
}
|
|
35040
|
+
|
|
35029
35041
|
.E_d1u4ndxc {
|
|
35030
35042
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35031
35043
|
font-size: 12px;
|
|
@@ -35055,16 +35067,4 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35055
35067
|
to {
|
|
35056
35068
|
transform: translateX(100%);
|
|
35057
35069
|
}
|
|
35058
|
-
}
|
|
35059
|
-
|
|
35060
|
-
.E_i14c7jc8 {
|
|
35061
|
-
color: var(--i14c7jc8-0);
|
|
35062
|
-
}
|
|
35063
|
-
|
|
35064
|
-
.E_i1ibuolf {
|
|
35065
|
-
display: flex;
|
|
35066
|
-
align-items: center;
|
|
35067
|
-
column-gap: 4px;
|
|
35068
|
-
font-size: 12px;
|
|
35069
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35070
35070
|
}
|