@cloudtower/eagle 0.27.37 → 0.27.40
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 +1935 -1925
- package/dist/esm/index.js +359 -70
- package/dist/esm/stats1.html +1 -1
- package/dist/src/{components → coreX}/I18nNameTag/index.d.ts +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/spec/base.d.ts +10 -1
- package/dist/src/styles/token/color.d.ts +269 -0
- package/dist/src/styles/token/index.d.ts +1 -0
- package/dist/src/styles/token/token.d.ts +1 -0
- package/dist/stories/I18nNameTag.stories.d.ts +23 -0
- package/dist/stories/OverflowTooltip.stories.d.ts +15 -0
- package/dist/style.css +1352 -1342
- package/dist/token.css +209 -0
- package/dist/umd/index.js +359 -69
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +208 -0
- package/package.json +8 -8
- package/dist/src/components/I18nNameTag/I18nNameTag.stories.d.ts +0 -13
- package/dist/src/components/OverflowTooltip/OverflowTooltip.stories.d.ts +0 -17
- package/dist/stories/icons-react.stories.d.ts +0 -3
- /package/dist/src/{components → coreX}/I18nNameTag/__test__/index.test.d.ts +0 -0
package/dist/style.css
CHANGED
|
@@ -29571,63 +29571,6 @@ html body {
|
|
|
29571
29571
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29572
29572
|
}
|
|
29573
29573
|
|
|
29574
|
-
.fde5mpd {
|
|
29575
|
-
width: 100%;
|
|
29576
|
-
height: 100%;
|
|
29577
|
-
min-height: 124px;
|
|
29578
|
-
display: flex;
|
|
29579
|
-
flex-direction: column;
|
|
29580
|
-
justify-content: center;
|
|
29581
|
-
align-items: center;
|
|
29582
|
-
}
|
|
29583
|
-
.fde5mpd .error-text {
|
|
29584
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29585
|
-
margin-bottom: 16px;
|
|
29586
|
-
font-size: 18px;
|
|
29587
|
-
}
|
|
29588
|
-
|
|
29589
|
-
.bpq0js6 {
|
|
29590
|
-
padding: 4px 11px;
|
|
29591
|
-
}
|
|
29592
|
-
|
|
29593
|
-
.b15sn34c {
|
|
29594
|
-
white-space: nowrap;
|
|
29595
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29596
|
-
}
|
|
29597
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29598
|
-
--color: #0080ff;
|
|
29599
|
-
}
|
|
29600
|
-
.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] {
|
|
29601
|
-
--color: #0080ff;
|
|
29602
|
-
}
|
|
29603
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29604
|
-
margin-left: 1px;
|
|
29605
|
-
}
|
|
29606
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29607
|
-
border-top-right-radius: 0;
|
|
29608
|
-
border-bottom-right-radius: 0;
|
|
29609
|
-
}
|
|
29610
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29611
|
-
border-top-left-radius: 0;
|
|
29612
|
-
border-bottom-left-radius: 0;
|
|
29613
|
-
}
|
|
29614
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29615
|
-
border-radius: unset;
|
|
29616
|
-
}
|
|
29617
|
-
|
|
29618
|
-
.iap75of {
|
|
29619
|
-
height: 18px;
|
|
29620
|
-
line-height: 18px;
|
|
29621
|
-
padding: 0 4px;
|
|
29622
|
-
border-radius: 4px;
|
|
29623
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29624
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29625
|
-
display: flex;
|
|
29626
|
-
align-items: center;
|
|
29627
|
-
white-space: nowrap;
|
|
29628
|
-
margin-right: 4px;
|
|
29629
|
-
}
|
|
29630
|
-
|
|
29631
29574
|
.buj61ew.ant-btn-icon-only {
|
|
29632
29575
|
justify-content: center;
|
|
29633
29576
|
}
|
|
@@ -29878,6 +29821,63 @@ html body {
|
|
|
29878
29821
|
padding: 0;
|
|
29879
29822
|
}
|
|
29880
29823
|
|
|
29824
|
+
.fde5mpd {
|
|
29825
|
+
width: 100%;
|
|
29826
|
+
height: 100%;
|
|
29827
|
+
min-height: 124px;
|
|
29828
|
+
display: flex;
|
|
29829
|
+
flex-direction: column;
|
|
29830
|
+
justify-content: center;
|
|
29831
|
+
align-items: center;
|
|
29832
|
+
}
|
|
29833
|
+
.fde5mpd .error-text {
|
|
29834
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29835
|
+
margin-bottom: 16px;
|
|
29836
|
+
font-size: 18px;
|
|
29837
|
+
}
|
|
29838
|
+
|
|
29839
|
+
.iap75of {
|
|
29840
|
+
height: 18px;
|
|
29841
|
+
line-height: 18px;
|
|
29842
|
+
padding: 0 4px;
|
|
29843
|
+
border-radius: 4px;
|
|
29844
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29845
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29846
|
+
display: flex;
|
|
29847
|
+
align-items: center;
|
|
29848
|
+
white-space: nowrap;
|
|
29849
|
+
margin-right: 4px;
|
|
29850
|
+
}
|
|
29851
|
+
|
|
29852
|
+
.bpq0js6 {
|
|
29853
|
+
padding: 4px 11px;
|
|
29854
|
+
}
|
|
29855
|
+
|
|
29856
|
+
.b15sn34c {
|
|
29857
|
+
white-space: nowrap;
|
|
29858
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29859
|
+
}
|
|
29860
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29861
|
+
--color: #0080ff;
|
|
29862
|
+
}
|
|
29863
|
+
.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] {
|
|
29864
|
+
--color: #0080ff;
|
|
29865
|
+
}
|
|
29866
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29867
|
+
margin-left: 1px;
|
|
29868
|
+
}
|
|
29869
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29870
|
+
border-top-right-radius: 0;
|
|
29871
|
+
border-bottom-right-radius: 0;
|
|
29872
|
+
}
|
|
29873
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29874
|
+
border-top-left-radius: 0;
|
|
29875
|
+
border-bottom-left-radius: 0;
|
|
29876
|
+
}
|
|
29877
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29878
|
+
border-radius: unset;
|
|
29879
|
+
}
|
|
29880
|
+
|
|
29881
29881
|
.i1mrf09m {
|
|
29882
29882
|
display: inline-flex;
|
|
29883
29883
|
align-items: center;
|
|
@@ -29896,6 +29896,19 @@ html body {
|
|
|
29896
29896
|
animation: rotate 680ms linear infinite;
|
|
29897
29897
|
}
|
|
29898
29898
|
|
|
29899
|
+
.obf05yr {
|
|
29900
|
+
display: inline-block;
|
|
29901
|
+
}
|
|
29902
|
+
|
|
29903
|
+
.hsms1n6 {
|
|
29904
|
+
visibility: hidden;
|
|
29905
|
+
position: absolute;
|
|
29906
|
+
}
|
|
29907
|
+
|
|
29908
|
+
.i1e4sgug {
|
|
29909
|
+
display: inline-block;
|
|
29910
|
+
}
|
|
29911
|
+
|
|
29899
29912
|
.s34f1qb.ant-switch {
|
|
29900
29913
|
min-width: 40px;
|
|
29901
29914
|
height: 24px;
|
|
@@ -29951,253 +29964,94 @@ html body {
|
|
|
29951
29964
|
margin-left: 5px;
|
|
29952
29965
|
}
|
|
29953
29966
|
|
|
29954
|
-
.
|
|
29955
|
-
display:
|
|
29956
|
-
|
|
29957
|
-
|
|
29958
|
-
|
|
29959
|
-
|
|
29960
|
-
|
|
29961
|
-
|
|
29962
|
-
}
|
|
29963
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
29964
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
29967
|
+
.p12gwtiw {
|
|
29968
|
+
display: flex;
|
|
29969
|
+
justify-content: space-between;
|
|
29970
|
+
align-items: center;
|
|
29971
|
+
padding: 10px 0;
|
|
29972
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29973
|
+
font-size: 12px;
|
|
29974
|
+
line-height: 24px;
|
|
29965
29975
|
}
|
|
29966
|
-
.
|
|
29967
|
-
|
|
29976
|
+
.p12gwtiw .pagination-left {
|
|
29977
|
+
padding: 2px 8px;
|
|
29968
29978
|
}
|
|
29969
|
-
.
|
|
29970
|
-
|
|
29971
|
-
|
|
29979
|
+
.p12gwtiw .dropdown-trigger {
|
|
29980
|
+
display: flex;
|
|
29981
|
+
align-items: center;
|
|
29982
|
+
border-radius: 6px;
|
|
29983
|
+
cursor: pointer;
|
|
29984
|
+
transition: all 0.3s ease;
|
|
29972
29985
|
}
|
|
29973
|
-
.
|
|
29974
|
-
|
|
29975
|
-
|
|
29976
|
-
width: 6px;
|
|
29977
|
-
height: 6px;
|
|
29978
|
-
background: #fff;
|
|
29986
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
29987
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29988
|
+
color: #0080ff;
|
|
29979
29989
|
}
|
|
29980
|
-
.
|
|
29981
|
-
|
|
29990
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
29991
|
+
margin-left: 4px;
|
|
29982
29992
|
}
|
|
29983
|
-
.
|
|
29984
|
-
|
|
29985
|
-
|
|
29993
|
+
.p12gwtiw .pagination-right {
|
|
29994
|
+
display: flex;
|
|
29995
|
+
align-items: center;
|
|
29996
|
+
color: #0080ff;
|
|
29997
|
+
font-weight: bold;
|
|
29986
29998
|
}
|
|
29987
|
-
.
|
|
29988
|
-
|
|
29999
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30000
|
+
margin-left: 4px;
|
|
29989
30001
|
}
|
|
29990
|
-
.
|
|
29991
|
-
|
|
29992
|
-
|
|
30002
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30003
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30004
|
+
padding: 0 8px;
|
|
29993
30005
|
}
|
|
29994
|
-
.
|
|
29995
|
-
|
|
30006
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30007
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30008
|
+
color: #0080ff;
|
|
29996
30009
|
}
|
|
29997
|
-
.
|
|
29998
|
-
|
|
29999
|
-
padding: 0;
|
|
30000
|
-
padding-left: 12px;
|
|
30010
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30011
|
+
transform: rotate(180deg);
|
|
30001
30012
|
}
|
|
30002
|
-
|
|
30003
|
-
|
|
30004
|
-
|
|
30005
|
-
|
|
30013
|
+
|
|
30014
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30015
|
+
max-height: calc(100vh - 128px);
|
|
30016
|
+
overflow-y: auto;
|
|
30006
30017
|
}
|
|
30007
|
-
.
|
|
30008
|
-
padding
|
|
30018
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30019
|
+
padding: 4px 20px;
|
|
30020
|
+
font-size: 12px;
|
|
30021
|
+
line-height: 18px;
|
|
30009
30022
|
}
|
|
30010
30023
|
|
|
30011
|
-
.
|
|
30012
|
-
|
|
30024
|
+
.cz04yix {
|
|
30025
|
+
display: flex;
|
|
30026
|
+
flex-direction: column;
|
|
30013
30027
|
}
|
|
30014
|
-
|
|
30015
|
-
|
|
30028
|
+
|
|
30029
|
+
.m1if5j39 {
|
|
30030
|
+
max-width: 1120px;
|
|
30031
|
+
width: 100%;
|
|
30032
|
+
margin: 0 auto;
|
|
30033
|
+
height: 100%;
|
|
30016
30034
|
}
|
|
30017
30035
|
|
|
30018
|
-
.
|
|
30019
|
-
|
|
30020
|
-
|
|
30036
|
+
.w1vvwdlp {
|
|
30037
|
+
max-width: 1120px;
|
|
30038
|
+
width: 100%;
|
|
30039
|
+
margin: 0 auto;
|
|
30040
|
+
display: flex;
|
|
30021
30041
|
}
|
|
30022
|
-
.
|
|
30023
|
-
|
|
30042
|
+
.w1vvwdlp .left,
|
|
30043
|
+
.w1vvwdlp .right {
|
|
30044
|
+
flex-grow: 0;
|
|
30045
|
+
flex-shrink: 0;
|
|
30046
|
+
flex-basis: 21%;
|
|
30024
30047
|
}
|
|
30025
|
-
.
|
|
30026
|
-
|
|
30027
|
-
|
|
30028
|
-
|
|
30048
|
+
.w1vvwdlp .left {
|
|
30049
|
+
display: flex;
|
|
30050
|
+
justify-content: flex-end;
|
|
30051
|
+
padding-right: 44px;
|
|
30029
30052
|
}
|
|
30030
|
-
.
|
|
30031
|
-
|
|
30032
|
-
}
|
|
30033
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30034
|
-
height: 22px;
|
|
30035
|
-
padding: 0 7px;
|
|
30036
|
-
line-height: 20px;
|
|
30037
|
-
}
|
|
30038
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30039
|
-
background: #ccd4e3;
|
|
30040
|
-
}
|
|
30041
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30042
|
-
background: #0080ff;
|
|
30043
|
-
}
|
|
30044
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30045
|
-
background: #ccd4e3;
|
|
30046
|
-
opacity: 0.5;
|
|
30047
|
-
}
|
|
30048
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30049
|
-
border-right-color: #0080ff;
|
|
30050
|
-
}
|
|
30051
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30052
|
-
border-color: #0080ff;
|
|
30053
|
-
}
|
|
30054
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30055
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30056
|
-
}
|
|
30057
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30058
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30059
|
-
border-color: #ccd4e3;
|
|
30060
|
-
opacity: 0.5;
|
|
30061
|
-
}
|
|
30062
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30063
|
-
color: #00122e;
|
|
30064
|
-
border-color: #ccd4e3;
|
|
30065
|
-
}
|
|
30066
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30067
|
-
color: #00122e;
|
|
30068
|
-
border-color: #ccd4e3;
|
|
30069
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30070
|
-
}
|
|
30071
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
30072
|
-
margin-right: 8px;
|
|
30073
|
-
display: inline;
|
|
30074
|
-
border: none;
|
|
30075
|
-
padding: 0;
|
|
30076
|
-
width: 36px;
|
|
30077
|
-
background: transparent;
|
|
30078
|
-
}
|
|
30079
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30080
|
-
box-shadow: none;
|
|
30081
|
-
}
|
|
30082
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30083
|
-
margin-right: 0;
|
|
30084
|
-
width: initial;
|
|
30085
|
-
box-shadow: none;
|
|
30086
|
-
}
|
|
30087
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30088
|
-
display: none;
|
|
30089
|
-
}
|
|
30090
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30091
|
-
display: inline;
|
|
30092
|
-
}
|
|
30093
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30094
|
-
display: inline;
|
|
30095
|
-
margin-right: 8px;
|
|
30096
|
-
padding: 0;
|
|
30097
|
-
width: 36px;
|
|
30098
|
-
}
|
|
30099
|
-
|
|
30100
|
-
.p12gwtiw {
|
|
30101
|
-
display: flex;
|
|
30102
|
-
justify-content: space-between;
|
|
30103
|
-
align-items: center;
|
|
30104
|
-
padding: 10px 0;
|
|
30105
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30106
|
-
font-size: 12px;
|
|
30107
|
-
line-height: 24px;
|
|
30108
|
-
}
|
|
30109
|
-
.p12gwtiw .pagination-left {
|
|
30110
|
-
padding: 2px 8px;
|
|
30111
|
-
}
|
|
30112
|
-
.p12gwtiw .dropdown-trigger {
|
|
30113
|
-
display: flex;
|
|
30114
|
-
align-items: center;
|
|
30115
|
-
border-radius: 6px;
|
|
30116
|
-
cursor: pointer;
|
|
30117
|
-
transition: all 0.3s ease;
|
|
30118
|
-
}
|
|
30119
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30120
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30121
|
-
color: #0080ff;
|
|
30122
|
-
}
|
|
30123
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30124
|
-
margin-left: 4px;
|
|
30125
|
-
}
|
|
30126
|
-
.p12gwtiw .pagination-right {
|
|
30127
|
-
display: flex;
|
|
30128
|
-
align-items: center;
|
|
30129
|
-
color: #0080ff;
|
|
30130
|
-
font-weight: bold;
|
|
30131
|
-
}
|
|
30132
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
30133
|
-
margin-left: 4px;
|
|
30134
|
-
}
|
|
30135
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
30136
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
30137
|
-
padding: 0 8px;
|
|
30138
|
-
}
|
|
30139
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30140
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
30141
|
-
color: #0080ff;
|
|
30142
|
-
}
|
|
30143
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30144
|
-
transform: rotate(180deg);
|
|
30145
|
-
}
|
|
30146
|
-
|
|
30147
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30148
|
-
max-height: calc(100vh - 128px);
|
|
30149
|
-
overflow-y: auto;
|
|
30150
|
-
}
|
|
30151
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30152
|
-
padding: 4px 20px;
|
|
30153
|
-
font-size: 12px;
|
|
30154
|
-
line-height: 18px;
|
|
30155
|
-
}
|
|
30156
|
-
|
|
30157
|
-
.obf05yr {
|
|
30158
|
-
display: inline-block;
|
|
30159
|
-
}
|
|
30160
|
-
|
|
30161
|
-
.hsms1n6 {
|
|
30162
|
-
visibility: hidden;
|
|
30163
|
-
position: absolute;
|
|
30164
|
-
}
|
|
30165
|
-
|
|
30166
|
-
.i1e4sgug {
|
|
30167
|
-
display: inline-block;
|
|
30168
|
-
}
|
|
30169
|
-
|
|
30170
|
-
.cz04yix {
|
|
30171
|
-
display: flex;
|
|
30172
|
-
flex-direction: column;
|
|
30173
|
-
}
|
|
30174
|
-
|
|
30175
|
-
.m1if5j39 {
|
|
30176
|
-
max-width: 1120px;
|
|
30177
|
-
width: 100%;
|
|
30178
|
-
margin: 0 auto;
|
|
30179
|
-
height: 100%;
|
|
30180
|
-
}
|
|
30181
|
-
|
|
30182
|
-
.w1vvwdlp {
|
|
30183
|
-
max-width: 1120px;
|
|
30184
|
-
width: 100%;
|
|
30185
|
-
margin: 0 auto;
|
|
30186
|
-
display: flex;
|
|
30187
|
-
}
|
|
30188
|
-
.w1vvwdlp .left,
|
|
30189
|
-
.w1vvwdlp .right {
|
|
30190
|
-
flex-grow: 0;
|
|
30191
|
-
flex-shrink: 0;
|
|
30192
|
-
flex-basis: 21%;
|
|
30193
|
-
}
|
|
30194
|
-
.w1vvwdlp .left {
|
|
30195
|
-
display: flex;
|
|
30196
|
-
justify-content: flex-end;
|
|
30197
|
-
padding-right: 44px;
|
|
30198
|
-
}
|
|
30199
|
-
.w1vvwdlp .right {
|
|
30200
|
-
padding-left: 44px;
|
|
30053
|
+
.w1vvwdlp .right {
|
|
30054
|
+
padding-left: 44px;
|
|
30201
30055
|
}
|
|
30202
30056
|
.w1vvwdlp .middle {
|
|
30203
30057
|
margin-bottom: 40px;
|
|
@@ -30847,76 +30701,222 @@ input.rrg1fkn.ant-input {
|
|
|
30847
30701
|
word-break: break-all;
|
|
30848
30702
|
}
|
|
30849
30703
|
|
|
30850
|
-
.
|
|
30851
|
-
|
|
30852
|
-
|
|
30853
|
-
|
|
30854
|
-
font-size: 32px;
|
|
30855
|
-
line-height: 40px;
|
|
30856
|
-
}
|
|
30857
|
-
|
|
30858
|
-
.d1xhvvxe {
|
|
30859
|
-
font-family: Inter;
|
|
30860
|
-
font-style: normal;
|
|
30861
|
-
font-weight: bold;
|
|
30862
|
-
font-size: 24px;
|
|
30863
|
-
line-height: 32px;
|
|
30704
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30705
|
+
display: inline-flex;
|
|
30706
|
+
align-items: baseline;
|
|
30707
|
+
white-space: pre-wrap;
|
|
30864
30708
|
}
|
|
30865
|
-
|
|
30866
|
-
|
|
30867
|
-
|
|
30868
|
-
font-style: normal;
|
|
30869
|
-
font-weight: normal;
|
|
30870
|
-
font-size: 32px;
|
|
30871
|
-
line-height: 40px;
|
|
30709
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30710
|
+
position: relative;
|
|
30711
|
+
top: 3px;
|
|
30872
30712
|
}
|
|
30873
|
-
|
|
30874
|
-
.
|
|
30875
|
-
font-family: Inter;
|
|
30876
|
-
font-style: normal;
|
|
30877
|
-
font-weight: bold;
|
|
30878
|
-
font-size: 20px;
|
|
30879
|
-
line-height: 24px;
|
|
30713
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30714
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30880
30715
|
}
|
|
30881
|
-
|
|
30882
|
-
|
|
30883
|
-
font-family: Inter;
|
|
30884
|
-
font-style: normal;
|
|
30885
|
-
font-weight: normal;
|
|
30886
|
-
font-size: 20px;
|
|
30887
|
-
line-height: 24px;
|
|
30716
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30717
|
+
border-color: #0080ff;
|
|
30888
30718
|
}
|
|
30889
|
-
|
|
30890
|
-
|
|
30891
|
-
|
|
30892
|
-
font-style: normal;
|
|
30893
|
-
font-weight: bold;
|
|
30894
|
-
font-size: 18px;
|
|
30895
|
-
line-height: 22px;
|
|
30719
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30720
|
+
border-color: #0080ff;
|
|
30721
|
+
background: #0080ff;
|
|
30896
30722
|
}
|
|
30897
|
-
|
|
30898
|
-
|
|
30899
|
-
|
|
30900
|
-
|
|
30901
|
-
|
|
30902
|
-
|
|
30903
|
-
line-height: 22px;
|
|
30723
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30724
|
+
top: 4px;
|
|
30725
|
+
left: 4px;
|
|
30726
|
+
width: 6px;
|
|
30727
|
+
height: 6px;
|
|
30728
|
+
background: #fff;
|
|
30904
30729
|
}
|
|
30905
|
-
|
|
30906
|
-
.
|
|
30907
|
-
font-family: Inter;
|
|
30908
|
-
font-style: normal;
|
|
30909
|
-
font-weight: bold;
|
|
30910
|
-
font-size: 16px;
|
|
30911
|
-
line-height: 22px;
|
|
30730
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30731
|
+
opacity: 0.5;
|
|
30912
30732
|
}
|
|
30913
|
-
|
|
30914
|
-
.
|
|
30915
|
-
|
|
30916
|
-
|
|
30917
|
-
|
|
30918
|
-
|
|
30919
|
-
|
|
30733
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30734
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30735
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30736
|
+
}
|
|
30737
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30738
|
+
background: #00122e;
|
|
30739
|
+
}
|
|
30740
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30741
|
+
color: #00122e;
|
|
30742
|
+
opacity: 0.5;
|
|
30743
|
+
}
|
|
30744
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30745
|
+
color: #00122e;
|
|
30746
|
+
}
|
|
30747
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30748
|
+
display: inline-block;
|
|
30749
|
+
padding: 0;
|
|
30750
|
+
padding-left: 12px;
|
|
30751
|
+
}
|
|
30752
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30753
|
+
margin-bottom: 0;
|
|
30754
|
+
white-space: pre-wrap;
|
|
30755
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30756
|
+
}
|
|
30757
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30758
|
+
padding-left: 8px;
|
|
30759
|
+
}
|
|
30760
|
+
|
|
30761
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30762
|
+
border-radius: 5px 0 0 5px;
|
|
30763
|
+
}
|
|
30764
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30765
|
+
border-radius: 0 5px 5px 0;
|
|
30766
|
+
}
|
|
30767
|
+
|
|
30768
|
+
.r1f0aqcc {
|
|
30769
|
+
color: #00122e;
|
|
30770
|
+
border-color: #ccd4e3;
|
|
30771
|
+
}
|
|
30772
|
+
.r1f0aqcc:first-child {
|
|
30773
|
+
border-color: #a3b4cc;
|
|
30774
|
+
}
|
|
30775
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30776
|
+
padding: 0 12px;
|
|
30777
|
+
line-height: 32px;
|
|
30778
|
+
height: 32px;
|
|
30779
|
+
}
|
|
30780
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30781
|
+
white-space: nowrap;
|
|
30782
|
+
}
|
|
30783
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30784
|
+
height: 22px;
|
|
30785
|
+
padding: 0 7px;
|
|
30786
|
+
line-height: 20px;
|
|
30787
|
+
}
|
|
30788
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30789
|
+
background: #ccd4e3;
|
|
30790
|
+
}
|
|
30791
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30792
|
+
background: #0080ff;
|
|
30793
|
+
}
|
|
30794
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30795
|
+
background: #ccd4e3;
|
|
30796
|
+
opacity: 0.5;
|
|
30797
|
+
}
|
|
30798
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30799
|
+
border-right-color: #0080ff;
|
|
30800
|
+
}
|
|
30801
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30802
|
+
border-color: #0080ff;
|
|
30803
|
+
}
|
|
30804
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30805
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30806
|
+
}
|
|
30807
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30808
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30809
|
+
border-color: #ccd4e3;
|
|
30810
|
+
opacity: 0.5;
|
|
30811
|
+
}
|
|
30812
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30813
|
+
color: #00122e;
|
|
30814
|
+
border-color: #ccd4e3;
|
|
30815
|
+
}
|
|
30816
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30817
|
+
color: #00122e;
|
|
30818
|
+
border-color: #ccd4e3;
|
|
30819
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30820
|
+
}
|
|
30821
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30822
|
+
margin-right: 8px;
|
|
30823
|
+
display: inline;
|
|
30824
|
+
border: none;
|
|
30825
|
+
padding: 0;
|
|
30826
|
+
width: 36px;
|
|
30827
|
+
background: transparent;
|
|
30828
|
+
}
|
|
30829
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30830
|
+
box-shadow: none;
|
|
30831
|
+
}
|
|
30832
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30833
|
+
margin-right: 0;
|
|
30834
|
+
width: initial;
|
|
30835
|
+
box-shadow: none;
|
|
30836
|
+
}
|
|
30837
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30838
|
+
display: none;
|
|
30839
|
+
}
|
|
30840
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30841
|
+
display: inline;
|
|
30842
|
+
}
|
|
30843
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30844
|
+
display: inline;
|
|
30845
|
+
margin-right: 8px;
|
|
30846
|
+
padding: 0;
|
|
30847
|
+
width: 36px;
|
|
30848
|
+
}
|
|
30849
|
+
|
|
30850
|
+
.d6j0lbj {
|
|
30851
|
+
font-family: Inter;
|
|
30852
|
+
font-style: normal;
|
|
30853
|
+
font-weight: bold;
|
|
30854
|
+
font-size: 32px;
|
|
30855
|
+
line-height: 40px;
|
|
30856
|
+
}
|
|
30857
|
+
|
|
30858
|
+
.d1xhvvxe {
|
|
30859
|
+
font-family: Inter;
|
|
30860
|
+
font-style: normal;
|
|
30861
|
+
font-weight: bold;
|
|
30862
|
+
font-size: 24px;
|
|
30863
|
+
line-height: 32px;
|
|
30864
|
+
}
|
|
30865
|
+
|
|
30866
|
+
.dk10mxq {
|
|
30867
|
+
font-family: Inter;
|
|
30868
|
+
font-style: normal;
|
|
30869
|
+
font-weight: normal;
|
|
30870
|
+
font-size: 32px;
|
|
30871
|
+
line-height: 40px;
|
|
30872
|
+
}
|
|
30873
|
+
|
|
30874
|
+
.dxsait {
|
|
30875
|
+
font-family: Inter;
|
|
30876
|
+
font-style: normal;
|
|
30877
|
+
font-weight: bold;
|
|
30878
|
+
font-size: 20px;
|
|
30879
|
+
line-height: 24px;
|
|
30880
|
+
}
|
|
30881
|
+
|
|
30882
|
+
.dokn0h3 {
|
|
30883
|
+
font-family: Inter;
|
|
30884
|
+
font-style: normal;
|
|
30885
|
+
font-weight: normal;
|
|
30886
|
+
font-size: 20px;
|
|
30887
|
+
line-height: 24px;
|
|
30888
|
+
}
|
|
30889
|
+
|
|
30890
|
+
.dobau4p {
|
|
30891
|
+
font-family: Inter;
|
|
30892
|
+
font-style: normal;
|
|
30893
|
+
font-weight: bold;
|
|
30894
|
+
font-size: 18px;
|
|
30895
|
+
line-height: 22px;
|
|
30896
|
+
}
|
|
30897
|
+
|
|
30898
|
+
.dvolwok {
|
|
30899
|
+
font-family: Inter;
|
|
30900
|
+
font-style: normal;
|
|
30901
|
+
font-weight: normal;
|
|
30902
|
+
font-size: 18px;
|
|
30903
|
+
line-height: 22px;
|
|
30904
|
+
}
|
|
30905
|
+
|
|
30906
|
+
.h181qhg4 {
|
|
30907
|
+
font-family: Inter;
|
|
30908
|
+
font-style: normal;
|
|
30909
|
+
font-weight: bold;
|
|
30910
|
+
font-size: 16px;
|
|
30911
|
+
line-height: 22px;
|
|
30912
|
+
}
|
|
30913
|
+
|
|
30914
|
+
.h1phgmcq {
|
|
30915
|
+
font-family: Inter;
|
|
30916
|
+
font-style: normal;
|
|
30917
|
+
font-weight: normal;
|
|
30918
|
+
font-size: 16px;
|
|
30919
|
+
line-height: 22px;
|
|
30920
30920
|
}
|
|
30921
30921
|
|
|
30922
30922
|
.h173xnl1 {
|
|
@@ -31686,184 +31686,51 @@ input.rrg1fkn.ant-input {
|
|
|
31686
31686
|
background: #fff;
|
|
31687
31687
|
}
|
|
31688
31688
|
|
|
31689
|
-
.
|
|
31690
|
-
|
|
31689
|
+
.s1fc623g {
|
|
31690
|
+
width: 430px !important;
|
|
31691
31691
|
}
|
|
31692
31692
|
|
|
31693
|
-
.
|
|
31694
|
-
padding
|
|
31695
|
-
|
|
31696
|
-
|
|
31697
|
-
|
|
31698
|
-
|
|
31699
|
-
|
|
31700
|
-
|
|
31701
|
-
border-radius: 4px;
|
|
31693
|
+
.da3mx0o .ant-select-item-group {
|
|
31694
|
+
padding: 8px 16px;
|
|
31695
|
+
line-height: 18px;
|
|
31696
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31697
|
+
height: 34px;
|
|
31698
|
+
min-height: 34px;
|
|
31699
|
+
box-sizing: border-box;
|
|
31700
|
+
margin-top: 8px;
|
|
31702
31701
|
}
|
|
31703
31702
|
|
|
31704
|
-
.
|
|
31705
|
-
|
|
31706
|
-
|
|
31703
|
+
.onr9gzt {
|
|
31704
|
+
display: flex;
|
|
31705
|
+
flex-direction: column;
|
|
31706
|
+
margin: 1px 8px;
|
|
31707
|
+
padding: 8px;
|
|
31708
|
+
border-radius: 4px;
|
|
31707
31709
|
}
|
|
31708
|
-
|
|
31709
|
-
|
|
31710
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31710
|
+
.onr9gzt .selected-icon {
|
|
31711
|
+
display: none;
|
|
31711
31712
|
}
|
|
31712
|
-
.
|
|
31713
|
-
|
|
31714
|
-
color: rgba(44, 56, 82, 0.75);
|
|
31713
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31714
|
+
padding-left: 8px;
|
|
31715
31715
|
}
|
|
31716
|
-
.
|
|
31717
|
-
background-color:
|
|
31716
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31717
|
+
background-color: white;
|
|
31718
31718
|
}
|
|
31719
|
-
.
|
|
31720
|
-
|
|
31719
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31720
|
+
color: #0080ff;
|
|
31721
31721
|
}
|
|
31722
|
-
|
|
31723
|
-
|
|
31724
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31725
|
-
margin-bottom: 4px;
|
|
31722
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31723
|
+
display: block;
|
|
31726
31724
|
}
|
|
31727
|
-
.
|
|
31728
|
-
|
|
31729
|
-
cursor: pointer;
|
|
31730
|
-
transition: color 160ms ease;
|
|
31725
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31726
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31731
31727
|
}
|
|
31732
|
-
.
|
|
31728
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31733
31729
|
color: #0080ff;
|
|
31734
31730
|
}
|
|
31735
|
-
.
|
|
31736
|
-
|
|
31737
|
-
|
|
31738
|
-
|
|
31739
|
-
.c1uzzomf {
|
|
31740
|
-
margin-bottom: 16px;
|
|
31741
|
-
}
|
|
31742
|
-
.c1uzzomf .card-title {
|
|
31743
|
-
font-size: 16px;
|
|
31744
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31745
|
-
font-weight: 700;
|
|
31746
|
-
line-height: 32px;
|
|
31747
|
-
}
|
|
31748
|
-
.c1uzzomf .card-body {
|
|
31749
|
-
padding: 24px;
|
|
31750
|
-
border-radius: 8px;
|
|
31751
|
-
background: #fff;
|
|
31752
|
-
}
|
|
31753
|
-
.c1uzzomf .empty {
|
|
31754
|
-
font-weight: 700;
|
|
31755
|
-
font-size: 14px;
|
|
31756
|
-
line-height: 22px;
|
|
31757
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31758
|
-
text-align: center;
|
|
31759
|
-
}
|
|
31760
|
-
|
|
31761
|
-
.s1ebs0ra {
|
|
31762
|
-
display: flex;
|
|
31763
|
-
align-items: center;
|
|
31764
|
-
justify-content: space-between;
|
|
31765
|
-
background: #edf0f7;
|
|
31766
|
-
padding: 8px 12px;
|
|
31767
|
-
position: sticky;
|
|
31768
|
-
top: 0;
|
|
31769
|
-
z-index: 1;
|
|
31770
|
-
margin-bottom: -52px;
|
|
31771
|
-
}
|
|
31772
|
-
.s1ebs0ra .select-total {
|
|
31773
|
-
display: flex;
|
|
31774
|
-
align-items: center;
|
|
31775
|
-
font-weight: 700;
|
|
31776
|
-
flex-shrink: 0;
|
|
31777
|
-
}
|
|
31778
|
-
.s1ebs0ra .select-total .icon-wrapper {
|
|
31779
|
-
cursor: pointer;
|
|
31780
|
-
margin-left: 8px;
|
|
31781
|
-
width: 32px;
|
|
31782
|
-
height: 32px;
|
|
31783
|
-
border-radius: 50%;
|
|
31784
|
-
justify-content: center;
|
|
31785
|
-
}
|
|
31786
|
-
.s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31787
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31788
|
-
}
|
|
31789
|
-
.s1ebs0ra .action-group {
|
|
31790
|
-
flex: 1;
|
|
31791
|
-
margin-left: 88px;
|
|
31792
|
-
white-space: nowrap;
|
|
31793
|
-
text-align: right;
|
|
31794
|
-
position: relative;
|
|
31795
|
-
padding: 4px 0;
|
|
31796
|
-
margin-top: -4px;
|
|
31797
|
-
overflow: hidden;
|
|
31798
|
-
}
|
|
31799
|
-
.s1ebs0ra .action-group .sub-menu-delete {
|
|
31800
|
-
transform: translateY(-4px);
|
|
31801
|
-
}
|
|
31802
|
-
.s1ebs0ra .action-group button {
|
|
31803
|
-
border: none;
|
|
31804
|
-
}
|
|
31805
|
-
.s1ebs0ra .action-group > *:not(:last-child) {
|
|
31806
|
-
margin-right: 8px;
|
|
31807
|
-
}
|
|
31808
|
-
.s1ebs0ra .action-group > button:last-child {
|
|
31809
|
-
margin-right: 4px;
|
|
31810
|
-
}
|
|
31811
|
-
.s1ebs0ra .action-group .more-btn {
|
|
31812
|
-
cursor: pointer;
|
|
31813
|
-
width: 32px;
|
|
31814
|
-
height: 32px;
|
|
31815
|
-
justify-content: center;
|
|
31816
|
-
border-radius: 50%;
|
|
31817
|
-
}
|
|
31818
|
-
.s1ebs0ra .action-group .more-btn:hover {
|
|
31819
|
-
background: #fff;
|
|
31820
|
-
}
|
|
31821
|
-
|
|
31822
|
-
.s1fc623g {
|
|
31823
|
-
width: 430px !important;
|
|
31824
|
-
}
|
|
31825
|
-
|
|
31826
|
-
.da3mx0o .ant-select-item-group {
|
|
31827
|
-
padding: 8px 16px;
|
|
31828
|
-
line-height: 18px;
|
|
31829
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31830
|
-
height: 34px;
|
|
31831
|
-
min-height: 34px;
|
|
31832
|
-
box-sizing: border-box;
|
|
31833
|
-
margin-top: 8px;
|
|
31834
|
-
}
|
|
31835
|
-
|
|
31836
|
-
.onr9gzt {
|
|
31837
|
-
display: flex;
|
|
31838
|
-
flex-direction: column;
|
|
31839
|
-
margin: 1px 8px;
|
|
31840
|
-
padding: 8px;
|
|
31841
|
-
border-radius: 4px;
|
|
31842
|
-
}
|
|
31843
|
-
.onr9gzt .selected-icon {
|
|
31844
|
-
display: none;
|
|
31845
|
-
}
|
|
31846
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31847
|
-
padding-left: 8px;
|
|
31848
|
-
}
|
|
31849
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31850
|
-
background-color: white;
|
|
31851
|
-
}
|
|
31852
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31853
|
-
color: #0080ff;
|
|
31854
|
-
}
|
|
31855
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31856
|
-
display: block;
|
|
31857
|
-
}
|
|
31858
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31859
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31860
|
-
}
|
|
31861
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31862
|
-
color: #0080ff;
|
|
31863
|
-
}
|
|
31864
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31865
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31866
|
-
color: #0080ff;
|
|
31731
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31732
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31733
|
+
color: #0080ff;
|
|
31867
31734
|
}
|
|
31868
31735
|
|
|
31869
31736
|
.oiy0apc {
|
|
@@ -31900,26 +31767,6 @@ input.rrg1fkn.ant-input {
|
|
|
31900
31767
|
opacity: 0;
|
|
31901
31768
|
}
|
|
31902
31769
|
|
|
31903
|
-
.c18gxmrl {
|
|
31904
|
-
border: 1px solid #d8deeb;
|
|
31905
|
-
border-radius: 4px;
|
|
31906
|
-
}
|
|
31907
|
-
.c18gxmrl + .c18gxmrl {
|
|
31908
|
-
margin-top: 8px;
|
|
31909
|
-
}
|
|
31910
|
-
.c18gxmrl:hover {
|
|
31911
|
-
border-color: #0080ff;
|
|
31912
|
-
}
|
|
31913
|
-
.c18gxmrl:hover > header {
|
|
31914
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31915
|
-
}
|
|
31916
|
-
.c18gxmrl.active header {
|
|
31917
|
-
border-bottom: 1px solid #d8deeb;
|
|
31918
|
-
}
|
|
31919
|
-
.c18gxmrl > header {
|
|
31920
|
-
padding: 8px 12px;
|
|
31921
|
-
}
|
|
31922
|
-
|
|
31923
31770
|
.c1up1pdz {
|
|
31924
31771
|
width: 648px;
|
|
31925
31772
|
}
|
|
@@ -31967,7 +31814,7 @@ input.rrg1fkn.ant-input {
|
|
|
31967
31814
|
.c156wh19 .retain {
|
|
31968
31815
|
color: rgba(129, 138, 153, 0.6);
|
|
31969
31816
|
}
|
|
31970
|
-
.c156wh19 .left {
|
|
31817
|
+
.c156wh19 div.left {
|
|
31971
31818
|
flex: 1;
|
|
31972
31819
|
display: flex;
|
|
31973
31820
|
overflow: hidden;
|
|
@@ -31975,12 +31822,12 @@ input.rrg1fkn.ant-input {
|
|
|
31975
31822
|
justify-content: flex-start;
|
|
31976
31823
|
white-space: nowrap;
|
|
31977
31824
|
}
|
|
31978
|
-
.c156wh19 .left .title {
|
|
31825
|
+
.c156wh19 div.left .title {
|
|
31979
31826
|
max-width: 100%;
|
|
31980
31827
|
overflow: hidden;
|
|
31981
31828
|
text-overflow: ellipsis;
|
|
31982
31829
|
}
|
|
31983
|
-
.c156wh19 .right {
|
|
31830
|
+
.c156wh19 div.right {
|
|
31984
31831
|
display: flex;
|
|
31985
31832
|
align-items: center;
|
|
31986
31833
|
}
|
|
@@ -32060,97 +31907,107 @@ input.rrg1fkn.ant-input {
|
|
|
32060
31907
|
color: #fff;
|
|
32061
31908
|
}
|
|
32062
31909
|
|
|
32063
|
-
.
|
|
32064
|
-
|
|
32065
|
-
|
|
32066
|
-
|
|
31910
|
+
.s1ebs0ra {
|
|
31911
|
+
display: flex;
|
|
31912
|
+
align-items: center;
|
|
31913
|
+
justify-content: space-between;
|
|
31914
|
+
background: #edf0f7;
|
|
31915
|
+
padding: 8px 12px;
|
|
31916
|
+
position: sticky;
|
|
31917
|
+
top: 0;
|
|
31918
|
+
z-index: 1;
|
|
31919
|
+
margin-bottom: -52px;
|
|
32067
31920
|
}
|
|
32068
|
-
.
|
|
32069
|
-
|
|
32070
|
-
|
|
32071
|
-
|
|
32072
|
-
|
|
31921
|
+
.s1ebs0ra .select-total {
|
|
31922
|
+
display: flex;
|
|
31923
|
+
align-items: center;
|
|
31924
|
+
font-weight: 700;
|
|
31925
|
+
flex-shrink: 0;
|
|
32073
31926
|
}
|
|
32074
|
-
.
|
|
32075
|
-
|
|
32076
|
-
|
|
31927
|
+
.s1ebs0ra .select-total .icon-wrapper {
|
|
31928
|
+
cursor: pointer;
|
|
31929
|
+
margin-left: 8px;
|
|
31930
|
+
width: 32px;
|
|
31931
|
+
height: 32px;
|
|
31932
|
+
border-radius: 50%;
|
|
31933
|
+
justify-content: center;
|
|
32077
31934
|
}
|
|
32078
|
-
.
|
|
32079
|
-
|
|
32080
|
-
width: 100%;
|
|
32081
|
-
height: 180px;
|
|
32082
|
-
border-spacing: 0;
|
|
31935
|
+
.s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31936
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32083
31937
|
}
|
|
32084
|
-
.
|
|
32085
|
-
|
|
32086
|
-
margin-
|
|
31938
|
+
.s1ebs0ra .action-group {
|
|
31939
|
+
flex: 1;
|
|
31940
|
+
margin-left: 88px;
|
|
31941
|
+
white-space: nowrap;
|
|
31942
|
+
text-align: right;
|
|
31943
|
+
position: relative;
|
|
31944
|
+
padding: 4px 0;
|
|
31945
|
+
margin-top: -4px;
|
|
31946
|
+
overflow: hidden;
|
|
32087
31947
|
}
|
|
32088
|
-
.
|
|
32089
|
-
|
|
32090
|
-
width: 22px;
|
|
31948
|
+
.s1ebs0ra .action-group .sub-menu-delete {
|
|
31949
|
+
transform: translateY(-4px);
|
|
32091
31950
|
}
|
|
32092
|
-
.
|
|
32093
|
-
|
|
32094
|
-
padding: 0;
|
|
31951
|
+
.s1ebs0ra .action-group button {
|
|
31952
|
+
border: none;
|
|
32095
31953
|
}
|
|
32096
|
-
.
|
|
32097
|
-
|
|
32098
|
-
opacity: 0.4;
|
|
31954
|
+
.s1ebs0ra .action-group > *:not(:last-child) {
|
|
31955
|
+
margin-right: 8px;
|
|
32099
31956
|
}
|
|
32100
|
-
.
|
|
32101
|
-
|
|
32102
|
-
opacity: 1;
|
|
31957
|
+
.s1ebs0ra .action-group > button:last-child {
|
|
31958
|
+
margin-right: 4px;
|
|
32103
31959
|
}
|
|
32104
|
-
.
|
|
32105
|
-
|
|
31960
|
+
.s1ebs0ra .action-group .more-btn {
|
|
31961
|
+
cursor: pointer;
|
|
31962
|
+
width: 32px;
|
|
31963
|
+
height: 32px;
|
|
31964
|
+
justify-content: center;
|
|
31965
|
+
border-radius: 50%;
|
|
32106
31966
|
}
|
|
32107
|
-
.
|
|
32108
|
-
|
|
31967
|
+
.s1ebs0ra .action-group .more-btn:hover {
|
|
31968
|
+
background: #fff;
|
|
32109
31969
|
}
|
|
32110
31970
|
|
|
32111
|
-
.
|
|
32112
|
-
|
|
32113
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32114
|
-
backdrop-filter: blur(10px);
|
|
32115
|
-
padding: 7px 10px;
|
|
31971
|
+
.c1uzzomf {
|
|
31972
|
+
margin-bottom: 16px;
|
|
32116
31973
|
}
|
|
32117
|
-
|
|
32118
|
-
|
|
32119
|
-
color: rgba(
|
|
32120
|
-
|
|
32121
|
-
|
|
32122
|
-
align-items: center;
|
|
32123
|
-
padding: 8px 16px;
|
|
31974
|
+
.c1uzzomf .card-title {
|
|
31975
|
+
font-size: 16px;
|
|
31976
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31977
|
+
font-weight: 700;
|
|
31978
|
+
line-height: 32px;
|
|
32124
31979
|
}
|
|
32125
|
-
.
|
|
32126
|
-
|
|
31980
|
+
.c1uzzomf .card-body {
|
|
31981
|
+
padding: 24px;
|
|
31982
|
+
border-radius: 8px;
|
|
31983
|
+
background: #fff;
|
|
32127
31984
|
}
|
|
32128
|
-
.
|
|
32129
|
-
|
|
31985
|
+
.c1uzzomf .empty {
|
|
31986
|
+
font-weight: 700;
|
|
31987
|
+
font-size: 14px;
|
|
31988
|
+
line-height: 22px;
|
|
31989
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31990
|
+
text-align: center;
|
|
32130
31991
|
}
|
|
32131
31992
|
|
|
32132
|
-
.
|
|
32133
|
-
|
|
31993
|
+
.c18gxmrl {
|
|
31994
|
+
border: 1px solid #d8deeb;
|
|
31995
|
+
border-radius: 4px;
|
|
32134
31996
|
}
|
|
32135
|
-
.
|
|
32136
|
-
|
|
32137
|
-
justify-content: center;
|
|
31997
|
+
.c18gxmrl + .c18gxmrl {
|
|
31998
|
+
margin-top: 8px;
|
|
32138
31999
|
}
|
|
32139
|
-
.
|
|
32140
|
-
|
|
32141
|
-
width: 2px;
|
|
32142
|
-
height: 2px;
|
|
32143
|
-
border-radius: 1px;
|
|
32144
|
-
background: #0096ff;
|
|
32000
|
+
.c18gxmrl:hover {
|
|
32001
|
+
border-color: #0080ff;
|
|
32145
32002
|
}
|
|
32146
|
-
.
|
|
32147
|
-
|
|
32003
|
+
.c18gxmrl:hover > header {
|
|
32004
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32148
32005
|
}
|
|
32149
|
-
.
|
|
32150
|
-
|
|
32151
|
-
|
|
32152
|
-
|
|
32153
|
-
|
|
32006
|
+
.c18gxmrl.active header {
|
|
32007
|
+
border-bottom: 1px solid #d8deeb;
|
|
32008
|
+
}
|
|
32009
|
+
.c18gxmrl > header {
|
|
32010
|
+
padding: 8px 12px;
|
|
32154
32011
|
}
|
|
32155
32012
|
|
|
32156
32013
|
.c1bus5hc {
|
|
@@ -32193,15 +32050,21 @@ input.rrg1fkn.ant-input {
|
|
|
32193
32050
|
transform: rotate(0deg);
|
|
32194
32051
|
}
|
|
32195
32052
|
|
|
32196
|
-
.
|
|
32197
|
-
|
|
32053
|
+
.berrcjl {
|
|
32054
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32055
|
+
margin-bottom: 4px;
|
|
32198
32056
|
}
|
|
32199
|
-
.
|
|
32200
|
-
color: rgba(
|
|
32057
|
+
.berrcjl .breadcrumb-link {
|
|
32058
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32059
|
+
cursor: pointer;
|
|
32060
|
+
transition: color 160ms ease;
|
|
32201
32061
|
}
|
|
32202
|
-
.
|
|
32062
|
+
.berrcjl .breadcrumb-link:hover {
|
|
32203
32063
|
color: #0080ff;
|
|
32204
32064
|
}
|
|
32065
|
+
.berrcjl .breadcrumb-link:active {
|
|
32066
|
+
color: #005ed1;
|
|
32067
|
+
}
|
|
32205
32068
|
|
|
32206
32069
|
.c18bcrac {
|
|
32207
32070
|
display: inline-block;
|
|
@@ -32250,6 +32113,16 @@ input.rrg1fkn.ant-input {
|
|
|
32250
32113
|
margin-right: 4px;
|
|
32251
32114
|
}
|
|
32252
32115
|
|
|
32116
|
+
.gmyahx3 {
|
|
32117
|
+
cursor: pointer;
|
|
32118
|
+
}
|
|
32119
|
+
.gmyahx3 .link-text {
|
|
32120
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32121
|
+
}
|
|
32122
|
+
.gmyahx3:hover .link-text {
|
|
32123
|
+
color: #0080ff;
|
|
32124
|
+
}
|
|
32125
|
+
|
|
32253
32126
|
.n12mqh7z {
|
|
32254
32127
|
display: flex;
|
|
32255
32128
|
align-items: center;
|
|
@@ -32269,48 +32142,131 @@ input.rrg1fkn.ant-input {
|
|
|
32269
32142
|
overflow: "auto";
|
|
32270
32143
|
}
|
|
32271
32144
|
|
|
32272
|
-
.
|
|
32273
|
-
|
|
32274
|
-
align-items: center;
|
|
32275
|
-
justify-content: flex-end;
|
|
32145
|
+
.s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32146
|
+
margin-right: 2px;
|
|
32276
32147
|
}
|
|
32277
32148
|
|
|
32278
|
-
.
|
|
32279
|
-
|
|
32280
|
-
|
|
32281
|
-
width: calc(100% - 40px);
|
|
32149
|
+
.s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32150
|
+
padding-left: 8px;
|
|
32151
|
+
padding-right: 8px;
|
|
32282
32152
|
}
|
|
32283
|
-
.
|
|
32284
|
-
|
|
32285
|
-
|
|
32153
|
+
.s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32154
|
+
border-radius: 4px;
|
|
32155
|
+
}
|
|
32156
|
+
.s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32157
|
+
border-radius: 4px;
|
|
32286
32158
|
}
|
|
32287
32159
|
|
|
32288
|
-
.
|
|
32289
|
-
|
|
32160
|
+
.ma64lna .ant-segmented-item-label {
|
|
32161
|
+
padding-left: 12px;
|
|
32162
|
+
padding-right: 12px;
|
|
32290
32163
|
}
|
|
32291
|
-
|
|
32292
|
-
|
|
32164
|
+
|
|
32165
|
+
.ckld275 {
|
|
32166
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32167
|
+
}
|
|
32168
|
+
.ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32169
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32170
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32171
|
+
}
|
|
32172
|
+
.ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32173
|
+
background-color: transparent;
|
|
32174
|
+
}
|
|
32175
|
+
.ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32176
|
+
background-color: transparent;
|
|
32293
32177
|
}
|
|
32294
32178
|
|
|
32295
|
-
.
|
|
32296
|
-
|
|
32297
|
-
|
|
32179
|
+
.clm1wy1 {
|
|
32180
|
+
width: 192px;
|
|
32181
|
+
height: 246px;
|
|
32182
|
+
border-radius: 4px;
|
|
32298
32183
|
}
|
|
32299
|
-
.
|
|
32300
|
-
|
|
32184
|
+
.clm1wy1 > .ant-picker-calendar,
|
|
32185
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32186
|
+
width: 100%;
|
|
32187
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
32188
|
+
border-top: none;
|
|
32189
|
+
}
|
|
32190
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32191
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32192
|
+
padding: 0 16px;
|
|
32193
|
+
}
|
|
32194
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32195
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32196
|
+
width: 100%;
|
|
32197
|
+
height: 180px;
|
|
32198
|
+
border-spacing: 0;
|
|
32199
|
+
}
|
|
32200
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32201
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32202
|
+
margin-bottom: 8px;
|
|
32203
|
+
}
|
|
32204
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32205
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32206
|
+
width: 22px;
|
|
32207
|
+
}
|
|
32208
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32209
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32210
|
+
padding: 0;
|
|
32211
|
+
}
|
|
32212
|
+
.clm1wy1 .ant-picker-cell {
|
|
32213
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32214
|
+
opacity: 0.4;
|
|
32215
|
+
}
|
|
32216
|
+
.clm1wy1 .ant-picker-cell-in-view {
|
|
32217
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32218
|
+
opacity: 1;
|
|
32219
|
+
}
|
|
32220
|
+
.clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32221
|
+
color: #3e4652;
|
|
32222
|
+
}
|
|
32223
|
+
.clm1wy1 .ant-picker-cell::before {
|
|
32224
|
+
pointer-events: none;
|
|
32301
32225
|
}
|
|
32302
32226
|
|
|
32303
|
-
.
|
|
32227
|
+
.t1tsm00v {
|
|
32228
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32229
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32230
|
+
backdrop-filter: blur(10px);
|
|
32231
|
+
padding: 7px 10px;
|
|
32232
|
+
}
|
|
32233
|
+
|
|
32234
|
+
.c167wnad {
|
|
32235
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32304
32236
|
display: flex;
|
|
32305
32237
|
justify-content: space-between;
|
|
32306
|
-
|
|
32238
|
+
align-items: center;
|
|
32239
|
+
padding: 8px 16px;
|
|
32307
32240
|
}
|
|
32308
|
-
.
|
|
32309
|
-
|
|
32241
|
+
.c167wnad .anticon {
|
|
32242
|
+
cursor: pointer;
|
|
32243
|
+
}
|
|
32244
|
+
.c167wnad .anticon:hover {
|
|
32245
|
+
color: #0096ff;
|
|
32310
32246
|
}
|
|
32311
32247
|
|
|
32312
|
-
.
|
|
32313
|
-
|
|
32248
|
+
.cxhf7dh {
|
|
32249
|
+
text-align: center;
|
|
32250
|
+
}
|
|
32251
|
+
.cxhf7dh .dots {
|
|
32252
|
+
display: flex;
|
|
32253
|
+
justify-content: center;
|
|
32254
|
+
}
|
|
32255
|
+
.cxhf7dh .dot {
|
|
32256
|
+
display: inline-block;
|
|
32257
|
+
width: 2px;
|
|
32258
|
+
height: 2px;
|
|
32259
|
+
border-radius: 1px;
|
|
32260
|
+
background: #0096ff;
|
|
32261
|
+
}
|
|
32262
|
+
.cxhf7dh .dot:not(:last-child) {
|
|
32263
|
+
margin-right: 2px;
|
|
32264
|
+
}
|
|
32265
|
+
.cxhf7dh .bar {
|
|
32266
|
+
width: 9px;
|
|
32267
|
+
height: 2px;
|
|
32268
|
+
background: #0096ff;
|
|
32269
|
+
border-radius: 2px;
|
|
32314
32270
|
}
|
|
32315
32271
|
|
|
32316
32272
|
.t1sqg15u {
|
|
@@ -32410,6 +32366,27 @@ input.rrg1fkn.ant-input {
|
|
|
32410
32366
|
text-overflow: ellipsis;
|
|
32411
32367
|
}
|
|
32412
32368
|
|
|
32369
|
+
.s1iv0tp1 .enabled-switch {
|
|
32370
|
+
display: flex;
|
|
32371
|
+
align-items: center;
|
|
32372
|
+
}
|
|
32373
|
+
.s1iv0tp1 .enabled-text {
|
|
32374
|
+
margin-right: 8px;
|
|
32375
|
+
}
|
|
32376
|
+
|
|
32377
|
+
.m15dvk92 {
|
|
32378
|
+
display: flex;
|
|
32379
|
+
justify-content: space-between;
|
|
32380
|
+
width: 100%;
|
|
32381
|
+
}
|
|
32382
|
+
.m15dvk92 .action {
|
|
32383
|
+
margin-left: 16px;
|
|
32384
|
+
}
|
|
32385
|
+
|
|
32386
|
+
.aql8iqz .ant-alert-message {
|
|
32387
|
+
width: 100%;
|
|
32388
|
+
}
|
|
32389
|
+
|
|
32413
32390
|
.c10crapj {
|
|
32414
32391
|
border-radius: 8px;
|
|
32415
32392
|
}
|
|
@@ -32422,22 +32399,15 @@ input.rrg1fkn.ant-input {
|
|
|
32422
32399
|
text-overflow: ellipsis;
|
|
32423
32400
|
}
|
|
32424
32401
|
|
|
32425
|
-
.
|
|
32402
|
+
.s17syc35 {
|
|
32426
32403
|
white-space: nowrap;
|
|
32427
32404
|
}
|
|
32428
32405
|
|
|
32429
|
-
.
|
|
32430
|
-
|
|
32431
|
-
|
|
32432
|
-
|
|
32433
|
-
|
|
32434
|
-
height: 24px;
|
|
32435
|
-
width: 56px !important;
|
|
32436
|
-
margin-right: 4px;
|
|
32437
|
-
}
|
|
32438
|
-
|
|
32439
|
-
.c1riexje {
|
|
32440
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32406
|
+
.m1rk4s1l {
|
|
32407
|
+
display: -webkit-box;
|
|
32408
|
+
-webkit-line-clamp: var(--m1rk4s1l-0);
|
|
32409
|
+
-webkit-box-orient: vertical;
|
|
32410
|
+
word-break: break-all;
|
|
32441
32411
|
}
|
|
32442
32412
|
|
|
32443
32413
|
.cav9p2m .ant-collapse-item {
|
|
@@ -32462,65 +32432,31 @@ input.rrg1fkn.ant-input {
|
|
|
32462
32432
|
cursor: default;
|
|
32463
32433
|
}
|
|
32464
32434
|
|
|
32465
|
-
.
|
|
32435
|
+
.wg1tsps {
|
|
32466
32436
|
display: flex;
|
|
32437
|
+
align-items: center;
|
|
32438
|
+
justify-content: flex-end;
|
|
32467
32439
|
}
|
|
32468
32440
|
|
|
32469
|
-
.
|
|
32470
|
-
|
|
32441
|
+
.b1ctd5xy {
|
|
32442
|
+
display: flex;
|
|
32443
|
+
align-items: center;
|
|
32444
|
+
width: calc(100% - 40px);
|
|
32471
32445
|
}
|
|
32472
|
-
.
|
|
32446
|
+
.b1ctd5xy .chart {
|
|
32447
|
+
display: inline-block;
|
|
32473
32448
|
width: 100%;
|
|
32474
|
-
color: #2d3a56;
|
|
32475
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32476
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32477
|
-
font-size: 13px;
|
|
32478
32449
|
}
|
|
32479
|
-
|
|
32480
|
-
|
|
32481
|
-
|
|
32482
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32483
|
-
height: 38px;
|
|
32484
|
-
font-size: 13px;
|
|
32485
|
-
}
|
|
32486
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32487
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32488
|
-
transition: 160ms ease;
|
|
32489
|
-
}
|
|
32490
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32491
|
-
color: #0080ff;
|
|
32492
|
-
}
|
|
32493
|
-
.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 {
|
|
32494
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32495
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32496
|
-
}
|
|
32497
|
-
.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 {
|
|
32498
|
-
color: #0080ff;
|
|
32499
|
-
}
|
|
32500
|
-
.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 {
|
|
32501
|
-
border-color: #0080ff;
|
|
32502
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32503
|
-
}
|
|
32504
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32505
|
-
transform: rotate(180deg);
|
|
32506
|
-
}
|
|
32507
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32508
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32509
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32510
|
-
cursor: "not-allowed";
|
|
32511
|
-
}
|
|
32512
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32513
|
-
border-color: #f0483e !important;
|
|
32514
|
-
}
|
|
32515
|
-
.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 {
|
|
32516
|
-
color: #1d326c;
|
|
32450
|
+
|
|
32451
|
+
.u1p8acpn {
|
|
32452
|
+
min-width: 40px;
|
|
32517
32453
|
}
|
|
32518
|
-
.
|
|
32519
|
-
|
|
32520
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32454
|
+
.u1p8acpn .unit {
|
|
32455
|
+
color: #00122e !important;
|
|
32521
32456
|
}
|
|
32522
|
-
|
|
32523
|
-
|
|
32457
|
+
|
|
32458
|
+
.tqjc4ui {
|
|
32459
|
+
margin: 0 2px;
|
|
32524
32460
|
}
|
|
32525
32461
|
|
|
32526
32462
|
button.lujuy3j {
|
|
@@ -32555,6 +32491,10 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32555
32491
|
color: #00122e;
|
|
32556
32492
|
}
|
|
32557
32493
|
|
|
32494
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32495
|
+
display: flex;
|
|
32496
|
+
}
|
|
32497
|
+
|
|
32558
32498
|
.l4bld33 {
|
|
32559
32499
|
width: 64px;
|
|
32560
32500
|
height: 64px;
|
|
@@ -32608,6 +32548,80 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32608
32548
|
margin-right: 4px;
|
|
32609
32549
|
}
|
|
32610
32550
|
|
|
32551
|
+
.s14dk8r1 {
|
|
32552
|
+
margin: 0;
|
|
32553
|
+
border-radius: 20px;
|
|
32554
|
+
padding: 2px 10px;
|
|
32555
|
+
height: 22px;
|
|
32556
|
+
}
|
|
32557
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32558
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32559
|
+
}
|
|
32560
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32561
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32562
|
+
}
|
|
32563
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32564
|
+
color: #00122e;
|
|
32565
|
+
}
|
|
32566
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32567
|
+
margin-right: 6px;
|
|
32568
|
+
}
|
|
32569
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32570
|
+
margin-left: 4px;
|
|
32571
|
+
}
|
|
32572
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32573
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32574
|
+
}
|
|
32575
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32576
|
+
background-color: #0080ff;
|
|
32577
|
+
}
|
|
32578
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32579
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32580
|
+
}
|
|
32581
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32582
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32583
|
+
}
|
|
32584
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32585
|
+
background-color: #f0483e;
|
|
32586
|
+
}
|
|
32587
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32588
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32589
|
+
}
|
|
32590
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32591
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32592
|
+
}
|
|
32593
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32594
|
+
background-color: #fea008;
|
|
32595
|
+
}
|
|
32596
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32597
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32598
|
+
}
|
|
32599
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32600
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32601
|
+
}
|
|
32602
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32603
|
+
background-color: #00ba5d;
|
|
32604
|
+
}
|
|
32605
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32606
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32607
|
+
}
|
|
32608
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32609
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32610
|
+
}
|
|
32611
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32612
|
+
background-color: #6b7d99;
|
|
32613
|
+
}
|
|
32614
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32615
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32616
|
+
}
|
|
32617
|
+
|
|
32618
|
+
.s1uupoto {
|
|
32619
|
+
width: 8px;
|
|
32620
|
+
height: 8px;
|
|
32621
|
+
border-radius: 50%;
|
|
32622
|
+
display: inline-block;
|
|
32623
|
+
}
|
|
32624
|
+
|
|
32611
32625
|
.s1uupxds {
|
|
32612
32626
|
padding: 0 8px;
|
|
32613
32627
|
border-radius: 4px;
|
|
@@ -32690,6 +32704,73 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32690
32704
|
background-color: #7E41FF;
|
|
32691
32705
|
}
|
|
32692
32706
|
|
|
32707
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32708
|
+
border-radius: 6px;
|
|
32709
|
+
}
|
|
32710
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
32711
|
+
width: 100%;
|
|
32712
|
+
color: #2d3a56;
|
|
32713
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32714
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32715
|
+
font-size: 13px;
|
|
32716
|
+
}
|
|
32717
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32718
|
+
height: 30px;
|
|
32719
|
+
}
|
|
32720
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32721
|
+
height: 38px;
|
|
32722
|
+
font-size: 13px;
|
|
32723
|
+
}
|
|
32724
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32725
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32726
|
+
transition: 160ms ease;
|
|
32727
|
+
}
|
|
32728
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32729
|
+
color: #0080ff;
|
|
32730
|
+
}
|
|
32731
|
+
.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 {
|
|
32732
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32733
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32734
|
+
}
|
|
32735
|
+
.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 {
|
|
32736
|
+
color: #0080ff;
|
|
32737
|
+
}
|
|
32738
|
+
.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 {
|
|
32739
|
+
border-color: #0080ff;
|
|
32740
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32741
|
+
}
|
|
32742
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32743
|
+
transform: rotate(180deg);
|
|
32744
|
+
}
|
|
32745
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32746
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32747
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32748
|
+
cursor: "not-allowed";
|
|
32749
|
+
}
|
|
32750
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32751
|
+
border-color: #f0483e !important;
|
|
32752
|
+
}
|
|
32753
|
+
.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 {
|
|
32754
|
+
color: #1d326c;
|
|
32755
|
+
}
|
|
32756
|
+
.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 {
|
|
32757
|
+
border-color: #0080ff;
|
|
32758
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32759
|
+
}
|
|
32760
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32761
|
+
transform: rotate(180deg);
|
|
32762
|
+
}
|
|
32763
|
+
|
|
32764
|
+
.igz4le8 {
|
|
32765
|
+
height: 24px;
|
|
32766
|
+
width: 56px !important;
|
|
32767
|
+
margin-right: 4px;
|
|
32768
|
+
}
|
|
32769
|
+
|
|
32770
|
+
.c1riexje {
|
|
32771
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32772
|
+
}
|
|
32773
|
+
|
|
32693
32774
|
.m1thnes4 {
|
|
32694
32775
|
color: rgba(44, 56, 82, 0.6);
|
|
32695
32776
|
text-align: center;
|
|
@@ -32851,156 +32932,52 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32851
32932
|
margin-left: 8px;
|
|
32852
32933
|
}
|
|
32853
32934
|
|
|
32854
|
-
.
|
|
32855
|
-
|
|
32856
|
-
border-radius: 20px;
|
|
32857
|
-
padding: 2px 10px;
|
|
32858
|
-
height: 22px;
|
|
32935
|
+
.sq6vos1 {
|
|
32936
|
+
--item-min-width: 60px;
|
|
32859
32937
|
}
|
|
32860
|
-
.
|
|
32861
|
-
|
|
32938
|
+
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32939
|
+
display: none !important;
|
|
32862
32940
|
}
|
|
32863
|
-
.
|
|
32864
|
-
|
|
32941
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32942
|
+
flex-shrink: 0 !important;
|
|
32865
32943
|
}
|
|
32866
|
-
.
|
|
32867
|
-
color: #
|
|
32944
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32945
|
+
color: #0080ff;
|
|
32868
32946
|
}
|
|
32869
|
-
.
|
|
32870
|
-
|
|
32947
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32948
|
+
color: #0080ff;
|
|
32949
|
+
font-weight: normal;
|
|
32871
32950
|
}
|
|
32872
|
-
.
|
|
32873
|
-
|
|
32951
|
+
.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 {
|
|
32952
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32874
32953
|
}
|
|
32875
|
-
.
|
|
32876
|
-
|
|
32954
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32955
|
+
color: #00122e;
|
|
32877
32956
|
}
|
|
32878
|
-
.
|
|
32879
|
-
|
|
32957
|
+
.sq6vos1 .step-item-text {
|
|
32958
|
+
display: inline-block;
|
|
32880
32959
|
}
|
|
32881
|
-
.
|
|
32882
|
-
|
|
32960
|
+
.sq6vos1 .step-item-title {
|
|
32961
|
+
overflow: hidden;
|
|
32962
|
+
white-space: nowrap;
|
|
32963
|
+
text-overflow: ellipsis;
|
|
32883
32964
|
}
|
|
32884
|
-
|
|
32885
|
-
|
|
32965
|
+
|
|
32966
|
+
.hjtnwxg .ant-steps-item-container {
|
|
32967
|
+
min-width: var(--item-min-width);
|
|
32886
32968
|
}
|
|
32887
|
-
.
|
|
32888
|
-
|
|
32969
|
+
.hjtnwxg .ant-steps-item-disabled {
|
|
32970
|
+
cursor: not-allowed !important;
|
|
32889
32971
|
}
|
|
32890
|
-
.
|
|
32891
|
-
|
|
32972
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32973
|
+
flex-direction: row;
|
|
32974
|
+
justify-content: stretch;
|
|
32892
32975
|
}
|
|
32893
|
-
.
|
|
32894
|
-
|
|
32895
|
-
|
|
32896
|
-
|
|
32897
|
-
|
|
32898
|
-
}
|
|
32899
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32900
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
32901
|
-
}
|
|
32902
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32903
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32904
|
-
}
|
|
32905
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32906
|
-
background-color: #00ba5d;
|
|
32907
|
-
}
|
|
32908
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32909
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
32910
|
-
}
|
|
32911
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32912
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32913
|
-
}
|
|
32914
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32915
|
-
background-color: #6b7d99;
|
|
32916
|
-
}
|
|
32917
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32918
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
32919
|
-
}
|
|
32920
|
-
|
|
32921
|
-
.s1uupoto {
|
|
32922
|
-
width: 8px;
|
|
32923
|
-
height: 8px;
|
|
32924
|
-
border-radius: 50%;
|
|
32925
|
-
display: inline-block;
|
|
32926
|
-
}
|
|
32927
|
-
|
|
32928
|
-
.t1gz6wqf {
|
|
32929
|
-
height: 100%;
|
|
32930
|
-
}
|
|
32931
|
-
.t1gz6wqf .table-loading-item {
|
|
32932
|
-
padding: 12px 4px;
|
|
32933
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32934
|
-
display: flex;
|
|
32935
|
-
}
|
|
32936
|
-
.t1gz6wqf .table-loading-item > * {
|
|
32937
|
-
height: 16px;
|
|
32938
|
-
margin: 4px;
|
|
32939
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32940
|
-
border-radius: 2px;
|
|
32941
|
-
}
|
|
32942
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32943
|
-
width: 16px;
|
|
32944
|
-
}
|
|
32945
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32946
|
-
flex: 1;
|
|
32947
|
-
}
|
|
32948
|
-
.t1gz6wqf :nth-child(1) {
|
|
32949
|
-
padding: 8px 4px;
|
|
32950
|
-
}
|
|
32951
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32952
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32953
|
-
}
|
|
32954
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32955
|
-
background: rgba(163, 180, 204, 0.18);
|
|
32956
|
-
}
|
|
32957
|
-
|
|
32958
|
-
.sq6vos1 {
|
|
32959
|
-
--item-min-width: 60px;
|
|
32960
|
-
}
|
|
32961
|
-
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32962
|
-
display: none !important;
|
|
32963
|
-
}
|
|
32964
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32965
|
-
flex-shrink: 0 !important;
|
|
32966
|
-
}
|
|
32967
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32968
|
-
color: #0080ff;
|
|
32969
|
-
}
|
|
32970
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32971
|
-
color: #0080ff;
|
|
32972
|
-
font-weight: normal;
|
|
32973
|
-
}
|
|
32974
|
-
.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 {
|
|
32975
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32976
|
-
}
|
|
32977
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32978
|
-
color: #00122e;
|
|
32979
|
-
}
|
|
32980
|
-
.sq6vos1 .step-item-text {
|
|
32981
|
-
display: inline-block;
|
|
32982
|
-
}
|
|
32983
|
-
.sq6vos1 .step-item-title {
|
|
32984
|
-
overflow: hidden;
|
|
32985
|
-
white-space: nowrap;
|
|
32986
|
-
text-overflow: ellipsis;
|
|
32987
|
-
}
|
|
32988
|
-
|
|
32989
|
-
.hjtnwxg .ant-steps-item-container {
|
|
32990
|
-
min-width: var(--item-min-width);
|
|
32991
|
-
}
|
|
32992
|
-
.hjtnwxg .ant-steps-item-disabled {
|
|
32993
|
-
cursor: not-allowed !important;
|
|
32994
|
-
}
|
|
32995
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32996
|
-
flex-direction: row;
|
|
32997
|
-
justify-content: stretch;
|
|
32998
|
-
}
|
|
32999
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33000
|
-
padding: 0;
|
|
33001
|
-
margin-right: 4px;
|
|
33002
|
-
flex: 1;
|
|
33003
|
-
overflow: visible;
|
|
32976
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32977
|
+
padding: 0;
|
|
32978
|
+
margin-right: 4px;
|
|
32979
|
+
flex: 1;
|
|
32980
|
+
overflow: visible;
|
|
33004
32981
|
}
|
|
33005
32982
|
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33006
32983
|
width: 100%;
|
|
@@ -33150,6 +33127,42 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33150
33127
|
justify-content: center;
|
|
33151
33128
|
}
|
|
33152
33129
|
|
|
33130
|
+
.t1gz6wqf {
|
|
33131
|
+
height: 100%;
|
|
33132
|
+
}
|
|
33133
|
+
.t1gz6wqf .table-loading-item {
|
|
33134
|
+
padding: 12px 4px;
|
|
33135
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33136
|
+
display: flex;
|
|
33137
|
+
}
|
|
33138
|
+
.t1gz6wqf .table-loading-item > * {
|
|
33139
|
+
height: 16px;
|
|
33140
|
+
margin: 4px;
|
|
33141
|
+
background: rgba(204, 212, 227, 0.18);
|
|
33142
|
+
border-radius: 2px;
|
|
33143
|
+
}
|
|
33144
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
33145
|
+
width: 16px;
|
|
33146
|
+
}
|
|
33147
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
33148
|
+
flex: 1;
|
|
33149
|
+
}
|
|
33150
|
+
.t1gz6wqf :nth-child(1) {
|
|
33151
|
+
padding: 8px 4px;
|
|
33152
|
+
}
|
|
33153
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
33154
|
+
background: rgba(107, 125, 153, 0.18);
|
|
33155
|
+
}
|
|
33156
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
33157
|
+
background: rgba(163, 180, 204, 0.18);
|
|
33158
|
+
}
|
|
33159
|
+
|
|
33160
|
+
.h1ol2wl7 {
|
|
33161
|
+
font-weight: bold;
|
|
33162
|
+
background-color: unset;
|
|
33163
|
+
padding: unset;
|
|
33164
|
+
}
|
|
33165
|
+
|
|
33153
33166
|
.c1kchka8 {
|
|
33154
33167
|
height: 100%;
|
|
33155
33168
|
width: 100%;
|
|
@@ -33627,666 +33640,610 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33627
33640
|
padding: 0;
|
|
33628
33641
|
}
|
|
33629
33642
|
|
|
33630
|
-
.
|
|
33631
|
-
|
|
33632
|
-
|
|
33633
|
-
|
|
33643
|
+
.t160l1cm {
|
|
33644
|
+
display: flex;
|
|
33645
|
+
flex-direction: column;
|
|
33646
|
+
flex: 1;
|
|
33647
|
+
/* FIXME:(yanzhen) do this better */
|
|
33634
33648
|
}
|
|
33635
|
-
.
|
|
33636
|
-
|
|
33649
|
+
.t160l1cm .tab-bar {
|
|
33650
|
+
flex-shrink: 0;
|
|
33637
33651
|
display: flex;
|
|
33638
|
-
|
|
33639
|
-
top: 0;
|
|
33652
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
33640
33653
|
}
|
|
33641
|
-
.
|
|
33642
|
-
|
|
33654
|
+
.t160l1cm .tab-content {
|
|
33655
|
+
height: 100%;
|
|
33643
33656
|
}
|
|
33644
|
-
.
|
|
33645
|
-
|
|
33657
|
+
.t160l1cm .tab-menu-item {
|
|
33658
|
+
margin-right: 2px;
|
|
33659
|
+
padding: 1px 12px;
|
|
33660
|
+
line-height: 24px;
|
|
33661
|
+
height: 24px;
|
|
33662
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33663
|
+
border-radius: 4px 4px 0 0;
|
|
33664
|
+
cursor: pointer;
|
|
33665
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
33646
33666
|
}
|
|
33647
|
-
.
|
|
33648
|
-
|
|
33667
|
+
.t160l1cm .tab-menu-item:first-child {
|
|
33668
|
+
padding-left: 0;
|
|
33649
33669
|
}
|
|
33650
|
-
.
|
|
33651
|
-
|
|
33670
|
+
.t160l1cm .tab-menu-item:first-child:hover, .t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
33671
|
+
padding-left: 12px;
|
|
33652
33672
|
}
|
|
33653
|
-
.
|
|
33654
|
-
|
|
33673
|
+
.t160l1cm .tab-menu-item:hover {
|
|
33674
|
+
color: #0080ff;
|
|
33675
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33655
33676
|
}
|
|
33656
|
-
.
|
|
33657
|
-
|
|
33658
|
-
height: 2px;
|
|
33659
|
-
width: 10px;
|
|
33660
|
-
border-radius: 2px;
|
|
33677
|
+
.t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
33678
|
+
fill: #0080ff;
|
|
33661
33679
|
}
|
|
33662
|
-
.
|
|
33663
|
-
|
|
33680
|
+
.t160l1cm .tab-menu-item:active {
|
|
33681
|
+
background: rgba(192, 203, 224, 0.6);
|
|
33664
33682
|
}
|
|
33665
|
-
.
|
|
33683
|
+
.t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
33684
|
+
color: #0080ff;
|
|
33666
33685
|
background: rgba(211, 218, 235, 0.6);
|
|
33667
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33668
33686
|
}
|
|
33669
|
-
.
|
|
33670
|
-
|
|
33687
|
+
.t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
33688
|
+
background: rgba(192, 203, 224, 0.6);
|
|
33671
33689
|
}
|
|
33672
|
-
.
|
|
33673
|
-
background:
|
|
33690
|
+
.t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
33691
|
+
background: rgba(0, 128, 255, 0.16);
|
|
33674
33692
|
}
|
|
33675
|
-
.
|
|
33676
|
-
|
|
33693
|
+
.t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
33694
|
+
fill: #0080ff;
|
|
33677
33695
|
}
|
|
33678
|
-
.
|
|
33679
|
-
|
|
33680
|
-
|
|
33681
|
-
color: #2d3a56;
|
|
33696
|
+
.t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
33697
|
+
color: #0080ff;
|
|
33698
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33682
33699
|
}
|
|
33683
|
-
.
|
|
33684
|
-
|
|
33685
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33700
|
+
.t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
33701
|
+
background: rgba(0, 128, 255, 0.16);
|
|
33686
33702
|
}
|
|
33687
|
-
.
|
|
33703
|
+
.t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
33704
|
+
fill: #1d326c;
|
|
33705
|
+
}
|
|
33706
|
+
.t160l1cm .tab-menu-item .expand-arrow {
|
|
33688
33707
|
margin-left: 8px;
|
|
33708
|
+
height: 22px;
|
|
33689
33709
|
}
|
|
33690
|
-
.
|
|
33691
|
-
|
|
33710
|
+
.t160l1cm .tab-menu-item .expand-arrow path {
|
|
33711
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
33692
33712
|
}
|
|
33693
|
-
|
|
33694
|
-
|
|
33695
|
-
|
|
33713
|
+
.t160l1cm .tab-menu-item-group {
|
|
33714
|
+
padding: 0;
|
|
33715
|
+
display: flex;
|
|
33716
|
+
align-items: center;
|
|
33717
|
+
overflow: hidden;
|
|
33696
33718
|
}
|
|
33697
|
-
.
|
|
33698
|
-
|
|
33719
|
+
.t160l1cm .tab-menu-item-group .main-title {
|
|
33720
|
+
opacity: 0;
|
|
33721
|
+
max-width: 0;
|
|
33722
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
33699
33723
|
}
|
|
33700
|
-
|
|
33701
|
-
|
|
33724
|
+
.t160l1cm .tab-menu-item-group .sub-title {
|
|
33725
|
+
padding: 1px 12px;
|
|
33726
|
+
position: relative;
|
|
33702
33727
|
display: flex;
|
|
33703
|
-
flex-direction: row;
|
|
33704
|
-
justify-content: space-between;
|
|
33705
33728
|
}
|
|
33706
|
-
.
|
|
33707
|
-
|
|
33708
|
-
|
|
33729
|
+
.t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
33730
|
+
opacity: 0;
|
|
33731
|
+
position: absolute;
|
|
33732
|
+
top: 50%;
|
|
33733
|
+
left: 0;
|
|
33734
|
+
transform: translate(-50%, -50%);
|
|
33735
|
+
transition: opacity 100ms linear;
|
|
33736
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
33709
33737
|
}
|
|
33710
|
-
|
|
33711
|
-
|
|
33712
|
-
display: flex;
|
|
33713
|
-
flex-direction: column;
|
|
33714
|
-
justify-content: center;
|
|
33715
|
-
align-items: center;
|
|
33716
|
-
height: 240px;
|
|
33717
|
-
width: 432px;
|
|
33738
|
+
.t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
33739
|
+
color: #0080ff;
|
|
33718
33740
|
}
|
|
33719
|
-
|
|
33720
|
-
|
|
33721
|
-
|
|
33722
|
-
|
|
33723
|
-
|
|
33724
|
-
border-bottom: 1px solid #e4e9f2;
|
|
33741
|
+
.t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
33742
|
+
padding: 1px 12px;
|
|
33743
|
+
display: inline-block;
|
|
33744
|
+
opacity: 1;
|
|
33745
|
+
max-width: 160px;
|
|
33725
33746
|
}
|
|
33726
|
-
|
|
33727
|
-
|
|
33728
|
-
|
|
33747
|
+
.t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
33748
|
+
padding: 1px 12px;
|
|
33749
|
+
color: #005ed1;
|
|
33729
33750
|
}
|
|
33730
|
-
.
|
|
33731
|
-
|
|
33751
|
+
.t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
33752
|
+
opacity: 1;
|
|
33732
33753
|
}
|
|
33733
|
-
.
|
|
33734
|
-
|
|
33754
|
+
.t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
33755
|
+
background: rgba(0, 128, 255, 0.16);
|
|
33735
33756
|
}
|
|
33736
|
-
.
|
|
33737
|
-
|
|
33757
|
+
.t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
33758
|
+
opacity: 0;
|
|
33738
33759
|
}
|
|
33739
|
-
.
|
|
33740
|
-
|
|
33760
|
+
.t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
33761
|
+
padding: 4px 16px;
|
|
33762
|
+
height: 32px;
|
|
33763
|
+
border-radius: 6px 6px 0 0;
|
|
33741
33764
|
}
|
|
33742
|
-
|
|
33743
|
-
|
|
33744
|
-
font-size: 13px;
|
|
33765
|
+
.t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
33766
|
+
padding-left: 0;
|
|
33745
33767
|
}
|
|
33746
|
-
|
|
33747
|
-
|
|
33748
|
-
padding: 7px 14px;
|
|
33749
|
-
height: 20px;
|
|
33750
|
-
font-weight: 400;
|
|
33751
|
-
box-sizing: content-box;
|
|
33752
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33753
|
-
display: flex;
|
|
33754
|
-
flex-direction: row;
|
|
33755
|
-
justify-content: space-between;
|
|
33756
|
-
align-items: center;
|
|
33757
|
-
border-bottom: 1px solid #e4e9f2;
|
|
33768
|
+
.t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
33769
|
+
padding-left: 16px;
|
|
33758
33770
|
}
|
|
33759
|
-
|
|
33760
|
-
|
|
33761
|
-
|
|
33762
|
-
border-radius: 8px;
|
|
33763
|
-
padding: 0px;
|
|
33771
|
+
.t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
33772
|
+
margin-left: 11px;
|
|
33773
|
+
height: 24px;
|
|
33764
33774
|
}
|
|
33765
|
-
.
|
|
33766
|
-
padding:
|
|
33767
|
-
height: 240px;
|
|
33775
|
+
.t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
33776
|
+
padding: 0;
|
|
33768
33777
|
}
|
|
33769
|
-
.
|
|
33770
|
-
|
|
33771
|
-
padding: 4px 4px 4px 8px;
|
|
33772
|
-
color: #00122e;
|
|
33773
|
-
margin-bottom: 2px;
|
|
33778
|
+
.t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
33779
|
+
padding: 4px 16px;
|
|
33774
33780
|
}
|
|
33775
|
-
.
|
|
33776
|
-
|
|
33781
|
+
.t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
33782
|
+
padding: 4px 16px;
|
|
33777
33783
|
}
|
|
33778
|
-
.
|
|
33779
|
-
|
|
33784
|
+
.t160l1cm .tab-menu-item-light:hover, .t160l1cm .tab-menu-item-light:active {
|
|
33785
|
+
background: #fff;
|
|
33780
33786
|
}
|
|
33781
|
-
.
|
|
33782
|
-
|
|
33787
|
+
.t160l1cm .tab-menu-item-light:active {
|
|
33788
|
+
color: #005ed1;
|
|
33783
33789
|
}
|
|
33784
|
-
.
|
|
33785
|
-
background:
|
|
33790
|
+
.t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
33791
|
+
background: #fff;
|
|
33792
|
+
color: #1d326c;
|
|
33786
33793
|
}
|
|
33787
|
-
.
|
|
33788
|
-
|
|
33794
|
+
.t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
33795
|
+
color: rgba(45, 58, 86, 0.6);
|
|
33789
33796
|
}
|
|
33790
|
-
.
|
|
33791
|
-
|
|
33792
|
-
font-weight: 400;
|
|
33797
|
+
.t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
33798
|
+
color: #1d326c;
|
|
33793
33799
|
}
|
|
33794
|
-
.
|
|
33795
|
-
fill: #
|
|
33800
|
+
.t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
33801
|
+
fill: #d8deeb;
|
|
33796
33802
|
}
|
|
33797
|
-
.
|
|
33798
|
-
|
|
33803
|
+
.t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
33804
|
+
fill: #1d326c;
|
|
33799
33805
|
}
|
|
33800
|
-
.
|
|
33801
|
-
|
|
33806
|
+
.t160l1cm .tab-content {
|
|
33807
|
+
flex: 1;
|
|
33808
|
+
display: flex;
|
|
33809
|
+
flex-direction: column;
|
|
33802
33810
|
}
|
|
33803
|
-
.
|
|
33804
|
-
|
|
33811
|
+
.t160l1cm.is-overview .tab-content {
|
|
33812
|
+
overflow: visible;
|
|
33805
33813
|
}
|
|
33806
|
-
|
|
33814
|
+
|
|
33815
|
+
.t14npdqr {
|
|
33816
|
+
max-width: 240px;
|
|
33817
|
+
animation: none;
|
|
33818
|
+
}
|
|
33819
|
+
.t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
33820
|
+
border: 1px solid #0080ff;
|
|
33821
|
+
padding: 0;
|
|
33822
|
+
}
|
|
33823
|
+
.t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
33824
|
+
margin: 0;
|
|
33825
|
+
height: 32px;
|
|
33826
|
+
line-height: 32px;
|
|
33827
|
+
font-size: 13px;
|
|
33828
|
+
padding: 0 10px;
|
|
33829
|
+
display: block;
|
|
33830
|
+
overflow: hidden;
|
|
33831
|
+
text-overflow: ellipsis;
|
|
33832
|
+
white-space: nowrap;
|
|
33833
|
+
}
|
|
33834
|
+
.t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
33835
|
+
content: " ";
|
|
33836
|
+
height: 1px;
|
|
33837
|
+
width: calc(100% + 10px);
|
|
33838
|
+
background: rgba(172, 186, 211, 0.6);
|
|
33839
|
+
display: block;
|
|
33840
|
+
}
|
|
33841
|
+
.t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
33842
|
+
color: #0080ff;
|
|
33843
|
+
background: transparent;
|
|
33844
|
+
}
|
|
33845
|
+
|
|
33846
|
+
.c1igej8b {
|
|
33847
|
+
color: #2d3a56;
|
|
33848
|
+
line-height: 22px;
|
|
33849
|
+
display: inline-flex;
|
|
33850
|
+
}
|
|
33851
|
+
.c1igej8b .ant-checkbox {
|
|
33807
33852
|
height: 22px;
|
|
33808
33853
|
display: flex;
|
|
33809
33854
|
align-items: center;
|
|
33810
33855
|
top: 0;
|
|
33811
33856
|
}
|
|
33812
|
-
.
|
|
33857
|
+
.c1igej8b .ant-checkbox-checked::after {
|
|
33813
33858
|
border: none;
|
|
33814
33859
|
}
|
|
33815
|
-
.
|
|
33860
|
+
.c1igej8b.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c1igej8b.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .c1igej8b .ant-checkbox:hover .ant-checkbox-inner {
|
|
33816
33861
|
border-color: #0080ff;
|
|
33817
33862
|
}
|
|
33818
|
-
.
|
|
33863
|
+
.c1igej8b .ant-checkbox .ant-checkbox-inner {
|
|
33819
33864
|
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33820
33865
|
}
|
|
33821
|
-
.
|
|
33866
|
+
.c1igej8b .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33822
33867
|
border: 1px solid #0080ff;
|
|
33823
33868
|
}
|
|
33824
|
-
.
|
|
33869
|
+
.c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33825
33870
|
background: #0080ff;
|
|
33826
33871
|
}
|
|
33827
|
-
.
|
|
33872
|
+
.c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33828
33873
|
background-color: #fff;
|
|
33829
33874
|
height: 2px;
|
|
33830
33875
|
width: 10px;
|
|
33831
33876
|
border-radius: 2px;
|
|
33832
33877
|
}
|
|
33833
|
-
.
|
|
33878
|
+
.c1igej8b.ant-checkbox-wrapper-disabled {
|
|
33834
33879
|
opacity: 0.5;
|
|
33835
33880
|
}
|
|
33836
|
-
.
|
|
33881
|
+
.c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33837
33882
|
background: rgba(211, 218, 235, 0.6);
|
|
33838
33883
|
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33839
33884
|
}
|
|
33840
|
-
.
|
|
33885
|
+
.c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33841
33886
|
border-color: #2d3a56;
|
|
33842
33887
|
}
|
|
33843
|
-
.
|
|
33888
|
+
.c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33844
33889
|
background: #2d3a56;
|
|
33845
33890
|
}
|
|
33846
|
-
.
|
|
33891
|
+
.c1igej8b .ant-checkbox + span, .c1igej8b .ant-checkbox-disabled + span {
|
|
33847
33892
|
padding: 0;
|
|
33848
33893
|
}
|
|
33849
|
-
.
|
|
33894
|
+
.c1igej8b .ant-checkbox + span .main, .c1igej8b .ant-checkbox-disabled + span .main {
|
|
33850
33895
|
display: inline-block;
|
|
33851
33896
|
margin-left: 12px;
|
|
33852
33897
|
color: #2d3a56;
|
|
33853
33898
|
}
|
|
33854
|
-
.
|
|
33899
|
+
.c1igej8b .ant-checkbox + span .sub, .c1igej8b .ant-checkbox-disabled + span .sub {
|
|
33855
33900
|
margin-left: 28px;
|
|
33856
33901
|
color: rgba(44, 56, 82, 0.6);
|
|
33857
33902
|
}
|
|
33858
|
-
.
|
|
33903
|
+
.c1igej8b.compact .ant-checkbox + span .main, .c1igej8b.compact .ant-checkbox-disabled + span .main {
|
|
33859
33904
|
margin-left: 8px;
|
|
33860
33905
|
}
|
|
33861
|
-
.
|
|
33906
|
+
.c1igej8b.compact .ant-checkbox + span .sub, .c1igej8b.compact .ant-checkbox-disabled + span .sub {
|
|
33862
33907
|
margin-left: 24px;
|
|
33863
33908
|
}
|
|
33864
33909
|
|
|
33865
|
-
.
|
|
33866
|
-
|
|
33867
|
-
|
|
33868
|
-
}
|
|
33869
|
-
.csp3had.cz3vc94 {
|
|
33910
|
+
.s6rjqv7 {
|
|
33911
|
+
height: 24px;
|
|
33912
|
+
width: 24px;
|
|
33870
33913
|
border-radius: 6px;
|
|
33914
|
+
padding: 4px;
|
|
33871
33915
|
}
|
|
33872
|
-
.
|
|
33873
|
-
|
|
33874
|
-
font-size: 12px;
|
|
33916
|
+
.s6rjqv7:hover {
|
|
33917
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33875
33918
|
}
|
|
33876
|
-
.
|
|
33877
|
-
|
|
33878
|
-
height: 18px;
|
|
33879
|
-
font-size: 12px;
|
|
33919
|
+
.s6rjqv7:hover svg path {
|
|
33920
|
+
fill: blue;
|
|
33880
33921
|
}
|
|
33881
33922
|
|
|
33882
|
-
.
|
|
33883
|
-
|
|
33884
|
-
|
|
33885
|
-
}
|
|
33886
|
-
.c1i4zk1.cz3vc94 {
|
|
33887
|
-
border-radius: 10px;
|
|
33888
|
-
}
|
|
33889
|
-
.c1i4zk1.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item {
|
|
33890
|
-
min-width: 296px;
|
|
33891
|
-
padding: 8px;
|
|
33923
|
+
.rrwcpby {
|
|
33924
|
+
display: flex;
|
|
33925
|
+
align-items: center;
|
|
33892
33926
|
}
|
|
33893
|
-
.
|
|
33894
|
-
height:
|
|
33895
|
-
|
|
33896
|
-
|
|
33927
|
+
.rrwcpby .order {
|
|
33928
|
+
height: 24px;
|
|
33929
|
+
width: 24px;
|
|
33930
|
+
border-radius: 20px;
|
|
33931
|
+
color: #0080ff;
|
|
33932
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33933
|
+
display: flex;
|
|
33934
|
+
align-items: center;
|
|
33935
|
+
justify-content: center;
|
|
33936
|
+
margin-right: 6px;
|
|
33897
33937
|
}
|
|
33898
33938
|
|
|
33899
|
-
.
|
|
33900
|
-
|
|
33901
|
-
|
|
33902
|
-
|
|
33903
|
-
|
|
33904
|
-
|
|
33905
|
-
.t160l1cm {
|
|
33906
|
-
display: flex;
|
|
33907
|
-
flex-direction: column;
|
|
33908
|
-
flex: 1;
|
|
33909
|
-
/* FIXME:(yanzhen) do this better */
|
|
33910
|
-
}
|
|
33911
|
-
.t160l1cm .tab-bar {
|
|
33912
|
-
flex-shrink: 0;
|
|
33913
|
-
display: flex;
|
|
33914
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
33939
|
+
.f1p9ti6d {
|
|
33940
|
+
width: 100%;
|
|
33941
|
+
margin-bottom: 0 !important;
|
|
33942
|
+
flex-flow: nowrap !important;
|
|
33943
|
+
line-break: auto;
|
|
33915
33944
|
}
|
|
33916
|
-
.
|
|
33917
|
-
|
|
33945
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
33946
|
+
text-align: left !important;
|
|
33947
|
+
padding-bottom: 0 !important;
|
|
33918
33948
|
}
|
|
33919
|
-
.
|
|
33920
|
-
|
|
33921
|
-
|
|
33922
|
-
|
|
33923
|
-
height: 24px;
|
|
33949
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
33950
|
+
min-height: 32px;
|
|
33951
|
+
height: auto;
|
|
33952
|
+
font-size: 13px;
|
|
33924
33953
|
color: rgba(44, 56, 82, 0.6);
|
|
33925
|
-
|
|
33926
|
-
cursor: pointer;
|
|
33927
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
33928
|
-
}
|
|
33929
|
-
.t160l1cm .tab-menu-item:first-child {
|
|
33930
|
-
padding-left: 0;
|
|
33931
|
-
}
|
|
33932
|
-
.t160l1cm .tab-menu-item:first-child:hover, .t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
33933
|
-
padding-left: 12px;
|
|
33934
|
-
}
|
|
33935
|
-
.t160l1cm .tab-menu-item:hover {
|
|
33936
|
-
color: #0080ff;
|
|
33937
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33938
|
-
}
|
|
33939
|
-
.t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
33940
|
-
fill: #0080ff;
|
|
33954
|
+
white-space: normal;
|
|
33941
33955
|
}
|
|
33942
|
-
.
|
|
33943
|
-
|
|
33956
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33957
|
+
border-color: #ff4d4f !important;
|
|
33944
33958
|
}
|
|
33945
|
-
.
|
|
33946
|
-
|
|
33947
|
-
|
|
33959
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
33960
|
+
margin-top: 4px;
|
|
33961
|
+
font-size: 12px;
|
|
33962
|
+
min-height: 0px;
|
|
33948
33963
|
}
|
|
33949
|
-
.
|
|
33950
|
-
|
|
33964
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
33965
|
+
font-size: 12px;
|
|
33966
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33967
|
+
min-height: 0px;
|
|
33951
33968
|
}
|
|
33952
|
-
|
|
33953
|
-
|
|
33969
|
+
|
|
33970
|
+
.c1k4vanq {
|
|
33971
|
+
padding: 0 12px 14px 12px;
|
|
33954
33972
|
}
|
|
33955
|
-
|
|
33956
|
-
|
|
33973
|
+
|
|
33974
|
+
.c1udgdh2 {
|
|
33975
|
+
color: #2d3a56;
|
|
33976
|
+
padding: 7px 12px;
|
|
33977
|
+
display: flex;
|
|
33978
|
+
justify-content: space-between;
|
|
33979
|
+
align-items: center;
|
|
33957
33980
|
}
|
|
33958
|
-
.
|
|
33959
|
-
|
|
33960
|
-
background: rgba(0, 128, 255, 0.1);
|
|
33981
|
+
.c1udgdh2.has-arrow {
|
|
33982
|
+
padding-left: 10px;
|
|
33961
33983
|
}
|
|
33962
|
-
.
|
|
33963
|
-
|
|
33984
|
+
.c1udgdh2.has-arrow .title-wrapper {
|
|
33985
|
+
cursor: pointer;
|
|
33986
|
+
color: #00122e;
|
|
33964
33987
|
}
|
|
33965
|
-
.
|
|
33966
|
-
|
|
33988
|
+
.c1udgdh2.has-arrow .title-wrapper.is-open {
|
|
33989
|
+
color: #2d3a56;
|
|
33990
|
+
font-weight: 600;
|
|
33967
33991
|
}
|
|
33968
|
-
.
|
|
33969
|
-
|
|
33970
|
-
height: 22px;
|
|
33992
|
+
.c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33993
|
+
transform: rotate(90deg);
|
|
33971
33994
|
}
|
|
33972
|
-
.
|
|
33973
|
-
|
|
33995
|
+
.c1udgdh2 .sub-info {
|
|
33996
|
+
font-size: 12px;
|
|
33997
|
+
line-height: 18px;
|
|
33974
33998
|
}
|
|
33975
|
-
.
|
|
33976
|
-
padding: 0;
|
|
33999
|
+
.c1udgdh2 .title-wrapper {
|
|
33977
34000
|
display: flex;
|
|
33978
34001
|
align-items: center;
|
|
33979
|
-
|
|
34002
|
+
user-select: none;
|
|
34003
|
+
flex-grow: 1;
|
|
34004
|
+
font-size: 12px;
|
|
34005
|
+
line-height: 18px;
|
|
34006
|
+
color: #2d3a56;
|
|
34007
|
+
font-weight: 700;
|
|
33980
34008
|
}
|
|
33981
|
-
.
|
|
33982
|
-
|
|
33983
|
-
|
|
33984
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
34009
|
+
.c1udgdh2 .collapse-arrow {
|
|
34010
|
+
transition: all 50ms ease-out 0ms;
|
|
34011
|
+
margin-right: 2px;
|
|
33985
34012
|
}
|
|
33986
|
-
|
|
33987
|
-
|
|
33988
|
-
|
|
34013
|
+
|
|
34014
|
+
.skwah65 {
|
|
34015
|
+
height: 8px;
|
|
34016
|
+
box-sizing: border-box;
|
|
34017
|
+
border-radius: 2px;
|
|
34018
|
+
background: #f5f7fa;
|
|
33989
34019
|
display: flex;
|
|
34020
|
+
width: 100%;
|
|
34021
|
+
overflow: hidden;
|
|
33990
34022
|
}
|
|
33991
|
-
.
|
|
33992
|
-
|
|
33993
|
-
position: absolute;
|
|
33994
|
-
top: 50%;
|
|
33995
|
-
left: 0;
|
|
33996
|
-
transform: translate(-50%, -50%);
|
|
33997
|
-
transition: opacity 100ms linear;
|
|
33998
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
33999
|
-
}
|
|
34000
|
-
.t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
34001
|
-
color: #0080ff;
|
|
34002
|
-
}
|
|
34003
|
-
.t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
34004
|
-
padding: 1px 12px;
|
|
34005
|
-
display: inline-block;
|
|
34006
|
-
opacity: 1;
|
|
34007
|
-
max-width: 160px;
|
|
34008
|
-
}
|
|
34009
|
-
.t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
34010
|
-
padding: 1px 12px;
|
|
34011
|
-
color: #005ed1;
|
|
34012
|
-
}
|
|
34013
|
-
.t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
34014
|
-
opacity: 1;
|
|
34015
|
-
}
|
|
34016
|
-
.t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
34017
|
-
background: rgba(0, 128, 255, 0.16);
|
|
34018
|
-
}
|
|
34019
|
-
.t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
34020
|
-
opacity: 0;
|
|
34021
|
-
}
|
|
34022
|
-
.t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
34023
|
-
padding: 4px 16px;
|
|
34024
|
-
height: 32px;
|
|
34025
|
-
border-radius: 6px 6px 0 0;
|
|
34026
|
-
}
|
|
34027
|
-
.t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
34028
|
-
padding-left: 0;
|
|
34029
|
-
}
|
|
34030
|
-
.t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
34031
|
-
padding-left: 16px;
|
|
34032
|
-
}
|
|
34033
|
-
.t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
34034
|
-
margin-left: 11px;
|
|
34035
|
-
height: 24px;
|
|
34036
|
-
}
|
|
34037
|
-
.t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
34038
|
-
padding: 0;
|
|
34039
|
-
}
|
|
34040
|
-
.t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
34041
|
-
padding: 4px 16px;
|
|
34023
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
34024
|
+
margin-left: 1px;
|
|
34042
34025
|
}
|
|
34043
|
-
|
|
34044
|
-
|
|
34026
|
+
|
|
34027
|
+
.bab9xum {
|
|
34028
|
+
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);
|
|
34045
34029
|
}
|
|
34046
|
-
|
|
34047
|
-
|
|
34030
|
+
|
|
34031
|
+
.cav4gt6 {
|
|
34032
|
+
border-radius: 8px;
|
|
34033
|
+
background-color: white;
|
|
34048
34034
|
}
|
|
34049
|
-
.
|
|
34050
|
-
|
|
34035
|
+
.cav4gt6.hoverable {
|
|
34036
|
+
cursor: pointer;
|
|
34051
34037
|
}
|
|
34052
|
-
.
|
|
34053
|
-
|
|
34054
|
-
|
|
34038
|
+
.cav4gt6.hoverable:hover {
|
|
34039
|
+
transition: all 200ms ease;
|
|
34040
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34041
|
+
transform: translateY(-4px);
|
|
34055
34042
|
}
|
|
34056
|
-
|
|
34057
|
-
|
|
34043
|
+
|
|
34044
|
+
.damzgq8 {
|
|
34045
|
+
width: 400px;
|
|
34058
34046
|
}
|
|
34059
|
-
.
|
|
34060
|
-
color:
|
|
34047
|
+
.damzgq8 .bottom {
|
|
34048
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34061
34049
|
}
|
|
34062
|
-
|
|
34063
|
-
|
|
34050
|
+
|
|
34051
|
+
.c1t5t7l0 {
|
|
34052
|
+
display: flex;
|
|
34053
|
+
flex-direction: row;
|
|
34054
|
+
justify-content: space-between;
|
|
34064
34055
|
}
|
|
34065
|
-
.
|
|
34066
|
-
|
|
34056
|
+
.c1t5t7l0 .label {
|
|
34057
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34058
|
+
font-weight: 400;
|
|
34067
34059
|
}
|
|
34068
|
-
|
|
34069
|
-
|
|
34060
|
+
|
|
34061
|
+
.cg9brz0 {
|
|
34070
34062
|
display: flex;
|
|
34071
34063
|
flex-direction: column;
|
|
34064
|
+
justify-content: center;
|
|
34065
|
+
align-items: center;
|
|
34066
|
+
height: 240px;
|
|
34067
|
+
width: 432px;
|
|
34072
34068
|
}
|
|
34073
|
-
|
|
34074
|
-
|
|
34069
|
+
|
|
34070
|
+
.c1efuzht.ant-input-affix-wrapper {
|
|
34071
|
+
border-radius: 0px;
|
|
34072
|
+
box-shadow: unset;
|
|
34073
|
+
border: 0;
|
|
34074
|
+
border-bottom: 1px solid #e4e9f2;
|
|
34075
34075
|
}
|
|
34076
34076
|
|
|
34077
|
-
.
|
|
34078
|
-
|
|
34079
|
-
animation: none;
|
|
34077
|
+
.c1sqzi2s.antd5 .antd5-selector {
|
|
34078
|
+
padding: 4px;
|
|
34080
34079
|
}
|
|
34081
|
-
.
|
|
34082
|
-
|
|
34083
|
-
padding: 0;
|
|
34080
|
+
.c1sqzi2s.antd5 .antd5-selector:after {
|
|
34081
|
+
line-height: normal;
|
|
34084
34082
|
}
|
|
34085
|
-
.
|
|
34086
|
-
|
|
34087
|
-
height: 32px;
|
|
34088
|
-
line-height: 32px;
|
|
34089
|
-
font-size: 13px;
|
|
34090
|
-
padding: 0 10px;
|
|
34091
|
-
display: block;
|
|
34092
|
-
overflow: hidden;
|
|
34093
|
-
text-overflow: ellipsis;
|
|
34094
|
-
white-space: nowrap;
|
|
34083
|
+
.c1sqzi2s.antd5 .antd5-selector .antd5-selection-search-input {
|
|
34084
|
+
height: 22px;
|
|
34095
34085
|
}
|
|
34096
|
-
.
|
|
34097
|
-
|
|
34098
|
-
height: 1px;
|
|
34099
|
-
width: calc(100% + 10px);
|
|
34100
|
-
background: rgba(172, 186, 211, 0.6);
|
|
34101
|
-
display: block;
|
|
34086
|
+
.c1sqzi2s.antd5 .antd5-selector .antd5-selection-overflow {
|
|
34087
|
+
row-gap: 2px;
|
|
34102
34088
|
}
|
|
34103
|
-
.
|
|
34104
|
-
|
|
34105
|
-
background: transparent;
|
|
34089
|
+
.c1sqzi2s.antd5 .antd5-selector .antd5-selection-overflow-item {
|
|
34090
|
+
line-height: normal;
|
|
34106
34091
|
}
|
|
34107
34092
|
|
|
34108
|
-
.
|
|
34109
|
-
|
|
34110
|
-
box-sizing: border-box;
|
|
34111
|
-
border-radius: 2px;
|
|
34112
|
-
background: #f5f7fa;
|
|
34113
|
-
display: flex;
|
|
34114
|
-
width: 100%;
|
|
34115
|
-
overflow: hidden;
|
|
34093
|
+
.cyg2a2l {
|
|
34094
|
+
font-size: 13px;
|
|
34116
34095
|
}
|
|
34117
|
-
|
|
34118
|
-
|
|
34096
|
+
|
|
34097
|
+
.c14uped1 {
|
|
34098
|
+
padding: 7px 14px;
|
|
34099
|
+
height: 20px;
|
|
34100
|
+
font-weight: 400;
|
|
34101
|
+
box-sizing: content-box;
|
|
34102
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34103
|
+
display: flex;
|
|
34104
|
+
flex-direction: row;
|
|
34105
|
+
justify-content: space-between;
|
|
34106
|
+
align-items: center;
|
|
34107
|
+
border-bottom: 1px solid #e4e9f2;
|
|
34119
34108
|
}
|
|
34120
34109
|
|
|
34121
|
-
.
|
|
34122
|
-
|
|
34110
|
+
.cz3vc94 {
|
|
34111
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
34112
|
+
border-radius: 8px;
|
|
34113
|
+
padding: 0px;
|
|
34123
34114
|
}
|
|
34124
|
-
.
|
|
34125
|
-
padding:
|
|
34126
|
-
|
|
34127
|
-
line-height: 1.5715;
|
|
34128
|
-
height: 100%;
|
|
34129
|
-
width: 100%;
|
|
34115
|
+
.cz3vc94 ul.antd5-menu {
|
|
34116
|
+
padding: 6px;
|
|
34117
|
+
height: 240px;
|
|
34130
34118
|
}
|
|
34131
|
-
.
|
|
34132
|
-
|
|
34133
|
-
|
|
34134
|
-
|
|
34135
|
-
|
|
34136
|
-
margin-left: 4px;
|
|
34137
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34119
|
+
.cz3vc94:not(:has(.cg9brz0)) li {
|
|
34120
|
+
min-width: 296px;
|
|
34121
|
+
padding: 4px 4px 4px 8px;
|
|
34122
|
+
color: #00122e;
|
|
34123
|
+
margin-bottom: 2px;
|
|
34138
34124
|
}
|
|
34139
|
-
.
|
|
34140
|
-
|
|
34141
|
-
display: var(--at4ovwe-4);
|
|
34142
|
-
flex: none;
|
|
34143
|
-
align-items: center;
|
|
34144
|
-
margin-right: 4px;
|
|
34145
|
-
cursor: auto;
|
|
34146
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34125
|
+
.cz3vc94:not(:has(.cg9brz0)) li .icon-wrapper {
|
|
34126
|
+
vertical-align: middle;
|
|
34147
34127
|
}
|
|
34148
|
-
.
|
|
34149
|
-
|
|
34128
|
+
.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item-active {
|
|
34129
|
+
font-weight: 400;
|
|
34150
34130
|
}
|
|
34151
|
-
.
|
|
34152
|
-
|
|
34153
|
-
border-radius: 6px;
|
|
34131
|
+
.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item-active:hover {
|
|
34132
|
+
font-weight: 400;
|
|
34154
34133
|
}
|
|
34155
|
-
.
|
|
34156
|
-
|
|
34157
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
34158
|
-
z-index: 1;
|
|
34134
|
+
.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item-active:active {
|
|
34135
|
+
background: rgba(0, 136, 255, 0.2);
|
|
34159
34136
|
}
|
|
34160
|
-
.
|
|
34161
|
-
|
|
34162
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
34137
|
+
.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item-active .icon-wrapper svg path {
|
|
34138
|
+
fill: #0080ff;
|
|
34163
34139
|
}
|
|
34164
|
-
.
|
|
34165
|
-
|
|
34166
|
-
|
|
34167
|
-
|
|
34168
|
-
|
|
34140
|
+
.cz3vc94:not(:has(.cg9brz0)) li:hover {
|
|
34141
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34142
|
+
font-weight: 400;
|
|
34143
|
+
}
|
|
34144
|
+
.cz3vc94:not(:has(.cg9brz0)) li:hover .icon-wrapper svg path {
|
|
34145
|
+
fill: #0080ff;
|
|
34146
|
+
}
|
|
34147
|
+
.cz3vc94:not(:has(.cg9brz0)) li:active {
|
|
34148
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34169
34149
|
}
|
|
34170
|
-
|
|
34171
|
-
|
|
34172
|
-
width: 100%;
|
|
34173
|
-
margin-bottom: 0 !important;
|
|
34174
|
-
flex-flow: nowrap !important;
|
|
34175
|
-
line-break: auto;
|
|
34150
|
+
.cz3vc94 li:has(.damzgq8) .antd5-checkbox {
|
|
34151
|
+
align-self: flex-start;
|
|
34176
34152
|
}
|
|
34177
|
-
.
|
|
34178
|
-
|
|
34179
|
-
padding-bottom: 0 !important;
|
|
34153
|
+
.cz3vc94:has(.cg9brz0) .cyg2a2l {
|
|
34154
|
+
display: none;
|
|
34180
34155
|
}
|
|
34181
|
-
.
|
|
34182
|
-
|
|
34183
|
-
|
|
34184
|
-
|
|
34185
|
-
|
|
34186
|
-
white-space: normal;
|
|
34156
|
+
.cz3vc94 .antd5-checkbox {
|
|
34157
|
+
height: 22px;
|
|
34158
|
+
display: flex;
|
|
34159
|
+
align-items: center;
|
|
34160
|
+
top: 0;
|
|
34187
34161
|
}
|
|
34188
|
-
.
|
|
34189
|
-
border
|
|
34162
|
+
.cz3vc94 .antd5-checkbox-checked::after {
|
|
34163
|
+
border: none;
|
|
34190
34164
|
}
|
|
34191
|
-
.
|
|
34192
|
-
|
|
34193
|
-
font-size: 12px;
|
|
34194
|
-
min-height: 0px;
|
|
34165
|
+
.cz3vc94.antd5-checkbox-wrapper:hover .antd5-checkbox-inner, .cz3vc94.antd5-checkbox-wrapper.__pseudo-states-hover .antd5-checkbox-inner, .cz3vc94 .antd5-checkbox:hover .antd5-checkbox-inner {
|
|
34166
|
+
border-color: #0080ff;
|
|
34195
34167
|
}
|
|
34196
|
-
.
|
|
34197
|
-
|
|
34198
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34199
|
-
min-height: 0px;
|
|
34168
|
+
.cz3vc94 .antd5-checkbox .antd5-checkbox-inner {
|
|
34169
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34200
34170
|
}
|
|
34201
|
-
|
|
34202
|
-
|
|
34203
|
-
height: 24px;
|
|
34204
|
-
width: 24px;
|
|
34205
|
-
border-radius: 6px;
|
|
34206
|
-
padding: 4px;
|
|
34171
|
+
.cz3vc94 .antd5-checkbox.antd5-checkbox-checked .antd5-checkbox-inner, .cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
|
|
34172
|
+
border: 1px solid #0080ff;
|
|
34207
34173
|
}
|
|
34208
|
-
.
|
|
34209
|
-
background
|
|
34174
|
+
.cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
|
|
34175
|
+
background: #0080ff;
|
|
34210
34176
|
}
|
|
34211
|
-
.
|
|
34212
|
-
|
|
34177
|
+
.cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
|
|
34178
|
+
background-color: #fff;
|
|
34179
|
+
height: 2px;
|
|
34180
|
+
width: 10px;
|
|
34181
|
+
border-radius: 2px;
|
|
34213
34182
|
}
|
|
34214
|
-
|
|
34215
|
-
.
|
|
34216
|
-
padding: 0 12px 14px 12px;
|
|
34183
|
+
.cz3vc94.antd5-checkbox-wrapper-disabled {
|
|
34184
|
+
opacity: 0.5;
|
|
34217
34185
|
}
|
|
34218
|
-
|
|
34219
|
-
.
|
|
34220
|
-
|
|
34221
|
-
align-items: center;
|
|
34186
|
+
.cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled .antd5-checkbox-inner {
|
|
34187
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34188
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34222
34189
|
}
|
|
34223
|
-
.
|
|
34224
|
-
|
|
34225
|
-
width: 24px;
|
|
34226
|
-
border-radius: 20px;
|
|
34227
|
-
color: #0080ff;
|
|
34228
|
-
background: rgba(0, 136, 255, 0.1);
|
|
34229
|
-
display: flex;
|
|
34230
|
-
align-items: center;
|
|
34231
|
-
justify-content: center;
|
|
34232
|
-
margin-right: 6px;
|
|
34190
|
+
.cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-checked .antd5-checkbox-inner:after {
|
|
34191
|
+
border-color: #2d3a56;
|
|
34233
34192
|
}
|
|
34234
|
-
|
|
34235
|
-
|
|
34193
|
+
.cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
|
|
34194
|
+
background: #2d3a56;
|
|
34195
|
+
}
|
|
34196
|
+
.cz3vc94 .antd5-checkbox + span, .cz3vc94 .antd5-checkbox-disabled + span {
|
|
34197
|
+
padding: 0;
|
|
34198
|
+
}
|
|
34199
|
+
.cz3vc94 .antd5-checkbox + span .main, .cz3vc94 .antd5-checkbox-disabled + span .main {
|
|
34200
|
+
display: inline-block;
|
|
34201
|
+
margin-left: 12px;
|
|
34236
34202
|
color: #2d3a56;
|
|
34237
|
-
padding: 7px 12px;
|
|
34238
|
-
display: flex;
|
|
34239
|
-
justify-content: space-between;
|
|
34240
|
-
align-items: center;
|
|
34241
34203
|
}
|
|
34242
|
-
.
|
|
34243
|
-
|
|
34204
|
+
.cz3vc94 .antd5-checkbox + span .sub, .cz3vc94 .antd5-checkbox-disabled + span .sub {
|
|
34205
|
+
margin-left: 28px;
|
|
34206
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34244
34207
|
}
|
|
34245
|
-
.
|
|
34246
|
-
|
|
34247
|
-
color: #00122e;
|
|
34208
|
+
.cz3vc94.compact .antd5-checkbox + span .main, .cz3vc94.compact .antd5-checkbox-disabled + span .main {
|
|
34209
|
+
margin-left: 8px;
|
|
34248
34210
|
}
|
|
34249
|
-
.
|
|
34250
|
-
|
|
34251
|
-
font-weight: 600;
|
|
34211
|
+
.cz3vc94.compact .antd5-checkbox + span .sub, .cz3vc94.compact .antd5-checkbox-disabled + span .sub {
|
|
34212
|
+
margin-left: 24px;
|
|
34252
34213
|
}
|
|
34253
|
-
|
|
34254
|
-
|
|
34214
|
+
|
|
34215
|
+
.csp3had ul.antd5-menu {
|
|
34216
|
+
padding: 4px;
|
|
34217
|
+
height: 158px;
|
|
34255
34218
|
}
|
|
34256
|
-
.
|
|
34257
|
-
|
|
34258
|
-
line-height: 18px;
|
|
34219
|
+
.csp3had.cz3vc94 {
|
|
34220
|
+
border-radius: 6px;
|
|
34259
34221
|
}
|
|
34260
|
-
.
|
|
34261
|
-
|
|
34262
|
-
align-items: center;
|
|
34263
|
-
user-select: none;
|
|
34264
|
-
flex-grow: 1;
|
|
34222
|
+
.csp3had.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item {
|
|
34223
|
+
min-width: 200px;
|
|
34265
34224
|
font-size: 12px;
|
|
34266
|
-
line-height: 18px;
|
|
34267
|
-
color: #2d3a56;
|
|
34268
|
-
font-weight: 700;
|
|
34269
34225
|
}
|
|
34270
|
-
.
|
|
34271
|
-
|
|
34272
|
-
|
|
34226
|
+
.csp3had.cz3vc94 .c14uped1 {
|
|
34227
|
+
padding: 6px 12px;
|
|
34228
|
+
height: 18px;
|
|
34229
|
+
font-size: 12px;
|
|
34273
34230
|
}
|
|
34274
34231
|
|
|
34275
|
-
.
|
|
34276
|
-
|
|
34232
|
+
.c1i4zk1 ul.antd5-menu {
|
|
34233
|
+
padding: 8px;
|
|
34234
|
+
height: 320px;
|
|
34277
34235
|
}
|
|
34278
|
-
|
|
34279
|
-
|
|
34280
|
-
border-radius: 8px;
|
|
34281
|
-
background-color: white;
|
|
34236
|
+
.c1i4zk1.cz3vc94 {
|
|
34237
|
+
border-radius: 10px;
|
|
34282
34238
|
}
|
|
34283
|
-
.
|
|
34284
|
-
|
|
34239
|
+
.c1i4zk1.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item {
|
|
34240
|
+
min-width: 296px;
|
|
34241
|
+
padding: 8px;
|
|
34285
34242
|
}
|
|
34286
|
-
.
|
|
34287
|
-
|
|
34288
|
-
|
|
34289
|
-
|
|
34243
|
+
.c1i4zk1.cz3vc94 .c14uped1 {
|
|
34244
|
+
height: 22px;
|
|
34245
|
+
padding: 8px 16px;
|
|
34246
|
+
font-size: 14px;
|
|
34290
34247
|
}
|
|
34291
34248
|
|
|
34292
34249
|
.tc40oxa {
|
|
@@ -34482,11 +34439,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34482
34439
|
margin-right: 8px;
|
|
34483
34440
|
}
|
|
34484
34441
|
|
|
34485
|
-
.iwsze0q {
|
|
34486
|
-
margin-right: 4px;
|
|
34487
|
-
height: 16px;
|
|
34488
|
-
}
|
|
34489
|
-
|
|
34490
34442
|
.sut42l0 {
|
|
34491
34443
|
padding: 0 8px;
|
|
34492
34444
|
height: 18px;
|
|
@@ -34511,6 +34463,14 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34511
34463
|
color: #00122e;
|
|
34512
34464
|
background-color: rgba(237, 241, 250, 0.6);
|
|
34513
34465
|
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34466
|
+
word-break: break-all;
|
|
34467
|
+
display: inline;
|
|
34468
|
+
white-space: normal;
|
|
34469
|
+
}
|
|
34470
|
+
|
|
34471
|
+
.iwsze0q {
|
|
34472
|
+
margin-right: 4px;
|
|
34473
|
+
height: 16px;
|
|
34514
34474
|
}
|
|
34515
34475
|
|
|
34516
34476
|
.w1xcixj5.outside-tag {
|
|
@@ -34522,23 +34482,54 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34522
34482
|
margin-right: 4px;
|
|
34523
34483
|
}
|
|
34524
34484
|
|
|
34525
|
-
.
|
|
34526
|
-
|
|
34485
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
34486
|
+
display: var(--at4ovwe-0);
|
|
34527
34487
|
}
|
|
34528
|
-
.
|
|
34529
|
-
|
|
34530
|
-
|
|
34531
|
-
|
|
34532
|
-
|
|
34533
|
-
|
|
34534
|
-
font-size: 12px;
|
|
34535
|
-
line-height: 18px;
|
|
34488
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
34489
|
+
padding: 5px 12px;
|
|
34490
|
+
display: inline-flex;
|
|
34491
|
+
line-height: 1.5715;
|
|
34492
|
+
height: 100%;
|
|
34493
|
+
width: 100%;
|
|
34536
34494
|
}
|
|
34537
|
-
.
|
|
34538
|
-
|
|
34495
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
34496
|
+
content: var(--at4ovwe-1);
|
|
34497
|
+
display: var(--at4ovwe-2);
|
|
34498
|
+
flex: none;
|
|
34499
|
+
align-items: center;
|
|
34500
|
+
margin-left: 4px;
|
|
34501
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34539
34502
|
}
|
|
34540
|
-
.
|
|
34541
|
-
|
|
34503
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
34504
|
+
content: var(--at4ovwe-3);
|
|
34505
|
+
display: var(--at4ovwe-4);
|
|
34506
|
+
flex: none;
|
|
34507
|
+
align-items: center;
|
|
34508
|
+
margin-right: 4px;
|
|
34509
|
+
cursor: auto;
|
|
34510
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34511
|
+
}
|
|
34512
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
34513
|
+
border-radius: 0;
|
|
34514
|
+
}
|
|
34515
|
+
.at4ovwe.ant-input-number {
|
|
34516
|
+
width: 100%;
|
|
34517
|
+
border-radius: 6px;
|
|
34518
|
+
}
|
|
34519
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
34520
|
+
border-color: #0096ff;
|
|
34521
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
34522
|
+
z-index: 1;
|
|
34523
|
+
}
|
|
34524
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
34525
|
+
border-color: #e75a3a;
|
|
34526
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
34527
|
+
}
|
|
34528
|
+
.at4ovwe .ant-input-number-input {
|
|
34529
|
+
padding: 0;
|
|
34530
|
+
margin: 0;
|
|
34531
|
+
height: auto;
|
|
34532
|
+
font-size: inherit;
|
|
34542
34533
|
}
|
|
34543
34534
|
|
|
34544
34535
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
@@ -34570,4 +34561,23 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34570
34561
|
margin: 0;
|
|
34571
34562
|
height: auto;
|
|
34572
34563
|
font-size: inherit;
|
|
34564
|
+
}
|
|
34565
|
+
|
|
34566
|
+
.feau332.ant-form-item {
|
|
34567
|
+
margin-bottom: 0;
|
|
34568
|
+
}
|
|
34569
|
+
.feau332 .ant-form-item-explain {
|
|
34570
|
+
display: none;
|
|
34571
|
+
min-height: 18px;
|
|
34572
|
+
margin-top: 5px;
|
|
34573
|
+
font-family: "Inter";
|
|
34574
|
+
font-weight: 400;
|
|
34575
|
+
font-size: 12px;
|
|
34576
|
+
line-height: 18px;
|
|
34577
|
+
}
|
|
34578
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
34579
|
+
white-space: pre-wrap;
|
|
34580
|
+
}
|
|
34581
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
34582
|
+
display: block;
|
|
34573
34583
|
}
|