@cloudtower/eagle 0.27.12 → 0.27.13
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 +1042 -952
- package/dist/coreX/SummaryTable/SummaryTable.stories.d.ts +5 -0
- package/dist/coreX/SummaryTable/index.d.ts +10 -0
- package/dist/esm/index.js +1701 -1600
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/spec/base.d.ts +30 -0
- package/dist/style.css +2017 -1927
- package/dist/umd/index.js +1701 -1600
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29611,50 +29611,6 @@ html body {
|
|
|
29611
29611
|
color: #fff;
|
|
29612
29612
|
}
|
|
29613
29613
|
|
|
29614
|
-
.fde5mpd {
|
|
29615
|
-
width: 100%;
|
|
29616
|
-
height: 100%;
|
|
29617
|
-
min-height: 124px;
|
|
29618
|
-
display: flex;
|
|
29619
|
-
flex-direction: column;
|
|
29620
|
-
justify-content: center;
|
|
29621
|
-
align-items: center;
|
|
29622
|
-
}
|
|
29623
|
-
.fde5mpd .error-text {
|
|
29624
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29625
|
-
margin-bottom: 16px;
|
|
29626
|
-
font-size: 18px;
|
|
29627
|
-
}
|
|
29628
|
-
|
|
29629
|
-
.bpq0js6 {
|
|
29630
|
-
padding: 4px 11px;
|
|
29631
|
-
}
|
|
29632
|
-
|
|
29633
|
-
.b15sn34c {
|
|
29634
|
-
white-space: nowrap;
|
|
29635
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29636
|
-
}
|
|
29637
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29638
|
-
--color: #0080ff;
|
|
29639
|
-
}
|
|
29640
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29641
|
-
--color: #0080ff;
|
|
29642
|
-
}
|
|
29643
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29644
|
-
margin-left: 1px;
|
|
29645
|
-
}
|
|
29646
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29647
|
-
border-top-right-radius: 0;
|
|
29648
|
-
border-bottom-right-radius: 0;
|
|
29649
|
-
}
|
|
29650
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29651
|
-
border-top-left-radius: 0;
|
|
29652
|
-
border-bottom-left-radius: 0;
|
|
29653
|
-
}
|
|
29654
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29655
|
-
border-radius: unset;
|
|
29656
|
-
}
|
|
29657
|
-
|
|
29658
29614
|
.buj61ew.ant-btn-icon-only {
|
|
29659
29615
|
justify-content: center;
|
|
29660
29616
|
}
|
|
@@ -29905,17 +29861,33 @@ html body {
|
|
|
29905
29861
|
padding: 0;
|
|
29906
29862
|
}
|
|
29907
29863
|
|
|
29908
|
-
.
|
|
29909
|
-
|
|
29910
|
-
|
|
29911
|
-
|
|
29912
|
-
|
|
29913
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29914
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29915
|
-
display: flex;
|
|
29916
|
-
align-items: center;
|
|
29864
|
+
.bpq0js6 {
|
|
29865
|
+
padding: 4px 11px;
|
|
29866
|
+
}
|
|
29867
|
+
|
|
29868
|
+
.b15sn34c {
|
|
29917
29869
|
white-space: nowrap;
|
|
29918
|
-
|
|
29870
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29871
|
+
}
|
|
29872
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29873
|
+
--color: #0080ff;
|
|
29874
|
+
}
|
|
29875
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29876
|
+
--color: #0080ff;
|
|
29877
|
+
}
|
|
29878
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29879
|
+
margin-left: 1px;
|
|
29880
|
+
}
|
|
29881
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29882
|
+
border-top-right-radius: 0;
|
|
29883
|
+
border-bottom-right-radius: 0;
|
|
29884
|
+
}
|
|
29885
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29886
|
+
border-top-left-radius: 0;
|
|
29887
|
+
border-bottom-left-radius: 0;
|
|
29888
|
+
}
|
|
29889
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29890
|
+
border-radius: unset;
|
|
29919
29891
|
}
|
|
29920
29892
|
|
|
29921
29893
|
.i1mrf09m {
|
|
@@ -29936,6 +29908,34 @@ html body {
|
|
|
29936
29908
|
animation: rotate 680ms linear infinite;
|
|
29937
29909
|
}
|
|
29938
29910
|
|
|
29911
|
+
.fde5mpd {
|
|
29912
|
+
width: 100%;
|
|
29913
|
+
height: 100%;
|
|
29914
|
+
min-height: 124px;
|
|
29915
|
+
display: flex;
|
|
29916
|
+
flex-direction: column;
|
|
29917
|
+
justify-content: center;
|
|
29918
|
+
align-items: center;
|
|
29919
|
+
}
|
|
29920
|
+
.fde5mpd .error-text {
|
|
29921
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29922
|
+
margin-bottom: 16px;
|
|
29923
|
+
font-size: 18px;
|
|
29924
|
+
}
|
|
29925
|
+
|
|
29926
|
+
.iap75of {
|
|
29927
|
+
height: 18px;
|
|
29928
|
+
line-height: 18px;
|
|
29929
|
+
padding: 0 4px;
|
|
29930
|
+
border-radius: 4px;
|
|
29931
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29932
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29933
|
+
display: flex;
|
|
29934
|
+
align-items: center;
|
|
29935
|
+
white-space: nowrap;
|
|
29936
|
+
margin-right: 4px;
|
|
29937
|
+
}
|
|
29938
|
+
|
|
29939
29939
|
.obf05yr {
|
|
29940
29940
|
display: inline-block;
|
|
29941
29941
|
}
|
|
@@ -29945,310 +29945,107 @@ html body {
|
|
|
29945
29945
|
position: absolute;
|
|
29946
29946
|
}
|
|
29947
29947
|
|
|
29948
|
-
.
|
|
29949
|
-
display:
|
|
29950
|
-
|
|
29951
|
-
white-space: pre-wrap;
|
|
29948
|
+
.cz04yix {
|
|
29949
|
+
display: flex;
|
|
29950
|
+
flex-direction: column;
|
|
29952
29951
|
}
|
|
29953
|
-
|
|
29954
|
-
|
|
29955
|
-
|
|
29952
|
+
|
|
29953
|
+
.m1if5j39 {
|
|
29954
|
+
max-width: 1120px;
|
|
29955
|
+
width: 100%;
|
|
29956
|
+
margin: 0 auto;
|
|
29957
|
+
height: 100%;
|
|
29956
29958
|
}
|
|
29957
|
-
|
|
29958
|
-
|
|
29959
|
+
|
|
29960
|
+
.w1vvwdlp {
|
|
29961
|
+
max-width: 1120px;
|
|
29962
|
+
width: 100%;
|
|
29963
|
+
margin: 0 auto;
|
|
29964
|
+
display: flex;
|
|
29959
29965
|
}
|
|
29960
|
-
.
|
|
29961
|
-
|
|
29966
|
+
.w1vvwdlp .left,
|
|
29967
|
+
.w1vvwdlp .right {
|
|
29968
|
+
flex-grow: 0;
|
|
29969
|
+
flex-shrink: 0;
|
|
29970
|
+
flex-basis: 21%;
|
|
29962
29971
|
}
|
|
29963
|
-
.
|
|
29964
|
-
|
|
29965
|
-
|
|
29972
|
+
.w1vvwdlp .left {
|
|
29973
|
+
display: flex;
|
|
29974
|
+
justify-content: flex-end;
|
|
29975
|
+
padding-right: 44px;
|
|
29966
29976
|
}
|
|
29967
|
-
.
|
|
29968
|
-
|
|
29969
|
-
left: 4px;
|
|
29970
|
-
width: 6px;
|
|
29971
|
-
height: 6px;
|
|
29972
|
-
background: #fff;
|
|
29977
|
+
.w1vvwdlp .right {
|
|
29978
|
+
padding-left: 44px;
|
|
29973
29979
|
}
|
|
29974
|
-
.
|
|
29975
|
-
|
|
29980
|
+
.w1vvwdlp .middle {
|
|
29981
|
+
margin-bottom: 40px;
|
|
29982
|
+
flex-grow: 0;
|
|
29983
|
+
flex-shrink: 0;
|
|
29984
|
+
flex-basis: 58%;
|
|
29976
29985
|
}
|
|
29977
|
-
.
|
|
29978
|
-
|
|
29979
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29986
|
+
.w1vvwdlp .middle .form-base-field {
|
|
29987
|
+
width: 100%;
|
|
29980
29988
|
}
|
|
29981
|
-
.
|
|
29982
|
-
|
|
29989
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
29990
|
+
width: auto;
|
|
29983
29991
|
}
|
|
29984
|
-
|
|
29985
|
-
|
|
29986
|
-
|
|
29992
|
+
|
|
29993
|
+
.h1cuopx7 .ant-modal-header {
|
|
29994
|
+
margin: 0 auto;
|
|
29995
|
+
width: 100%;
|
|
29996
|
+
max-width: 648px;
|
|
29987
29997
|
}
|
|
29988
|
-
.
|
|
29989
|
-
|
|
29998
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
29999
|
+
margin-left: 0;
|
|
29990
30000
|
}
|
|
29991
|
-
.
|
|
29992
|
-
|
|
30001
|
+
.h1cuopx7 .ant-modal-body {
|
|
30002
|
+
margin: 0 auto;
|
|
29993
30003
|
padding: 0;
|
|
29994
|
-
|
|
29995
|
-
|
|
29996
|
-
|
|
29997
|
-
margin-bottom: 0;
|
|
29998
|
-
white-space: pre-wrap;
|
|
29999
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30004
|
+
width: 100%;
|
|
30005
|
+
max-width: 648px;
|
|
30006
|
+
overflow: hidden;
|
|
30000
30007
|
}
|
|
30001
|
-
.
|
|
30002
|
-
|
|
30008
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30009
|
+
margin-bottom: 40px;
|
|
30003
30010
|
}
|
|
30004
|
-
|
|
30005
|
-
|
|
30006
|
-
|
|
30011
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30012
|
+
height: calc(100vh - 225px);
|
|
30013
|
+
overflow-y: auto;
|
|
30007
30014
|
}
|
|
30008
|
-
.
|
|
30009
|
-
|
|
30015
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
30016
|
+
margin: 0 auto;
|
|
30017
|
+
max-width: 648px;
|
|
30010
30018
|
}
|
|
30011
30019
|
|
|
30012
|
-
.
|
|
30013
|
-
|
|
30014
|
-
|
|
30015
|
-
|
|
30016
|
-
.r1f0aqcc:first-child {
|
|
30017
|
-
border-color: #a3b4cc;
|
|
30020
|
+
.h1p6d3y3 .ant-modal-header {
|
|
30021
|
+
margin: 0 auto;
|
|
30022
|
+
width: 100%;
|
|
30023
|
+
max-width: 1024px;
|
|
30018
30024
|
}
|
|
30019
|
-
.
|
|
30020
|
-
|
|
30021
|
-
line-height: 32px;
|
|
30022
|
-
height: 32px;
|
|
30025
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30026
|
+
margin-left: 0;
|
|
30023
30027
|
}
|
|
30024
|
-
.
|
|
30025
|
-
|
|
30028
|
+
.h1p6d3y3 .ant-modal-body {
|
|
30029
|
+
margin: 0 auto;
|
|
30030
|
+
padding: 0;
|
|
30031
|
+
width: 100%;
|
|
30032
|
+
max-width: 1024px;
|
|
30033
|
+
overflow: hidden;
|
|
30026
30034
|
}
|
|
30027
|
-
.ant-
|
|
30028
|
-
|
|
30029
|
-
padding: 0 7px;
|
|
30030
|
-
line-height: 20px;
|
|
30035
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30036
|
+
margin-bottom: 40px;
|
|
30031
30037
|
}
|
|
30032
|
-
.
|
|
30033
|
-
|
|
30038
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30039
|
+
height: calc(100vh - 225px);
|
|
30040
|
+
overflow-y: auto;
|
|
30034
30041
|
}
|
|
30035
|
-
.
|
|
30036
|
-
|
|
30042
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30043
|
+
margin: 0 auto;
|
|
30044
|
+
max-width: 1024px;
|
|
30037
30045
|
}
|
|
30038
|
-
|
|
30039
|
-
|
|
30040
|
-
|
|
30041
|
-
}
|
|
30042
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30043
|
-
border-right-color: #0080ff;
|
|
30044
|
-
}
|
|
30045
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30046
|
-
border-color: #0080ff;
|
|
30047
|
-
}
|
|
30048
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30049
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30050
|
-
}
|
|
30051
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30052
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30053
|
-
border-color: #ccd4e3;
|
|
30054
|
-
opacity: 0.5;
|
|
30055
|
-
}
|
|
30056
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30057
|
-
color: #00122e;
|
|
30058
|
-
border-color: #ccd4e3;
|
|
30059
|
-
}
|
|
30060
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30061
|
-
color: #00122e;
|
|
30062
|
-
border-color: #ccd4e3;
|
|
30063
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30064
|
-
}
|
|
30065
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
30066
|
-
margin-right: 8px;
|
|
30067
|
-
display: inline;
|
|
30068
|
-
border: none;
|
|
30069
|
-
padding: 0;
|
|
30070
|
-
width: 36px;
|
|
30071
|
-
background: transparent;
|
|
30072
|
-
}
|
|
30073
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30074
|
-
box-shadow: none;
|
|
30075
|
-
}
|
|
30076
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30077
|
-
margin-right: 0;
|
|
30078
|
-
width: initial;
|
|
30079
|
-
box-shadow: none;
|
|
30080
|
-
}
|
|
30081
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30082
|
-
display: none;
|
|
30083
|
-
}
|
|
30084
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30085
|
-
display: inline;
|
|
30086
|
-
}
|
|
30087
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30088
|
-
display: inline;
|
|
30089
|
-
margin-right: 8px;
|
|
30090
|
-
padding: 0;
|
|
30091
|
-
width: 36px;
|
|
30092
|
-
}
|
|
30093
|
-
|
|
30094
|
-
.p12gwtiw {
|
|
30095
|
-
display: flex;
|
|
30096
|
-
justify-content: space-between;
|
|
30097
|
-
align-items: center;
|
|
30098
|
-
padding: 10px 0;
|
|
30099
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30100
|
-
font-size: 12px;
|
|
30101
|
-
line-height: 24px;
|
|
30102
|
-
}
|
|
30103
|
-
.p12gwtiw .pagination-left {
|
|
30104
|
-
padding: 2px 8px;
|
|
30105
|
-
}
|
|
30106
|
-
.p12gwtiw .dropdown-trigger {
|
|
30107
|
-
display: flex;
|
|
30108
|
-
align-items: center;
|
|
30109
|
-
border-radius: 6px;
|
|
30110
|
-
cursor: pointer;
|
|
30111
|
-
transition: all 0.3s ease;
|
|
30112
|
-
}
|
|
30113
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30114
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30115
|
-
color: #0080ff;
|
|
30116
|
-
}
|
|
30117
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30118
|
-
margin-left: 4px;
|
|
30119
|
-
}
|
|
30120
|
-
.p12gwtiw .pagination-right {
|
|
30121
|
-
display: flex;
|
|
30122
|
-
align-items: center;
|
|
30123
|
-
color: #0080ff;
|
|
30124
|
-
font-weight: bold;
|
|
30125
|
-
}
|
|
30126
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
30127
|
-
margin-left: 4px;
|
|
30128
|
-
}
|
|
30129
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
30130
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
30131
|
-
padding: 0 8px;
|
|
30132
|
-
}
|
|
30133
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30134
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
30135
|
-
color: #0080ff;
|
|
30136
|
-
}
|
|
30137
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30138
|
-
transform: rotate(180deg);
|
|
30139
|
-
}
|
|
30140
|
-
|
|
30141
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30142
|
-
max-height: calc(100vh - 128px);
|
|
30143
|
-
overflow-y: auto;
|
|
30144
|
-
}
|
|
30145
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30146
|
-
padding: 4px 20px;
|
|
30147
|
-
font-size: 12px;
|
|
30148
|
-
line-height: 18px;
|
|
30149
|
-
}
|
|
30150
|
-
|
|
30151
|
-
.cz04yix {
|
|
30152
|
-
display: flex;
|
|
30153
|
-
flex-direction: column;
|
|
30154
|
-
}
|
|
30155
|
-
|
|
30156
|
-
.m1if5j39 {
|
|
30157
|
-
max-width: 1120px;
|
|
30158
|
-
width: 100%;
|
|
30159
|
-
margin: 0 auto;
|
|
30160
|
-
height: 100%;
|
|
30161
|
-
}
|
|
30162
|
-
|
|
30163
|
-
.w1vvwdlp {
|
|
30164
|
-
max-width: 1120px;
|
|
30165
|
-
width: 100%;
|
|
30166
|
-
margin: 0 auto;
|
|
30167
|
-
display: flex;
|
|
30168
|
-
}
|
|
30169
|
-
.w1vvwdlp .left,
|
|
30170
|
-
.w1vvwdlp .right {
|
|
30171
|
-
flex-grow: 0;
|
|
30172
|
-
flex-shrink: 0;
|
|
30173
|
-
flex-basis: 21%;
|
|
30174
|
-
}
|
|
30175
|
-
.w1vvwdlp .left {
|
|
30176
|
-
display: flex;
|
|
30177
|
-
justify-content: flex-end;
|
|
30178
|
-
padding-right: 44px;
|
|
30179
|
-
}
|
|
30180
|
-
.w1vvwdlp .right {
|
|
30181
|
-
padding-left: 44px;
|
|
30182
|
-
}
|
|
30183
|
-
.w1vvwdlp .middle {
|
|
30184
|
-
margin-bottom: 40px;
|
|
30185
|
-
flex-grow: 0;
|
|
30186
|
-
flex-shrink: 0;
|
|
30187
|
-
flex-basis: 58%;
|
|
30188
|
-
}
|
|
30189
|
-
.w1vvwdlp .middle .form-base-field {
|
|
30190
|
-
width: 100%;
|
|
30191
|
-
}
|
|
30192
|
-
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30193
|
-
width: auto;
|
|
30194
|
-
}
|
|
30195
|
-
|
|
30196
|
-
.h1cuopx7 .ant-modal-header {
|
|
30197
|
-
margin: 0 auto;
|
|
30198
|
-
width: 100%;
|
|
30199
|
-
max-width: 648px;
|
|
30200
|
-
}
|
|
30201
|
-
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30202
|
-
margin-left: 0;
|
|
30203
|
-
}
|
|
30204
|
-
.h1cuopx7 .ant-modal-body {
|
|
30205
|
-
margin: 0 auto;
|
|
30206
|
-
padding: 0;
|
|
30207
|
-
width: 100%;
|
|
30208
|
-
max-width: 648px;
|
|
30209
|
-
overflow: hidden;
|
|
30210
|
-
}
|
|
30211
|
-
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30212
|
-
margin-bottom: 40px;
|
|
30213
|
-
}
|
|
30214
|
-
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30215
|
-
height: calc(100vh - 225px);
|
|
30216
|
-
overflow-y: auto;
|
|
30217
|
-
}
|
|
30218
|
-
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
30219
|
-
margin: 0 auto;
|
|
30220
|
-
max-width: 648px;
|
|
30221
|
-
}
|
|
30222
|
-
|
|
30223
|
-
.h1p6d3y3 .ant-modal-header {
|
|
30224
|
-
margin: 0 auto;
|
|
30225
|
-
width: 100%;
|
|
30226
|
-
max-width: 1024px;
|
|
30227
|
-
}
|
|
30228
|
-
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30229
|
-
margin-left: 0;
|
|
30230
|
-
}
|
|
30231
|
-
.h1p6d3y3 .ant-modal-body {
|
|
30232
|
-
margin: 0 auto;
|
|
30233
|
-
padding: 0;
|
|
30234
|
-
width: 100%;
|
|
30235
|
-
max-width: 1024px;
|
|
30236
|
-
overflow: hidden;
|
|
30237
|
-
}
|
|
30238
|
-
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30239
|
-
margin-bottom: 40px;
|
|
30240
|
-
}
|
|
30241
|
-
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30242
|
-
height: calc(100vh - 225px);
|
|
30243
|
-
overflow-y: auto;
|
|
30244
|
-
}
|
|
30245
|
-
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30246
|
-
margin: 0 auto;
|
|
30247
|
-
max-width: 1024px;
|
|
30248
|
-
}
|
|
30249
|
-
|
|
30250
|
-
.fxgckuk {
|
|
30251
|
-
flex: 1;
|
|
30046
|
+
|
|
30047
|
+
.fxgckuk {
|
|
30048
|
+
flex: 1;
|
|
30252
30049
|
}
|
|
30253
30050
|
.fxgckuk label {
|
|
30254
30051
|
font-size: 13px;
|
|
@@ -30828,30 +30625,314 @@ input.rrg1fkn.ant-input {
|
|
|
30828
30625
|
word-break: break-all;
|
|
30829
30626
|
}
|
|
30830
30627
|
|
|
30831
|
-
.
|
|
30832
|
-
|
|
30833
|
-
|
|
30834
|
-
|
|
30835
|
-
|
|
30628
|
+
.p12gwtiw {
|
|
30629
|
+
display: flex;
|
|
30630
|
+
justify-content: space-between;
|
|
30631
|
+
align-items: center;
|
|
30632
|
+
padding: 10px 0;
|
|
30633
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30634
|
+
font-size: 12px;
|
|
30635
|
+
line-height: 24px;
|
|
30836
30636
|
}
|
|
30837
|
-
.
|
|
30838
|
-
|
|
30637
|
+
.p12gwtiw .pagination-left {
|
|
30638
|
+
padding: 2px 8px;
|
|
30839
30639
|
}
|
|
30840
|
-
.
|
|
30841
|
-
|
|
30842
|
-
|
|
30640
|
+
.p12gwtiw .dropdown-trigger {
|
|
30641
|
+
display: flex;
|
|
30642
|
+
align-items: center;
|
|
30643
|
+
border-radius: 6px;
|
|
30644
|
+
cursor: pointer;
|
|
30645
|
+
transition: all 0.3s ease;
|
|
30843
30646
|
}
|
|
30844
|
-
.
|
|
30845
|
-
|
|
30846
|
-
|
|
30647
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30648
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30649
|
+
color: #0080ff;
|
|
30847
30650
|
}
|
|
30848
|
-
.
|
|
30849
|
-
|
|
30850
|
-
width: 20px;
|
|
30651
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30652
|
+
margin-left: 4px;
|
|
30851
30653
|
}
|
|
30852
|
-
.
|
|
30853
|
-
|
|
30854
|
-
|
|
30654
|
+
.p12gwtiw .pagination-right {
|
|
30655
|
+
display: flex;
|
|
30656
|
+
align-items: center;
|
|
30657
|
+
color: #0080ff;
|
|
30658
|
+
font-weight: bold;
|
|
30659
|
+
}
|
|
30660
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30661
|
+
margin-left: 4px;
|
|
30662
|
+
}
|
|
30663
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30664
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30665
|
+
padding: 0 8px;
|
|
30666
|
+
}
|
|
30667
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30668
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30669
|
+
color: #0080ff;
|
|
30670
|
+
}
|
|
30671
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30672
|
+
transform: rotate(180deg);
|
|
30673
|
+
}
|
|
30674
|
+
|
|
30675
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30676
|
+
max-height: calc(100vh - 128px);
|
|
30677
|
+
overflow-y: auto;
|
|
30678
|
+
}
|
|
30679
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30680
|
+
padding: 4px 20px;
|
|
30681
|
+
font-size: 12px;
|
|
30682
|
+
line-height: 18px;
|
|
30683
|
+
}
|
|
30684
|
+
|
|
30685
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30686
|
+
display: inline-flex;
|
|
30687
|
+
align-items: baseline;
|
|
30688
|
+
white-space: pre-wrap;
|
|
30689
|
+
}
|
|
30690
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30691
|
+
position: relative;
|
|
30692
|
+
top: 3px;
|
|
30693
|
+
}
|
|
30694
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30695
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30696
|
+
}
|
|
30697
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30698
|
+
border-color: #0080ff;
|
|
30699
|
+
}
|
|
30700
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30701
|
+
border-color: #0080ff;
|
|
30702
|
+
background: #0080ff;
|
|
30703
|
+
}
|
|
30704
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30705
|
+
top: 4px;
|
|
30706
|
+
left: 4px;
|
|
30707
|
+
width: 6px;
|
|
30708
|
+
height: 6px;
|
|
30709
|
+
background: #fff;
|
|
30710
|
+
}
|
|
30711
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30712
|
+
opacity: 0.5;
|
|
30713
|
+
}
|
|
30714
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30715
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30716
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30717
|
+
}
|
|
30718
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30719
|
+
background: #00122e;
|
|
30720
|
+
}
|
|
30721
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30722
|
+
color: #00122e;
|
|
30723
|
+
opacity: 0.5;
|
|
30724
|
+
}
|
|
30725
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30726
|
+
color: #00122e;
|
|
30727
|
+
}
|
|
30728
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30729
|
+
display: inline-block;
|
|
30730
|
+
padding: 0;
|
|
30731
|
+
padding-left: 12px;
|
|
30732
|
+
}
|
|
30733
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30734
|
+
margin-bottom: 0;
|
|
30735
|
+
white-space: pre-wrap;
|
|
30736
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30737
|
+
}
|
|
30738
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30739
|
+
padding-left: 8px;
|
|
30740
|
+
}
|
|
30741
|
+
|
|
30742
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30743
|
+
border-radius: 5px 0 0 5px;
|
|
30744
|
+
}
|
|
30745
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30746
|
+
border-radius: 0 5px 5px 0;
|
|
30747
|
+
}
|
|
30748
|
+
|
|
30749
|
+
.r1f0aqcc {
|
|
30750
|
+
color: #00122e;
|
|
30751
|
+
border-color: #ccd4e3;
|
|
30752
|
+
}
|
|
30753
|
+
.r1f0aqcc:first-child {
|
|
30754
|
+
border-color: #a3b4cc;
|
|
30755
|
+
}
|
|
30756
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30757
|
+
padding: 0 12px;
|
|
30758
|
+
line-height: 32px;
|
|
30759
|
+
height: 32px;
|
|
30760
|
+
}
|
|
30761
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30762
|
+
white-space: nowrap;
|
|
30763
|
+
}
|
|
30764
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30765
|
+
height: 22px;
|
|
30766
|
+
padding: 0 7px;
|
|
30767
|
+
line-height: 20px;
|
|
30768
|
+
}
|
|
30769
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30770
|
+
background: #ccd4e3;
|
|
30771
|
+
}
|
|
30772
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30773
|
+
background: #0080ff;
|
|
30774
|
+
}
|
|
30775
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30776
|
+
background: #ccd4e3;
|
|
30777
|
+
opacity: 0.5;
|
|
30778
|
+
}
|
|
30779
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30780
|
+
border-right-color: #0080ff;
|
|
30781
|
+
}
|
|
30782
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30783
|
+
border-color: #0080ff;
|
|
30784
|
+
}
|
|
30785
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30786
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30787
|
+
}
|
|
30788
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30789
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30790
|
+
border-color: #ccd4e3;
|
|
30791
|
+
opacity: 0.5;
|
|
30792
|
+
}
|
|
30793
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30794
|
+
color: #00122e;
|
|
30795
|
+
border-color: #ccd4e3;
|
|
30796
|
+
}
|
|
30797
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30798
|
+
color: #00122e;
|
|
30799
|
+
border-color: #ccd4e3;
|
|
30800
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30801
|
+
}
|
|
30802
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30803
|
+
margin-right: 8px;
|
|
30804
|
+
display: inline;
|
|
30805
|
+
border: none;
|
|
30806
|
+
padding: 0;
|
|
30807
|
+
width: 36px;
|
|
30808
|
+
background: transparent;
|
|
30809
|
+
}
|
|
30810
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30811
|
+
box-shadow: none;
|
|
30812
|
+
}
|
|
30813
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30814
|
+
margin-right: 0;
|
|
30815
|
+
width: initial;
|
|
30816
|
+
box-shadow: none;
|
|
30817
|
+
}
|
|
30818
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30819
|
+
display: none;
|
|
30820
|
+
}
|
|
30821
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30822
|
+
display: inline;
|
|
30823
|
+
}
|
|
30824
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30825
|
+
display: inline;
|
|
30826
|
+
margin-right: 8px;
|
|
30827
|
+
padding: 0;
|
|
30828
|
+
width: 36px;
|
|
30829
|
+
}
|
|
30830
|
+
|
|
30831
|
+
.s1fc623g {
|
|
30832
|
+
width: 430px !important;
|
|
30833
|
+
}
|
|
30834
|
+
|
|
30835
|
+
.da3mx0o .ant-select-item-group {
|
|
30836
|
+
padding: 8px 16px;
|
|
30837
|
+
line-height: 18px;
|
|
30838
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30839
|
+
height: 34px;
|
|
30840
|
+
min-height: 34px;
|
|
30841
|
+
box-sizing: border-box;
|
|
30842
|
+
margin-top: 8px;
|
|
30843
|
+
}
|
|
30844
|
+
|
|
30845
|
+
.onr9gzt {
|
|
30846
|
+
display: flex;
|
|
30847
|
+
flex-direction: column;
|
|
30848
|
+
margin: 1px 8px;
|
|
30849
|
+
padding: 8px;
|
|
30850
|
+
border-radius: 4px;
|
|
30851
|
+
}
|
|
30852
|
+
.onr9gzt .selected-icon {
|
|
30853
|
+
display: none;
|
|
30854
|
+
}
|
|
30855
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
30856
|
+
padding-left: 8px;
|
|
30857
|
+
}
|
|
30858
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
30859
|
+
background-color: white;
|
|
30860
|
+
}
|
|
30861
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
30862
|
+
color: #0080ff;
|
|
30863
|
+
}
|
|
30864
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
30865
|
+
display: block;
|
|
30866
|
+
}
|
|
30867
|
+
.onr9gzt.ant-select-item-option-active {
|
|
30868
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30869
|
+
}
|
|
30870
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
30871
|
+
color: #0080ff;
|
|
30872
|
+
}
|
|
30873
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
30874
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30875
|
+
color: #0080ff;
|
|
30876
|
+
}
|
|
30877
|
+
|
|
30878
|
+
.oiy0apc {
|
|
30879
|
+
display: flex;
|
|
30880
|
+
justify-content: space-between;
|
|
30881
|
+
height: 20px;
|
|
30882
|
+
line-height: 20px;
|
|
30883
|
+
}
|
|
30884
|
+
.oiy0apc .timezone-title {
|
|
30885
|
+
color: #2d3a56;
|
|
30886
|
+
overflow: hidden;
|
|
30887
|
+
text-overflow: ellipsis;
|
|
30888
|
+
}
|
|
30889
|
+
|
|
30890
|
+
.of4y382 {
|
|
30891
|
+
display: flex;
|
|
30892
|
+
justify-content: space-between;
|
|
30893
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30894
|
+
height: 18px;
|
|
30895
|
+
line-height: 18px;
|
|
30896
|
+
margin-top: 2px;
|
|
30897
|
+
}
|
|
30898
|
+
|
|
30899
|
+
.t19903l9 {
|
|
30900
|
+
border: none;
|
|
30901
|
+
margin-right: 0;
|
|
30902
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30903
|
+
}
|
|
30904
|
+
|
|
30905
|
+
.ohwbvxu {
|
|
30906
|
+
pointer-events: none;
|
|
30907
|
+
height: 32px;
|
|
30908
|
+
width: 100%;
|
|
30909
|
+
opacity: 0;
|
|
30910
|
+
}
|
|
30911
|
+
|
|
30912
|
+
.s34f1qb.ant-switch {
|
|
30913
|
+
min-width: 40px;
|
|
30914
|
+
height: 24px;
|
|
30915
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30916
|
+
overflow: hidden;
|
|
30917
|
+
}
|
|
30918
|
+
.s34f1qb.ant-switch:focus {
|
|
30919
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30920
|
+
}
|
|
30921
|
+
.s34f1qb.ant-switch-small {
|
|
30922
|
+
min-width: 26px;
|
|
30923
|
+
height: 16px;
|
|
30924
|
+
}
|
|
30925
|
+
.s34f1qb.ant-switch-large {
|
|
30926
|
+
min-width: 52px;
|
|
30927
|
+
height: 32px;
|
|
30928
|
+
}
|
|
30929
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30930
|
+
height: 20px;
|
|
30931
|
+
width: 20px;
|
|
30932
|
+
}
|
|
30933
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30934
|
+
border-radius: 10px;
|
|
30935
|
+
transition-delay: 120ms;
|
|
30855
30936
|
}
|
|
30856
30937
|
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30857
30938
|
height: 14px;
|
|
@@ -31247,91 +31328,6 @@ input.rrg1fkn.ant-input {
|
|
|
31247
31328
|
background: #fff;
|
|
31248
31329
|
}
|
|
31249
31330
|
|
|
31250
|
-
.i1e4sgug {
|
|
31251
|
-
display: inline-block;
|
|
31252
|
-
}
|
|
31253
|
-
|
|
31254
|
-
.s1fc623g {
|
|
31255
|
-
width: 430px !important;
|
|
31256
|
-
}
|
|
31257
|
-
|
|
31258
|
-
.da3mx0o .ant-select-item-group {
|
|
31259
|
-
padding: 8px 16px;
|
|
31260
|
-
line-height: 18px;
|
|
31261
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31262
|
-
height: 34px;
|
|
31263
|
-
min-height: 34px;
|
|
31264
|
-
box-sizing: border-box;
|
|
31265
|
-
margin-top: 8px;
|
|
31266
|
-
}
|
|
31267
|
-
|
|
31268
|
-
.onr9gzt {
|
|
31269
|
-
display: flex;
|
|
31270
|
-
flex-direction: column;
|
|
31271
|
-
margin: 1px 8px;
|
|
31272
|
-
padding: 8px;
|
|
31273
|
-
border-radius: 4px;
|
|
31274
|
-
}
|
|
31275
|
-
.onr9gzt .selected-icon {
|
|
31276
|
-
display: none;
|
|
31277
|
-
}
|
|
31278
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31279
|
-
padding-left: 8px;
|
|
31280
|
-
}
|
|
31281
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31282
|
-
background-color: white;
|
|
31283
|
-
}
|
|
31284
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31285
|
-
color: #0080ff;
|
|
31286
|
-
}
|
|
31287
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31288
|
-
display: block;
|
|
31289
|
-
}
|
|
31290
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31291
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31292
|
-
}
|
|
31293
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31294
|
-
color: #0080ff;
|
|
31295
|
-
}
|
|
31296
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31297
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31298
|
-
color: #0080ff;
|
|
31299
|
-
}
|
|
31300
|
-
|
|
31301
|
-
.oiy0apc {
|
|
31302
|
-
display: flex;
|
|
31303
|
-
justify-content: space-between;
|
|
31304
|
-
height: 20px;
|
|
31305
|
-
line-height: 20px;
|
|
31306
|
-
}
|
|
31307
|
-
.oiy0apc .timezone-title {
|
|
31308
|
-
color: #2d3a56;
|
|
31309
|
-
overflow: hidden;
|
|
31310
|
-
text-overflow: ellipsis;
|
|
31311
|
-
}
|
|
31312
|
-
|
|
31313
|
-
.of4y382 {
|
|
31314
|
-
display: flex;
|
|
31315
|
-
justify-content: space-between;
|
|
31316
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31317
|
-
height: 18px;
|
|
31318
|
-
line-height: 18px;
|
|
31319
|
-
margin-top: 2px;
|
|
31320
|
-
}
|
|
31321
|
-
|
|
31322
|
-
.t19903l9 {
|
|
31323
|
-
border: none;
|
|
31324
|
-
margin-right: 0;
|
|
31325
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31326
|
-
}
|
|
31327
|
-
|
|
31328
|
-
.ohwbvxu {
|
|
31329
|
-
pointer-events: none;
|
|
31330
|
-
height: 32px;
|
|
31331
|
-
width: 100%;
|
|
31332
|
-
opacity: 0;
|
|
31333
|
-
}
|
|
31334
|
-
|
|
31335
31331
|
.d6j0lbj {
|
|
31336
31332
|
font-family: Inter;
|
|
31337
31333
|
font-style: normal;
|
|
@@ -31807,6 +31803,10 @@ input.rrg1fkn.ant-input {
|
|
|
31807
31803
|
line-height: 12px;
|
|
31808
31804
|
}
|
|
31809
31805
|
|
|
31806
|
+
.i1e4sgug {
|
|
31807
|
+
display: inline-block;
|
|
31808
|
+
}
|
|
31809
|
+
|
|
31810
31810
|
.c18gxmrl {
|
|
31811
31811
|
border: 1px solid #d8deeb;
|
|
31812
31812
|
border-radius: 4px;
|
|
@@ -31843,26 +31843,102 @@ input.rrg1fkn.ant-input {
|
|
|
31843
31843
|
color: #005ed1;
|
|
31844
31844
|
}
|
|
31845
31845
|
|
|
31846
|
-
.c1uzzomf {
|
|
31847
|
-
margin-bottom: 16px;
|
|
31846
|
+
.c1uzzomf {
|
|
31847
|
+
margin-bottom: 16px;
|
|
31848
|
+
}
|
|
31849
|
+
.c1uzzomf .card-title {
|
|
31850
|
+
font-size: 16px;
|
|
31851
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31852
|
+
font-weight: 700;
|
|
31853
|
+
line-height: 32px;
|
|
31854
|
+
}
|
|
31855
|
+
.c1uzzomf .card-body {
|
|
31856
|
+
padding: 24px;
|
|
31857
|
+
border-radius: 8px;
|
|
31858
|
+
background: #fff;
|
|
31859
|
+
}
|
|
31860
|
+
.c1uzzomf .empty {
|
|
31861
|
+
font-weight: 700;
|
|
31862
|
+
font-size: 14px;
|
|
31863
|
+
line-height: 22px;
|
|
31864
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31865
|
+
text-align: center;
|
|
31866
|
+
}
|
|
31867
|
+
|
|
31868
|
+
.n12mqh7z {
|
|
31869
|
+
display: flex;
|
|
31870
|
+
align-items: center;
|
|
31871
|
+
font-size: 12px;
|
|
31872
|
+
line-height: 18px;
|
|
31873
|
+
}
|
|
31874
|
+
.n12mqh7z:not(:last-child) {
|
|
31875
|
+
margin-bottom: 4px;
|
|
31876
|
+
}
|
|
31877
|
+
|
|
31878
|
+
.tf5bynu {
|
|
31879
|
+
margin: 0 3px;
|
|
31880
|
+
}
|
|
31881
|
+
|
|
31882
|
+
.tcckoz1 {
|
|
31883
|
+
max-height: 400px;
|
|
31884
|
+
overflow: "auto";
|
|
31885
|
+
}
|
|
31886
|
+
|
|
31887
|
+
.c18bcrac {
|
|
31888
|
+
display: inline-block;
|
|
31889
|
+
width: 100%;
|
|
31890
|
+
}
|
|
31891
|
+
.c18bcrac .recharts-wrapper {
|
|
31892
|
+
margin-left: 4px;
|
|
31893
|
+
}
|
|
31894
|
+
|
|
31895
|
+
.cro7kg2 {
|
|
31896
|
+
padding: 4px;
|
|
31897
|
+
}
|
|
31898
|
+
|
|
31899
|
+
.c14wcxf0 {
|
|
31900
|
+
display: flex;
|
|
31901
|
+
justify-content: space-between;
|
|
31902
|
+
align-items: center;
|
|
31903
|
+
font-size: 13px;
|
|
31904
|
+
line-height: 24px;
|
|
31905
|
+
color: #cccccc;
|
|
31906
|
+
white-space: nowrap;
|
|
31907
|
+
}
|
|
31908
|
+
.c14wcxf0 label {
|
|
31909
|
+
margin-right: 32px;
|
|
31910
|
+
}
|
|
31911
|
+
|
|
31912
|
+
.coy29mj.c14wcxf0 {
|
|
31913
|
+
font-weight: bold;
|
|
31914
|
+
color: white;
|
|
31915
|
+
}
|
|
31916
|
+
|
|
31917
|
+
.s11212zy {
|
|
31918
|
+
width: 8px;
|
|
31919
|
+
height: 8px;
|
|
31920
|
+
border-radius: 2px;
|
|
31921
|
+
display: inline-block;
|
|
31922
|
+
background: var(--s11212zy-0);
|
|
31923
|
+
border: 1px solid #fff;
|
|
31924
|
+
box-sizing: content-box;
|
|
31925
|
+
margin-right: 6px;
|
|
31848
31926
|
}
|
|
31849
|
-
|
|
31850
|
-
|
|
31851
|
-
|
|
31852
|
-
|
|
31853
|
-
|
|
31927
|
+
|
|
31928
|
+
.p1lyky6c > :first-child {
|
|
31929
|
+
font-weight: bold;
|
|
31930
|
+
color: white;
|
|
31931
|
+
margin-right: 4px;
|
|
31854
31932
|
}
|
|
31855
|
-
|
|
31856
|
-
|
|
31857
|
-
|
|
31858
|
-
background: #fff;
|
|
31933
|
+
|
|
31934
|
+
.gmyahx3 {
|
|
31935
|
+
cursor: pointer;
|
|
31859
31936
|
}
|
|
31860
|
-
.
|
|
31861
|
-
font-weight: 700;
|
|
31862
|
-
font-size: 14px;
|
|
31863
|
-
line-height: 22px;
|
|
31937
|
+
.gmyahx3 .link-text {
|
|
31864
31938
|
color: rgba(0, 21, 64, 0.3);
|
|
31865
|
-
|
|
31939
|
+
}
|
|
31940
|
+
.gmyahx3:hover .link-text {
|
|
31941
|
+
color: #0080ff;
|
|
31866
31942
|
}
|
|
31867
31943
|
|
|
31868
31944
|
.c1bus5hc {
|
|
@@ -31905,131 +31981,260 @@ input.rrg1fkn.ant-input {
|
|
|
31905
31981
|
transform: rotate(0deg);
|
|
31906
31982
|
}
|
|
31907
31983
|
|
|
31908
|
-
.
|
|
31909
|
-
display:
|
|
31984
|
+
.m15dvk92 {
|
|
31985
|
+
display: flex;
|
|
31986
|
+
justify-content: space-between;
|
|
31910
31987
|
width: 100%;
|
|
31911
31988
|
}
|
|
31912
|
-
.
|
|
31913
|
-
margin-left:
|
|
31989
|
+
.m15dvk92 .action {
|
|
31990
|
+
margin-left: 16px;
|
|
31914
31991
|
}
|
|
31915
31992
|
|
|
31916
|
-
.
|
|
31917
|
-
|
|
31993
|
+
.aql8iqz .ant-alert-message {
|
|
31994
|
+
width: 100%;
|
|
31918
31995
|
}
|
|
31919
31996
|
|
|
31920
|
-
.
|
|
31997
|
+
.s1iv0tp1 .enabled-switch {
|
|
31921
31998
|
display: flex;
|
|
31922
|
-
justify-content: space-between;
|
|
31923
31999
|
align-items: center;
|
|
31924
|
-
font-size: 13px;
|
|
31925
|
-
line-height: 24px;
|
|
31926
|
-
color: #cccccc;
|
|
31927
|
-
white-space: nowrap;
|
|
31928
32000
|
}
|
|
31929
|
-
.
|
|
31930
|
-
margin-right:
|
|
32001
|
+
.s1iv0tp1 .enabled-text {
|
|
32002
|
+
margin-right: 8px;
|
|
31931
32003
|
}
|
|
31932
32004
|
|
|
31933
|
-
.
|
|
31934
|
-
|
|
31935
|
-
|
|
32005
|
+
.tje3huy {
|
|
32006
|
+
width: 100%;
|
|
32007
|
+
overflow: inherit;
|
|
32008
|
+
white-space: inherit;
|
|
32009
|
+
text-overflow: ellipsis;
|
|
31936
32010
|
}
|
|
31937
32011
|
|
|
31938
|
-
.
|
|
31939
|
-
width:
|
|
31940
|
-
height:
|
|
31941
|
-
border-radius:
|
|
31942
|
-
|
|
31943
|
-
|
|
31944
|
-
|
|
31945
|
-
|
|
31946
|
-
|
|
32012
|
+
.clm1wy1 {
|
|
32013
|
+
width: 192px;
|
|
32014
|
+
height: 246px;
|
|
32015
|
+
border-radius: 4px;
|
|
32016
|
+
}
|
|
32017
|
+
.clm1wy1 > .ant-picker-calendar,
|
|
32018
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32019
|
+
width: 100%;
|
|
32020
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
32021
|
+
border-top: none;
|
|
32022
|
+
}
|
|
32023
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32024
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32025
|
+
padding: 0 16px;
|
|
32026
|
+
}
|
|
32027
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32028
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32029
|
+
width: 100%;
|
|
32030
|
+
height: 180px;
|
|
32031
|
+
border-spacing: 0;
|
|
32032
|
+
}
|
|
32033
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32034
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32035
|
+
margin-bottom: 8px;
|
|
32036
|
+
}
|
|
32037
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32038
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32039
|
+
width: 22px;
|
|
32040
|
+
}
|
|
32041
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32042
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32043
|
+
padding: 0;
|
|
32044
|
+
}
|
|
32045
|
+
.clm1wy1 .ant-picker-cell {
|
|
32046
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32047
|
+
opacity: 0.4;
|
|
32048
|
+
}
|
|
32049
|
+
.clm1wy1 .ant-picker-cell-in-view {
|
|
32050
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32051
|
+
opacity: 1;
|
|
32052
|
+
}
|
|
32053
|
+
.clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32054
|
+
color: #3e4652;
|
|
32055
|
+
}
|
|
32056
|
+
.clm1wy1 .ant-picker-cell::before {
|
|
32057
|
+
pointer-events: none;
|
|
31947
32058
|
}
|
|
31948
32059
|
|
|
31949
|
-
.
|
|
31950
|
-
|
|
31951
|
-
|
|
31952
|
-
|
|
32060
|
+
.t1tsm00v {
|
|
32061
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32062
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32063
|
+
backdrop-filter: blur(10px);
|
|
32064
|
+
padding: 7px 10px;
|
|
31953
32065
|
}
|
|
31954
32066
|
|
|
31955
|
-
.
|
|
32067
|
+
.c167wnad {
|
|
32068
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32069
|
+
display: flex;
|
|
32070
|
+
justify-content: space-between;
|
|
32071
|
+
align-items: center;
|
|
32072
|
+
padding: 8px 16px;
|
|
32073
|
+
}
|
|
32074
|
+
.c167wnad .anticon {
|
|
31956
32075
|
cursor: pointer;
|
|
31957
32076
|
}
|
|
31958
|
-
.
|
|
31959
|
-
color:
|
|
32077
|
+
.c167wnad .anticon:hover {
|
|
32078
|
+
color: #0096ff;
|
|
31960
32079
|
}
|
|
31961
|
-
|
|
31962
|
-
|
|
32080
|
+
|
|
32081
|
+
.cxhf7dh {
|
|
32082
|
+
text-align: center;
|
|
32083
|
+
}
|
|
32084
|
+
.cxhf7dh .dots {
|
|
32085
|
+
display: flex;
|
|
32086
|
+
justify-content: center;
|
|
32087
|
+
}
|
|
32088
|
+
.cxhf7dh .dot {
|
|
32089
|
+
display: inline-block;
|
|
32090
|
+
width: 2px;
|
|
32091
|
+
height: 2px;
|
|
32092
|
+
border-radius: 1px;
|
|
32093
|
+
background: #0096ff;
|
|
32094
|
+
}
|
|
32095
|
+
.cxhf7dh .dot:not(:last-child) {
|
|
32096
|
+
margin-right: 2px;
|
|
32097
|
+
}
|
|
32098
|
+
.cxhf7dh .bar {
|
|
32099
|
+
width: 9px;
|
|
32100
|
+
height: 2px;
|
|
32101
|
+
background: #0096ff;
|
|
32102
|
+
border-radius: 2px;
|
|
31963
32103
|
}
|
|
31964
32104
|
|
|
31965
|
-
.
|
|
32105
|
+
.wg1tsps {
|
|
31966
32106
|
display: flex;
|
|
31967
32107
|
align-items: center;
|
|
31968
|
-
|
|
31969
|
-
line-height: 18px;
|
|
31970
|
-
}
|
|
31971
|
-
.n12mqh7z:not(:last-child) {
|
|
31972
|
-
margin-bottom: 4px;
|
|
32108
|
+
justify-content: flex-end;
|
|
31973
32109
|
}
|
|
31974
32110
|
|
|
31975
|
-
.
|
|
31976
|
-
|
|
32111
|
+
.b1ctd5xy {
|
|
32112
|
+
display: flex;
|
|
32113
|
+
align-items: center;
|
|
32114
|
+
width: calc(100% - 40px);
|
|
32115
|
+
}
|
|
32116
|
+
.b1ctd5xy .chart {
|
|
32117
|
+
display: inline-block;
|
|
32118
|
+
width: 100%;
|
|
31977
32119
|
}
|
|
31978
32120
|
|
|
31979
|
-
.
|
|
31980
|
-
|
|
31981
|
-
|
|
32121
|
+
.u1p8acpn {
|
|
32122
|
+
width: 40px;
|
|
32123
|
+
}
|
|
32124
|
+
.u1p8acpn .unit {
|
|
32125
|
+
color: #00122e !important;
|
|
31982
32126
|
}
|
|
31983
32127
|
|
|
31984
|
-
.
|
|
31985
|
-
|
|
31986
|
-
|
|
31987
|
-
|
|
32128
|
+
.t1sqg15u {
|
|
32129
|
+
background: white;
|
|
32130
|
+
}
|
|
32131
|
+
.t1sqg15u.inline .table-row {
|
|
32132
|
+
flex-direction: column;
|
|
32133
|
+
}
|
|
32134
|
+
.t1sqg15u.inline .table-row > label {
|
|
32135
|
+
padding: 0 16px 7px 0;
|
|
32136
|
+
}
|
|
32137
|
+
.t1sqg15u.has-border .table-header {
|
|
32138
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
32139
|
+
}
|
|
32140
|
+
.t1sqg15u.has-border .hiddenBorder {
|
|
32141
|
+
border-top: none !important;
|
|
32142
|
+
}
|
|
32143
|
+
.t1sqg15u.has-border .table-row + .table-row {
|
|
32144
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32145
|
+
}
|
|
32146
|
+
.t1sqg15u.has-border .table-row:last-of-type {
|
|
32147
|
+
padding-bottom: 0;
|
|
32148
|
+
}
|
|
32149
|
+
.t1sqg15u.align-right .content {
|
|
32150
|
+
text-align: right;
|
|
32151
|
+
}
|
|
32152
|
+
.t1sqg15u .uuid-row {
|
|
32153
|
+
display: flex;
|
|
32154
|
+
justify-content: space-between;
|
|
32155
|
+
}
|
|
32156
|
+
.t1sqg15u .uuid-row .id-text {
|
|
32157
|
+
white-space: nowrap;
|
|
32158
|
+
overflow: hidden;
|
|
31988
32159
|
text-overflow: ellipsis;
|
|
31989
32160
|
}
|
|
31990
32161
|
|
|
31991
|
-
.
|
|
32162
|
+
.t4zczcp {
|
|
31992
32163
|
display: flex;
|
|
32164
|
+
justify-content: space-between;
|
|
31993
32165
|
align-items: center;
|
|
32166
|
+
padding: 8px;
|
|
32167
|
+
min-height: 32px;
|
|
31994
32168
|
}
|
|
31995
|
-
.
|
|
31996
|
-
|
|
32169
|
+
.t4zczcp .table-title {
|
|
32170
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32171
|
+
font-weight: 600;
|
|
32172
|
+
font-size: 12px;
|
|
32173
|
+
line-height: 8px;
|
|
32174
|
+
}
|
|
32175
|
+
.t4zczcp .edit-icon {
|
|
32176
|
+
font-size: 16px;
|
|
32177
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32178
|
+
cursor: pointer;
|
|
32179
|
+
}
|
|
32180
|
+
|
|
32181
|
+
.t1s7goww {
|
|
32182
|
+
font-size: 12px;
|
|
32183
|
+
line-height: 18px;
|
|
32184
|
+
}
|
|
32185
|
+
|
|
32186
|
+
.t93e4cf {
|
|
32187
|
+
display: flex;
|
|
32188
|
+
padding: 8px 0;
|
|
32189
|
+
color: #2d3a56;
|
|
32190
|
+
}
|
|
32191
|
+
.t93e4cf .hidden {
|
|
32192
|
+
display: none;
|
|
32193
|
+
}
|
|
32194
|
+
.t93e4cf .ant-btn-link {
|
|
32195
|
+
height: auto;
|
|
32196
|
+
}
|
|
32197
|
+
.t93e4cf .content {
|
|
32198
|
+
overflow: hidden;
|
|
32199
|
+
overflow-x: auto;
|
|
32200
|
+
width: 100%;
|
|
32201
|
+
white-space: pre-wrap;
|
|
32202
|
+
}
|
|
32203
|
+
.t93e4cf .content .ant-btn {
|
|
32204
|
+
white-space: pre-wrap;
|
|
32205
|
+
text-align: left;
|
|
31997
32206
|
}
|
|
31998
|
-
|
|
31999
|
-
|
|
32000
|
-
display: flex;
|
|
32001
|
-
align-items: center;
|
|
32002
|
-
justify-content: flex-end;
|
|
32207
|
+
.t93e4cf .content .unit-chart {
|
|
32208
|
+
justify-content: flex-start;
|
|
32003
32209
|
}
|
|
32004
32210
|
|
|
32005
|
-
.
|
|
32006
|
-
|
|
32007
|
-
|
|
32008
|
-
|
|
32009
|
-
|
|
32010
|
-
.b1ctd5xy .chart {
|
|
32011
|
-
display: inline-block;
|
|
32012
|
-
width: 100%;
|
|
32211
|
+
.rhz2uv5 {
|
|
32212
|
+
width: var(--rhz2uv5-0);
|
|
32213
|
+
flex-shrink: 0;
|
|
32214
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32215
|
+
padding-right: 12px;
|
|
32013
32216
|
}
|
|
32014
32217
|
|
|
32015
|
-
.
|
|
32016
|
-
|
|
32218
|
+
.cav9p2m .ant-collapse-item {
|
|
32219
|
+
border: 0px;
|
|
32220
|
+
background-color: #fff;
|
|
32017
32221
|
}
|
|
32018
|
-
.
|
|
32019
|
-
|
|
32222
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32223
|
+
padding-top: 0px;
|
|
32224
|
+
padding-bottom: 0px;
|
|
32225
|
+
padding-left: 0px !important;
|
|
32226
|
+
padding-right: 24px;
|
|
32020
32227
|
}
|
|
32021
|
-
|
|
32022
|
-
|
|
32023
|
-
display: flex;
|
|
32024
|
-
justify-content: space-between;
|
|
32025
|
-
width: 100%;
|
|
32228
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32229
|
+
right: 0px;
|
|
32026
32230
|
}
|
|
32027
|
-
.
|
|
32028
|
-
|
|
32231
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32232
|
+
padding: 0px;
|
|
32029
32233
|
}
|
|
32030
32234
|
|
|
32031
|
-
.
|
|
32032
|
-
|
|
32235
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32236
|
+
padding-right: 0px;
|
|
32237
|
+
cursor: default;
|
|
32033
32238
|
}
|
|
32034
32239
|
|
|
32035
32240
|
.c198s9j3 {
|
|
@@ -32110,28 +32315,6 @@ input.rrg1fkn.ant-input {
|
|
|
32110
32315
|
padding: 20px 24px 24px 24px;
|
|
32111
32316
|
}
|
|
32112
32317
|
|
|
32113
|
-
.cav9p2m .ant-collapse-item {
|
|
32114
|
-
border: 0px;
|
|
32115
|
-
background-color: #fff;
|
|
32116
|
-
}
|
|
32117
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32118
|
-
padding-top: 0px;
|
|
32119
|
-
padding-bottom: 0px;
|
|
32120
|
-
padding-left: 0px !important;
|
|
32121
|
-
padding-right: 24px;
|
|
32122
|
-
}
|
|
32123
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32124
|
-
right: 0px;
|
|
32125
|
-
}
|
|
32126
|
-
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32127
|
-
padding: 0px;
|
|
32128
|
-
}
|
|
32129
|
-
|
|
32130
|
-
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32131
|
-
padding-right: 0px;
|
|
32132
|
-
cursor: default;
|
|
32133
|
-
}
|
|
32134
|
-
|
|
32135
32318
|
.t3qomhu {
|
|
32136
32319
|
margin: 0 2px;
|
|
32137
32320
|
}
|
|
@@ -32145,16 +32328,6 @@ input.rrg1fkn.ant-input {
|
|
|
32145
32328
|
white-space: nowrap;
|
|
32146
32329
|
}
|
|
32147
32330
|
|
|
32148
|
-
.igz4le8 {
|
|
32149
|
-
height: 24px;
|
|
32150
|
-
width: 56px !important;
|
|
32151
|
-
margin-right: 4px;
|
|
32152
|
-
}
|
|
32153
|
-
|
|
32154
|
-
.c1riexje {
|
|
32155
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32156
|
-
}
|
|
32157
|
-
|
|
32158
32331
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32159
32332
|
display: flex;
|
|
32160
32333
|
}
|
|
@@ -32216,6 +32389,16 @@ input.rrg1fkn.ant-input {
|
|
|
32216
32389
|
transform: rotate(180deg);
|
|
32217
32390
|
}
|
|
32218
32391
|
|
|
32392
|
+
.igz4le8 {
|
|
32393
|
+
height: 24px;
|
|
32394
|
+
width: 56px !important;
|
|
32395
|
+
margin-right: 4px;
|
|
32396
|
+
}
|
|
32397
|
+
|
|
32398
|
+
.c1riexje {
|
|
32399
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32400
|
+
}
|
|
32401
|
+
|
|
32219
32402
|
.s14dk8r1 {
|
|
32220
32403
|
margin: 0;
|
|
32221
32404
|
border-radius: 20px;
|
|
@@ -32294,6 +32477,137 @@ input.rrg1fkn.ant-input {
|
|
|
32294
32477
|
margin-right: 4px;
|
|
32295
32478
|
}
|
|
32296
32479
|
|
|
32480
|
+
.l4bld33 {
|
|
32481
|
+
width: 64px;
|
|
32482
|
+
height: 64px;
|
|
32483
|
+
display: flex;
|
|
32484
|
+
align-items: center;
|
|
32485
|
+
justify-content: center;
|
|
32486
|
+
position: relative;
|
|
32487
|
+
opacity: 0.2;
|
|
32488
|
+
}
|
|
32489
|
+
|
|
32490
|
+
.lgitjoj {
|
|
32491
|
+
position: absolute;
|
|
32492
|
+
width: 5px;
|
|
32493
|
+
height: 48px;
|
|
32494
|
+
left: 9.33px;
|
|
32495
|
+
top: 40.5px;
|
|
32496
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32497
|
+
border-radius: 5px;
|
|
32498
|
+
transform: rotate(-128deg);
|
|
32499
|
+
transform-origin: top left;
|
|
32500
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32501
|
+
}
|
|
32502
|
+
|
|
32503
|
+
.l13g0exg {
|
|
32504
|
+
position: absolute;
|
|
32505
|
+
width: 5px;
|
|
32506
|
+
height: 48px;
|
|
32507
|
+
left: 40.8px;
|
|
32508
|
+
top: 8.4px;
|
|
32509
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32510
|
+
border-radius: 5px;
|
|
32511
|
+
transform: rotate(-8deg);
|
|
32512
|
+
transform-origin: top left;
|
|
32513
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32514
|
+
}
|
|
32515
|
+
|
|
32516
|
+
.l1exo3h6 {
|
|
32517
|
+
position: absolute;
|
|
32518
|
+
width: 5px;
|
|
32519
|
+
height: 48px;
|
|
32520
|
+
left: 52.9px;
|
|
32521
|
+
top: 51.8px;
|
|
32522
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32523
|
+
border-radius: 5px;
|
|
32524
|
+
transform: rotate(112deg);
|
|
32525
|
+
transform-origin: top left;
|
|
32526
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32527
|
+
}
|
|
32528
|
+
|
|
32529
|
+
.s1uupxds {
|
|
32530
|
+
padding: 0 8px;
|
|
32531
|
+
border-radius: 4px;
|
|
32532
|
+
}
|
|
32533
|
+
|
|
32534
|
+
.m10sqwut {
|
|
32535
|
+
padding: 2px 8px;
|
|
32536
|
+
border-radius: 3px;
|
|
32537
|
+
}
|
|
32538
|
+
|
|
32539
|
+
.l1d492wb {
|
|
32540
|
+
padding: 3px 8px;
|
|
32541
|
+
border-radius: 2px;
|
|
32542
|
+
}
|
|
32543
|
+
|
|
32544
|
+
.t1lzavmu.ant-tag:hover {
|
|
32545
|
+
opacity: unset;
|
|
32546
|
+
}
|
|
32547
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32548
|
+
margin: 0;
|
|
32549
|
+
margin-right: 8px;
|
|
32550
|
+
display: inline-flex;
|
|
32551
|
+
align-items: center;
|
|
32552
|
+
border: none;
|
|
32553
|
+
}
|
|
32554
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32555
|
+
width: 16px;
|
|
32556
|
+
height: 16px;
|
|
32557
|
+
color: inherit;
|
|
32558
|
+
margin-left: 4px;
|
|
32559
|
+
opacity: 0.6;
|
|
32560
|
+
display: inline-flex;
|
|
32561
|
+
}
|
|
32562
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32563
|
+
opacity: 1;
|
|
32564
|
+
}
|
|
32565
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32566
|
+
color: #0080ff;
|
|
32567
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32568
|
+
}
|
|
32569
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32570
|
+
color: #f0483e;
|
|
32571
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32572
|
+
}
|
|
32573
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32574
|
+
color: #e07f00;
|
|
32575
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32576
|
+
}
|
|
32577
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32578
|
+
color: #008f4c;
|
|
32579
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32580
|
+
}
|
|
32581
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32582
|
+
color: #1d326c;
|
|
32583
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32584
|
+
}
|
|
32585
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32586
|
+
color: #7E41FF;
|
|
32587
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32588
|
+
}
|
|
32589
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32590
|
+
color: #fff;
|
|
32591
|
+
}
|
|
32592
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32593
|
+
background-color: #f0483e;
|
|
32594
|
+
}
|
|
32595
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32596
|
+
background-color: #fea008;
|
|
32597
|
+
}
|
|
32598
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32599
|
+
background-color: #00ba5d;
|
|
32600
|
+
}
|
|
32601
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32602
|
+
background-color: #0080ff;
|
|
32603
|
+
}
|
|
32604
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32605
|
+
background-color: #6b7d99;
|
|
32606
|
+
}
|
|
32607
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32608
|
+
background-color: #7E41FF;
|
|
32609
|
+
}
|
|
32610
|
+
|
|
32297
32611
|
.m1thnes4 {
|
|
32298
32612
|
color: rgba(44, 56, 82, 0.6);
|
|
32299
32613
|
text-align: center;
|
|
@@ -32455,53 +32769,34 @@ input.rrg1fkn.ant-input {
|
|
|
32455
32769
|
margin-left: 8px;
|
|
32456
32770
|
}
|
|
32457
32771
|
|
|
32458
|
-
.
|
|
32459
|
-
|
|
32460
|
-
|
|
32461
|
-
|
|
32462
|
-
|
|
32463
|
-
|
|
32464
|
-
|
|
32465
|
-
|
|
32466
|
-
|
|
32467
|
-
|
|
32468
|
-
|
|
32469
|
-
|
|
32470
|
-
|
|
32471
|
-
|
|
32472
|
-
|
|
32473
|
-
|
|
32474
|
-
|
|
32475
|
-
|
|
32476
|
-
|
|
32477
|
-
|
|
32478
|
-
|
|
32479
|
-
|
|
32480
|
-
|
|
32481
|
-
.
|
|
32482
|
-
|
|
32483
|
-
|
|
32484
|
-
|
|
32485
|
-
|
|
32486
|
-
top: 8.4px;
|
|
32487
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32488
|
-
border-radius: 5px;
|
|
32489
|
-
transform: rotate(-8deg);
|
|
32490
|
-
transform-origin: top left;
|
|
32491
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32492
|
-
}
|
|
32493
|
-
|
|
32494
|
-
.l1exo3h6 {
|
|
32495
|
-
position: absolute;
|
|
32496
|
-
width: 5px;
|
|
32497
|
-
height: 48px;
|
|
32498
|
-
left: 52.9px;
|
|
32499
|
-
top: 51.8px;
|
|
32500
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32501
|
-
border-radius: 5px;
|
|
32502
|
-
transform: rotate(112deg);
|
|
32503
|
-
transform-origin: top left;
|
|
32504
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32772
|
+
.t1gz6wqf {
|
|
32773
|
+
height: 100%;
|
|
32774
|
+
}
|
|
32775
|
+
.t1gz6wqf .table-loading-item {
|
|
32776
|
+
padding: 12px 4px;
|
|
32777
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32778
|
+
display: flex;
|
|
32779
|
+
}
|
|
32780
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32781
|
+
height: 16px;
|
|
32782
|
+
margin: 4px;
|
|
32783
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32784
|
+
border-radius: 2px;
|
|
32785
|
+
}
|
|
32786
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32787
|
+
width: 16px;
|
|
32788
|
+
}
|
|
32789
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32790
|
+
flex: 1;
|
|
32791
|
+
}
|
|
32792
|
+
.t1gz6wqf :nth-child(1) {
|
|
32793
|
+
padding: 8px 4px;
|
|
32794
|
+
}
|
|
32795
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32796
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32797
|
+
}
|
|
32798
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32799
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32505
32800
|
}
|
|
32506
32801
|
|
|
32507
32802
|
.sq6vos1 {
|
|
@@ -32628,274 +32923,65 @@ input.rrg1fkn.ant-input {
|
|
|
32628
32923
|
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32629
32924
|
background-color: rgba(237, 241, 250, 0.6);
|
|
32630
32925
|
}
|
|
32631
|
-
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32632
|
-
padding: 0;
|
|
32633
|
-
}
|
|
32634
|
-
|
|
32635
|
-
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32636
|
-
width: 192px;
|
|
32637
|
-
row-gap: 2px;
|
|
32638
|
-
}
|
|
32639
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32640
|
-
padding: 0 8px;
|
|
32641
|
-
border-radius: 4px;
|
|
32642
|
-
height: 32px;
|
|
32643
|
-
display: flex;
|
|
32644
|
-
align-items: center;
|
|
32645
|
-
}
|
|
32646
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32647
|
-
min-height: auto;
|
|
32648
|
-
white-space: nowrap;
|
|
32649
|
-
}
|
|
32650
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32651
|
-
font-size: 13px;
|
|
32652
|
-
line-height: 20px;
|
|
32653
|
-
max-width: 100%;
|
|
32654
|
-
}
|
|
32655
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32656
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32657
|
-
}
|
|
32658
|
-
|
|
32659
|
-
.h1xo7yjb {
|
|
32660
|
-
width: 100%;
|
|
32661
|
-
display: inline-flex;
|
|
32662
|
-
align-items: center;
|
|
32663
|
-
justify-content: center;
|
|
32664
|
-
column-gap: 4px;
|
|
32665
|
-
}
|
|
32666
|
-
.h1xo7yjb .step-item-prefix-container {
|
|
32667
|
-
display: inline-flex;
|
|
32668
|
-
align-items: center;
|
|
32669
|
-
width: 18px;
|
|
32670
|
-
height: 18px;
|
|
32671
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32672
|
-
justify-content: center;
|
|
32673
|
-
}
|
|
32674
|
-
|
|
32675
|
-
.v1f2f7cy {
|
|
32676
|
-
width: 100%;
|
|
32677
|
-
display: flex;
|
|
32678
|
-
align-items: center;
|
|
32679
|
-
justify-content: center;
|
|
32680
|
-
column-gap: 6px;
|
|
32681
|
-
font-size: 13px;
|
|
32682
|
-
}
|
|
32683
|
-
.v1f2f7cy .step-item-prefix-container {
|
|
32684
|
-
display: inline-flex;
|
|
32685
|
-
align-items: center;
|
|
32686
|
-
min-width: 20px;
|
|
32687
|
-
min-height: 20px;
|
|
32688
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32689
|
-
justify-content: center;
|
|
32690
|
-
}
|
|
32691
|
-
|
|
32692
|
-
.t1gz6wqf {
|
|
32693
|
-
height: 100%;
|
|
32694
|
-
}
|
|
32695
|
-
.t1gz6wqf .table-loading-item {
|
|
32696
|
-
padding: 12px 4px;
|
|
32697
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32698
|
-
display: flex;
|
|
32699
|
-
}
|
|
32700
|
-
.t1gz6wqf .table-loading-item > * {
|
|
32701
|
-
height: 16px;
|
|
32702
|
-
margin: 4px;
|
|
32703
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32704
|
-
border-radius: 2px;
|
|
32705
|
-
}
|
|
32706
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32707
|
-
width: 16px;
|
|
32708
|
-
}
|
|
32709
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32710
|
-
flex: 1;
|
|
32711
|
-
}
|
|
32712
|
-
.t1gz6wqf :nth-child(1) {
|
|
32713
|
-
padding: 8px 4px;
|
|
32714
|
-
}
|
|
32715
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32716
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32717
|
-
}
|
|
32718
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32719
|
-
background: rgba(163, 180, 204, 0.18);
|
|
32720
|
-
}
|
|
32721
|
-
|
|
32722
|
-
.s1uupxds {
|
|
32723
|
-
padding: 0 8px;
|
|
32724
|
-
border-radius: 4px;
|
|
32725
|
-
}
|
|
32726
|
-
|
|
32727
|
-
.m10sqwut {
|
|
32728
|
-
padding: 2px 8px;
|
|
32729
|
-
border-radius: 3px;
|
|
32730
|
-
}
|
|
32731
|
-
|
|
32732
|
-
.l1d492wb {
|
|
32733
|
-
padding: 3px 8px;
|
|
32734
|
-
border-radius: 2px;
|
|
32735
|
-
}
|
|
32736
|
-
|
|
32737
|
-
.t1lzavmu.ant-tag:hover {
|
|
32738
|
-
opacity: unset;
|
|
32739
|
-
}
|
|
32740
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32741
|
-
margin: 0;
|
|
32742
|
-
margin-right: 8px;
|
|
32743
|
-
display: inline-flex;
|
|
32744
|
-
align-items: center;
|
|
32745
|
-
border: none;
|
|
32746
|
-
}
|
|
32747
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32748
|
-
width: 16px;
|
|
32749
|
-
height: 16px;
|
|
32750
|
-
color: inherit;
|
|
32751
|
-
margin-left: 4px;
|
|
32752
|
-
opacity: 0.6;
|
|
32753
|
-
display: inline-flex;
|
|
32754
|
-
}
|
|
32755
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32756
|
-
opacity: 1;
|
|
32757
|
-
}
|
|
32758
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32759
|
-
color: #0080ff;
|
|
32760
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32761
|
-
}
|
|
32762
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32763
|
-
color: #f0483e;
|
|
32764
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32765
|
-
}
|
|
32766
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32767
|
-
color: #e07f00;
|
|
32768
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32769
|
-
}
|
|
32770
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32771
|
-
color: #008f4c;
|
|
32772
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32773
|
-
}
|
|
32774
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32775
|
-
color: #1d326c;
|
|
32776
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32777
|
-
}
|
|
32778
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32779
|
-
color: #7E41FF;
|
|
32780
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
32781
|
-
}
|
|
32782
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32783
|
-
color: #fff;
|
|
32784
|
-
}
|
|
32785
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32786
|
-
background-color: #f0483e;
|
|
32787
|
-
}
|
|
32788
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32789
|
-
background-color: #fea008;
|
|
32790
|
-
}
|
|
32791
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32792
|
-
background-color: #00ba5d;
|
|
32793
|
-
}
|
|
32794
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32795
|
-
background-color: #0080ff;
|
|
32796
|
-
}
|
|
32797
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32798
|
-
background-color: #6b7d99;
|
|
32799
|
-
}
|
|
32800
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32801
|
-
background-color: #7E41FF;
|
|
32802
|
-
}
|
|
32803
|
-
|
|
32804
|
-
.clm1wy1 {
|
|
32805
|
-
width: 192px;
|
|
32806
|
-
height: 246px;
|
|
32807
|
-
border-radius: 4px;
|
|
32808
|
-
}
|
|
32809
|
-
.clm1wy1 > .ant-picker-calendar,
|
|
32810
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32811
|
-
width: 100%;
|
|
32812
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
32813
|
-
border-top: none;
|
|
32814
|
-
}
|
|
32815
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32816
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32817
|
-
padding: 0 16px;
|
|
32818
|
-
}
|
|
32819
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32820
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32821
|
-
width: 100%;
|
|
32822
|
-
height: 180px;
|
|
32823
|
-
border-spacing: 0;
|
|
32824
|
-
}
|
|
32825
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32826
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32827
|
-
margin-bottom: 8px;
|
|
32828
|
-
}
|
|
32829
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32830
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32831
|
-
width: 22px;
|
|
32832
|
-
}
|
|
32833
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32834
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32835
|
-
padding: 0;
|
|
32836
|
-
}
|
|
32837
|
-
.clm1wy1 .ant-picker-cell {
|
|
32838
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32839
|
-
opacity: 0.4;
|
|
32840
|
-
}
|
|
32841
|
-
.clm1wy1 .ant-picker-cell-in-view {
|
|
32842
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32843
|
-
opacity: 1;
|
|
32844
|
-
}
|
|
32845
|
-
.clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32846
|
-
color: #3e4652;
|
|
32847
|
-
}
|
|
32848
|
-
.clm1wy1 .ant-picker-cell::before {
|
|
32849
|
-
pointer-events: none;
|
|
32926
|
+
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32927
|
+
padding: 0;
|
|
32850
32928
|
}
|
|
32851
32929
|
|
|
32852
|
-
.
|
|
32853
|
-
|
|
32854
|
-
|
|
32855
|
-
backdrop-filter: blur(10px);
|
|
32856
|
-
padding: 7px 10px;
|
|
32930
|
+
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32931
|
+
width: 192px;
|
|
32932
|
+
row-gap: 2px;
|
|
32857
32933
|
}
|
|
32858
|
-
|
|
32859
|
-
|
|
32860
|
-
|
|
32934
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32935
|
+
padding: 0 8px;
|
|
32936
|
+
border-radius: 4px;
|
|
32937
|
+
height: 32px;
|
|
32861
32938
|
display: flex;
|
|
32862
|
-
justify-content: space-between;
|
|
32863
32939
|
align-items: center;
|
|
32864
|
-
padding: 8px 16px;
|
|
32865
32940
|
}
|
|
32866
|
-
.
|
|
32867
|
-
|
|
32941
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32942
|
+
min-height: auto;
|
|
32943
|
+
white-space: nowrap;
|
|
32868
32944
|
}
|
|
32869
|
-
.
|
|
32870
|
-
|
|
32945
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32946
|
+
font-size: 13px;
|
|
32947
|
+
line-height: 20px;
|
|
32948
|
+
max-width: 100%;
|
|
32871
32949
|
}
|
|
32872
|
-
|
|
32873
|
-
.
|
|
32874
|
-
text-align: center;
|
|
32950
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32951
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32875
32952
|
}
|
|
32876
|
-
|
|
32877
|
-
|
|
32953
|
+
|
|
32954
|
+
.h1xo7yjb {
|
|
32955
|
+
width: 100%;
|
|
32956
|
+
display: inline-flex;
|
|
32957
|
+
align-items: center;
|
|
32878
32958
|
justify-content: center;
|
|
32959
|
+
column-gap: 4px;
|
|
32879
32960
|
}
|
|
32880
|
-
.
|
|
32881
|
-
display: inline-
|
|
32882
|
-
|
|
32883
|
-
|
|
32884
|
-
|
|
32885
|
-
|
|
32886
|
-
|
|
32887
|
-
.cxhf7dh .dot:not(:last-child) {
|
|
32888
|
-
margin-right: 2px;
|
|
32889
|
-
}
|
|
32890
|
-
.cxhf7dh .bar {
|
|
32891
|
-
width: 9px;
|
|
32892
|
-
height: 2px;
|
|
32893
|
-
background: #0096ff;
|
|
32894
|
-
border-radius: 2px;
|
|
32961
|
+
.h1xo7yjb .step-item-prefix-container {
|
|
32962
|
+
display: inline-flex;
|
|
32963
|
+
align-items: center;
|
|
32964
|
+
width: 18px;
|
|
32965
|
+
height: 18px;
|
|
32966
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32967
|
+
justify-content: center;
|
|
32895
32968
|
}
|
|
32896
32969
|
|
|
32897
|
-
.
|
|
32898
|
-
|
|
32970
|
+
.v1f2f7cy {
|
|
32971
|
+
width: 100%;
|
|
32972
|
+
display: flex;
|
|
32973
|
+
align-items: center;
|
|
32974
|
+
justify-content: center;
|
|
32975
|
+
column-gap: 6px;
|
|
32976
|
+
font-size: 13px;
|
|
32977
|
+
}
|
|
32978
|
+
.v1f2f7cy .step-item-prefix-container {
|
|
32979
|
+
display: inline-flex;
|
|
32980
|
+
align-items: center;
|
|
32981
|
+
min-width: 20px;
|
|
32982
|
+
min-height: 20px;
|
|
32983
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32984
|
+
justify-content: center;
|
|
32899
32985
|
}
|
|
32900
32986
|
|
|
32901
32987
|
.skwah65 {
|
|
@@ -32951,21 +33037,8 @@ input.rrg1fkn.ant-input {
|
|
|
32951
33037
|
margin-right: 2px;
|
|
32952
33038
|
}
|
|
32953
33039
|
|
|
32954
|
-
.
|
|
32955
|
-
|
|
32956
|
-
}
|
|
32957
|
-
|
|
32958
|
-
.cav4gt6 {
|
|
32959
|
-
border-radius: 8px;
|
|
32960
|
-
background-color: white;
|
|
32961
|
-
}
|
|
32962
|
-
.cav4gt6.hoverable {
|
|
32963
|
-
cursor: pointer;
|
|
32964
|
-
}
|
|
32965
|
-
.cav4gt6.hoverable:hover {
|
|
32966
|
-
transition: all 200ms ease;
|
|
32967
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32968
|
-
transform: translateY(-4px);
|
|
33040
|
+
.c1k4vanq {
|
|
33041
|
+
padding: 0 12px 14px 12px;
|
|
32969
33042
|
}
|
|
32970
33043
|
|
|
32971
33044
|
.rrwcpby {
|
|
@@ -33015,54 +33088,56 @@ input.rrg1fkn.ant-input {
|
|
|
33015
33088
|
min-height: 0px;
|
|
33016
33089
|
}
|
|
33017
33090
|
|
|
33018
|
-
.
|
|
33019
|
-
|
|
33091
|
+
.bab9xum {
|
|
33092
|
+
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);
|
|
33020
33093
|
}
|
|
33021
|
-
|
|
33022
|
-
|
|
33023
|
-
|
|
33024
|
-
|
|
33025
|
-
height: 100%;
|
|
33026
|
-
width: 100%;
|
|
33094
|
+
|
|
33095
|
+
.cav4gt6 {
|
|
33096
|
+
border-radius: 8px;
|
|
33097
|
+
background-color: white;
|
|
33027
33098
|
}
|
|
33028
|
-
.
|
|
33029
|
-
|
|
33030
|
-
display: var(--at4ovwe-2);
|
|
33031
|
-
flex: none;
|
|
33032
|
-
align-items: center;
|
|
33033
|
-
margin-left: 4px;
|
|
33034
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33099
|
+
.cav4gt6.hoverable {
|
|
33100
|
+
cursor: pointer;
|
|
33035
33101
|
}
|
|
33036
|
-
.
|
|
33037
|
-
|
|
33038
|
-
|
|
33039
|
-
|
|
33040
|
-
align-items: center;
|
|
33041
|
-
margin-right: 4px;
|
|
33042
|
-
cursor: auto;
|
|
33043
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33102
|
+
.cav4gt6.hoverable:hover {
|
|
33103
|
+
transition: all 200ms ease;
|
|
33104
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33105
|
+
transform: translateY(-4px);
|
|
33044
33106
|
}
|
|
33045
|
-
|
|
33046
|
-
|
|
33107
|
+
|
|
33108
|
+
.sut42l0 {
|
|
33109
|
+
padding: 0 8px;
|
|
33110
|
+
height: 18px;
|
|
33047
33111
|
}
|
|
33048
|
-
|
|
33049
|
-
|
|
33050
|
-
|
|
33112
|
+
|
|
33113
|
+
.mfsz1jz {
|
|
33114
|
+
padding: 2px 8px;
|
|
33115
|
+
height: 24px;
|
|
33051
33116
|
}
|
|
33052
|
-
|
|
33053
|
-
|
|
33054
|
-
|
|
33055
|
-
z-index: 1;
|
|
33117
|
+
|
|
33118
|
+
.tnd6h4m {
|
|
33119
|
+
margin: 0;
|
|
33056
33120
|
}
|
|
33057
|
-
|
|
33058
|
-
|
|
33059
|
-
|
|
33121
|
+
|
|
33122
|
+
.i1qw4clm {
|
|
33123
|
+
margin-right: 4px;
|
|
33124
|
+
height: 16px;
|
|
33060
33125
|
}
|
|
33061
|
-
|
|
33062
|
-
|
|
33063
|
-
|
|
33064
|
-
|
|
33065
|
-
|
|
33126
|
+
|
|
33127
|
+
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33128
|
+
font-weight: 700;
|
|
33129
|
+
color: #00122e;
|
|
33130
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33131
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33132
|
+
}
|
|
33133
|
+
|
|
33134
|
+
.w1xcixj5.outside-tag {
|
|
33135
|
+
padding-left: 0;
|
|
33136
|
+
}
|
|
33137
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33138
|
+
border-radius: 4px 0 0 4px;
|
|
33139
|
+
padding-right: 4px;
|
|
33140
|
+
margin-right: 4px;
|
|
33066
33141
|
}
|
|
33067
33142
|
|
|
33068
33143
|
.tc40oxa {
|
|
@@ -33258,44 +33333,59 @@ input.rrg1fkn.ant-input {
|
|
|
33258
33333
|
margin-right: 8px;
|
|
33259
33334
|
}
|
|
33260
33335
|
|
|
33261
|
-
.
|
|
33262
|
-
|
|
33263
|
-
height:
|
|
33336
|
+
.iwsze0q {
|
|
33337
|
+
margin-right: 4px;
|
|
33338
|
+
height: 16px;
|
|
33264
33339
|
}
|
|
33265
33340
|
|
|
33266
|
-
.
|
|
33267
|
-
|
|
33268
|
-
height: 24px;
|
|
33341
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
33342
|
+
display: var(--at4ovwe-0);
|
|
33269
33343
|
}
|
|
33270
|
-
|
|
33271
|
-
|
|
33272
|
-
|
|
33344
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
33345
|
+
padding: 5px 12px;
|
|
33346
|
+
display: inline-flex;
|
|
33347
|
+
line-height: 1.5715;
|
|
33348
|
+
height: 100%;
|
|
33349
|
+
width: 100%;
|
|
33273
33350
|
}
|
|
33274
|
-
|
|
33275
|
-
|
|
33351
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
33352
|
+
content: var(--at4ovwe-1);
|
|
33353
|
+
display: var(--at4ovwe-2);
|
|
33354
|
+
flex: none;
|
|
33355
|
+
align-items: center;
|
|
33356
|
+
margin-left: 4px;
|
|
33357
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33358
|
+
}
|
|
33359
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
33360
|
+
content: var(--at4ovwe-3);
|
|
33361
|
+
display: var(--at4ovwe-4);
|
|
33362
|
+
flex: none;
|
|
33363
|
+
align-items: center;
|
|
33276
33364
|
margin-right: 4px;
|
|
33277
|
-
|
|
33365
|
+
cursor: auto;
|
|
33366
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33278
33367
|
}
|
|
33279
|
-
|
|
33280
|
-
|
|
33281
|
-
font-weight: 700;
|
|
33282
|
-
color: #00122e;
|
|
33283
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33284
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33368
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33369
|
+
border-radius: 0;
|
|
33285
33370
|
}
|
|
33286
|
-
|
|
33287
|
-
|
|
33288
|
-
|
|
33371
|
+
.at4ovwe.ant-input-number {
|
|
33372
|
+
width: 100%;
|
|
33373
|
+
border-radius: 6px;
|
|
33289
33374
|
}
|
|
33290
|
-
.
|
|
33291
|
-
border-
|
|
33292
|
-
|
|
33293
|
-
|
|
33375
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33376
|
+
border-color: #0096ff;
|
|
33377
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33378
|
+
z-index: 1;
|
|
33294
33379
|
}
|
|
33295
|
-
|
|
33296
|
-
|
|
33297
|
-
|
|
33298
|
-
|
|
33380
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33381
|
+
border-color: #e75a3a;
|
|
33382
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33383
|
+
}
|
|
33384
|
+
.at4ovwe .ant-input-number-input {
|
|
33385
|
+
padding: 0;
|
|
33386
|
+
margin: 0;
|
|
33387
|
+
height: auto;
|
|
33388
|
+
font-size: inherit;
|
|
33299
33389
|
}
|
|
33300
33390
|
|
|
33301
33391
|
.a6dbbkm .ant-input-number-handler-wrap {
|