@cloudtower/eagle 0.27.2 → 0.27.3-gobackbutton
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/Metric/metric.d.ts +1 -1
- package/dist/components.css +1896 -1729
- package/dist/coreX/CronPlan/CronPlan.stories.d.ts +9 -0
- package/dist/coreX/CronPlan/index.d.ts +18 -0
- package/dist/coreX/GoBackButton/GoBackButton.stories.d.ts +12 -0
- package/dist/coreX/GoBackButton/index.d.ts +11 -0
- package/dist/coreX/NamesTooltip/NamesTooltip.stories.d.ts +7 -0
- package/dist/coreX/NamesTooltip/__test__/index.test.d.ts +1 -0
- package/dist/coreX/NamesTooltip/index.d.ts +4 -0
- package/dist/coreX/SwitchWithText/SwitchWithText.stories.d.ts +9 -0
- package/dist/coreX/SwitchWithText/__tests__/h5_css.test.d.ts +1 -0
- package/dist/coreX/SwitchWithText/index.d.ts +4 -0
- package/dist/coreX/index.d.ts +1 -0
- package/dist/esm/index.js +3322 -2288
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/spec/base.d.ts +29 -1
- package/dist/spec/type.d.ts +1 -0
- package/dist/style.css +730 -563
- package/dist/umd/index.js +3322 -2288
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/__test__/compute.spec.d.ts +1 -0
- package/dist/utils/__test__/cron-time.spec.d.ts +1 -0
- package/dist/utils/__test__/time.spec.d.ts +1 -0
- package/dist/utils/compute.d.ts +1 -0
- package/dist/utils/cron-time.d.ts +65 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/time.d.ts +25 -0
- package/package.json +8 -5
package/dist/style.css
CHANGED
|
@@ -29808,34 +29808,6 @@ html body {
|
|
|
29808
29808
|
padding: 0;
|
|
29809
29809
|
}
|
|
29810
29810
|
|
|
29811
|
-
.iap75of {
|
|
29812
|
-
height: 18px;
|
|
29813
|
-
line-height: 18px;
|
|
29814
|
-
padding: 0 4px;
|
|
29815
|
-
border-radius: 4px;
|
|
29816
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29817
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29818
|
-
display: flex;
|
|
29819
|
-
align-items: center;
|
|
29820
|
-
white-space: nowrap;
|
|
29821
|
-
margin-right: 4px;
|
|
29822
|
-
}
|
|
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
29811
|
.bpq0js6 {
|
|
29840
29812
|
padding: 4px 11px;
|
|
29841
29813
|
}
|
|
@@ -29865,6 +29837,21 @@ html body {
|
|
|
29865
29837
|
border-radius: unset;
|
|
29866
29838
|
}
|
|
29867
29839
|
|
|
29840
|
+
.fde5mpd {
|
|
29841
|
+
width: 100%;
|
|
29842
|
+
height: 100%;
|
|
29843
|
+
min-height: 124px;
|
|
29844
|
+
display: flex;
|
|
29845
|
+
flex-direction: column;
|
|
29846
|
+
justify-content: center;
|
|
29847
|
+
align-items: center;
|
|
29848
|
+
}
|
|
29849
|
+
.fde5mpd .error-text {
|
|
29850
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29851
|
+
margin-bottom: 16px;
|
|
29852
|
+
font-size: 18px;
|
|
29853
|
+
}
|
|
29854
|
+
|
|
29868
29855
|
.i1mrf09m {
|
|
29869
29856
|
display: inline-flex;
|
|
29870
29857
|
align-items: center;
|
|
@@ -29883,6 +29870,19 @@ html body {
|
|
|
29883
29870
|
animation: rotate 680ms linear infinite;
|
|
29884
29871
|
}
|
|
29885
29872
|
|
|
29873
|
+
.iap75of {
|
|
29874
|
+
height: 18px;
|
|
29875
|
+
line-height: 18px;
|
|
29876
|
+
padding: 0 4px;
|
|
29877
|
+
border-radius: 4px;
|
|
29878
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29879
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29880
|
+
display: flex;
|
|
29881
|
+
align-items: center;
|
|
29882
|
+
white-space: nowrap;
|
|
29883
|
+
margin-right: 4px;
|
|
29884
|
+
}
|
|
29885
|
+
|
|
29886
29886
|
.obf05yr {
|
|
29887
29887
|
display: inline-block;
|
|
29888
29888
|
}
|
|
@@ -29892,6 +29892,209 @@ html body {
|
|
|
29892
29892
|
position: absolute;
|
|
29893
29893
|
}
|
|
29894
29894
|
|
|
29895
|
+
.p12gwtiw {
|
|
29896
|
+
display: flex;
|
|
29897
|
+
justify-content: space-between;
|
|
29898
|
+
align-items: center;
|
|
29899
|
+
padding: 10px 0;
|
|
29900
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29901
|
+
font-size: 12px;
|
|
29902
|
+
line-height: 24px;
|
|
29903
|
+
}
|
|
29904
|
+
.p12gwtiw .pagination-left {
|
|
29905
|
+
padding: 2px 8px;
|
|
29906
|
+
}
|
|
29907
|
+
.p12gwtiw .dropdown-trigger {
|
|
29908
|
+
display: flex;
|
|
29909
|
+
align-items: center;
|
|
29910
|
+
border-radius: 6px;
|
|
29911
|
+
cursor: pointer;
|
|
29912
|
+
transition: all 0.3s ease;
|
|
29913
|
+
}
|
|
29914
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
29915
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29916
|
+
color: #0080ff;
|
|
29917
|
+
}
|
|
29918
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
29919
|
+
margin-left: 4px;
|
|
29920
|
+
}
|
|
29921
|
+
.p12gwtiw .pagination-right {
|
|
29922
|
+
display: flex;
|
|
29923
|
+
align-items: center;
|
|
29924
|
+
color: #0080ff;
|
|
29925
|
+
font-weight: bold;
|
|
29926
|
+
}
|
|
29927
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
29928
|
+
margin-left: 4px;
|
|
29929
|
+
}
|
|
29930
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
29931
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
29932
|
+
padding: 0 8px;
|
|
29933
|
+
}
|
|
29934
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
29935
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
29936
|
+
color: #0080ff;
|
|
29937
|
+
}
|
|
29938
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
29939
|
+
transform: rotate(180deg);
|
|
29940
|
+
}
|
|
29941
|
+
|
|
29942
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
29943
|
+
max-height: calc(100vh - 128px);
|
|
29944
|
+
overflow-y: auto;
|
|
29945
|
+
}
|
|
29946
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29947
|
+
padding: 4px 20px;
|
|
29948
|
+
font-size: 12px;
|
|
29949
|
+
line-height: 18px;
|
|
29950
|
+
}
|
|
29951
|
+
|
|
29952
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
29953
|
+
display: inline-flex;
|
|
29954
|
+
align-items: baseline;
|
|
29955
|
+
white-space: pre-wrap;
|
|
29956
|
+
}
|
|
29957
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
29958
|
+
position: relative;
|
|
29959
|
+
top: 3px;
|
|
29960
|
+
}
|
|
29961
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
29962
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29963
|
+
}
|
|
29964
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
29965
|
+
border-color: #0080ff;
|
|
29966
|
+
}
|
|
29967
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
29968
|
+
border-color: #0080ff;
|
|
29969
|
+
background: #0080ff;
|
|
29970
|
+
}
|
|
29971
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
29972
|
+
top: 4px;
|
|
29973
|
+
left: 4px;
|
|
29974
|
+
width: 6px;
|
|
29975
|
+
height: 6px;
|
|
29976
|
+
background: #fff;
|
|
29977
|
+
}
|
|
29978
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
29979
|
+
opacity: 0.5;
|
|
29980
|
+
}
|
|
29981
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
29982
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29983
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29984
|
+
}
|
|
29985
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
29986
|
+
background: #00122e;
|
|
29987
|
+
}
|
|
29988
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
29989
|
+
color: #00122e;
|
|
29990
|
+
opacity: 0.5;
|
|
29991
|
+
}
|
|
29992
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
29993
|
+
color: #00122e;
|
|
29994
|
+
}
|
|
29995
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
29996
|
+
display: inline-block;
|
|
29997
|
+
padding: 0;
|
|
29998
|
+
padding-left: 12px;
|
|
29999
|
+
}
|
|
30000
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30001
|
+
margin-bottom: 0;
|
|
30002
|
+
white-space: pre-wrap;
|
|
30003
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30004
|
+
}
|
|
30005
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30006
|
+
padding-left: 8px;
|
|
30007
|
+
}
|
|
30008
|
+
|
|
30009
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30010
|
+
border-radius: 5px 0 0 5px;
|
|
30011
|
+
}
|
|
30012
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30013
|
+
border-radius: 0 5px 5px 0;
|
|
30014
|
+
}
|
|
30015
|
+
|
|
30016
|
+
.r1f0aqcc {
|
|
30017
|
+
color: #00122e;
|
|
30018
|
+
border-color: #ccd4e3;
|
|
30019
|
+
}
|
|
30020
|
+
.r1f0aqcc:first-child {
|
|
30021
|
+
border-color: #a3b4cc;
|
|
30022
|
+
}
|
|
30023
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30024
|
+
padding: 0 12px;
|
|
30025
|
+
line-height: 32px;
|
|
30026
|
+
height: 32px;
|
|
30027
|
+
}
|
|
30028
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30029
|
+
white-space: nowrap;
|
|
30030
|
+
}
|
|
30031
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30032
|
+
height: 22px;
|
|
30033
|
+
padding: 0 7px;
|
|
30034
|
+
line-height: 20px;
|
|
30035
|
+
}
|
|
30036
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30037
|
+
background: #ccd4e3;
|
|
30038
|
+
}
|
|
30039
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30040
|
+
background: #0080ff;
|
|
30041
|
+
}
|
|
30042
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30043
|
+
background: #ccd4e3;
|
|
30044
|
+
opacity: 0.5;
|
|
30045
|
+
}
|
|
30046
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30047
|
+
border-right-color: #0080ff;
|
|
30048
|
+
}
|
|
30049
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30050
|
+
border-color: #0080ff;
|
|
30051
|
+
}
|
|
30052
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30053
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30054
|
+
}
|
|
30055
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30056
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30057
|
+
border-color: #ccd4e3;
|
|
30058
|
+
opacity: 0.5;
|
|
30059
|
+
}
|
|
30060
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30061
|
+
color: #00122e;
|
|
30062
|
+
border-color: #ccd4e3;
|
|
30063
|
+
}
|
|
30064
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30065
|
+
color: #00122e;
|
|
30066
|
+
border-color: #ccd4e3;
|
|
30067
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30068
|
+
}
|
|
30069
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30070
|
+
margin-right: 8px;
|
|
30071
|
+
display: inline;
|
|
30072
|
+
border: none;
|
|
30073
|
+
padding: 0;
|
|
30074
|
+
width: 36px;
|
|
30075
|
+
background: transparent;
|
|
30076
|
+
}
|
|
30077
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30078
|
+
box-shadow: none;
|
|
30079
|
+
}
|
|
30080
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30081
|
+
margin-right: 0;
|
|
30082
|
+
width: initial;
|
|
30083
|
+
box-shadow: none;
|
|
30084
|
+
}
|
|
30085
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30086
|
+
display: none;
|
|
30087
|
+
}
|
|
30088
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30089
|
+
display: inline;
|
|
30090
|
+
}
|
|
30091
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30092
|
+
display: inline;
|
|
30093
|
+
margin-right: 8px;
|
|
30094
|
+
padding: 0;
|
|
30095
|
+
width: 36px;
|
|
30096
|
+
}
|
|
30097
|
+
|
|
29895
30098
|
.cz04yix {
|
|
29896
30099
|
display: flex;
|
|
29897
30100
|
flex-direction: column;
|
|
@@ -30462,249 +30665,46 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
30462
30665
|
transition: left 150ms ease;
|
|
30463
30666
|
opacity: 0;
|
|
30464
30667
|
}
|
|
30465
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30466
|
-
left: 8px;
|
|
30467
|
-
opacity: 1;
|
|
30468
|
-
}
|
|
30469
|
-
.kypn5o5.has-focus-indicator input {
|
|
30470
|
-
transition: margin-left 150ms ease;
|
|
30471
|
-
margin-left: 0px;
|
|
30472
|
-
}
|
|
30473
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
30474
|
-
margin-left: 16px;
|
|
30475
|
-
}
|
|
30476
|
-
|
|
30477
|
-
input.l1ki27se.ant-input {
|
|
30478
|
-
border-top-right-radius: 0;
|
|
30479
|
-
border-bottom-right-radius: 0;
|
|
30480
|
-
}
|
|
30481
|
-
|
|
30482
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
30483
|
-
border-top-right-radius: 0;
|
|
30484
|
-
border-bottom-right-radius: 0;
|
|
30485
|
-
}
|
|
30486
|
-
|
|
30487
|
-
input.rrg1fkn.ant-input {
|
|
30488
|
-
border-top-left-radius: 0;
|
|
30489
|
-
border-bottom-left-radius: 0;
|
|
30490
|
-
}
|
|
30491
|
-
|
|
30492
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
30493
|
-
border-top-left-radius: 0;
|
|
30494
|
-
border-bottom-left-radius: 0;
|
|
30495
|
-
}
|
|
30496
|
-
|
|
30497
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30498
|
-
border-top-right-radius: 0;
|
|
30499
|
-
border-bottom-right-radius: 0;
|
|
30500
|
-
}
|
|
30501
|
-
|
|
30502
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30503
|
-
border-top-left-radius: 0;
|
|
30504
|
-
border-bottom-left-radius: 0;
|
|
30505
|
-
}
|
|
30506
|
-
|
|
30507
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
30508
|
-
display: inline-flex;
|
|
30509
|
-
align-items: baseline;
|
|
30510
|
-
white-space: pre-wrap;
|
|
30511
|
-
}
|
|
30512
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30513
|
-
position: relative;
|
|
30514
|
-
top: 3px;
|
|
30515
|
-
}
|
|
30516
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30517
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30518
|
-
}
|
|
30519
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30520
|
-
border-color: #0080ff;
|
|
30521
|
-
}
|
|
30522
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30523
|
-
border-color: #0080ff;
|
|
30524
|
-
background: #0080ff;
|
|
30525
|
-
}
|
|
30526
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30527
|
-
top: 4px;
|
|
30528
|
-
left: 4px;
|
|
30529
|
-
width: 6px;
|
|
30530
|
-
height: 6px;
|
|
30531
|
-
background: #fff;
|
|
30532
|
-
}
|
|
30533
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30534
|
-
opacity: 0.5;
|
|
30535
|
-
}
|
|
30536
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30537
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30538
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30539
|
-
}
|
|
30540
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30541
|
-
background: #00122e;
|
|
30542
|
-
}
|
|
30543
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30544
|
-
color: #00122e;
|
|
30545
|
-
opacity: 0.5;
|
|
30546
|
-
}
|
|
30547
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30548
|
-
color: #00122e;
|
|
30549
|
-
}
|
|
30550
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30551
|
-
display: inline-block;
|
|
30552
|
-
padding: 0;
|
|
30553
|
-
padding-left: 12px;
|
|
30554
|
-
}
|
|
30555
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30556
|
-
margin-bottom: 0;
|
|
30557
|
-
white-space: pre-wrap;
|
|
30558
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30559
|
-
}
|
|
30560
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30561
|
-
padding-left: 8px;
|
|
30562
|
-
}
|
|
30563
|
-
|
|
30564
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30565
|
-
border-radius: 5px 0 0 5px;
|
|
30566
|
-
}
|
|
30567
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30568
|
-
border-radius: 0 5px 5px 0;
|
|
30569
|
-
}
|
|
30570
|
-
|
|
30571
|
-
.r1f0aqcc {
|
|
30572
|
-
color: #00122e;
|
|
30573
|
-
border-color: #ccd4e3;
|
|
30574
|
-
}
|
|
30575
|
-
.r1f0aqcc:first-child {
|
|
30576
|
-
border-color: #a3b4cc;
|
|
30577
|
-
}
|
|
30578
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30579
|
-
padding: 0 12px;
|
|
30580
|
-
line-height: 32px;
|
|
30581
|
-
height: 32px;
|
|
30582
|
-
}
|
|
30583
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30584
|
-
white-space: nowrap;
|
|
30585
|
-
}
|
|
30586
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30587
|
-
height: 22px;
|
|
30588
|
-
padding: 0 7px;
|
|
30589
|
-
line-height: 20px;
|
|
30590
|
-
}
|
|
30591
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30592
|
-
background: #ccd4e3;
|
|
30593
|
-
}
|
|
30594
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30595
|
-
background: #0080ff;
|
|
30596
|
-
}
|
|
30597
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30598
|
-
background: #ccd4e3;
|
|
30599
|
-
opacity: 0.5;
|
|
30600
|
-
}
|
|
30601
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30602
|
-
border-right-color: #0080ff;
|
|
30603
|
-
}
|
|
30604
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30605
|
-
border-color: #0080ff;
|
|
30606
|
-
}
|
|
30607
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30608
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30609
|
-
}
|
|
30610
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30611
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30612
|
-
border-color: #ccd4e3;
|
|
30613
|
-
opacity: 0.5;
|
|
30614
|
-
}
|
|
30615
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30616
|
-
color: #00122e;
|
|
30617
|
-
border-color: #ccd4e3;
|
|
30618
|
-
}
|
|
30619
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30620
|
-
color: #00122e;
|
|
30621
|
-
border-color: #ccd4e3;
|
|
30622
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30623
|
-
}
|
|
30624
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
30625
|
-
margin-right: 8px;
|
|
30626
|
-
display: inline;
|
|
30627
|
-
border: none;
|
|
30628
|
-
padding: 0;
|
|
30629
|
-
width: 36px;
|
|
30630
|
-
background: transparent;
|
|
30631
|
-
}
|
|
30632
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30633
|
-
box-shadow: none;
|
|
30634
|
-
}
|
|
30635
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30636
|
-
margin-right: 0;
|
|
30637
|
-
width: initial;
|
|
30638
|
-
box-shadow: none;
|
|
30639
|
-
}
|
|
30640
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30641
|
-
display: none;
|
|
30642
|
-
}
|
|
30643
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30644
|
-
display: inline;
|
|
30645
|
-
}
|
|
30646
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30647
|
-
display: inline;
|
|
30648
|
-
margin-right: 8px;
|
|
30649
|
-
padding: 0;
|
|
30650
|
-
width: 36px;
|
|
30651
|
-
}
|
|
30652
|
-
|
|
30653
|
-
.p12gwtiw {
|
|
30654
|
-
display: flex;
|
|
30655
|
-
justify-content: space-between;
|
|
30656
|
-
align-items: center;
|
|
30657
|
-
padding: 10px 0;
|
|
30658
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30659
|
-
font-size: 12px;
|
|
30660
|
-
line-height: 24px;
|
|
30661
|
-
}
|
|
30662
|
-
.p12gwtiw .pagination-left {
|
|
30663
|
-
padding: 2px 8px;
|
|
30664
|
-
}
|
|
30665
|
-
.p12gwtiw .dropdown-trigger {
|
|
30666
|
-
display: flex;
|
|
30667
|
-
align-items: center;
|
|
30668
|
-
border-radius: 6px;
|
|
30669
|
-
cursor: pointer;
|
|
30670
|
-
transition: all 0.3s ease;
|
|
30671
|
-
}
|
|
30672
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30673
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30674
|
-
color: #0080ff;
|
|
30668
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30669
|
+
left: 8px;
|
|
30670
|
+
opacity: 1;
|
|
30675
30671
|
}
|
|
30676
|
-
.
|
|
30677
|
-
margin-left
|
|
30672
|
+
.kypn5o5.has-focus-indicator input {
|
|
30673
|
+
transition: margin-left 150ms ease;
|
|
30674
|
+
margin-left: 0px;
|
|
30678
30675
|
}
|
|
30679
|
-
.
|
|
30680
|
-
|
|
30681
|
-
align-items: center;
|
|
30682
|
-
color: #0080ff;
|
|
30683
|
-
font-weight: bold;
|
|
30676
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
30677
|
+
margin-left: 16px;
|
|
30684
30678
|
}
|
|
30685
|
-
|
|
30686
|
-
|
|
30679
|
+
|
|
30680
|
+
input.l1ki27se.ant-input {
|
|
30681
|
+
border-top-right-radius: 0;
|
|
30682
|
+
border-bottom-right-radius: 0;
|
|
30687
30683
|
}
|
|
30688
|
-
|
|
30689
|
-
.
|
|
30690
|
-
|
|
30684
|
+
|
|
30685
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
30686
|
+
border-top-right-radius: 0;
|
|
30687
|
+
border-bottom-right-radius: 0;
|
|
30691
30688
|
}
|
|
30692
|
-
|
|
30693
|
-
.
|
|
30694
|
-
|
|
30689
|
+
|
|
30690
|
+
input.rrg1fkn.ant-input {
|
|
30691
|
+
border-top-left-radius: 0;
|
|
30692
|
+
border-bottom-left-radius: 0;
|
|
30695
30693
|
}
|
|
30696
|
-
|
|
30697
|
-
|
|
30694
|
+
|
|
30695
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
30696
|
+
border-top-left-radius: 0;
|
|
30697
|
+
border-bottom-left-radius: 0;
|
|
30698
30698
|
}
|
|
30699
30699
|
|
|
30700
|
-
.
|
|
30701
|
-
|
|
30702
|
-
|
|
30700
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30701
|
+
border-top-right-radius: 0;
|
|
30702
|
+
border-bottom-right-radius: 0;
|
|
30703
30703
|
}
|
|
30704
|
-
|
|
30705
|
-
|
|
30706
|
-
|
|
30707
|
-
|
|
30704
|
+
|
|
30705
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30706
|
+
border-top-left-radius: 0;
|
|
30707
|
+
border-bottom-left-radius: 0;
|
|
30708
30708
|
}
|
|
30709
30709
|
|
|
30710
30710
|
.s34f1qb.ant-switch {
|
|
@@ -30762,10 +30762,6 @@ input.rrg1fkn.ant-input {
|
|
|
30762
30762
|
margin-left: 5px;
|
|
30763
30763
|
}
|
|
30764
30764
|
|
|
30765
|
-
.i1e4sgug {
|
|
30766
|
-
display: inline-block;
|
|
30767
|
-
}
|
|
30768
|
-
|
|
30769
30765
|
.t1upn1sz {
|
|
30770
30766
|
height: 100%;
|
|
30771
30767
|
}
|
|
@@ -31130,6 +31126,91 @@ input.rrg1fkn.ant-input {
|
|
|
31130
31126
|
background: #fff;
|
|
31131
31127
|
}
|
|
31132
31128
|
|
|
31129
|
+
.s1fc623g {
|
|
31130
|
+
width: 430px !important;
|
|
31131
|
+
}
|
|
31132
|
+
|
|
31133
|
+
.da3mx0o .ant-select-item-group {
|
|
31134
|
+
padding: 8px 16px;
|
|
31135
|
+
line-height: 18px;
|
|
31136
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31137
|
+
height: 34px;
|
|
31138
|
+
min-height: 34px;
|
|
31139
|
+
box-sizing: border-box;
|
|
31140
|
+
margin-top: 8px;
|
|
31141
|
+
}
|
|
31142
|
+
|
|
31143
|
+
.onr9gzt {
|
|
31144
|
+
display: flex;
|
|
31145
|
+
flex-direction: column;
|
|
31146
|
+
margin: 1px 8px;
|
|
31147
|
+
padding: 8px;
|
|
31148
|
+
border-radius: 4px;
|
|
31149
|
+
}
|
|
31150
|
+
.onr9gzt .selected-icon {
|
|
31151
|
+
display: none;
|
|
31152
|
+
}
|
|
31153
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31154
|
+
padding-left: 8px;
|
|
31155
|
+
}
|
|
31156
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31157
|
+
background-color: white;
|
|
31158
|
+
}
|
|
31159
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31160
|
+
color: #0080ff;
|
|
31161
|
+
}
|
|
31162
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31163
|
+
display: block;
|
|
31164
|
+
}
|
|
31165
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31166
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31167
|
+
}
|
|
31168
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31169
|
+
color: #0080ff;
|
|
31170
|
+
}
|
|
31171
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31172
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31173
|
+
color: #0080ff;
|
|
31174
|
+
}
|
|
31175
|
+
|
|
31176
|
+
.oiy0apc {
|
|
31177
|
+
display: flex;
|
|
31178
|
+
justify-content: space-between;
|
|
31179
|
+
height: 20px;
|
|
31180
|
+
line-height: 20px;
|
|
31181
|
+
}
|
|
31182
|
+
.oiy0apc .timezone-title {
|
|
31183
|
+
color: #2d3a56;
|
|
31184
|
+
overflow: hidden;
|
|
31185
|
+
text-overflow: ellipsis;
|
|
31186
|
+
}
|
|
31187
|
+
|
|
31188
|
+
.of4y382 {
|
|
31189
|
+
display: flex;
|
|
31190
|
+
justify-content: space-between;
|
|
31191
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31192
|
+
height: 18px;
|
|
31193
|
+
line-height: 18px;
|
|
31194
|
+
margin-top: 2px;
|
|
31195
|
+
}
|
|
31196
|
+
|
|
31197
|
+
.t19903l9 {
|
|
31198
|
+
border: none;
|
|
31199
|
+
margin-right: 0;
|
|
31200
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31201
|
+
}
|
|
31202
|
+
|
|
31203
|
+
.ohwbvxu {
|
|
31204
|
+
pointer-events: none;
|
|
31205
|
+
height: 32px;
|
|
31206
|
+
width: 100%;
|
|
31207
|
+
opacity: 0;
|
|
31208
|
+
}
|
|
31209
|
+
|
|
31210
|
+
.i1e4sgug {
|
|
31211
|
+
display: inline-block;
|
|
31212
|
+
}
|
|
31213
|
+
|
|
31133
31214
|
.d6j0lbj {
|
|
31134
31215
|
font-family: Inter;
|
|
31135
31216
|
font-style: normal;
|
|
@@ -31605,98 +31686,178 @@ input.rrg1fkn.ant-input {
|
|
|
31605
31686
|
line-height: 12px;
|
|
31606
31687
|
}
|
|
31607
31688
|
|
|
31608
|
-
.
|
|
31609
|
-
width:
|
|
31610
|
-
}
|
|
31611
|
-
|
|
31612
|
-
.da3mx0o .ant-select-item-group {
|
|
31613
|
-
padding: 8px 16px;
|
|
31614
|
-
line-height: 18px;
|
|
31615
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31616
|
-
height: 34px;
|
|
31617
|
-
min-height: 34px;
|
|
31618
|
-
box-sizing: border-box;
|
|
31619
|
-
margin-top: 8px;
|
|
31620
|
-
}
|
|
31621
|
-
|
|
31622
|
-
.onr9gzt {
|
|
31623
|
-
display: flex;
|
|
31624
|
-
flex-direction: column;
|
|
31625
|
-
margin: 1px 8px;
|
|
31626
|
-
padding: 8px;
|
|
31627
|
-
border-radius: 4px;
|
|
31689
|
+
.c1up1pdz {
|
|
31690
|
+
width: 648px;
|
|
31628
31691
|
}
|
|
31629
|
-
.
|
|
31630
|
-
|
|
31692
|
+
.c1up1pdz.active {
|
|
31693
|
+
border-color: #0080ff;
|
|
31631
31694
|
}
|
|
31632
|
-
.
|
|
31633
|
-
|
|
31695
|
+
.c1up1pdz.active > header {
|
|
31696
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31634
31697
|
}
|
|
31635
|
-
.
|
|
31636
|
-
|
|
31698
|
+
.c1up1pdz .expand {
|
|
31699
|
+
padding: 12px;
|
|
31637
31700
|
}
|
|
31638
|
-
.
|
|
31639
|
-
|
|
31701
|
+
.c1up1pdz .field-item {
|
|
31702
|
+
display: flex;
|
|
31703
|
+
padding: 10px 0;
|
|
31704
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31640
31705
|
}
|
|
31641
|
-
.
|
|
31642
|
-
|
|
31706
|
+
.c1up1pdz .field-item:last-child {
|
|
31707
|
+
border-bottom: none;
|
|
31708
|
+
padding-bottom: 0;
|
|
31643
31709
|
}
|
|
31644
|
-
.
|
|
31645
|
-
|
|
31710
|
+
.c1up1pdz .field-item label {
|
|
31711
|
+
line-height: 32px;
|
|
31712
|
+
width: 100px;
|
|
31713
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31646
31714
|
}
|
|
31647
|
-
.
|
|
31648
|
-
color:
|
|
31715
|
+
.c1up1pdz .help {
|
|
31716
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31717
|
+
margin-top: 5px;
|
|
31649
31718
|
}
|
|
31650
|
-
.
|
|
31651
|
-
|
|
31652
|
-
|
|
31719
|
+
.c1up1pdz .ant-input-affix-wrapper,
|
|
31720
|
+
.c1up1pdz .ant-picker {
|
|
31721
|
+
width: 128px;
|
|
31653
31722
|
}
|
|
31654
31723
|
|
|
31655
|
-
.
|
|
31724
|
+
.c156wh19 {
|
|
31656
31725
|
display: flex;
|
|
31726
|
+
align-items: center;
|
|
31657
31727
|
justify-content: space-between;
|
|
31658
|
-
|
|
31659
|
-
line-height: 20px;
|
|
31728
|
+
word-break: keep-all;
|
|
31660
31729
|
}
|
|
31661
|
-
.
|
|
31662
|
-
|
|
31730
|
+
.c156wh19 .title {
|
|
31731
|
+
margin: 0 16px 0 8px;
|
|
31732
|
+
}
|
|
31733
|
+
.c156wh19 .retain {
|
|
31734
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31735
|
+
}
|
|
31736
|
+
.c156wh19 .left {
|
|
31737
|
+
flex: 1;
|
|
31738
|
+
display: flex;
|
|
31739
|
+
overflow: hidden;
|
|
31740
|
+
align-items: center;
|
|
31741
|
+
justify-content: flex-start;
|
|
31742
|
+
white-space: nowrap;
|
|
31743
|
+
}
|
|
31744
|
+
.c156wh19 .left .title {
|
|
31745
|
+
max-width: 100%;
|
|
31663
31746
|
overflow: hidden;
|
|
31664
31747
|
text-overflow: ellipsis;
|
|
31665
31748
|
}
|
|
31749
|
+
.c156wh19 .right {
|
|
31750
|
+
display: flex;
|
|
31751
|
+
align-items: center;
|
|
31752
|
+
}
|
|
31753
|
+
.c156wh19 .reverse {
|
|
31754
|
+
display: flex;
|
|
31755
|
+
flex-direction: row-reverse;
|
|
31756
|
+
align-items: center;
|
|
31757
|
+
}
|
|
31758
|
+
.c156wh19 .reverse .ant-switch {
|
|
31759
|
+
margin-left: 8px;
|
|
31760
|
+
}
|
|
31761
|
+
.c156wh19 .close {
|
|
31762
|
+
padding-left: 14px;
|
|
31763
|
+
margin-left: 14px;
|
|
31764
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31765
|
+
cursor: pointer;
|
|
31766
|
+
}
|
|
31767
|
+
|
|
31768
|
+
.m126spxy {
|
|
31769
|
+
padding-bottom: 4px;
|
|
31770
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31771
|
+
}
|
|
31772
|
+
.m126spxy .ant-btn-link {
|
|
31773
|
+
padding: 1px 10px;
|
|
31774
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31775
|
+
border-radius: 4px;
|
|
31776
|
+
}
|
|
31777
|
+
.m126spxy .ant-btn-link.active {
|
|
31778
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31779
|
+
color: #0096ff;
|
|
31780
|
+
}
|
|
31781
|
+
|
|
31782
|
+
.wpbf4pq {
|
|
31783
|
+
padding: 10px 0;
|
|
31784
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31785
|
+
}
|
|
31786
|
+
.wpbf4pq .ant-input,
|
|
31787
|
+
.wpbf4pq .ant-picker {
|
|
31788
|
+
width: 80px;
|
|
31789
|
+
margin: 0 9px;
|
|
31790
|
+
text-align: center;
|
|
31791
|
+
}
|
|
31792
|
+
.wpbf4pq .options {
|
|
31793
|
+
padding: 12px 0 12px 16px;
|
|
31794
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31795
|
+
margin: 5px 0 5px 8px;
|
|
31796
|
+
}
|
|
31797
|
+
.wpbf4pq .week-day-option,
|
|
31798
|
+
.wpbf4pq .month-day-option {
|
|
31799
|
+
background: #f5f7fa;
|
|
31800
|
+
box-sizing: border-box;
|
|
31801
|
+
border-radius: 16px;
|
|
31802
|
+
margin-right: 8px;
|
|
31803
|
+
}
|
|
31804
|
+
.wpbf4pq .week-day-option:focus,
|
|
31805
|
+
.wpbf4pq .month-day-option:focus {
|
|
31806
|
+
color: inherit;
|
|
31807
|
+
border-color: #d9d9d9;
|
|
31808
|
+
}
|
|
31809
|
+
.wpbf4pq .week-day-option.active {
|
|
31810
|
+
background-color: #0096ff;
|
|
31811
|
+
border-color: #0096ff;
|
|
31812
|
+
color: #fff;
|
|
31813
|
+
}
|
|
31814
|
+
.wpbf4pq .week-day-option.en-text {
|
|
31815
|
+
width: 110px;
|
|
31816
|
+
margin-top: 4px;
|
|
31817
|
+
}
|
|
31818
|
+
.wpbf4pq .month-day-option {
|
|
31819
|
+
width: 32px;
|
|
31820
|
+
padding: 0;
|
|
31821
|
+
margin-bottom: 8px;
|
|
31822
|
+
}
|
|
31823
|
+
.wpbf4pq .month-day-option.active {
|
|
31824
|
+
background-color: #0096ff;
|
|
31825
|
+
border-color: #0096ff;
|
|
31826
|
+
color: #fff;
|
|
31827
|
+
}
|
|
31666
31828
|
|
|
31667
|
-
.
|
|
31829
|
+
.n12mqh7z {
|
|
31668
31830
|
display: flex;
|
|
31669
|
-
|
|
31670
|
-
|
|
31671
|
-
height: 18px;
|
|
31831
|
+
align-items: center;
|
|
31832
|
+
font-size: 12px;
|
|
31672
31833
|
line-height: 18px;
|
|
31673
|
-
|
|
31834
|
+
}
|
|
31835
|
+
.n12mqh7z:not(:last-child) {
|
|
31836
|
+
margin-bottom: 4px;
|
|
31674
31837
|
}
|
|
31675
31838
|
|
|
31676
|
-
.
|
|
31677
|
-
|
|
31678
|
-
margin-right: 0;
|
|
31679
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31839
|
+
.tf5bynu {
|
|
31840
|
+
margin: 0 3px;
|
|
31680
31841
|
}
|
|
31681
31842
|
|
|
31682
|
-
.
|
|
31683
|
-
|
|
31684
|
-
|
|
31685
|
-
width: 100%;
|
|
31686
|
-
opacity: 0;
|
|
31843
|
+
.tcckoz1 {
|
|
31844
|
+
max-height: 400px;
|
|
31845
|
+
overflow: "auto";
|
|
31687
31846
|
}
|
|
31688
31847
|
|
|
31689
|
-
.
|
|
31848
|
+
.s1iv0tp1 .enabled-switch {
|
|
31690
31849
|
display: flex;
|
|
31691
|
-
|
|
31692
|
-
width: 100%;
|
|
31850
|
+
align-items: center;
|
|
31693
31851
|
}
|
|
31694
|
-
.
|
|
31695
|
-
margin-
|
|
31852
|
+
.s1iv0tp1 .enabled-text {
|
|
31853
|
+
margin-right: 8px;
|
|
31696
31854
|
}
|
|
31697
31855
|
|
|
31698
|
-
.
|
|
31856
|
+
.tje3huy {
|
|
31699
31857
|
width: 100%;
|
|
31858
|
+
overflow: inherit;
|
|
31859
|
+
white-space: inherit;
|
|
31860
|
+
text-overflow: ellipsis;
|
|
31700
31861
|
}
|
|
31701
31862
|
|
|
31702
31863
|
.c18gxmrl {
|
|
@@ -31719,6 +31880,44 @@ input.rrg1fkn.ant-input {
|
|
|
31719
31880
|
padding: 8px 12px;
|
|
31720
31881
|
}
|
|
31721
31882
|
|
|
31883
|
+
.berrcjl {
|
|
31884
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31885
|
+
margin-bottom: 4px;
|
|
31886
|
+
}
|
|
31887
|
+
.berrcjl .breadcrumb-link {
|
|
31888
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31889
|
+
cursor: pointer;
|
|
31890
|
+
transition: color 160ms ease;
|
|
31891
|
+
}
|
|
31892
|
+
.berrcjl .breadcrumb-link:hover {
|
|
31893
|
+
color: #0080ff;
|
|
31894
|
+
}
|
|
31895
|
+
.berrcjl .breadcrumb-link:active {
|
|
31896
|
+
color: #005ed1;
|
|
31897
|
+
}
|
|
31898
|
+
|
|
31899
|
+
.c1uzzomf {
|
|
31900
|
+
margin-bottom: 16px;
|
|
31901
|
+
}
|
|
31902
|
+
.c1uzzomf .card-title {
|
|
31903
|
+
font-size: 16px;
|
|
31904
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31905
|
+
font-weight: 700;
|
|
31906
|
+
line-height: 32px;
|
|
31907
|
+
}
|
|
31908
|
+
.c1uzzomf .card-body {
|
|
31909
|
+
padding: 24px;
|
|
31910
|
+
border-radius: 8px;
|
|
31911
|
+
background: #fff;
|
|
31912
|
+
}
|
|
31913
|
+
.c1uzzomf .empty {
|
|
31914
|
+
font-weight: 700;
|
|
31915
|
+
font-size: 14px;
|
|
31916
|
+
line-height: 22px;
|
|
31917
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31918
|
+
text-align: center;
|
|
31919
|
+
}
|
|
31920
|
+
|
|
31722
31921
|
.c1bus5hc {
|
|
31723
31922
|
--color: white;
|
|
31724
31923
|
height: 14px;
|
|
@@ -31759,49 +31958,24 @@ input.rrg1fkn.ant-input {
|
|
|
31759
31958
|
transform: rotate(0deg);
|
|
31760
31959
|
}
|
|
31761
31960
|
|
|
31762
|
-
.
|
|
31763
|
-
|
|
31764
|
-
|
|
31765
|
-
|
|
31766
|
-
font-size: 16px;
|
|
31767
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31768
|
-
font-weight: 700;
|
|
31769
|
-
line-height: 32px;
|
|
31770
|
-
}
|
|
31771
|
-
.c1uzzomf .card-body {
|
|
31772
|
-
padding: 24px;
|
|
31773
|
-
border-radius: 8px;
|
|
31774
|
-
background: #fff;
|
|
31961
|
+
.m15dvk92 {
|
|
31962
|
+
display: flex;
|
|
31963
|
+
justify-content: space-between;
|
|
31964
|
+
width: 100%;
|
|
31775
31965
|
}
|
|
31776
|
-
.
|
|
31777
|
-
|
|
31778
|
-
font-size: 14px;
|
|
31779
|
-
line-height: 22px;
|
|
31780
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31781
|
-
text-align: center;
|
|
31966
|
+
.m15dvk92 .action {
|
|
31967
|
+
margin-left: 16px;
|
|
31782
31968
|
}
|
|
31783
31969
|
|
|
31784
|
-
.
|
|
31970
|
+
.aql8iqz .ant-alert-message {
|
|
31785
31971
|
width: 100%;
|
|
31786
|
-
overflow: inherit;
|
|
31787
|
-
white-space: inherit;
|
|
31788
|
-
text-overflow: ellipsis;
|
|
31789
31972
|
}
|
|
31790
31973
|
|
|
31791
|
-
.
|
|
31792
|
-
|
|
31793
|
-
margin-bottom: 4px;
|
|
31794
|
-
}
|
|
31795
|
-
.berrcjl .breadcrumb-link {
|
|
31796
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31797
|
-
cursor: pointer;
|
|
31798
|
-
transition: color 160ms ease;
|
|
31799
|
-
}
|
|
31800
|
-
.berrcjl .breadcrumb-link:hover {
|
|
31801
|
-
color: #0080ff;
|
|
31974
|
+
.c10crapj {
|
|
31975
|
+
border-radius: 8px;
|
|
31802
31976
|
}
|
|
31803
|
-
.
|
|
31804
|
-
|
|
31977
|
+
.c10crapj .ant-card-body {
|
|
31978
|
+
padding: 20px 24px 24px 24px;
|
|
31805
31979
|
}
|
|
31806
31980
|
|
|
31807
31981
|
.c198s9j3 {
|
|
@@ -31897,11 +32071,12 @@ input.rrg1fkn.ant-input {
|
|
|
31897
32071
|
cursor: default;
|
|
31898
32072
|
}
|
|
31899
32073
|
|
|
31900
|
-
.
|
|
31901
|
-
|
|
32074
|
+
.t3qomhu {
|
|
32075
|
+
margin: 0 2px;
|
|
31902
32076
|
}
|
|
31903
|
-
|
|
31904
|
-
|
|
32077
|
+
|
|
32078
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32079
|
+
display: flex;
|
|
31905
32080
|
}
|
|
31906
32081
|
|
|
31907
32082
|
.o8ocss1 {
|
|
@@ -31913,12 +32088,14 @@ input.rrg1fkn.ant-input {
|
|
|
31913
32088
|
white-space: nowrap;
|
|
31914
32089
|
}
|
|
31915
32090
|
|
|
31916
|
-
.
|
|
31917
|
-
|
|
32091
|
+
.igz4le8 {
|
|
32092
|
+
height: 24px;
|
|
32093
|
+
width: 56px !important;
|
|
32094
|
+
margin-right: 4px;
|
|
31918
32095
|
}
|
|
31919
32096
|
|
|
31920
|
-
.
|
|
31921
|
-
|
|
32097
|
+
.c1riexje {
|
|
32098
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31922
32099
|
}
|
|
31923
32100
|
|
|
31924
32101
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
@@ -31978,16 +32155,6 @@ input.rrg1fkn.ant-input {
|
|
|
31978
32155
|
transform: rotate(180deg);
|
|
31979
32156
|
}
|
|
31980
32157
|
|
|
31981
|
-
.igz4le8 {
|
|
31982
|
-
height: 24px;
|
|
31983
|
-
width: 56px !important;
|
|
31984
|
-
margin-right: 4px;
|
|
31985
|
-
}
|
|
31986
|
-
|
|
31987
|
-
.c1riexje {
|
|
31988
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31989
|
-
}
|
|
31990
|
-
|
|
31991
32158
|
.s14dk8r1 {
|
|
31992
32159
|
margin: 0;
|
|
31993
32160
|
border-radius: 20px;
|
|
@@ -32012,189 +32179,54 @@ input.rrg1fkn.ant-input {
|
|
|
32012
32179
|
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32013
32180
|
background-color: rgba(0, 136, 255, 0.1);
|
|
32014
32181
|
}
|
|
32015
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32016
|
-
background-color: #0080ff;
|
|
32017
|
-
}
|
|
32018
|
-
.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 {
|
|
32019
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
32020
|
-
}
|
|
32021
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32022
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32023
|
-
}
|
|
32024
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32025
|
-
background-color: #f0483e;
|
|
32026
|
-
}
|
|
32027
|
-
.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 {
|
|
32028
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
32029
|
-
}
|
|
32030
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32031
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
32032
|
-
}
|
|
32033
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32034
|
-
background-color: #fea008;
|
|
32035
|
-
}
|
|
32036
|
-
.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 {
|
|
32037
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
32038
|
-
}
|
|
32039
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32040
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32041
|
-
}
|
|
32042
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32043
|
-
background-color: #00ba5d;
|
|
32044
|
-
}
|
|
32045
|
-
.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 {
|
|
32046
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
32047
|
-
}
|
|
32048
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32049
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32050
|
-
}
|
|
32051
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32052
|
-
background-color: #6b7d99;
|
|
32053
|
-
}
|
|
32054
|
-
.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 {
|
|
32055
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
32056
|
-
}
|
|
32057
|
-
|
|
32058
|
-
.s1uupoto {
|
|
32059
|
-
width: 8px;
|
|
32060
|
-
height: 8px;
|
|
32061
|
-
border-radius: 50%;
|
|
32062
|
-
display: inline-block;
|
|
32063
|
-
}
|
|
32064
|
-
|
|
32065
|
-
.s1uupxds {
|
|
32066
|
-
padding: 0 8px;
|
|
32067
|
-
border-radius: 4px;
|
|
32068
|
-
}
|
|
32069
|
-
|
|
32070
|
-
.m10sqwut {
|
|
32071
|
-
padding: 2px 8px;
|
|
32072
|
-
border-radius: 3px;
|
|
32073
|
-
}
|
|
32074
|
-
|
|
32075
|
-
.l1d492wb {
|
|
32076
|
-
padding: 3px 8px;
|
|
32077
|
-
border-radius: 2px;
|
|
32078
|
-
}
|
|
32079
|
-
|
|
32080
|
-
.t1lzavmu.ant-tag:hover {
|
|
32081
|
-
opacity: unset;
|
|
32082
|
-
}
|
|
32083
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32084
|
-
margin: 0;
|
|
32085
|
-
margin-right: 8px;
|
|
32086
|
-
display: inline-flex;
|
|
32087
|
-
align-items: center;
|
|
32088
|
-
border: none;
|
|
32089
|
-
}
|
|
32090
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32091
|
-
width: 16px;
|
|
32092
|
-
height: 16px;
|
|
32093
|
-
color: inherit;
|
|
32094
|
-
margin-left: 4px;
|
|
32095
|
-
opacity: 0.6;
|
|
32096
|
-
display: inline-flex;
|
|
32097
|
-
}
|
|
32098
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32099
|
-
opacity: 1;
|
|
32100
|
-
}
|
|
32101
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32102
|
-
color: #0080ff;
|
|
32103
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32104
|
-
}
|
|
32105
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32106
|
-
color: #f0483e;
|
|
32107
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32108
|
-
}
|
|
32109
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32110
|
-
color: #e07f00;
|
|
32111
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32112
|
-
}
|
|
32113
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32114
|
-
color: #008f4c;
|
|
32115
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32116
|
-
}
|
|
32117
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32118
|
-
color: #1d326c;
|
|
32119
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32120
|
-
}
|
|
32121
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32122
|
-
color: #7E41FF;
|
|
32123
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
32182
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32183
|
+
background-color: #0080ff;
|
|
32124
32184
|
}
|
|
32125
|
-
.
|
|
32126
|
-
color:
|
|
32185
|
+
.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 {
|
|
32186
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32127
32187
|
}
|
|
32128
|
-
.
|
|
32188
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32189
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32190
|
+
}
|
|
32191
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32129
32192
|
background-color: #f0483e;
|
|
32130
32193
|
}
|
|
32131
|
-
.
|
|
32132
|
-
background-color:
|
|
32194
|
+
.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 {
|
|
32195
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32133
32196
|
}
|
|
32134
|
-
.
|
|
32135
|
-
background-color:
|
|
32197
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32198
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32136
32199
|
}
|
|
32137
|
-
.
|
|
32138
|
-
background-color: #
|
|
32200
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32201
|
+
background-color: #fea008;
|
|
32139
32202
|
}
|
|
32140
|
-
.
|
|
32141
|
-
background-color:
|
|
32203
|
+
.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 {
|
|
32204
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32142
32205
|
}
|
|
32143
|
-
.
|
|
32144
|
-
background-color:
|
|
32206
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32207
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32145
32208
|
}
|
|
32146
|
-
|
|
32147
|
-
|
|
32148
|
-
margin-right: 4px;
|
|
32209
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32210
|
+
background-color: #00ba5d;
|
|
32149
32211
|
}
|
|
32150
|
-
|
|
32151
|
-
.
|
|
32152
|
-
width: 64px;
|
|
32153
|
-
height: 64px;
|
|
32154
|
-
display: flex;
|
|
32155
|
-
align-items: center;
|
|
32156
|
-
justify-content: center;
|
|
32157
|
-
position: relative;
|
|
32158
|
-
opacity: 0.2;
|
|
32212
|
+
.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 {
|
|
32213
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32159
32214
|
}
|
|
32160
|
-
|
|
32161
|
-
.
|
|
32162
|
-
position: absolute;
|
|
32163
|
-
width: 5px;
|
|
32164
|
-
height: 48px;
|
|
32165
|
-
left: 9.33px;
|
|
32166
|
-
top: 40.5px;
|
|
32167
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32168
|
-
border-radius: 5px;
|
|
32169
|
-
transform: rotate(-128deg);
|
|
32170
|
-
transform-origin: top left;
|
|
32171
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32215
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32216
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32172
32217
|
}
|
|
32173
|
-
|
|
32174
|
-
|
|
32175
|
-
|
|
32176
|
-
|
|
32177
|
-
|
|
32178
|
-
left: 40.8px;
|
|
32179
|
-
top: 8.4px;
|
|
32180
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32181
|
-
border-radius: 5px;
|
|
32182
|
-
transform: rotate(-8deg);
|
|
32183
|
-
transform-origin: top left;
|
|
32184
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32218
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32219
|
+
background-color: #6b7d99;
|
|
32220
|
+
}
|
|
32221
|
+
.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 {
|
|
32222
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32185
32223
|
}
|
|
32186
32224
|
|
|
32187
|
-
.
|
|
32188
|
-
|
|
32189
|
-
|
|
32190
|
-
|
|
32191
|
-
|
|
32192
|
-
top: 51.8px;
|
|
32193
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32194
|
-
border-radius: 5px;
|
|
32195
|
-
transform: rotate(112deg);
|
|
32196
|
-
transform-origin: top left;
|
|
32197
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32225
|
+
.s1uupoto {
|
|
32226
|
+
width: 8px;
|
|
32227
|
+
height: 8px;
|
|
32228
|
+
border-radius: 50%;
|
|
32229
|
+
display: inline-block;
|
|
32198
32230
|
}
|
|
32199
32231
|
|
|
32200
32232
|
.m1thnes4 {
|
|
@@ -32358,6 +32390,141 @@ input.rrg1fkn.ant-input {
|
|
|
32358
32390
|
margin-left: 8px;
|
|
32359
32391
|
}
|
|
32360
32392
|
|
|
32393
|
+
.l4bld33 {
|
|
32394
|
+
width: 64px;
|
|
32395
|
+
height: 64px;
|
|
32396
|
+
display: flex;
|
|
32397
|
+
align-items: center;
|
|
32398
|
+
justify-content: center;
|
|
32399
|
+
position: relative;
|
|
32400
|
+
opacity: 0.2;
|
|
32401
|
+
}
|
|
32402
|
+
|
|
32403
|
+
.lgitjoj {
|
|
32404
|
+
position: absolute;
|
|
32405
|
+
width: 5px;
|
|
32406
|
+
height: 48px;
|
|
32407
|
+
left: 9.33px;
|
|
32408
|
+
top: 40.5px;
|
|
32409
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32410
|
+
border-radius: 5px;
|
|
32411
|
+
transform: rotate(-128deg);
|
|
32412
|
+
transform-origin: top left;
|
|
32413
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32414
|
+
}
|
|
32415
|
+
|
|
32416
|
+
.l13g0exg {
|
|
32417
|
+
position: absolute;
|
|
32418
|
+
width: 5px;
|
|
32419
|
+
height: 48px;
|
|
32420
|
+
left: 40.8px;
|
|
32421
|
+
top: 8.4px;
|
|
32422
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32423
|
+
border-radius: 5px;
|
|
32424
|
+
transform: rotate(-8deg);
|
|
32425
|
+
transform-origin: top left;
|
|
32426
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32427
|
+
}
|
|
32428
|
+
|
|
32429
|
+
.l1exo3h6 {
|
|
32430
|
+
position: absolute;
|
|
32431
|
+
width: 5px;
|
|
32432
|
+
height: 48px;
|
|
32433
|
+
left: 52.9px;
|
|
32434
|
+
top: 51.8px;
|
|
32435
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32436
|
+
border-radius: 5px;
|
|
32437
|
+
transform: rotate(112deg);
|
|
32438
|
+
transform-origin: top left;
|
|
32439
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32440
|
+
}
|
|
32441
|
+
|
|
32442
|
+
.t19ustft .date {
|
|
32443
|
+
margin-right: 4px;
|
|
32444
|
+
}
|
|
32445
|
+
|
|
32446
|
+
.s1uupxds {
|
|
32447
|
+
padding: 0 8px;
|
|
32448
|
+
border-radius: 4px;
|
|
32449
|
+
}
|
|
32450
|
+
|
|
32451
|
+
.m10sqwut {
|
|
32452
|
+
padding: 2px 8px;
|
|
32453
|
+
border-radius: 3px;
|
|
32454
|
+
}
|
|
32455
|
+
|
|
32456
|
+
.l1d492wb {
|
|
32457
|
+
padding: 3px 8px;
|
|
32458
|
+
border-radius: 2px;
|
|
32459
|
+
}
|
|
32460
|
+
|
|
32461
|
+
.t1lzavmu.ant-tag:hover {
|
|
32462
|
+
opacity: unset;
|
|
32463
|
+
}
|
|
32464
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32465
|
+
margin: 0;
|
|
32466
|
+
margin-right: 8px;
|
|
32467
|
+
display: inline-flex;
|
|
32468
|
+
align-items: center;
|
|
32469
|
+
border: none;
|
|
32470
|
+
}
|
|
32471
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32472
|
+
width: 16px;
|
|
32473
|
+
height: 16px;
|
|
32474
|
+
color: inherit;
|
|
32475
|
+
margin-left: 4px;
|
|
32476
|
+
opacity: 0.6;
|
|
32477
|
+
display: inline-flex;
|
|
32478
|
+
}
|
|
32479
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32480
|
+
opacity: 1;
|
|
32481
|
+
}
|
|
32482
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32483
|
+
color: #0080ff;
|
|
32484
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32485
|
+
}
|
|
32486
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32487
|
+
color: #f0483e;
|
|
32488
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32489
|
+
}
|
|
32490
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32491
|
+
color: #e07f00;
|
|
32492
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32493
|
+
}
|
|
32494
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32495
|
+
color: #008f4c;
|
|
32496
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32497
|
+
}
|
|
32498
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32499
|
+
color: #1d326c;
|
|
32500
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32501
|
+
}
|
|
32502
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32503
|
+
color: #7E41FF;
|
|
32504
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32505
|
+
}
|
|
32506
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32507
|
+
color: #fff;
|
|
32508
|
+
}
|
|
32509
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32510
|
+
background-color: #f0483e;
|
|
32511
|
+
}
|
|
32512
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32513
|
+
background-color: #fea008;
|
|
32514
|
+
}
|
|
32515
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32516
|
+
background-color: #00ba5d;
|
|
32517
|
+
}
|
|
32518
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32519
|
+
background-color: #0080ff;
|
|
32520
|
+
}
|
|
32521
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32522
|
+
background-color: #6b7d99;
|
|
32523
|
+
}
|
|
32524
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32525
|
+
background-color: #7E41FF;
|
|
32526
|
+
}
|
|
32527
|
+
|
|
32361
32528
|
.sq6vos1 {
|
|
32362
32529
|
--item-min-width: 60px;
|
|
32363
32530
|
}
|
|
@@ -32573,10 +32740,6 @@ input.rrg1fkn.ant-input {
|
|
|
32573
32740
|
background: rgba(163, 180, 204, 0.18);
|
|
32574
32741
|
}
|
|
32575
32742
|
|
|
32576
|
-
.c1k4vanq {
|
|
32577
|
-
padding: 0 12px 14px 12px;
|
|
32578
|
-
}
|
|
32579
|
-
|
|
32580
32743
|
.c1udgdh2 {
|
|
32581
32744
|
color: #2d3a56;
|
|
32582
32745
|
padding: 7px 12px;
|
|
@@ -32617,6 +32780,10 @@ input.rrg1fkn.ant-input {
|
|
|
32617
32780
|
margin-right: 2px;
|
|
32618
32781
|
}
|
|
32619
32782
|
|
|
32783
|
+
.c1k4vanq {
|
|
32784
|
+
padding: 0 12px 14px 12px;
|
|
32785
|
+
}
|
|
32786
|
+
|
|
32620
32787
|
.bab9xum {
|
|
32621
32788
|
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);
|
|
32622
32789
|
}
|
|
@@ -32874,9 +33041,13 @@ input.rrg1fkn.ant-input {
|
|
|
32874
33041
|
min-height: 0px;
|
|
32875
33042
|
}
|
|
32876
33043
|
|
|
32877
|
-
.
|
|
33044
|
+
.w1xcixj5.outside-tag {
|
|
33045
|
+
padding-left: 0;
|
|
33046
|
+
}
|
|
33047
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33048
|
+
border-radius: 4px 0 0 4px;
|
|
33049
|
+
padding-right: 4px;
|
|
32878
33050
|
margin-right: 4px;
|
|
32879
|
-
height: 16px;
|
|
32880
33051
|
}
|
|
32881
33052
|
|
|
32882
33053
|
.sut42l0 {
|
|
@@ -32905,13 +33076,9 @@ input.rrg1fkn.ant-input {
|
|
|
32905
33076
|
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
32906
33077
|
}
|
|
32907
33078
|
|
|
32908
|
-
.
|
|
32909
|
-
padding-left: 0;
|
|
32910
|
-
}
|
|
32911
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
32912
|
-
border-radius: 4px 0 0 4px;
|
|
32913
|
-
padding-right: 4px;
|
|
33079
|
+
.iwsze0q {
|
|
32914
33080
|
margin-right: 4px;
|
|
33081
|
+
height: 16px;
|
|
32915
33082
|
}
|
|
32916
33083
|
|
|
32917
33084
|
.at4ovwe .ant-input-number-handler-wrap {
|