@cloudtower/eagle 0.26.37 → 0.26.38
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/components.css +829 -829
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +511 -511
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -29927,6 +29927,109 @@ html body {
|
|
|
29927
29927
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29928
29928
|
}
|
|
29929
29929
|
}
|
|
29930
|
+
.fde5mpd {
|
|
29931
|
+
width: 100%;
|
|
29932
|
+
height: 100%;
|
|
29933
|
+
min-height: 124px;
|
|
29934
|
+
display: flex;
|
|
29935
|
+
flex-direction: column;
|
|
29936
|
+
justify-content: center;
|
|
29937
|
+
align-items: center;
|
|
29938
|
+
}
|
|
29939
|
+
.fde5mpd .error-text {
|
|
29940
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29941
|
+
margin-bottom: 16px;
|
|
29942
|
+
font-size: 18px;
|
|
29943
|
+
}
|
|
29944
|
+
|
|
29945
|
+
.iap75of {
|
|
29946
|
+
height: 18px;
|
|
29947
|
+
line-height: 18px;
|
|
29948
|
+
padding: 0 4px;
|
|
29949
|
+
border-radius: 4px;
|
|
29950
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29951
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29952
|
+
display: flex;
|
|
29953
|
+
align-items: center;
|
|
29954
|
+
white-space: nowrap;
|
|
29955
|
+
margin-right: 4px;
|
|
29956
|
+
}
|
|
29957
|
+
|
|
29958
|
+
.i1mrf09m {
|
|
29959
|
+
display: inline-flex;
|
|
29960
|
+
align-items: center;
|
|
29961
|
+
}
|
|
29962
|
+
.i1mrf09m .icon-inner {
|
|
29963
|
+
display: inline-flex;
|
|
29964
|
+
align-items: center;
|
|
29965
|
+
justify-content: center;
|
|
29966
|
+
}
|
|
29967
|
+
.i1mrf09m .icon-inner + span,
|
|
29968
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29969
|
+
margin-left: 4px;
|
|
29970
|
+
}
|
|
29971
|
+
.i1mrf09m.is-rotate img,
|
|
29972
|
+
.i1mrf09m.is-rotate svg {
|
|
29973
|
+
animation: rotate 680ms linear infinite;
|
|
29974
|
+
}
|
|
29975
|
+
|
|
29976
|
+
.p12gwtiw {
|
|
29977
|
+
display: flex;
|
|
29978
|
+
justify-content: space-between;
|
|
29979
|
+
align-items: center;
|
|
29980
|
+
padding: 10px 0;
|
|
29981
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29982
|
+
font-size: 12px;
|
|
29983
|
+
line-height: 24px;
|
|
29984
|
+
}
|
|
29985
|
+
.p12gwtiw .pagination-left {
|
|
29986
|
+
padding: 2px 8px;
|
|
29987
|
+
}
|
|
29988
|
+
.p12gwtiw .dropdown-trigger {
|
|
29989
|
+
display: flex;
|
|
29990
|
+
align-items: center;
|
|
29991
|
+
border-radius: 6px;
|
|
29992
|
+
cursor: pointer;
|
|
29993
|
+
transition: all 0.3s ease;
|
|
29994
|
+
}
|
|
29995
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
29996
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29997
|
+
color: #0080ff;
|
|
29998
|
+
}
|
|
29999
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30000
|
+
margin-left: 4px;
|
|
30001
|
+
}
|
|
30002
|
+
.p12gwtiw .pagination-right {
|
|
30003
|
+
display: flex;
|
|
30004
|
+
align-items: center;
|
|
30005
|
+
color: #0080ff;
|
|
30006
|
+
font-weight: bold;
|
|
30007
|
+
}
|
|
30008
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30009
|
+
margin-left: 4px;
|
|
30010
|
+
}
|
|
30011
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30012
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30013
|
+
padding: 0 8px;
|
|
30014
|
+
}
|
|
30015
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30016
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30017
|
+
color: #0080ff;
|
|
30018
|
+
}
|
|
30019
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30020
|
+
transform: rotate(180deg);
|
|
30021
|
+
}
|
|
30022
|
+
|
|
30023
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30024
|
+
max-height: calc(100vh - 128px);
|
|
30025
|
+
overflow-y: auto;
|
|
30026
|
+
}
|
|
30027
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30028
|
+
padding: 4px 20px;
|
|
30029
|
+
font-size: 12px;
|
|
30030
|
+
line-height: 18px;
|
|
30031
|
+
}
|
|
30032
|
+
|
|
29930
30033
|
.buj61ew.ant-btn-icon-only {
|
|
29931
30034
|
justify-content: center;
|
|
29932
30035
|
}
|
|
@@ -30206,85 +30309,6 @@ html body {
|
|
|
30206
30309
|
border-radius: unset;
|
|
30207
30310
|
}
|
|
30208
30311
|
|
|
30209
|
-
.s34f1qb.ant-switch {
|
|
30210
|
-
min-width: 40px;
|
|
30211
|
-
height: 24px;
|
|
30212
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30213
|
-
overflow: hidden;
|
|
30214
|
-
}
|
|
30215
|
-
.s34f1qb.ant-switch:focus {
|
|
30216
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30217
|
-
}
|
|
30218
|
-
.s34f1qb.ant-switch-small {
|
|
30219
|
-
min-width: 26px;
|
|
30220
|
-
height: 16px;
|
|
30221
|
-
}
|
|
30222
|
-
.s34f1qb.ant-switch-large {
|
|
30223
|
-
min-width: 52px;
|
|
30224
|
-
height: 32px;
|
|
30225
|
-
}
|
|
30226
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30227
|
-
height: 20px;
|
|
30228
|
-
width: 20px;
|
|
30229
|
-
}
|
|
30230
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30231
|
-
border-radius: 10px;
|
|
30232
|
-
transition-delay: 120ms;
|
|
30233
|
-
}
|
|
30234
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30235
|
-
height: 14px;
|
|
30236
|
-
width: 14px;
|
|
30237
|
-
top: 1px;
|
|
30238
|
-
left: 1px;
|
|
30239
|
-
}
|
|
30240
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30241
|
-
height: 28px;
|
|
30242
|
-
width: 28px;
|
|
30243
|
-
}
|
|
30244
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30245
|
-
border-radius: 14px;
|
|
30246
|
-
}
|
|
30247
|
-
.s34f1qb.ant-switch-checked {
|
|
30248
|
-
background-color: #00ba5d;
|
|
30249
|
-
}
|
|
30250
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30251
|
-
left: calc(100% - 20px - 2px);
|
|
30252
|
-
}
|
|
30253
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30254
|
-
left: calc(100% - 14px - 1px);
|
|
30255
|
-
}
|
|
30256
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30257
|
-
left: calc(100% - 28px - 2px);
|
|
30258
|
-
}
|
|
30259
|
-
|
|
30260
|
-
.c1to9vb9 {
|
|
30261
|
-
margin-left: 5px;
|
|
30262
|
-
}
|
|
30263
|
-
|
|
30264
|
-
.obf05yr {
|
|
30265
|
-
display: inline-block;
|
|
30266
|
-
}
|
|
30267
|
-
|
|
30268
|
-
.hsms1n6 {
|
|
30269
|
-
visibility: hidden;
|
|
30270
|
-
position: absolute;
|
|
30271
|
-
}
|
|
30272
|
-
|
|
30273
|
-
.fde5mpd {
|
|
30274
|
-
width: 100%;
|
|
30275
|
-
height: 100%;
|
|
30276
|
-
min-height: 124px;
|
|
30277
|
-
display: flex;
|
|
30278
|
-
flex-direction: column;
|
|
30279
|
-
justify-content: center;
|
|
30280
|
-
align-items: center;
|
|
30281
|
-
}
|
|
30282
|
-
.fde5mpd .error-text {
|
|
30283
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30284
|
-
margin-bottom: 16px;
|
|
30285
|
-
font-size: 18px;
|
|
30286
|
-
}
|
|
30287
|
-
|
|
30288
30312
|
.cz04yix {
|
|
30289
30313
|
display: flex;
|
|
30290
30314
|
flex-direction: column;
|
|
@@ -30897,6 +30921,70 @@ input.rrg1fkn.ant-input {
|
|
|
30897
30921
|
border-bottom-left-radius: 0;
|
|
30898
30922
|
}
|
|
30899
30923
|
|
|
30924
|
+
.s34f1qb.ant-switch {
|
|
30925
|
+
min-width: 40px;
|
|
30926
|
+
height: 24px;
|
|
30927
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30928
|
+
overflow: hidden;
|
|
30929
|
+
}
|
|
30930
|
+
.s34f1qb.ant-switch:focus {
|
|
30931
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30932
|
+
}
|
|
30933
|
+
.s34f1qb.ant-switch-small {
|
|
30934
|
+
min-width: 26px;
|
|
30935
|
+
height: 16px;
|
|
30936
|
+
}
|
|
30937
|
+
.s34f1qb.ant-switch-large {
|
|
30938
|
+
min-width: 52px;
|
|
30939
|
+
height: 32px;
|
|
30940
|
+
}
|
|
30941
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30942
|
+
height: 20px;
|
|
30943
|
+
width: 20px;
|
|
30944
|
+
}
|
|
30945
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30946
|
+
border-radius: 10px;
|
|
30947
|
+
transition-delay: 120ms;
|
|
30948
|
+
}
|
|
30949
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30950
|
+
height: 14px;
|
|
30951
|
+
width: 14px;
|
|
30952
|
+
top: 1px;
|
|
30953
|
+
left: 1px;
|
|
30954
|
+
}
|
|
30955
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30956
|
+
height: 28px;
|
|
30957
|
+
width: 28px;
|
|
30958
|
+
}
|
|
30959
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30960
|
+
border-radius: 14px;
|
|
30961
|
+
}
|
|
30962
|
+
.s34f1qb.ant-switch-checked {
|
|
30963
|
+
background-color: #00ba5d;
|
|
30964
|
+
}
|
|
30965
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30966
|
+
left: calc(100% - 20px - 2px);
|
|
30967
|
+
}
|
|
30968
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30969
|
+
left: calc(100% - 14px - 1px);
|
|
30970
|
+
}
|
|
30971
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30972
|
+
left: calc(100% - 28px - 2px);
|
|
30973
|
+
}
|
|
30974
|
+
|
|
30975
|
+
.c1to9vb9 {
|
|
30976
|
+
margin-left: 5px;
|
|
30977
|
+
}
|
|
30978
|
+
|
|
30979
|
+
.obf05yr {
|
|
30980
|
+
display: inline-block;
|
|
30981
|
+
}
|
|
30982
|
+
|
|
30983
|
+
.hsms1n6 {
|
|
30984
|
+
visibility: hidden;
|
|
30985
|
+
position: absolute;
|
|
30986
|
+
}
|
|
30987
|
+
|
|
30900
30988
|
.rxbeqvl.ant-radio-wrapper {
|
|
30901
30989
|
display: inline-flex;
|
|
30902
30990
|
align-items: baseline;
|
|
@@ -31043,94 +31131,6 @@ input.rrg1fkn.ant-input {
|
|
|
31043
31131
|
width: 36px;
|
|
31044
31132
|
}
|
|
31045
31133
|
|
|
31046
|
-
.iap75of {
|
|
31047
|
-
height: 18px;
|
|
31048
|
-
line-height: 18px;
|
|
31049
|
-
padding: 0 4px;
|
|
31050
|
-
border-radius: 4px;
|
|
31051
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31052
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31053
|
-
display: flex;
|
|
31054
|
-
align-items: center;
|
|
31055
|
-
white-space: nowrap;
|
|
31056
|
-
margin-right: 4px;
|
|
31057
|
-
}
|
|
31058
|
-
|
|
31059
|
-
.i1mrf09m {
|
|
31060
|
-
display: inline-flex;
|
|
31061
|
-
align-items: center;
|
|
31062
|
-
}
|
|
31063
|
-
.i1mrf09m .icon-inner {
|
|
31064
|
-
display: inline-flex;
|
|
31065
|
-
align-items: center;
|
|
31066
|
-
justify-content: center;
|
|
31067
|
-
}
|
|
31068
|
-
.i1mrf09m .icon-inner + span,
|
|
31069
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
31070
|
-
margin-left: 4px;
|
|
31071
|
-
}
|
|
31072
|
-
.i1mrf09m.is-rotate img,
|
|
31073
|
-
.i1mrf09m.is-rotate svg {
|
|
31074
|
-
animation: rotate 680ms linear infinite;
|
|
31075
|
-
}
|
|
31076
|
-
|
|
31077
|
-
.p12gwtiw {
|
|
31078
|
-
display: flex;
|
|
31079
|
-
justify-content: space-between;
|
|
31080
|
-
align-items: center;
|
|
31081
|
-
padding: 10px 0;
|
|
31082
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31083
|
-
font-size: 12px;
|
|
31084
|
-
line-height: 24px;
|
|
31085
|
-
}
|
|
31086
|
-
.p12gwtiw .pagination-left {
|
|
31087
|
-
padding: 2px 8px;
|
|
31088
|
-
}
|
|
31089
|
-
.p12gwtiw .dropdown-trigger {
|
|
31090
|
-
display: flex;
|
|
31091
|
-
align-items: center;
|
|
31092
|
-
border-radius: 6px;
|
|
31093
|
-
cursor: pointer;
|
|
31094
|
-
transition: all 0.3s ease;
|
|
31095
|
-
}
|
|
31096
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
31097
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31098
|
-
color: #0080ff;
|
|
31099
|
-
}
|
|
31100
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
31101
|
-
margin-left: 4px;
|
|
31102
|
-
}
|
|
31103
|
-
.p12gwtiw .pagination-right {
|
|
31104
|
-
display: flex;
|
|
31105
|
-
align-items: center;
|
|
31106
|
-
color: #0080ff;
|
|
31107
|
-
font-weight: bold;
|
|
31108
|
-
}
|
|
31109
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
31110
|
-
margin-left: 4px;
|
|
31111
|
-
}
|
|
31112
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
31113
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
31114
|
-
padding: 0 8px;
|
|
31115
|
-
}
|
|
31116
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31117
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
31118
|
-
color: #0080ff;
|
|
31119
|
-
}
|
|
31120
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31121
|
-
transform: rotate(180deg);
|
|
31122
|
-
}
|
|
31123
|
-
|
|
31124
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
31125
|
-
max-height: calc(100vh - 128px);
|
|
31126
|
-
overflow-y: auto;
|
|
31127
|
-
}
|
|
31128
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31129
|
-
padding: 4px 20px;
|
|
31130
|
-
font-size: 12px;
|
|
31131
|
-
line-height: 18px;
|
|
31132
|
-
}
|
|
31133
|
-
|
|
31134
31134
|
.t1upn1sz {
|
|
31135
31135
|
height: 100%;
|
|
31136
31136
|
}
|
|
@@ -31495,91 +31495,6 @@ input.rrg1fkn.ant-input {
|
|
|
31495
31495
|
background: #fff;
|
|
31496
31496
|
}
|
|
31497
31497
|
|
|
31498
|
-
.s1fc623g {
|
|
31499
|
-
width: 430px !important;
|
|
31500
|
-
}
|
|
31501
|
-
|
|
31502
|
-
.da3mx0o .ant-select-item-group {
|
|
31503
|
-
padding: 8px 16px;
|
|
31504
|
-
line-height: 18px;
|
|
31505
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31506
|
-
height: 34px;
|
|
31507
|
-
min-height: 34px;
|
|
31508
|
-
box-sizing: border-box;
|
|
31509
|
-
margin-top: 8px;
|
|
31510
|
-
}
|
|
31511
|
-
|
|
31512
|
-
.onr9gzt {
|
|
31513
|
-
display: flex;
|
|
31514
|
-
flex-direction: column;
|
|
31515
|
-
margin: 1px 8px;
|
|
31516
|
-
padding: 8px;
|
|
31517
|
-
border-radius: 4px;
|
|
31518
|
-
}
|
|
31519
|
-
.onr9gzt .selected-icon {
|
|
31520
|
-
display: none;
|
|
31521
|
-
}
|
|
31522
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31523
|
-
padding-left: 8px;
|
|
31524
|
-
}
|
|
31525
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31526
|
-
background-color: white;
|
|
31527
|
-
}
|
|
31528
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31529
|
-
color: #0080ff;
|
|
31530
|
-
}
|
|
31531
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31532
|
-
display: block;
|
|
31533
|
-
}
|
|
31534
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31535
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31536
|
-
}
|
|
31537
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31538
|
-
color: #0080ff;
|
|
31539
|
-
}
|
|
31540
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31541
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31542
|
-
color: #0080ff;
|
|
31543
|
-
}
|
|
31544
|
-
|
|
31545
|
-
.oiy0apc {
|
|
31546
|
-
display: flex;
|
|
31547
|
-
justify-content: space-between;
|
|
31548
|
-
height: 20px;
|
|
31549
|
-
line-height: 20px;
|
|
31550
|
-
}
|
|
31551
|
-
.oiy0apc .timezone-title {
|
|
31552
|
-
color: #2d3a56;
|
|
31553
|
-
overflow: hidden;
|
|
31554
|
-
text-overflow: ellipsis;
|
|
31555
|
-
}
|
|
31556
|
-
|
|
31557
|
-
.of4y382 {
|
|
31558
|
-
display: flex;
|
|
31559
|
-
justify-content: space-between;
|
|
31560
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31561
|
-
height: 18px;
|
|
31562
|
-
line-height: 18px;
|
|
31563
|
-
margin-top: 2px;
|
|
31564
|
-
}
|
|
31565
|
-
|
|
31566
|
-
.t19903l9 {
|
|
31567
|
-
border: none;
|
|
31568
|
-
margin-right: 0;
|
|
31569
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31570
|
-
}
|
|
31571
|
-
|
|
31572
|
-
.ohwbvxu {
|
|
31573
|
-
pointer-events: none;
|
|
31574
|
-
height: 32px;
|
|
31575
|
-
width: 100%;
|
|
31576
|
-
opacity: 0;
|
|
31577
|
-
}
|
|
31578
|
-
|
|
31579
|
-
.i1e4sgug {
|
|
31580
|
-
display: inline-block;
|
|
31581
|
-
}
|
|
31582
|
-
|
|
31583
31498
|
.d6j0lbj {
|
|
31584
31499
|
font-family: Inter;
|
|
31585
31500
|
font-style: normal;
|
|
@@ -32055,6 +31970,91 @@ input.rrg1fkn.ant-input {
|
|
|
32055
31970
|
line-height: 12px;
|
|
32056
31971
|
}
|
|
32057
31972
|
|
|
31973
|
+
.i1e4sgug {
|
|
31974
|
+
display: inline-block;
|
|
31975
|
+
}
|
|
31976
|
+
|
|
31977
|
+
.s1fc623g {
|
|
31978
|
+
width: 430px !important;
|
|
31979
|
+
}
|
|
31980
|
+
|
|
31981
|
+
.da3mx0o .ant-select-item-group {
|
|
31982
|
+
padding: 8px 16px;
|
|
31983
|
+
line-height: 18px;
|
|
31984
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31985
|
+
height: 34px;
|
|
31986
|
+
min-height: 34px;
|
|
31987
|
+
box-sizing: border-box;
|
|
31988
|
+
margin-top: 8px;
|
|
31989
|
+
}
|
|
31990
|
+
|
|
31991
|
+
.onr9gzt {
|
|
31992
|
+
display: flex;
|
|
31993
|
+
flex-direction: column;
|
|
31994
|
+
margin: 1px 8px;
|
|
31995
|
+
padding: 8px;
|
|
31996
|
+
border-radius: 4px;
|
|
31997
|
+
}
|
|
31998
|
+
.onr9gzt .selected-icon {
|
|
31999
|
+
display: none;
|
|
32000
|
+
}
|
|
32001
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
32002
|
+
padding-left: 8px;
|
|
32003
|
+
}
|
|
32004
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
32005
|
+
background-color: white;
|
|
32006
|
+
}
|
|
32007
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
32008
|
+
color: #0080ff;
|
|
32009
|
+
}
|
|
32010
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
32011
|
+
display: block;
|
|
32012
|
+
}
|
|
32013
|
+
.onr9gzt.ant-select-item-option-active {
|
|
32014
|
+
background: rgba(0, 136, 255, 0.16);
|
|
32015
|
+
}
|
|
32016
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
32017
|
+
color: #0080ff;
|
|
32018
|
+
}
|
|
32019
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
32020
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32021
|
+
color: #0080ff;
|
|
32022
|
+
}
|
|
32023
|
+
|
|
32024
|
+
.oiy0apc {
|
|
32025
|
+
display: flex;
|
|
32026
|
+
justify-content: space-between;
|
|
32027
|
+
height: 20px;
|
|
32028
|
+
line-height: 20px;
|
|
32029
|
+
}
|
|
32030
|
+
.oiy0apc .timezone-title {
|
|
32031
|
+
color: #2d3a56;
|
|
32032
|
+
overflow: hidden;
|
|
32033
|
+
text-overflow: ellipsis;
|
|
32034
|
+
}
|
|
32035
|
+
|
|
32036
|
+
.of4y382 {
|
|
32037
|
+
display: flex;
|
|
32038
|
+
justify-content: space-between;
|
|
32039
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32040
|
+
height: 18px;
|
|
32041
|
+
line-height: 18px;
|
|
32042
|
+
margin-top: 2px;
|
|
32043
|
+
}
|
|
32044
|
+
|
|
32045
|
+
.t19903l9 {
|
|
32046
|
+
border: none;
|
|
32047
|
+
margin-right: 0;
|
|
32048
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32049
|
+
}
|
|
32050
|
+
|
|
32051
|
+
.ohwbvxu {
|
|
32052
|
+
pointer-events: none;
|
|
32053
|
+
height: 32px;
|
|
32054
|
+
width: 100%;
|
|
32055
|
+
opacity: 0;
|
|
32056
|
+
}
|
|
32057
|
+
|
|
32058
32058
|
.m15dvk92 {
|
|
32059
32059
|
display: flex;
|
|
32060
32060
|
justify-content: space-between;
|
|
@@ -32172,67 +32172,10 @@ input.rrg1fkn.ant-input {
|
|
|
32172
32172
|
display: flex;
|
|
32173
32173
|
}
|
|
32174
32174
|
|
|
32175
|
-
.
|
|
32176
|
-
|
|
32177
|
-
|
|
32178
|
-
|
|
32179
|
-
width: 100%;
|
|
32180
|
-
color: #2d3a56;
|
|
32181
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32182
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32183
|
-
font-size: 13px;
|
|
32184
|
-
}
|
|
32185
|
-
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32186
|
-
height: 30px;
|
|
32187
|
-
}
|
|
32188
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32189
|
-
height: 38px;
|
|
32190
|
-
font-size: 13px;
|
|
32191
|
-
}
|
|
32192
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32193
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32194
|
-
transition: 160ms ease;
|
|
32195
|
-
}
|
|
32196
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32197
|
-
color: #0080ff;
|
|
32198
|
-
}
|
|
32199
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32200
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32201
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32202
|
-
}
|
|
32203
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32204
|
-
color: #0080ff;
|
|
32205
|
-
}
|
|
32206
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32207
|
-
border-color: #0080ff;
|
|
32208
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32209
|
-
}
|
|
32210
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32211
|
-
transform: rotate(180deg);
|
|
32212
|
-
}
|
|
32213
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32214
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32215
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32216
|
-
cursor: "not-allowed";
|
|
32217
|
-
}
|
|
32218
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32219
|
-
border-color: #f0483e !important;
|
|
32220
|
-
}
|
|
32221
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32222
|
-
color: #1d326c;
|
|
32223
|
-
}
|
|
32224
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32225
|
-
border-color: #0080ff;
|
|
32226
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32227
|
-
}
|
|
32228
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32229
|
-
transform: rotate(180deg);
|
|
32230
|
-
}
|
|
32231
|
-
|
|
32232
|
-
.igz4le8 {
|
|
32233
|
-
height: 24px;
|
|
32234
|
-
width: 56px !important;
|
|
32235
|
-
margin-right: 4px;
|
|
32175
|
+
.igz4le8 {
|
|
32176
|
+
height: 24px;
|
|
32177
|
+
width: 56px !important;
|
|
32178
|
+
margin-right: 4px;
|
|
32236
32179
|
}
|
|
32237
32180
|
|
|
32238
32181
|
.c1riexje {
|
|
@@ -32313,193 +32256,65 @@ input.rrg1fkn.ant-input {
|
|
|
32313
32256
|
display: inline-block;
|
|
32314
32257
|
}
|
|
32315
32258
|
|
|
32316
|
-
.
|
|
32317
|
-
|
|
32318
|
-
}
|
|
32319
|
-
|
|
32320
|
-
.sq6vos1 {
|
|
32321
|
-
--item-min-width: 60px;
|
|
32322
|
-
}
|
|
32323
|
-
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32324
|
-
display: none !important;
|
|
32325
|
-
}
|
|
32326
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32327
|
-
flex-shrink: 0 !important;
|
|
32328
|
-
}
|
|
32329
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32330
|
-
color: #0080ff;
|
|
32331
|
-
}
|
|
32332
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32333
|
-
color: #0080ff;
|
|
32334
|
-
font-weight: normal;
|
|
32335
|
-
}
|
|
32336
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
32337
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32338
|
-
}
|
|
32339
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32340
|
-
color: #00122e;
|
|
32341
|
-
}
|
|
32342
|
-
.sq6vos1 .step-item-text {
|
|
32343
|
-
display: inline-block;
|
|
32344
|
-
}
|
|
32345
|
-
.sq6vos1 .step-item-title {
|
|
32346
|
-
overflow: hidden;
|
|
32347
|
-
white-space: nowrap;
|
|
32348
|
-
text-overflow: ellipsis;
|
|
32349
|
-
}
|
|
32350
|
-
|
|
32351
|
-
.hjtnwxg .ant-steps-item-container {
|
|
32352
|
-
min-width: var(--item-min-width);
|
|
32353
|
-
}
|
|
32354
|
-
.hjtnwxg .ant-steps-item-disabled {
|
|
32355
|
-
cursor: not-allowed !important;
|
|
32356
|
-
}
|
|
32357
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32358
|
-
flex-direction: row;
|
|
32359
|
-
justify-content: stretch;
|
|
32360
|
-
}
|
|
32361
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32362
|
-
padding: 0;
|
|
32363
|
-
margin-right: 4px;
|
|
32364
|
-
flex: 1;
|
|
32365
|
-
overflow: visible;
|
|
32366
|
-
}
|
|
32367
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32368
|
-
width: 100%;
|
|
32369
|
-
min-height: unset;
|
|
32259
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32260
|
+
border-radius: 6px;
|
|
32370
32261
|
}
|
|
32371
|
-
.
|
|
32372
|
-
height: 26px;
|
|
32373
|
-
line-height: 26px;
|
|
32262
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
32374
32263
|
width: 100%;
|
|
32375
|
-
|
|
32376
|
-
|
|
32377
|
-
|
|
32378
|
-
|
|
32379
|
-
margin-right: 10px;
|
|
32380
|
-
}
|
|
32381
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32382
|
-
display: none;
|
|
32383
|
-
}
|
|
32384
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32385
|
-
padding-left: 8px;
|
|
32386
|
-
padding-right: 4px;
|
|
32387
|
-
border-radius: 4px 0 0 4px;
|
|
32388
|
-
}
|
|
32389
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32390
|
-
margin-right: 0;
|
|
32391
|
-
}
|
|
32392
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
32393
|
-
padding-right: 8px;
|
|
32394
|
-
padding-left: 12px;
|
|
32395
|
-
border-radius: 0 4px 4px 0;
|
|
32396
|
-
}
|
|
32397
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
32398
|
-
content: "";
|
|
32399
|
-
width: 0;
|
|
32400
|
-
height: 0;
|
|
32401
|
-
border: 13px solid transparent;
|
|
32402
|
-
position: absolute;
|
|
32403
|
-
top: 0;
|
|
32404
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32405
|
-
z-index: 2;
|
|
32406
|
-
position: relative;
|
|
32407
|
-
top: -50%;
|
|
32408
|
-
right: -100%;
|
|
32409
|
-
}
|
|
32410
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32411
|
-
padding: 0 4px 0 12px;
|
|
32412
|
-
}
|
|
32413
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
32414
|
-
content: "";
|
|
32415
|
-
width: 0;
|
|
32416
|
-
height: 0;
|
|
32417
|
-
border: 13px solid transparent;
|
|
32418
|
-
position: absolute;
|
|
32419
|
-
top: 0;
|
|
32420
|
-
border-left: 8px solid #fff;
|
|
32421
|
-
left: 0;
|
|
32422
|
-
}
|
|
32423
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
32424
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
32264
|
+
color: #2d3a56;
|
|
32265
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32266
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32267
|
+
font-size: 13px;
|
|
32425
32268
|
}
|
|
32426
|
-
.
|
|
32427
|
-
|
|
32269
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32270
|
+
height: 30px;
|
|
32428
32271
|
}
|
|
32429
|
-
.
|
|
32430
|
-
|
|
32272
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32273
|
+
height: 38px;
|
|
32274
|
+
font-size: 13px;
|
|
32431
32275
|
}
|
|
32432
|
-
.
|
|
32433
|
-
|
|
32434
|
-
|
|
32276
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32277
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32278
|
+
transition: 160ms ease;
|
|
32435
32279
|
}
|
|
32436
|
-
.
|
|
32437
|
-
|
|
32438
|
-
min-width: var(--item-min-width);
|
|
32280
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32281
|
+
color: #0080ff;
|
|
32439
32282
|
}
|
|
32440
|
-
.
|
|
32441
|
-
|
|
32442
|
-
|
|
32283
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32284
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32285
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32443
32286
|
}
|
|
32444
|
-
.
|
|
32445
|
-
|
|
32287
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32288
|
+
color: #0080ff;
|
|
32446
32289
|
}
|
|
32447
|
-
|
|
32448
|
-
|
|
32449
|
-
|
|
32450
|
-
row-gap: 2px;
|
|
32290
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32291
|
+
border-color: #0080ff;
|
|
32292
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32451
32293
|
}
|
|
32452
|
-
.
|
|
32453
|
-
|
|
32454
|
-
border-radius: 4px;
|
|
32455
|
-
height: 32px;
|
|
32456
|
-
display: flex;
|
|
32457
|
-
align-items: center;
|
|
32294
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32295
|
+
transform: rotate(180deg);
|
|
32458
32296
|
}
|
|
32459
|
-
.
|
|
32460
|
-
|
|
32461
|
-
|
|
32297
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32298
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32299
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32300
|
+
cursor: "not-allowed";
|
|
32462
32301
|
}
|
|
32463
|
-
.
|
|
32464
|
-
|
|
32465
|
-
line-height: 20px;
|
|
32466
|
-
max-width: 100%;
|
|
32302
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32303
|
+
border-color: #f0483e !important;
|
|
32467
32304
|
}
|
|
32468
|
-
.
|
|
32469
|
-
|
|
32305
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32306
|
+
color: #1d326c;
|
|
32470
32307
|
}
|
|
32471
|
-
|
|
32472
|
-
|
|
32473
|
-
|
|
32474
|
-
display: inline-flex;
|
|
32475
|
-
align-items: center;
|
|
32476
|
-
justify-content: center;
|
|
32477
|
-
column-gap: 4px;
|
|
32308
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32309
|
+
border-color: #0080ff;
|
|
32310
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32478
32311
|
}
|
|
32479
|
-
.
|
|
32480
|
-
|
|
32481
|
-
align-items: center;
|
|
32482
|
-
width: 18px;
|
|
32483
|
-
height: 18px;
|
|
32484
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32485
|
-
justify-content: center;
|
|
32312
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32313
|
+
transform: rotate(180deg);
|
|
32486
32314
|
}
|
|
32487
32315
|
|
|
32488
|
-
.
|
|
32489
|
-
|
|
32490
|
-
display: flex;
|
|
32491
|
-
align-items: center;
|
|
32492
|
-
justify-content: center;
|
|
32493
|
-
column-gap: 6px;
|
|
32494
|
-
font-size: 13px;
|
|
32495
|
-
}
|
|
32496
|
-
.v1f2f7cy .step-item-prefix-container {
|
|
32497
|
-
display: inline-flex;
|
|
32498
|
-
align-items: center;
|
|
32499
|
-
min-width: 20px;
|
|
32500
|
-
min-height: 20px;
|
|
32501
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32502
|
-
justify-content: center;
|
|
32316
|
+
.t19ustft .date {
|
|
32317
|
+
margin-right: 4px;
|
|
32503
32318
|
}
|
|
32504
32319
|
|
|
32505
32320
|
.m1thnes4 {
|
|
@@ -32663,6 +32478,27 @@ input.rrg1fkn.ant-input {
|
|
|
32663
32478
|
margin-left: 8px;
|
|
32664
32479
|
}
|
|
32665
32480
|
|
|
32481
|
+
.o8ocss1 {
|
|
32482
|
+
overflow: hidden;
|
|
32483
|
+
text-overflow: ellipsis;
|
|
32484
|
+
}
|
|
32485
|
+
|
|
32486
|
+
.n17syc35 {
|
|
32487
|
+
white-space: nowrap;
|
|
32488
|
+
}
|
|
32489
|
+
|
|
32490
|
+
.n3qomhu {
|
|
32491
|
+
font-size: 90%;
|
|
32492
|
+
font-weight: bold;
|
|
32493
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32494
|
+
padding: 1px 4px 1px;
|
|
32495
|
+
margin-left: 2px;
|
|
32496
|
+
margin-right: 2px;
|
|
32497
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32498
|
+
border-radius: 4px;
|
|
32499
|
+
word-break: break-all;
|
|
32500
|
+
}
|
|
32501
|
+
|
|
32666
32502
|
.s1uupxds {
|
|
32667
32503
|
padding: 0 8px;
|
|
32668
32504
|
border-radius: 4px;
|
|
@@ -32745,25 +32581,189 @@ input.rrg1fkn.ant-input {
|
|
|
32745
32581
|
background-color: #7E41FF;
|
|
32746
32582
|
}
|
|
32747
32583
|
|
|
32748
|
-
.
|
|
32584
|
+
.sq6vos1 {
|
|
32585
|
+
--item-min-width: 60px;
|
|
32586
|
+
}
|
|
32587
|
+
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32588
|
+
display: none !important;
|
|
32589
|
+
}
|
|
32590
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32591
|
+
flex-shrink: 0 !important;
|
|
32592
|
+
}
|
|
32593
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32594
|
+
color: #0080ff;
|
|
32595
|
+
}
|
|
32596
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32597
|
+
color: #0080ff;
|
|
32598
|
+
font-weight: normal;
|
|
32599
|
+
}
|
|
32600
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
32601
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32602
|
+
}
|
|
32603
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32604
|
+
color: #00122e;
|
|
32605
|
+
}
|
|
32606
|
+
.sq6vos1 .step-item-text {
|
|
32607
|
+
display: inline-block;
|
|
32608
|
+
}
|
|
32609
|
+
.sq6vos1 .step-item-title {
|
|
32749
32610
|
overflow: hidden;
|
|
32611
|
+
white-space: nowrap;
|
|
32750
32612
|
text-overflow: ellipsis;
|
|
32751
32613
|
}
|
|
32752
32614
|
|
|
32753
|
-
.
|
|
32754
|
-
|
|
32615
|
+
.hjtnwxg .ant-steps-item-container {
|
|
32616
|
+
min-width: var(--item-min-width);
|
|
32617
|
+
}
|
|
32618
|
+
.hjtnwxg .ant-steps-item-disabled {
|
|
32619
|
+
cursor: not-allowed !important;
|
|
32620
|
+
}
|
|
32621
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32622
|
+
flex-direction: row;
|
|
32623
|
+
justify-content: stretch;
|
|
32624
|
+
}
|
|
32625
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32626
|
+
padding: 0;
|
|
32627
|
+
margin-right: 4px;
|
|
32628
|
+
flex: 1;
|
|
32629
|
+
overflow: visible;
|
|
32630
|
+
}
|
|
32631
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32632
|
+
width: 100%;
|
|
32633
|
+
min-height: unset;
|
|
32634
|
+
}
|
|
32635
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
32636
|
+
height: 26px;
|
|
32637
|
+
line-height: 26px;
|
|
32638
|
+
width: 100%;
|
|
32639
|
+
padding: 0;
|
|
32640
|
+
font-size: 12px;
|
|
32641
|
+
}
|
|
32642
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
32643
|
+
margin-right: 10px;
|
|
32644
|
+
}
|
|
32645
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32646
|
+
display: none;
|
|
32647
|
+
}
|
|
32648
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32649
|
+
padding-left: 8px;
|
|
32650
|
+
padding-right: 4px;
|
|
32651
|
+
border-radius: 4px 0 0 4px;
|
|
32652
|
+
}
|
|
32653
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32654
|
+
margin-right: 0;
|
|
32655
|
+
}
|
|
32656
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
32657
|
+
padding-right: 8px;
|
|
32658
|
+
padding-left: 12px;
|
|
32659
|
+
border-radius: 0 4px 4px 0;
|
|
32660
|
+
}
|
|
32661
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
32662
|
+
content: "";
|
|
32663
|
+
width: 0;
|
|
32664
|
+
height: 0;
|
|
32665
|
+
border: 13px solid transparent;
|
|
32666
|
+
position: absolute;
|
|
32667
|
+
top: 0;
|
|
32668
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32669
|
+
z-index: 2;
|
|
32670
|
+
position: relative;
|
|
32671
|
+
top: -50%;
|
|
32672
|
+
right: -100%;
|
|
32673
|
+
}
|
|
32674
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32675
|
+
padding: 0 4px 0 12px;
|
|
32676
|
+
}
|
|
32677
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
32678
|
+
content: "";
|
|
32679
|
+
width: 0;
|
|
32680
|
+
height: 0;
|
|
32681
|
+
border: 13px solid transparent;
|
|
32682
|
+
position: absolute;
|
|
32683
|
+
top: 0;
|
|
32684
|
+
border-left: 8px solid #fff;
|
|
32685
|
+
left: 0;
|
|
32686
|
+
}
|
|
32687
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
32688
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
32689
|
+
}
|
|
32690
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32691
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32692
|
+
}
|
|
32693
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32694
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32695
|
+
}
|
|
32696
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32697
|
+
cursor: pointer;
|
|
32698
|
+
min-width: var(--item-min-width);
|
|
32699
|
+
}
|
|
32700
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32701
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32702
|
+
min-width: var(--item-min-width);
|
|
32703
|
+
}
|
|
32704
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32705
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32706
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32707
|
+
}
|
|
32708
|
+
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32709
|
+
padding: 0;
|
|
32755
32710
|
}
|
|
32756
32711
|
|
|
32757
|
-
.
|
|
32758
|
-
|
|
32759
|
-
|
|
32760
|
-
|
|
32761
|
-
|
|
32762
|
-
|
|
32763
|
-
margin-right: 2px;
|
|
32764
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32712
|
+
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32713
|
+
width: 138px;
|
|
32714
|
+
row-gap: 2px;
|
|
32715
|
+
}
|
|
32716
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32717
|
+
padding: 0 8px;
|
|
32765
32718
|
border-radius: 4px;
|
|
32766
|
-
|
|
32719
|
+
height: 32px;
|
|
32720
|
+
display: flex;
|
|
32721
|
+
align-items: center;
|
|
32722
|
+
}
|
|
32723
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32724
|
+
min-height: auto;
|
|
32725
|
+
white-space: nowrap;
|
|
32726
|
+
}
|
|
32727
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32728
|
+
font-size: 13px;
|
|
32729
|
+
line-height: 20px;
|
|
32730
|
+
max-width: 100%;
|
|
32731
|
+
}
|
|
32732
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32733
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32734
|
+
}
|
|
32735
|
+
|
|
32736
|
+
.h1xo7yjb {
|
|
32737
|
+
width: 100%;
|
|
32738
|
+
display: inline-flex;
|
|
32739
|
+
align-items: center;
|
|
32740
|
+
justify-content: center;
|
|
32741
|
+
column-gap: 4px;
|
|
32742
|
+
}
|
|
32743
|
+
.h1xo7yjb .step-item-prefix-container {
|
|
32744
|
+
display: inline-flex;
|
|
32745
|
+
align-items: center;
|
|
32746
|
+
width: 18px;
|
|
32747
|
+
height: 18px;
|
|
32748
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32749
|
+
justify-content: center;
|
|
32750
|
+
}
|
|
32751
|
+
|
|
32752
|
+
.v1f2f7cy {
|
|
32753
|
+
width: 100%;
|
|
32754
|
+
display: flex;
|
|
32755
|
+
align-items: center;
|
|
32756
|
+
justify-content: center;
|
|
32757
|
+
column-gap: 6px;
|
|
32758
|
+
font-size: 13px;
|
|
32759
|
+
}
|
|
32760
|
+
.v1f2f7cy .step-item-prefix-container {
|
|
32761
|
+
display: inline-flex;
|
|
32762
|
+
align-items: center;
|
|
32763
|
+
min-width: 20px;
|
|
32764
|
+
min-height: 20px;
|
|
32765
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32766
|
+
justify-content: center;
|
|
32767
32767
|
}
|
|
32768
32768
|
|
|
32769
32769
|
.t1gz6wqf {
|
|
@@ -32840,6 +32840,22 @@ input.rrg1fkn.ant-input {
|
|
|
32840
32840
|
margin-right: 2px;
|
|
32841
32841
|
}
|
|
32842
32842
|
|
|
32843
|
+
.rrwcpby {
|
|
32844
|
+
display: flex;
|
|
32845
|
+
align-items: center;
|
|
32846
|
+
}
|
|
32847
|
+
.rrwcpby .order {
|
|
32848
|
+
height: 24px;
|
|
32849
|
+
width: 24px;
|
|
32850
|
+
border-radius: 20px;
|
|
32851
|
+
color: #0080ff;
|
|
32852
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32853
|
+
display: flex;
|
|
32854
|
+
align-items: center;
|
|
32855
|
+
justify-content: center;
|
|
32856
|
+
margin-right: 6px;
|
|
32857
|
+
}
|
|
32858
|
+
|
|
32843
32859
|
.bab9xum {
|
|
32844
32860
|
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);
|
|
32845
32861
|
}
|
|
@@ -32857,22 +32873,6 @@ input.rrg1fkn.ant-input {
|
|
|
32857
32873
|
transform: translateY(-4px);
|
|
32858
32874
|
}
|
|
32859
32875
|
|
|
32860
|
-
.rrwcpby {
|
|
32861
|
-
display: flex;
|
|
32862
|
-
align-items: center;
|
|
32863
|
-
}
|
|
32864
|
-
.rrwcpby .order {
|
|
32865
|
-
height: 24px;
|
|
32866
|
-
width: 24px;
|
|
32867
|
-
border-radius: 20px;
|
|
32868
|
-
color: #0080ff;
|
|
32869
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32870
|
-
display: flex;
|
|
32871
|
-
align-items: center;
|
|
32872
|
-
justify-content: center;
|
|
32873
|
-
margin-right: 6px;
|
|
32874
|
-
}
|
|
32875
|
-
|
|
32876
32876
|
.tc40oxa {
|
|
32877
32877
|
margin-bottom: 4px;
|
|
32878
32878
|
color: rgba(44, 56, 82, 0.6);
|