@cloudtower/eagle 0.27.2 → 0.27.3
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 +1818 -1651
- package/dist/coreX/CronPlan/CronPlan.stories.d.ts +9 -0
- package/dist/coreX/CronPlan/index.d.ts +18 -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 +1112 -945
- 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 +6 -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,13 +29870,17 @@ html body {
|
|
|
29883
29870
|
animation: rotate 680ms linear infinite;
|
|
29884
29871
|
}
|
|
29885
29872
|
|
|
29886
|
-
.
|
|
29887
|
-
|
|
29888
|
-
|
|
29889
|
-
|
|
29890
|
-
|
|
29891
|
-
|
|
29892
|
-
|
|
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;
|
|
29893
29884
|
}
|
|
29894
29885
|
|
|
29895
29886
|
.cz04yix {
|
|
@@ -30650,6 +30641,15 @@ input.rrg1fkn.ant-input {
|
|
|
30650
30641
|
width: 36px;
|
|
30651
30642
|
}
|
|
30652
30643
|
|
|
30644
|
+
.obf05yr {
|
|
30645
|
+
display: inline-block;
|
|
30646
|
+
}
|
|
30647
|
+
|
|
30648
|
+
.hsms1n6 {
|
|
30649
|
+
visibility: hidden;
|
|
30650
|
+
position: absolute;
|
|
30651
|
+
}
|
|
30652
|
+
|
|
30653
30653
|
.p12gwtiw {
|
|
30654
30654
|
display: flex;
|
|
30655
30655
|
justify-content: space-between;
|
|
@@ -30766,76 +30766,632 @@ input.rrg1fkn.ant-input {
|
|
|
30766
30766
|
display: inline-block;
|
|
30767
30767
|
}
|
|
30768
30768
|
|
|
30769
|
-
.
|
|
30770
|
-
|
|
30769
|
+
.d6j0lbj {
|
|
30770
|
+
font-family: Inter;
|
|
30771
|
+
font-style: normal;
|
|
30772
|
+
font-weight: bold;
|
|
30773
|
+
font-size: 32px;
|
|
30774
|
+
line-height: 40px;
|
|
30771
30775
|
}
|
|
30772
30776
|
|
|
30773
|
-
.
|
|
30774
|
-
|
|
30777
|
+
.d1xhvvxe {
|
|
30778
|
+
font-family: Inter;
|
|
30779
|
+
font-style: normal;
|
|
30780
|
+
font-weight: bold;
|
|
30781
|
+
font-size: 24px;
|
|
30782
|
+
line-height: 32px;
|
|
30775
30783
|
}
|
|
30776
|
-
|
|
30777
|
-
|
|
30778
|
-
|
|
30784
|
+
|
|
30785
|
+
.dk10mxq {
|
|
30786
|
+
font-family: Inter;
|
|
30787
|
+
font-style: normal;
|
|
30788
|
+
font-weight: normal;
|
|
30789
|
+
font-size: 32px;
|
|
30790
|
+
line-height: 40px;
|
|
30779
30791
|
}
|
|
30780
|
-
|
|
30781
|
-
|
|
30792
|
+
|
|
30793
|
+
.dxsait {
|
|
30794
|
+
font-family: Inter;
|
|
30795
|
+
font-style: normal;
|
|
30796
|
+
font-weight: bold;
|
|
30797
|
+
font-size: 20px;
|
|
30798
|
+
line-height: 24px;
|
|
30782
30799
|
}
|
|
30783
|
-
|
|
30784
|
-
|
|
30785
|
-
|
|
30800
|
+
|
|
30801
|
+
.dokn0h3 {
|
|
30802
|
+
font-family: Inter;
|
|
30803
|
+
font-style: normal;
|
|
30804
|
+
font-weight: normal;
|
|
30805
|
+
font-size: 20px;
|
|
30806
|
+
line-height: 24px;
|
|
30786
30807
|
}
|
|
30787
|
-
|
|
30788
|
-
|
|
30808
|
+
|
|
30809
|
+
.dobau4p {
|
|
30810
|
+
font-family: Inter;
|
|
30811
|
+
font-style: normal;
|
|
30812
|
+
font-weight: bold;
|
|
30813
|
+
font-size: 18px;
|
|
30814
|
+
line-height: 22px;
|
|
30789
30815
|
}
|
|
30790
|
-
|
|
30791
|
-
|
|
30816
|
+
|
|
30817
|
+
.dvolwok {
|
|
30818
|
+
font-family: Inter;
|
|
30819
|
+
font-style: normal;
|
|
30820
|
+
font-weight: normal;
|
|
30821
|
+
font-size: 18px;
|
|
30822
|
+
line-height: 22px;
|
|
30792
30823
|
}
|
|
30793
|
-
|
|
30794
|
-
|
|
30824
|
+
|
|
30825
|
+
.h181qhg4 {
|
|
30826
|
+
font-family: Inter;
|
|
30827
|
+
font-style: normal;
|
|
30828
|
+
font-weight: bold;
|
|
30829
|
+
font-size: 16px;
|
|
30830
|
+
line-height: 22px;
|
|
30795
30831
|
}
|
|
30796
|
-
|
|
30797
|
-
|
|
30832
|
+
|
|
30833
|
+
.h1phgmcq {
|
|
30834
|
+
font-family: Inter;
|
|
30835
|
+
font-style: normal;
|
|
30836
|
+
font-weight: normal;
|
|
30837
|
+
font-size: 16px;
|
|
30838
|
+
line-height: 22px;
|
|
30798
30839
|
}
|
|
30799
|
-
|
|
30800
|
-
|
|
30840
|
+
|
|
30841
|
+
.h173xnl1 {
|
|
30842
|
+
font-family: Inter;
|
|
30843
|
+
font-style: normal;
|
|
30844
|
+
font-weight: bold;
|
|
30845
|
+
font-size: 14px;
|
|
30846
|
+
line-height: 20px;
|
|
30801
30847
|
}
|
|
30802
|
-
|
|
30803
|
-
|
|
30804
|
-
|
|
30848
|
+
|
|
30849
|
+
.hedm4pz {
|
|
30850
|
+
font-family: Inter;
|
|
30851
|
+
font-style: normal;
|
|
30852
|
+
font-weight: normal;
|
|
30853
|
+
font-size: 14px;
|
|
30854
|
+
line-height: 20px;
|
|
30805
30855
|
}
|
|
30806
|
-
|
|
30807
|
-
|
|
30856
|
+
|
|
30857
|
+
.h1kd8xld {
|
|
30858
|
+
font-family: Inter;
|
|
30859
|
+
font-style: normal;
|
|
30860
|
+
font-weight: bold;
|
|
30861
|
+
font-size: 12px;
|
|
30862
|
+
line-height: 18px;
|
|
30808
30863
|
}
|
|
30809
|
-
|
|
30810
|
-
.
|
|
30811
|
-
|
|
30864
|
+
|
|
30865
|
+
.hp14fr {
|
|
30866
|
+
font-family: Inter;
|
|
30867
|
+
font-style: normal;
|
|
30868
|
+
font-weight: normal;
|
|
30869
|
+
font-size: 12px;
|
|
30870
|
+
line-height: 18px;
|
|
30812
30871
|
}
|
|
30813
|
-
|
|
30814
|
-
|
|
30872
|
+
|
|
30873
|
+
.hgrg7mn {
|
|
30874
|
+
font-family: Inter;
|
|
30875
|
+
font-style: normal;
|
|
30876
|
+
font-weight: bold;
|
|
30877
|
+
text-transform: uppercase;
|
|
30878
|
+
font-feature-settings: "cpsp" on;
|
|
30879
|
+
font-size: 12px;
|
|
30880
|
+
line-height: 18px;
|
|
30815
30881
|
}
|
|
30816
|
-
|
|
30817
|
-
.
|
|
30818
|
-
|
|
30819
|
-
|
|
30882
|
+
|
|
30883
|
+
.h6zme9x {
|
|
30884
|
+
font-family: Inter;
|
|
30885
|
+
font-style: normal;
|
|
30886
|
+
font-weight: normal;
|
|
30887
|
+
text-transform: uppercase;
|
|
30888
|
+
font-feature-settings: "cpsp" on;
|
|
30889
|
+
font-size: 12px;
|
|
30890
|
+
line-height: 18px;
|
|
30820
30891
|
}
|
|
30821
|
-
|
|
30822
|
-
.
|
|
30823
|
-
|
|
30824
|
-
|
|
30825
|
-
|
|
30826
|
-
|
|
30892
|
+
|
|
30893
|
+
.locjvsv {
|
|
30894
|
+
font-family: Inter;
|
|
30895
|
+
font-style: normal;
|
|
30896
|
+
font-weight: normal;
|
|
30897
|
+
font-size: 16px;
|
|
30898
|
+
line-height: 24px;
|
|
30827
30899
|
}
|
|
30828
|
-
|
|
30829
|
-
.
|
|
30830
|
-
|
|
30831
|
-
|
|
30832
|
-
|
|
30900
|
+
|
|
30901
|
+
.l13gi131 {
|
|
30902
|
+
font-family: Inter;
|
|
30903
|
+
font-style: normal;
|
|
30904
|
+
font-weight: bold;
|
|
30905
|
+
font-size: 16px;
|
|
30906
|
+
line-height: 24px;
|
|
30833
30907
|
}
|
|
30834
|
-
|
|
30835
|
-
|
|
30908
|
+
|
|
30909
|
+
.l1ynemsu {
|
|
30910
|
+
font-family: Inter;
|
|
30911
|
+
font-style: normal;
|
|
30912
|
+
font-weight: normal;
|
|
30913
|
+
font-size: 16px;
|
|
30914
|
+
line-height: 24px;
|
|
30836
30915
|
}
|
|
30837
|
-
|
|
30838
|
-
|
|
30916
|
+
|
|
30917
|
+
.l1cft1cx {
|
|
30918
|
+
font-family: Inter;
|
|
30919
|
+
font-style: normal;
|
|
30920
|
+
font-weight: bold;
|
|
30921
|
+
font-size: 16px;
|
|
30922
|
+
line-height: 24px;
|
|
30923
|
+
}
|
|
30924
|
+
|
|
30925
|
+
.l17tqc8p {
|
|
30926
|
+
font-family: Inter;
|
|
30927
|
+
font-style: normal;
|
|
30928
|
+
font-weight: normal;
|
|
30929
|
+
text-transform: uppercase;
|
|
30930
|
+
font-feature-settings: "cpsp" on;
|
|
30931
|
+
font-size: 16px;
|
|
30932
|
+
line-height: 24px;
|
|
30933
|
+
}
|
|
30934
|
+
|
|
30935
|
+
.l1j1e5w7 {
|
|
30936
|
+
font-family: Inter;
|
|
30937
|
+
font-style: normal;
|
|
30938
|
+
font-weight: bold;
|
|
30939
|
+
text-transform: uppercase;
|
|
30940
|
+
font-feature-settings: "cpsp" on;
|
|
30941
|
+
font-size: 16px;
|
|
30942
|
+
line-height: 24px;
|
|
30943
|
+
}
|
|
30944
|
+
|
|
30945
|
+
.l1gf91jb {
|
|
30946
|
+
font-family: Inter;
|
|
30947
|
+
font-style: normal;
|
|
30948
|
+
font-weight: normal;
|
|
30949
|
+
font-size: 14px;
|
|
30950
|
+
line-height: 22px;
|
|
30951
|
+
}
|
|
30952
|
+
|
|
30953
|
+
.lu7hlr6 {
|
|
30954
|
+
font-family: Inter;
|
|
30955
|
+
font-style: normal;
|
|
30956
|
+
font-weight: 500;
|
|
30957
|
+
font-size: 14px;
|
|
30958
|
+
line-height: 22px;
|
|
30959
|
+
}
|
|
30960
|
+
|
|
30961
|
+
.l3l3jf0 {
|
|
30962
|
+
font-family: Inter;
|
|
30963
|
+
font-style: normal;
|
|
30964
|
+
font-weight: bold;
|
|
30965
|
+
font-size: 14px;
|
|
30966
|
+
line-height: 22px;
|
|
30967
|
+
}
|
|
30968
|
+
|
|
30969
|
+
.l12j5nqp {
|
|
30970
|
+
font-family: Inter;
|
|
30971
|
+
font-style: normal;
|
|
30972
|
+
font-weight: normal;
|
|
30973
|
+
font-size: 14px;
|
|
30974
|
+
line-height: 22px;
|
|
30975
|
+
}
|
|
30976
|
+
|
|
30977
|
+
.l1tecqht {
|
|
30978
|
+
font-family: Inter;
|
|
30979
|
+
font-style: normal;
|
|
30980
|
+
font-weight: bold;
|
|
30981
|
+
font-size: 14px;
|
|
30982
|
+
line-height: 22px;
|
|
30983
|
+
}
|
|
30984
|
+
|
|
30985
|
+
.l6sa990 {
|
|
30986
|
+
font-family: Inter;
|
|
30987
|
+
font-style: normal;
|
|
30988
|
+
font-weight: normal;
|
|
30989
|
+
text-transform: uppercase;
|
|
30990
|
+
font-feature-settings: "cpsp" on;
|
|
30991
|
+
font-size: 14px;
|
|
30992
|
+
line-height: 22px;
|
|
30993
|
+
}
|
|
30994
|
+
|
|
30995
|
+
.lckqe8j {
|
|
30996
|
+
font-family: Inter;
|
|
30997
|
+
font-style: normal;
|
|
30998
|
+
font-weight: bold;
|
|
30999
|
+
text-transform: uppercase;
|
|
31000
|
+
font-feature-settings: "cpsp" on;
|
|
31001
|
+
font-size: 14px;
|
|
31002
|
+
line-height: 22px;
|
|
31003
|
+
}
|
|
31004
|
+
|
|
31005
|
+
.l1kuminb {
|
|
31006
|
+
font-family: Inter;
|
|
31007
|
+
font-style: normal;
|
|
31008
|
+
font-weight: normal;
|
|
31009
|
+
font-size: 13px;
|
|
31010
|
+
line-height: 20px;
|
|
31011
|
+
}
|
|
31012
|
+
|
|
31013
|
+
.l1pbuf5j {
|
|
31014
|
+
font-family: Inter;
|
|
31015
|
+
font-style: normal;
|
|
31016
|
+
font-weight: 600;
|
|
31017
|
+
font-size: 13px;
|
|
31018
|
+
line-height: 20px;
|
|
31019
|
+
}
|
|
31020
|
+
|
|
31021
|
+
.l1r4ztu {
|
|
31022
|
+
font-family: Inter;
|
|
31023
|
+
font-style: normal;
|
|
31024
|
+
font-weight: bold;
|
|
31025
|
+
font-size: 13px;
|
|
31026
|
+
line-height: 20px;
|
|
31027
|
+
}
|
|
31028
|
+
|
|
31029
|
+
.ly8vzok {
|
|
31030
|
+
font-family: Inter;
|
|
31031
|
+
font-style: normal;
|
|
31032
|
+
font-weight: normal;
|
|
31033
|
+
font-size: 13px;
|
|
31034
|
+
line-height: 20px;
|
|
31035
|
+
}
|
|
31036
|
+
|
|
31037
|
+
.lumfmf {
|
|
31038
|
+
font-family: Inter;
|
|
31039
|
+
font-style: normal;
|
|
31040
|
+
font-weight: 600;
|
|
31041
|
+
font-size: 13px;
|
|
31042
|
+
line-height: 20px;
|
|
31043
|
+
}
|
|
31044
|
+
|
|
31045
|
+
.l16ujwmv {
|
|
31046
|
+
font-family: Inter;
|
|
31047
|
+
font-style: normal;
|
|
31048
|
+
font-weight: bold;
|
|
31049
|
+
font-size: 13px;
|
|
31050
|
+
line-height: 20px;
|
|
31051
|
+
}
|
|
31052
|
+
|
|
31053
|
+
.l17o1ffr {
|
|
31054
|
+
font-family: Inter;
|
|
31055
|
+
font-style: normal;
|
|
31056
|
+
font-weight: normal;
|
|
31057
|
+
text-transform: uppercase;
|
|
31058
|
+
font-feature-settings: "cpsp" on;
|
|
31059
|
+
font-size: 13px;
|
|
31060
|
+
line-height: 20px;
|
|
31061
|
+
}
|
|
31062
|
+
|
|
31063
|
+
.lngllvn {
|
|
31064
|
+
font-family: Inter;
|
|
31065
|
+
font-style: normal;
|
|
31066
|
+
font-weight: bold;
|
|
31067
|
+
text-transform: uppercase;
|
|
31068
|
+
font-feature-settings: "cpsp" on;
|
|
31069
|
+
font-size: 13px;
|
|
31070
|
+
line-height: 20px;
|
|
31071
|
+
}
|
|
31072
|
+
|
|
31073
|
+
.l2i7fo9 {
|
|
31074
|
+
font-family: Inter;
|
|
31075
|
+
font-style: normal;
|
|
31076
|
+
font-weight: normal;
|
|
31077
|
+
font-size: 12px;
|
|
31078
|
+
line-height: 18px;
|
|
31079
|
+
}
|
|
31080
|
+
|
|
31081
|
+
.l1x7hscx {
|
|
31082
|
+
font-family: Inter;
|
|
31083
|
+
font-style: normal;
|
|
31084
|
+
font-weight: 500;
|
|
31085
|
+
font-size: 12px;
|
|
31086
|
+
line-height: 18px;
|
|
31087
|
+
}
|
|
31088
|
+
|
|
31089
|
+
.le1jwan {
|
|
31090
|
+
font-family: Inter;
|
|
31091
|
+
font-style: normal;
|
|
31092
|
+
font-weight: bold;
|
|
31093
|
+
font-size: 12px;
|
|
31094
|
+
line-height: 18px;
|
|
31095
|
+
}
|
|
31096
|
+
|
|
31097
|
+
.lyxynfj {
|
|
31098
|
+
font-family: Inter;
|
|
31099
|
+
font-style: normal;
|
|
31100
|
+
font-weight: normal;
|
|
31101
|
+
font-size: 12px;
|
|
31102
|
+
line-height: 18px;
|
|
31103
|
+
}
|
|
31104
|
+
|
|
31105
|
+
.lpb2nxv {
|
|
31106
|
+
font-family: Inter;
|
|
31107
|
+
font-style: normal;
|
|
31108
|
+
font-weight: 500;
|
|
31109
|
+
font-size: 12px;
|
|
31110
|
+
line-height: 18px;
|
|
31111
|
+
}
|
|
31112
|
+
|
|
31113
|
+
.l1r8o3vv {
|
|
31114
|
+
font-family: Inter;
|
|
31115
|
+
font-style: normal;
|
|
31116
|
+
font-weight: bold;
|
|
31117
|
+
font-size: 12px;
|
|
31118
|
+
line-height: 18px;
|
|
31119
|
+
}
|
|
31120
|
+
|
|
31121
|
+
.lemnjy2 {
|
|
31122
|
+
font-family: Inter;
|
|
31123
|
+
font-style: normal;
|
|
31124
|
+
font-weight: normal;
|
|
31125
|
+
text-transform: uppercase;
|
|
31126
|
+
font-feature-settings: "cpsp" on;
|
|
31127
|
+
font-size: 12px;
|
|
31128
|
+
line-height: 18px;
|
|
31129
|
+
}
|
|
31130
|
+
|
|
31131
|
+
.lrc42gb {
|
|
31132
|
+
font-family: Inter;
|
|
31133
|
+
font-style: normal;
|
|
31134
|
+
font-weight: bold;
|
|
31135
|
+
text-transform: uppercase;
|
|
31136
|
+
font-feature-settings: "cpsp" on;
|
|
31137
|
+
font-size: 12px;
|
|
31138
|
+
line-height: 18px;
|
|
31139
|
+
}
|
|
31140
|
+
|
|
31141
|
+
.fqaz4mb {
|
|
31142
|
+
font-family: Inter;
|
|
31143
|
+
font-style: normal;
|
|
31144
|
+
font-weight: normal;
|
|
31145
|
+
font-size: 13px;
|
|
31146
|
+
line-height: 20px;
|
|
31147
|
+
}
|
|
31148
|
+
|
|
31149
|
+
.f13we5o {
|
|
31150
|
+
font-family: Inter;
|
|
31151
|
+
font-style: normal;
|
|
31152
|
+
font-weight: normal;
|
|
31153
|
+
font-size: 13px;
|
|
31154
|
+
line-height: 20px;
|
|
31155
|
+
}
|
|
31156
|
+
|
|
31157
|
+
.ffmjua2 {
|
|
31158
|
+
font-family: Inter;
|
|
31159
|
+
font-style: normal;
|
|
31160
|
+
font-weight: normal;
|
|
31161
|
+
font-size: 12px;
|
|
31162
|
+
line-height: 18px;
|
|
31163
|
+
}
|
|
31164
|
+
|
|
31165
|
+
.fz2mxw0 {
|
|
31166
|
+
font-family: Inter;
|
|
31167
|
+
font-style: normal;
|
|
31168
|
+
font-weight: normal;
|
|
31169
|
+
font-size: 12px;
|
|
31170
|
+
line-height: 18px;
|
|
31171
|
+
}
|
|
31172
|
+
|
|
31173
|
+
.t1ertzoh {
|
|
31174
|
+
font-family: Inter;
|
|
31175
|
+
font-style: normal;
|
|
31176
|
+
font-weight: normal;
|
|
31177
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31178
|
+
font-size: 13px;
|
|
31179
|
+
line-height: 20px;
|
|
31180
|
+
}
|
|
31181
|
+
|
|
31182
|
+
.t19bge8r {
|
|
31183
|
+
font-family: Inter;
|
|
31184
|
+
font-style: normal;
|
|
31185
|
+
font-weight: normal;
|
|
31186
|
+
font-feature-settings: "zero" on;
|
|
31187
|
+
font-size: 13px;
|
|
31188
|
+
line-height: 20px;
|
|
31189
|
+
}
|
|
31190
|
+
|
|
31191
|
+
.tjrzfyl {
|
|
31192
|
+
font-family: Inter;
|
|
31193
|
+
font-style: normal;
|
|
31194
|
+
font-weight: normal;
|
|
31195
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31196
|
+
font-size: 12px;
|
|
31197
|
+
line-height: 18px;
|
|
31198
|
+
}
|
|
31199
|
+
|
|
31200
|
+
.tm6s7bo {
|
|
31201
|
+
font-family: Inter;
|
|
31202
|
+
font-style: normal;
|
|
31203
|
+
font-weight: 500;
|
|
31204
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31205
|
+
font-size: 12px;
|
|
31206
|
+
line-height: 18px;
|
|
31207
|
+
}
|
|
31208
|
+
|
|
31209
|
+
.t19zq6ic {
|
|
31210
|
+
font-family: Inter;
|
|
31211
|
+
font-style: normal;
|
|
31212
|
+
font-weight: normal;
|
|
31213
|
+
font-feature-settings: "zero" on;
|
|
31214
|
+
font-size: 12px;
|
|
31215
|
+
line-height: 18px;
|
|
31216
|
+
}
|
|
31217
|
+
|
|
31218
|
+
.t1gduru8 {
|
|
31219
|
+
font-family: Inter;
|
|
31220
|
+
font-style: normal;
|
|
31221
|
+
font-weight: 500;
|
|
31222
|
+
font-feature-settings: "zero" on;
|
|
31223
|
+
font-size: 12px;
|
|
31224
|
+
line-height: 18px;
|
|
31225
|
+
}
|
|
31226
|
+
|
|
31227
|
+
.t55raab {
|
|
31228
|
+
font-family: Inter;
|
|
31229
|
+
font-style: normal;
|
|
31230
|
+
font-weight: bold;
|
|
31231
|
+
font-feature-settings: "zero" on;
|
|
31232
|
+
font-size: 16px;
|
|
31233
|
+
line-height: 24px;
|
|
31234
|
+
}
|
|
31235
|
+
|
|
31236
|
+
.u1w9abfe {
|
|
31237
|
+
font-family: Inter;
|
|
31238
|
+
font-style: normal;
|
|
31239
|
+
font-weight: normal;
|
|
31240
|
+
font-size: 10px;
|
|
31241
|
+
line-height: 12px;
|
|
31242
|
+
}
|
|
31243
|
+
|
|
31244
|
+
.s1fc623g {
|
|
31245
|
+
width: 430px !important;
|
|
31246
|
+
}
|
|
31247
|
+
|
|
31248
|
+
.da3mx0o .ant-select-item-group {
|
|
31249
|
+
padding: 8px 16px;
|
|
31250
|
+
line-height: 18px;
|
|
31251
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31252
|
+
height: 34px;
|
|
31253
|
+
min-height: 34px;
|
|
31254
|
+
box-sizing: border-box;
|
|
31255
|
+
margin-top: 8px;
|
|
31256
|
+
}
|
|
31257
|
+
|
|
31258
|
+
.onr9gzt {
|
|
31259
|
+
display: flex;
|
|
31260
|
+
flex-direction: column;
|
|
31261
|
+
margin: 1px 8px;
|
|
31262
|
+
padding: 8px;
|
|
31263
|
+
border-radius: 4px;
|
|
31264
|
+
}
|
|
31265
|
+
.onr9gzt .selected-icon {
|
|
31266
|
+
display: none;
|
|
31267
|
+
}
|
|
31268
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31269
|
+
padding-left: 8px;
|
|
31270
|
+
}
|
|
31271
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31272
|
+
background-color: white;
|
|
31273
|
+
}
|
|
31274
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31275
|
+
color: #0080ff;
|
|
31276
|
+
}
|
|
31277
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31278
|
+
display: block;
|
|
31279
|
+
}
|
|
31280
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31281
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31282
|
+
}
|
|
31283
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31284
|
+
color: #0080ff;
|
|
31285
|
+
}
|
|
31286
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31287
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31288
|
+
color: #0080ff;
|
|
31289
|
+
}
|
|
31290
|
+
|
|
31291
|
+
.oiy0apc {
|
|
31292
|
+
display: flex;
|
|
31293
|
+
justify-content: space-between;
|
|
31294
|
+
height: 20px;
|
|
31295
|
+
line-height: 20px;
|
|
31296
|
+
}
|
|
31297
|
+
.oiy0apc .timezone-title {
|
|
31298
|
+
color: #2d3a56;
|
|
31299
|
+
overflow: hidden;
|
|
31300
|
+
text-overflow: ellipsis;
|
|
31301
|
+
}
|
|
31302
|
+
|
|
31303
|
+
.of4y382 {
|
|
31304
|
+
display: flex;
|
|
31305
|
+
justify-content: space-between;
|
|
31306
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31307
|
+
height: 18px;
|
|
31308
|
+
line-height: 18px;
|
|
31309
|
+
margin-top: 2px;
|
|
31310
|
+
}
|
|
31311
|
+
|
|
31312
|
+
.t19903l9 {
|
|
31313
|
+
border: none;
|
|
31314
|
+
margin-right: 0;
|
|
31315
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31316
|
+
}
|
|
31317
|
+
|
|
31318
|
+
.ohwbvxu {
|
|
31319
|
+
pointer-events: none;
|
|
31320
|
+
height: 32px;
|
|
31321
|
+
width: 100%;
|
|
31322
|
+
opacity: 0;
|
|
31323
|
+
}
|
|
31324
|
+
|
|
31325
|
+
.t1upn1sz {
|
|
31326
|
+
height: 100%;
|
|
31327
|
+
}
|
|
31328
|
+
|
|
31329
|
+
.tta5kd2 {
|
|
31330
|
+
height: 100%;
|
|
31331
|
+
}
|
|
31332
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
31333
|
+
overflow: visible !important;
|
|
31334
|
+
height: 100%;
|
|
31335
|
+
}
|
|
31336
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31337
|
+
height: 100%;
|
|
31338
|
+
}
|
|
31339
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
31340
|
+
width: 100% !important;
|
|
31341
|
+
height: 100%;
|
|
31342
|
+
}
|
|
31343
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31344
|
+
padding: 15px 0;
|
|
31345
|
+
}
|
|
31346
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31347
|
+
display: none;
|
|
31348
|
+
}
|
|
31349
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
31350
|
+
font-weight: 700;
|
|
31351
|
+
}
|
|
31352
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31353
|
+
font-weight: 700;
|
|
31354
|
+
}
|
|
31355
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
31356
|
+
height: 100%;
|
|
31357
|
+
}
|
|
31358
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31359
|
+
height: 100%;
|
|
31360
|
+
overflow: visible;
|
|
31361
|
+
}
|
|
31362
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31363
|
+
max-height: none;
|
|
31364
|
+
}
|
|
31365
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31366
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31367
|
+
display: none;
|
|
31368
|
+
}
|
|
31369
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
31370
|
+
background: transparent;
|
|
31371
|
+
}
|
|
31372
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31373
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31374
|
+
background: #fff;
|
|
31375
|
+
padding: 0 !important;
|
|
31376
|
+
}
|
|
31377
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31378
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31379
|
+
display: flex;
|
|
31380
|
+
align-items: center;
|
|
31381
|
+
height: 100%;
|
|
31382
|
+
padding: 8px;
|
|
31383
|
+
}
|
|
31384
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31385
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31386
|
+
overflow: hidden;
|
|
31387
|
+
text-overflow: ellipsis;
|
|
31388
|
+
width: 100%;
|
|
31389
|
+
}
|
|
31390
|
+
.tta5kd2 .ant-table-container {
|
|
31391
|
+
height: 100%;
|
|
31392
|
+
}
|
|
31393
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31394
|
+
box-shadow: none !important;
|
|
30839
31395
|
}
|
|
30840
31396
|
.tta5kd2 .ant-table {
|
|
30841
31397
|
border-radius: 0px;
|
|
@@ -31019,684 +31575,320 @@ input.rrg1fkn.ant-input {
|
|
|
31019
31575
|
position: absolute;
|
|
31020
31576
|
right: 0;
|
|
31021
31577
|
}
|
|
31022
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31023
|
-
padding: unset;
|
|
31024
|
-
}
|
|
31025
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31026
|
-
display: none;
|
|
31027
|
-
}
|
|
31028
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31029
|
-
width: 100%;
|
|
31030
|
-
overflow: hidden;
|
|
31031
|
-
white-space: nowrap;
|
|
31032
|
-
text-overflow: ellipsis;
|
|
31033
|
-
}
|
|
31034
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31035
|
-
overflow: hidden;
|
|
31036
|
-
text-overflow: ellipsis;
|
|
31037
|
-
flex: 1;
|
|
31038
|
-
}
|
|
31039
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31040
|
-
padding: 15px 25px 15px 8px;
|
|
31041
|
-
}
|
|
31042
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31043
|
-
padding: 0;
|
|
31044
|
-
}
|
|
31045
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31046
|
-
position: absolute;
|
|
31047
|
-
right: 6px;
|
|
31048
|
-
top: 50%;
|
|
31049
|
-
transform: translateY(-50%);
|
|
31050
|
-
height: 16px;
|
|
31051
|
-
display: none;
|
|
31052
|
-
transition: transform 320ms ease;
|
|
31053
|
-
}
|
|
31054
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31055
|
-
display: block;
|
|
31056
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
31057
|
-
}
|
|
31058
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31059
|
-
display: block;
|
|
31060
|
-
}
|
|
31061
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31062
|
-
display: none;
|
|
31063
|
-
}
|
|
31064
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31065
|
-
transform: translateY(-50%);
|
|
31066
|
-
}
|
|
31067
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31068
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
31069
|
-
}
|
|
31070
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31071
|
-
background: #f2f5fa;
|
|
31072
|
-
}
|
|
31073
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31074
|
-
display: block;
|
|
31075
|
-
}
|
|
31076
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31077
|
-
padding-right: 25px;
|
|
31078
|
-
}
|
|
31079
|
-
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31080
|
-
padding: 0 !important;
|
|
31081
|
-
}
|
|
31082
|
-
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31083
|
-
position: absolute;
|
|
31084
|
-
left: 50%;
|
|
31085
|
-
top: 50%;
|
|
31086
|
-
transform: translate(-50%, -50%);
|
|
31087
|
-
}
|
|
31088
|
-
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31089
|
-
display: none;
|
|
31090
|
-
}
|
|
31091
|
-
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31092
|
-
background: #fff;
|
|
31093
|
-
}
|
|
31094
|
-
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31095
|
-
background: inherit;
|
|
31096
|
-
}
|
|
31097
|
-
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31098
|
-
position: static;
|
|
31099
|
-
border: none;
|
|
31100
|
-
background: inherit !important;
|
|
31101
|
-
height: 100px;
|
|
31102
|
-
vertical-align: middle;
|
|
31103
|
-
}
|
|
31104
|
-
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31105
|
-
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31106
|
-
font-weight: bold;
|
|
31107
|
-
font-size: 20px;
|
|
31108
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31109
|
-
}
|
|
31110
|
-
.tta5kd2 .ant-table td.cell__action_ {
|
|
31111
|
-
padding: 0 !important;
|
|
31112
|
-
position: relative;
|
|
31113
|
-
background: #fff;
|
|
31114
|
-
}
|
|
31115
|
-
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31116
|
-
height: 100%;
|
|
31117
|
-
display: flex;
|
|
31118
|
-
align-items: center;
|
|
31119
|
-
justify-content: flex-end;
|
|
31120
|
-
padding-right: 8px;
|
|
31121
|
-
}
|
|
31122
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31123
|
-
width: 24px;
|
|
31124
|
-
height: 24px;
|
|
31125
|
-
cursor: pointer;
|
|
31126
|
-
justify-content: center;
|
|
31127
|
-
border-radius: 4px;
|
|
31128
|
-
}
|
|
31129
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31130
|
-
background: #fff;
|
|
31131
|
-
}
|
|
31132
|
-
|
|
31133
|
-
.d6j0lbj {
|
|
31134
|
-
font-family: Inter;
|
|
31135
|
-
font-style: normal;
|
|
31136
|
-
font-weight: bold;
|
|
31137
|
-
font-size: 32px;
|
|
31138
|
-
line-height: 40px;
|
|
31139
|
-
}
|
|
31140
|
-
|
|
31141
|
-
.d1xhvvxe {
|
|
31142
|
-
font-family: Inter;
|
|
31143
|
-
font-style: normal;
|
|
31144
|
-
font-weight: bold;
|
|
31145
|
-
font-size: 24px;
|
|
31146
|
-
line-height: 32px;
|
|
31147
|
-
}
|
|
31148
|
-
|
|
31149
|
-
.dk10mxq {
|
|
31150
|
-
font-family: Inter;
|
|
31151
|
-
font-style: normal;
|
|
31152
|
-
font-weight: normal;
|
|
31153
|
-
font-size: 32px;
|
|
31154
|
-
line-height: 40px;
|
|
31155
|
-
}
|
|
31156
|
-
|
|
31157
|
-
.dxsait {
|
|
31158
|
-
font-family: Inter;
|
|
31159
|
-
font-style: normal;
|
|
31160
|
-
font-weight: bold;
|
|
31161
|
-
font-size: 20px;
|
|
31162
|
-
line-height: 24px;
|
|
31163
|
-
}
|
|
31164
|
-
|
|
31165
|
-
.dokn0h3 {
|
|
31166
|
-
font-family: Inter;
|
|
31167
|
-
font-style: normal;
|
|
31168
|
-
font-weight: normal;
|
|
31169
|
-
font-size: 20px;
|
|
31170
|
-
line-height: 24px;
|
|
31171
|
-
}
|
|
31172
|
-
|
|
31173
|
-
.dobau4p {
|
|
31174
|
-
font-family: Inter;
|
|
31175
|
-
font-style: normal;
|
|
31176
|
-
font-weight: bold;
|
|
31177
|
-
font-size: 18px;
|
|
31178
|
-
line-height: 22px;
|
|
31179
|
-
}
|
|
31180
|
-
|
|
31181
|
-
.dvolwok {
|
|
31182
|
-
font-family: Inter;
|
|
31183
|
-
font-style: normal;
|
|
31184
|
-
font-weight: normal;
|
|
31185
|
-
font-size: 18px;
|
|
31186
|
-
line-height: 22px;
|
|
31187
|
-
}
|
|
31188
|
-
|
|
31189
|
-
.h181qhg4 {
|
|
31190
|
-
font-family: Inter;
|
|
31191
|
-
font-style: normal;
|
|
31192
|
-
font-weight: bold;
|
|
31193
|
-
font-size: 16px;
|
|
31194
|
-
line-height: 22px;
|
|
31195
|
-
}
|
|
31196
|
-
|
|
31197
|
-
.h1phgmcq {
|
|
31198
|
-
font-family: Inter;
|
|
31199
|
-
font-style: normal;
|
|
31200
|
-
font-weight: normal;
|
|
31201
|
-
font-size: 16px;
|
|
31202
|
-
line-height: 22px;
|
|
31203
|
-
}
|
|
31204
|
-
|
|
31205
|
-
.h173xnl1 {
|
|
31206
|
-
font-family: Inter;
|
|
31207
|
-
font-style: normal;
|
|
31208
|
-
font-weight: bold;
|
|
31209
|
-
font-size: 14px;
|
|
31210
|
-
line-height: 20px;
|
|
31211
|
-
}
|
|
31212
|
-
|
|
31213
|
-
.hedm4pz {
|
|
31214
|
-
font-family: Inter;
|
|
31215
|
-
font-style: normal;
|
|
31216
|
-
font-weight: normal;
|
|
31217
|
-
font-size: 14px;
|
|
31218
|
-
line-height: 20px;
|
|
31219
|
-
}
|
|
31220
|
-
|
|
31221
|
-
.h1kd8xld {
|
|
31222
|
-
font-family: Inter;
|
|
31223
|
-
font-style: normal;
|
|
31224
|
-
font-weight: bold;
|
|
31225
|
-
font-size: 12px;
|
|
31226
|
-
line-height: 18px;
|
|
31227
|
-
}
|
|
31228
|
-
|
|
31229
|
-
.hp14fr {
|
|
31230
|
-
font-family: Inter;
|
|
31231
|
-
font-style: normal;
|
|
31232
|
-
font-weight: normal;
|
|
31233
|
-
font-size: 12px;
|
|
31234
|
-
line-height: 18px;
|
|
31235
|
-
}
|
|
31236
|
-
|
|
31237
|
-
.hgrg7mn {
|
|
31238
|
-
font-family: Inter;
|
|
31239
|
-
font-style: normal;
|
|
31240
|
-
font-weight: bold;
|
|
31241
|
-
text-transform: uppercase;
|
|
31242
|
-
font-feature-settings: "cpsp" on;
|
|
31243
|
-
font-size: 12px;
|
|
31244
|
-
line-height: 18px;
|
|
31245
|
-
}
|
|
31246
|
-
|
|
31247
|
-
.h6zme9x {
|
|
31248
|
-
font-family: Inter;
|
|
31249
|
-
font-style: normal;
|
|
31250
|
-
font-weight: normal;
|
|
31251
|
-
text-transform: uppercase;
|
|
31252
|
-
font-feature-settings: "cpsp" on;
|
|
31253
|
-
font-size: 12px;
|
|
31254
|
-
line-height: 18px;
|
|
31255
|
-
}
|
|
31256
|
-
|
|
31257
|
-
.locjvsv {
|
|
31258
|
-
font-family: Inter;
|
|
31259
|
-
font-style: normal;
|
|
31260
|
-
font-weight: normal;
|
|
31261
|
-
font-size: 16px;
|
|
31262
|
-
line-height: 24px;
|
|
31263
|
-
}
|
|
31264
|
-
|
|
31265
|
-
.l13gi131 {
|
|
31266
|
-
font-family: Inter;
|
|
31267
|
-
font-style: normal;
|
|
31268
|
-
font-weight: bold;
|
|
31269
|
-
font-size: 16px;
|
|
31270
|
-
line-height: 24px;
|
|
31578
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31579
|
+
padding: unset;
|
|
31271
31580
|
}
|
|
31272
|
-
|
|
31273
|
-
|
|
31274
|
-
font-family: Inter;
|
|
31275
|
-
font-style: normal;
|
|
31276
|
-
font-weight: normal;
|
|
31277
|
-
font-size: 16px;
|
|
31278
|
-
line-height: 24px;
|
|
31581
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31582
|
+
display: none;
|
|
31279
31583
|
}
|
|
31280
|
-
|
|
31281
|
-
|
|
31282
|
-
|
|
31283
|
-
|
|
31284
|
-
|
|
31285
|
-
font-size: 16px;
|
|
31286
|
-
line-height: 24px;
|
|
31584
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31585
|
+
width: 100%;
|
|
31586
|
+
overflow: hidden;
|
|
31587
|
+
white-space: nowrap;
|
|
31588
|
+
text-overflow: ellipsis;
|
|
31287
31589
|
}
|
|
31288
|
-
|
|
31289
|
-
|
|
31290
|
-
|
|
31291
|
-
|
|
31292
|
-
font-weight: normal;
|
|
31293
|
-
text-transform: uppercase;
|
|
31294
|
-
font-feature-settings: "cpsp" on;
|
|
31295
|
-
font-size: 16px;
|
|
31296
|
-
line-height: 24px;
|
|
31590
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31591
|
+
overflow: hidden;
|
|
31592
|
+
text-overflow: ellipsis;
|
|
31593
|
+
flex: 1;
|
|
31297
31594
|
}
|
|
31298
|
-
|
|
31299
|
-
|
|
31300
|
-
font-family: Inter;
|
|
31301
|
-
font-style: normal;
|
|
31302
|
-
font-weight: bold;
|
|
31303
|
-
text-transform: uppercase;
|
|
31304
|
-
font-feature-settings: "cpsp" on;
|
|
31305
|
-
font-size: 16px;
|
|
31306
|
-
line-height: 24px;
|
|
31595
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31596
|
+
padding: 15px 25px 15px 8px;
|
|
31307
31597
|
}
|
|
31308
|
-
|
|
31309
|
-
|
|
31310
|
-
font-family: Inter;
|
|
31311
|
-
font-style: normal;
|
|
31312
|
-
font-weight: normal;
|
|
31313
|
-
font-size: 14px;
|
|
31314
|
-
line-height: 22px;
|
|
31598
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31599
|
+
padding: 0;
|
|
31315
31600
|
}
|
|
31316
|
-
|
|
31317
|
-
|
|
31318
|
-
|
|
31319
|
-
|
|
31320
|
-
|
|
31321
|
-
|
|
31322
|
-
|
|
31601
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31602
|
+
position: absolute;
|
|
31603
|
+
right: 6px;
|
|
31604
|
+
top: 50%;
|
|
31605
|
+
transform: translateY(-50%);
|
|
31606
|
+
height: 16px;
|
|
31607
|
+
display: none;
|
|
31608
|
+
transition: transform 320ms ease;
|
|
31323
31609
|
}
|
|
31324
|
-
|
|
31325
|
-
|
|
31326
|
-
|
|
31327
|
-
font-style: normal;
|
|
31328
|
-
font-weight: bold;
|
|
31329
|
-
font-size: 14px;
|
|
31330
|
-
line-height: 22px;
|
|
31610
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31611
|
+
display: block;
|
|
31612
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31331
31613
|
}
|
|
31332
|
-
|
|
31333
|
-
|
|
31334
|
-
font-family: Inter;
|
|
31335
|
-
font-style: normal;
|
|
31336
|
-
font-weight: normal;
|
|
31337
|
-
font-size: 14px;
|
|
31338
|
-
line-height: 22px;
|
|
31614
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31615
|
+
display: block;
|
|
31339
31616
|
}
|
|
31340
|
-
|
|
31341
|
-
|
|
31342
|
-
font-family: Inter;
|
|
31343
|
-
font-style: normal;
|
|
31344
|
-
font-weight: bold;
|
|
31345
|
-
font-size: 14px;
|
|
31346
|
-
line-height: 22px;
|
|
31617
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31618
|
+
display: none;
|
|
31347
31619
|
}
|
|
31348
|
-
|
|
31349
|
-
|
|
31350
|
-
font-family: Inter;
|
|
31351
|
-
font-style: normal;
|
|
31352
|
-
font-weight: normal;
|
|
31353
|
-
text-transform: uppercase;
|
|
31354
|
-
font-feature-settings: "cpsp" on;
|
|
31355
|
-
font-size: 14px;
|
|
31356
|
-
line-height: 22px;
|
|
31620
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31621
|
+
transform: translateY(-50%);
|
|
31357
31622
|
}
|
|
31358
|
-
|
|
31359
|
-
|
|
31360
|
-
font-family: Inter;
|
|
31361
|
-
font-style: normal;
|
|
31362
|
-
font-weight: bold;
|
|
31363
|
-
text-transform: uppercase;
|
|
31364
|
-
font-feature-settings: "cpsp" on;
|
|
31365
|
-
font-size: 14px;
|
|
31366
|
-
line-height: 22px;
|
|
31623
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31624
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31367
31625
|
}
|
|
31368
|
-
|
|
31369
|
-
|
|
31370
|
-
font-family: Inter;
|
|
31371
|
-
font-style: normal;
|
|
31372
|
-
font-weight: normal;
|
|
31373
|
-
font-size: 13px;
|
|
31374
|
-
line-height: 20px;
|
|
31626
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31627
|
+
background: #f2f5fa;
|
|
31375
31628
|
}
|
|
31376
|
-
|
|
31377
|
-
|
|
31378
|
-
font-family: Inter;
|
|
31379
|
-
font-style: normal;
|
|
31380
|
-
font-weight: 600;
|
|
31381
|
-
font-size: 13px;
|
|
31382
|
-
line-height: 20px;
|
|
31629
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31630
|
+
display: block;
|
|
31383
31631
|
}
|
|
31384
|
-
|
|
31385
|
-
|
|
31386
|
-
font-family: Inter;
|
|
31387
|
-
font-style: normal;
|
|
31388
|
-
font-weight: bold;
|
|
31389
|
-
font-size: 13px;
|
|
31390
|
-
line-height: 20px;
|
|
31632
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31633
|
+
padding-right: 25px;
|
|
31391
31634
|
}
|
|
31392
|
-
|
|
31393
|
-
|
|
31394
|
-
font-family: Inter;
|
|
31395
|
-
font-style: normal;
|
|
31396
|
-
font-weight: normal;
|
|
31397
|
-
font-size: 13px;
|
|
31398
|
-
line-height: 20px;
|
|
31635
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31636
|
+
padding: 0 !important;
|
|
31399
31637
|
}
|
|
31400
|
-
|
|
31401
|
-
|
|
31402
|
-
|
|
31403
|
-
|
|
31404
|
-
|
|
31405
|
-
font-size: 13px;
|
|
31406
|
-
line-height: 20px;
|
|
31638
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31639
|
+
position: absolute;
|
|
31640
|
+
left: 50%;
|
|
31641
|
+
top: 50%;
|
|
31642
|
+
transform: translate(-50%, -50%);
|
|
31407
31643
|
}
|
|
31408
|
-
|
|
31409
|
-
|
|
31410
|
-
font-family: Inter;
|
|
31411
|
-
font-style: normal;
|
|
31412
|
-
font-weight: bold;
|
|
31413
|
-
font-size: 13px;
|
|
31414
|
-
line-height: 20px;
|
|
31644
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31645
|
+
display: none;
|
|
31415
31646
|
}
|
|
31416
|
-
|
|
31417
|
-
|
|
31418
|
-
font-family: Inter;
|
|
31419
|
-
font-style: normal;
|
|
31420
|
-
font-weight: normal;
|
|
31421
|
-
text-transform: uppercase;
|
|
31422
|
-
font-feature-settings: "cpsp" on;
|
|
31423
|
-
font-size: 13px;
|
|
31424
|
-
line-height: 20px;
|
|
31647
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31648
|
+
background: #fff;
|
|
31425
31649
|
}
|
|
31426
|
-
|
|
31427
|
-
|
|
31428
|
-
|
|
31429
|
-
|
|
31650
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31651
|
+
background: inherit;
|
|
31652
|
+
}
|
|
31653
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31654
|
+
position: static;
|
|
31655
|
+
border: none;
|
|
31656
|
+
background: inherit !important;
|
|
31657
|
+
height: 100px;
|
|
31658
|
+
vertical-align: middle;
|
|
31659
|
+
}
|
|
31660
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31661
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31430
31662
|
font-weight: bold;
|
|
31431
|
-
|
|
31432
|
-
|
|
31433
|
-
font-size: 13px;
|
|
31434
|
-
line-height: 20px;
|
|
31663
|
+
font-size: 20px;
|
|
31664
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31435
31665
|
}
|
|
31436
|
-
|
|
31437
|
-
|
|
31438
|
-
|
|
31439
|
-
|
|
31440
|
-
font-weight: normal;
|
|
31441
|
-
font-size: 12px;
|
|
31442
|
-
line-height: 18px;
|
|
31666
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31667
|
+
padding: 0 !important;
|
|
31668
|
+
position: relative;
|
|
31669
|
+
background: #fff;
|
|
31443
31670
|
}
|
|
31444
|
-
|
|
31445
|
-
|
|
31446
|
-
|
|
31447
|
-
|
|
31448
|
-
|
|
31449
|
-
|
|
31450
|
-
line-height: 18px;
|
|
31671
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31672
|
+
height: 100%;
|
|
31673
|
+
display: flex;
|
|
31674
|
+
align-items: center;
|
|
31675
|
+
justify-content: flex-end;
|
|
31676
|
+
padding-right: 8px;
|
|
31451
31677
|
}
|
|
31452
|
-
|
|
31453
|
-
|
|
31454
|
-
|
|
31455
|
-
|
|
31456
|
-
|
|
31457
|
-
|
|
31458
|
-
line-height: 18px;
|
|
31678
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31679
|
+
width: 24px;
|
|
31680
|
+
height: 24px;
|
|
31681
|
+
cursor: pointer;
|
|
31682
|
+
justify-content: center;
|
|
31683
|
+
border-radius: 4px;
|
|
31459
31684
|
}
|
|
31460
|
-
|
|
31461
|
-
|
|
31462
|
-
font-family: Inter;
|
|
31463
|
-
font-style: normal;
|
|
31464
|
-
font-weight: normal;
|
|
31465
|
-
font-size: 12px;
|
|
31466
|
-
line-height: 18px;
|
|
31685
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31686
|
+
background: #fff;
|
|
31467
31687
|
}
|
|
31468
31688
|
|
|
31469
|
-
.
|
|
31470
|
-
|
|
31471
|
-
font-style: normal;
|
|
31472
|
-
font-weight: 500;
|
|
31473
|
-
font-size: 12px;
|
|
31474
|
-
line-height: 18px;
|
|
31689
|
+
.c1up1pdz {
|
|
31690
|
+
width: 648px;
|
|
31475
31691
|
}
|
|
31476
|
-
|
|
31477
|
-
|
|
31478
|
-
font-family: Inter;
|
|
31479
|
-
font-style: normal;
|
|
31480
|
-
font-weight: bold;
|
|
31481
|
-
font-size: 12px;
|
|
31482
|
-
line-height: 18px;
|
|
31692
|
+
.c1up1pdz.active {
|
|
31693
|
+
border-color: #0080ff;
|
|
31483
31694
|
}
|
|
31484
|
-
|
|
31485
|
-
.
|
|
31486
|
-
font-family: Inter;
|
|
31487
|
-
font-style: normal;
|
|
31488
|
-
font-weight: normal;
|
|
31489
|
-
text-transform: uppercase;
|
|
31490
|
-
font-feature-settings: "cpsp" on;
|
|
31491
|
-
font-size: 12px;
|
|
31492
|
-
line-height: 18px;
|
|
31695
|
+
.c1up1pdz.active > header {
|
|
31696
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31493
31697
|
}
|
|
31494
|
-
|
|
31495
|
-
|
|
31496
|
-
font-family: Inter;
|
|
31497
|
-
font-style: normal;
|
|
31498
|
-
font-weight: bold;
|
|
31499
|
-
text-transform: uppercase;
|
|
31500
|
-
font-feature-settings: "cpsp" on;
|
|
31501
|
-
font-size: 12px;
|
|
31502
|
-
line-height: 18px;
|
|
31698
|
+
.c1up1pdz .expand {
|
|
31699
|
+
padding: 12px;
|
|
31503
31700
|
}
|
|
31504
|
-
|
|
31505
|
-
|
|
31506
|
-
|
|
31507
|
-
|
|
31508
|
-
font-weight: normal;
|
|
31509
|
-
font-size: 13px;
|
|
31510
|
-
line-height: 20px;
|
|
31701
|
+
.c1up1pdz .field-item {
|
|
31702
|
+
display: flex;
|
|
31703
|
+
padding: 10px 0;
|
|
31704
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31511
31705
|
}
|
|
31512
|
-
|
|
31513
|
-
|
|
31514
|
-
|
|
31515
|
-
font-style: normal;
|
|
31516
|
-
font-weight: normal;
|
|
31517
|
-
font-size: 13px;
|
|
31518
|
-
line-height: 20px;
|
|
31706
|
+
.c1up1pdz .field-item:last-child {
|
|
31707
|
+
border-bottom: none;
|
|
31708
|
+
padding-bottom: 0;
|
|
31519
31709
|
}
|
|
31520
|
-
|
|
31521
|
-
|
|
31522
|
-
|
|
31523
|
-
|
|
31524
|
-
font-weight: normal;
|
|
31525
|
-
font-size: 12px;
|
|
31526
|
-
line-height: 18px;
|
|
31710
|
+
.c1up1pdz .field-item label {
|
|
31711
|
+
line-height: 32px;
|
|
31712
|
+
width: 100px;
|
|
31713
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31527
31714
|
}
|
|
31528
|
-
|
|
31529
|
-
.
|
|
31530
|
-
|
|
31531
|
-
font-style: normal;
|
|
31532
|
-
font-weight: normal;
|
|
31533
|
-
font-size: 12px;
|
|
31534
|
-
line-height: 18px;
|
|
31715
|
+
.c1up1pdz .help {
|
|
31716
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31717
|
+
margin-top: 5px;
|
|
31535
31718
|
}
|
|
31536
|
-
|
|
31537
|
-
.
|
|
31538
|
-
|
|
31539
|
-
font-style: normal;
|
|
31540
|
-
font-weight: normal;
|
|
31541
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31542
|
-
font-size: 13px;
|
|
31543
|
-
line-height: 20px;
|
|
31719
|
+
.c1up1pdz .ant-input-affix-wrapper,
|
|
31720
|
+
.c1up1pdz .ant-picker {
|
|
31721
|
+
width: 128px;
|
|
31544
31722
|
}
|
|
31545
31723
|
|
|
31546
|
-
.
|
|
31547
|
-
|
|
31548
|
-
|
|
31549
|
-
|
|
31550
|
-
|
|
31551
|
-
font-size: 13px;
|
|
31552
|
-
line-height: 20px;
|
|
31724
|
+
.c156wh19 {
|
|
31725
|
+
display: flex;
|
|
31726
|
+
align-items: center;
|
|
31727
|
+
justify-content: space-between;
|
|
31728
|
+
word-break: keep-all;
|
|
31553
31729
|
}
|
|
31554
|
-
|
|
31555
|
-
|
|
31556
|
-
font-family: Inter;
|
|
31557
|
-
font-style: normal;
|
|
31558
|
-
font-weight: normal;
|
|
31559
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31560
|
-
font-size: 12px;
|
|
31561
|
-
line-height: 18px;
|
|
31730
|
+
.c156wh19 .title {
|
|
31731
|
+
margin: 0 16px 0 8px;
|
|
31562
31732
|
}
|
|
31563
|
-
|
|
31564
|
-
.
|
|
31565
|
-
font-family: Inter;
|
|
31566
|
-
font-style: normal;
|
|
31567
|
-
font-weight: 500;
|
|
31568
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31569
|
-
font-size: 12px;
|
|
31570
|
-
line-height: 18px;
|
|
31733
|
+
.c156wh19 .retain {
|
|
31734
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31571
31735
|
}
|
|
31572
|
-
|
|
31573
|
-
|
|
31574
|
-
|
|
31575
|
-
|
|
31576
|
-
|
|
31577
|
-
|
|
31578
|
-
|
|
31579
|
-
line-height: 18px;
|
|
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;
|
|
31580
31743
|
}
|
|
31581
|
-
|
|
31582
|
-
|
|
31583
|
-
|
|
31584
|
-
|
|
31585
|
-
font-weight: 500;
|
|
31586
|
-
font-feature-settings: "zero" on;
|
|
31587
|
-
font-size: 12px;
|
|
31588
|
-
line-height: 18px;
|
|
31744
|
+
.c156wh19 .left .title {
|
|
31745
|
+
max-width: 100%;
|
|
31746
|
+
overflow: hidden;
|
|
31747
|
+
text-overflow: ellipsis;
|
|
31589
31748
|
}
|
|
31590
|
-
|
|
31591
|
-
|
|
31592
|
-
|
|
31593
|
-
font-style: normal;
|
|
31594
|
-
font-weight: bold;
|
|
31595
|
-
font-feature-settings: "zero" on;
|
|
31596
|
-
font-size: 16px;
|
|
31597
|
-
line-height: 24px;
|
|
31749
|
+
.c156wh19 .right {
|
|
31750
|
+
display: flex;
|
|
31751
|
+
align-items: center;
|
|
31598
31752
|
}
|
|
31599
|
-
|
|
31600
|
-
|
|
31601
|
-
|
|
31602
|
-
|
|
31603
|
-
font-weight: normal;
|
|
31604
|
-
font-size: 10px;
|
|
31605
|
-
line-height: 12px;
|
|
31753
|
+
.c156wh19 .reverse {
|
|
31754
|
+
display: flex;
|
|
31755
|
+
flex-direction: row-reverse;
|
|
31756
|
+
align-items: center;
|
|
31606
31757
|
}
|
|
31607
|
-
|
|
31608
|
-
|
|
31609
|
-
width: 430px !important;
|
|
31758
|
+
.c156wh19 .reverse .ant-switch {
|
|
31759
|
+
margin-left: 8px;
|
|
31610
31760
|
}
|
|
31611
|
-
|
|
31612
|
-
|
|
31613
|
-
|
|
31614
|
-
|
|
31615
|
-
|
|
31616
|
-
height: 34px;
|
|
31617
|
-
min-height: 34px;
|
|
31618
|
-
box-sizing: border-box;
|
|
31619
|
-
margin-top: 8px;
|
|
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;
|
|
31620
31766
|
}
|
|
31621
31767
|
|
|
31622
|
-
.
|
|
31623
|
-
|
|
31624
|
-
|
|
31625
|
-
|
|
31626
|
-
|
|
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);
|
|
31627
31775
|
border-radius: 4px;
|
|
31628
31776
|
}
|
|
31629
|
-
.
|
|
31630
|
-
|
|
31777
|
+
.m126spxy .ant-btn-link.active {
|
|
31778
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31779
|
+
color: #0096ff;
|
|
31631
31780
|
}
|
|
31632
|
-
|
|
31633
|
-
|
|
31781
|
+
|
|
31782
|
+
.wpbf4pq {
|
|
31783
|
+
padding: 10px 0;
|
|
31784
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31634
31785
|
}
|
|
31635
|
-
.
|
|
31636
|
-
|
|
31786
|
+
.wpbf4pq .ant-input,
|
|
31787
|
+
.wpbf4pq .ant-picker {
|
|
31788
|
+
width: 80px;
|
|
31789
|
+
margin: 0 9px;
|
|
31790
|
+
text-align: center;
|
|
31637
31791
|
}
|
|
31638
|
-
.
|
|
31639
|
-
|
|
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;
|
|
31640
31796
|
}
|
|
31641
|
-
.
|
|
31642
|
-
|
|
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;
|
|
31643
31803
|
}
|
|
31644
|
-
.
|
|
31645
|
-
|
|
31804
|
+
.wpbf4pq .week-day-option:focus,
|
|
31805
|
+
.wpbf4pq .month-day-option:focus {
|
|
31806
|
+
color: inherit;
|
|
31807
|
+
border-color: #d9d9d9;
|
|
31646
31808
|
}
|
|
31647
|
-
.
|
|
31648
|
-
color: #
|
|
31809
|
+
.wpbf4pq .week-day-option.active {
|
|
31810
|
+
background-color: #0096ff;
|
|
31811
|
+
border-color: #0096ff;
|
|
31812
|
+
color: #fff;
|
|
31649
31813
|
}
|
|
31650
|
-
.
|
|
31651
|
-
|
|
31652
|
-
|
|
31814
|
+
.wpbf4pq .week-day-option.en-text {
|
|
31815
|
+
width: 110px;
|
|
31816
|
+
margin-top: 4px;
|
|
31653
31817
|
}
|
|
31654
|
-
|
|
31655
|
-
|
|
31656
|
-
|
|
31657
|
-
|
|
31658
|
-
height: 20px;
|
|
31659
|
-
line-height: 20px;
|
|
31818
|
+
.wpbf4pq .month-day-option {
|
|
31819
|
+
width: 32px;
|
|
31820
|
+
padding: 0;
|
|
31821
|
+
margin-bottom: 8px;
|
|
31660
31822
|
}
|
|
31661
|
-
.
|
|
31662
|
-
color: #
|
|
31663
|
-
|
|
31664
|
-
|
|
31823
|
+
.wpbf4pq .month-day-option.active {
|
|
31824
|
+
background-color: #0096ff;
|
|
31825
|
+
border-color: #0096ff;
|
|
31826
|
+
color: #fff;
|
|
31665
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
|
-
|
|
31679
|
-
|
|
31839
|
+
.tf5bynu {
|
|
31840
|
+
margin: 0 3px;
|
|
31841
|
+
}
|
|
31842
|
+
|
|
31843
|
+
.tcckoz1 {
|
|
31844
|
+
max-height: 400px;
|
|
31845
|
+
overflow: "auto";
|
|
31846
|
+
}
|
|
31847
|
+
|
|
31848
|
+
.c1uzzomf {
|
|
31849
|
+
margin-bottom: 16px;
|
|
31850
|
+
}
|
|
31851
|
+
.c1uzzomf .card-title {
|
|
31852
|
+
font-size: 16px;
|
|
31853
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31854
|
+
font-weight: 700;
|
|
31855
|
+
line-height: 32px;
|
|
31856
|
+
}
|
|
31857
|
+
.c1uzzomf .card-body {
|
|
31858
|
+
padding: 24px;
|
|
31859
|
+
border-radius: 8px;
|
|
31860
|
+
background: #fff;
|
|
31680
31861
|
}
|
|
31681
|
-
|
|
31682
|
-
|
|
31683
|
-
|
|
31684
|
-
height:
|
|
31685
|
-
|
|
31686
|
-
|
|
31862
|
+
.c1uzzomf .empty {
|
|
31863
|
+
font-weight: 700;
|
|
31864
|
+
font-size: 14px;
|
|
31865
|
+
line-height: 22px;
|
|
31866
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31867
|
+
text-align: center;
|
|
31687
31868
|
}
|
|
31688
31869
|
|
|
31689
|
-
.
|
|
31870
|
+
.s1iv0tp1 .enabled-switch {
|
|
31690
31871
|
display: flex;
|
|
31691
|
-
|
|
31692
|
-
width: 100%;
|
|
31872
|
+
align-items: center;
|
|
31693
31873
|
}
|
|
31694
|
-
.
|
|
31695
|
-
margin-
|
|
31874
|
+
.s1iv0tp1 .enabled-text {
|
|
31875
|
+
margin-right: 8px;
|
|
31696
31876
|
}
|
|
31697
31877
|
|
|
31698
|
-
.
|
|
31699
|
-
|
|
31878
|
+
.berrcjl {
|
|
31879
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31880
|
+
margin-bottom: 4px;
|
|
31881
|
+
}
|
|
31882
|
+
.berrcjl .breadcrumb-link {
|
|
31883
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31884
|
+
cursor: pointer;
|
|
31885
|
+
transition: color 160ms ease;
|
|
31886
|
+
}
|
|
31887
|
+
.berrcjl .breadcrumb-link:hover {
|
|
31888
|
+
color: #0080ff;
|
|
31889
|
+
}
|
|
31890
|
+
.berrcjl .breadcrumb-link:active {
|
|
31891
|
+
color: #005ed1;
|
|
31700
31892
|
}
|
|
31701
31893
|
|
|
31702
31894
|
.c18gxmrl {
|
|
@@ -31719,6 +31911,13 @@ input.rrg1fkn.ant-input {
|
|
|
31719
31911
|
padding: 8px 12px;
|
|
31720
31912
|
}
|
|
31721
31913
|
|
|
31914
|
+
.tje3huy {
|
|
31915
|
+
width: 100%;
|
|
31916
|
+
overflow: inherit;
|
|
31917
|
+
white-space: inherit;
|
|
31918
|
+
text-overflow: ellipsis;
|
|
31919
|
+
}
|
|
31920
|
+
|
|
31722
31921
|
.c1bus5hc {
|
|
31723
31922
|
--color: white;
|
|
31724
31923
|
height: 14px;
|
|
@@ -31759,49 +31958,46 @@ input.rrg1fkn.ant-input {
|
|
|
31759
31958
|
transform: rotate(0deg);
|
|
31760
31959
|
}
|
|
31761
31960
|
|
|
31762
|
-
.
|
|
31763
|
-
|
|
31961
|
+
.m15dvk92 {
|
|
31962
|
+
display: flex;
|
|
31963
|
+
justify-content: space-between;
|
|
31964
|
+
width: 100%;
|
|
31764
31965
|
}
|
|
31765
|
-
.
|
|
31766
|
-
|
|
31767
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31768
|
-
font-weight: 700;
|
|
31769
|
-
line-height: 32px;
|
|
31966
|
+
.m15dvk92 .action {
|
|
31967
|
+
margin-left: 16px;
|
|
31770
31968
|
}
|
|
31771
|
-
|
|
31772
|
-
|
|
31969
|
+
|
|
31970
|
+
.aql8iqz .ant-alert-message {
|
|
31971
|
+
width: 100%;
|
|
31972
|
+
}
|
|
31973
|
+
|
|
31974
|
+
.c10crapj {
|
|
31773
31975
|
border-radius: 8px;
|
|
31774
|
-
background: #fff;
|
|
31775
31976
|
}
|
|
31776
|
-
.
|
|
31777
|
-
|
|
31778
|
-
font-size: 14px;
|
|
31779
|
-
line-height: 22px;
|
|
31780
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31781
|
-
text-align: center;
|
|
31977
|
+
.c10crapj .ant-card-body {
|
|
31978
|
+
padding: 20px 24px 24px 24px;
|
|
31782
31979
|
}
|
|
31783
31980
|
|
|
31784
|
-
.
|
|
31785
|
-
|
|
31786
|
-
|
|
31787
|
-
white-space: inherit;
|
|
31788
|
-
text-overflow: ellipsis;
|
|
31981
|
+
.cav9p2m .ant-collapse-item {
|
|
31982
|
+
border: 0px;
|
|
31983
|
+
background-color: #fff;
|
|
31789
31984
|
}
|
|
31790
|
-
|
|
31791
|
-
|
|
31792
|
-
|
|
31793
|
-
|
|
31985
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
31986
|
+
padding-top: 0px;
|
|
31987
|
+
padding-bottom: 0px;
|
|
31988
|
+
padding-left: 0px !important;
|
|
31989
|
+
padding-right: 24px;
|
|
31794
31990
|
}
|
|
31795
|
-
.
|
|
31796
|
-
|
|
31797
|
-
cursor: pointer;
|
|
31798
|
-
transition: color 160ms ease;
|
|
31991
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31992
|
+
right: 0px;
|
|
31799
31993
|
}
|
|
31800
|
-
.
|
|
31801
|
-
|
|
31994
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31995
|
+
padding: 0px;
|
|
31802
31996
|
}
|
|
31803
|
-
|
|
31804
|
-
|
|
31997
|
+
|
|
31998
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
31999
|
+
padding-right: 0px;
|
|
32000
|
+
cursor: default;
|
|
31805
32001
|
}
|
|
31806
32002
|
|
|
31807
32003
|
.c198s9j3 {
|
|
@@ -31875,33 +32071,8 @@ input.rrg1fkn.ant-input {
|
|
|
31875
32071
|
margin-left: 24px;
|
|
31876
32072
|
}
|
|
31877
32073
|
|
|
31878
|
-
.
|
|
31879
|
-
|
|
31880
|
-
background-color: #fff;
|
|
31881
|
-
}
|
|
31882
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
31883
|
-
padding-top: 0px;
|
|
31884
|
-
padding-bottom: 0px;
|
|
31885
|
-
padding-left: 0px !important;
|
|
31886
|
-
padding-right: 24px;
|
|
31887
|
-
}
|
|
31888
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31889
|
-
right: 0px;
|
|
31890
|
-
}
|
|
31891
|
-
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31892
|
-
padding: 0px;
|
|
31893
|
-
}
|
|
31894
|
-
|
|
31895
|
-
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
31896
|
-
padding-right: 0px;
|
|
31897
|
-
cursor: default;
|
|
31898
|
-
}
|
|
31899
|
-
|
|
31900
|
-
.c10crapj {
|
|
31901
|
-
border-radius: 8px;
|
|
31902
|
-
}
|
|
31903
|
-
.c10crapj .ant-card-body {
|
|
31904
|
-
padding: 20px 24px 24px 24px;
|
|
32074
|
+
.t3qomhu {
|
|
32075
|
+
margin: 0 2px;
|
|
31905
32076
|
}
|
|
31906
32077
|
|
|
31907
32078
|
.o8ocss1 {
|
|
@@ -31913,14 +32084,20 @@ input.rrg1fkn.ant-input {
|
|
|
31913
32084
|
white-space: nowrap;
|
|
31914
32085
|
}
|
|
31915
32086
|
|
|
31916
|
-
.t3qomhu {
|
|
31917
|
-
margin: 0 2px;
|
|
31918
|
-
}
|
|
31919
|
-
|
|
31920
32087
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
31921
32088
|
display: flex;
|
|
31922
32089
|
}
|
|
31923
32090
|
|
|
32091
|
+
.igz4le8 {
|
|
32092
|
+
height: 24px;
|
|
32093
|
+
width: 56px !important;
|
|
32094
|
+
margin-right: 4px;
|
|
32095
|
+
}
|
|
32096
|
+
|
|
32097
|
+
.c1riexje {
|
|
32098
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32099
|
+
}
|
|
32100
|
+
|
|
31924
32101
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
31925
32102
|
border-radius: 6px;
|
|
31926
32103
|
}
|
|
@@ -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;
|
|
@@ -32033,119 +32200,33 @@ input.rrg1fkn.ant-input {
|
|
|
32033
32200
|
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32034
32201
|
background-color: #fea008;
|
|
32035
32202
|
}
|
|
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);
|
|
32124
|
-
}
|
|
32125
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32126
|
-
color: #fff;
|
|
32127
|
-
}
|
|
32128
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32129
|
-
background-color: #f0483e;
|
|
32130
|
-
}
|
|
32131
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32132
|
-
background-color: #fea008;
|
|
32133
|
-
}
|
|
32134
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
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);
|
|
32205
|
+
}
|
|
32206
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32207
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32208
|
+
}
|
|
32209
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32135
32210
|
background-color: #00ba5d;
|
|
32136
32211
|
}
|
|
32137
|
-
.
|
|
32138
|
-
background-color:
|
|
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);
|
|
32139
32214
|
}
|
|
32140
|
-
.
|
|
32215
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32216
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32217
|
+
}
|
|
32218
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32141
32219
|
background-color: #6b7d99;
|
|
32142
32220
|
}
|
|
32143
|
-
.
|
|
32144
|
-
background-color:
|
|
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);
|
|
32145
32223
|
}
|
|
32146
32224
|
|
|
32147
|
-
.
|
|
32148
|
-
|
|
32225
|
+
.s1uupoto {
|
|
32226
|
+
width: 8px;
|
|
32227
|
+
height: 8px;
|
|
32228
|
+
border-radius: 50%;
|
|
32229
|
+
display: inline-block;
|
|
32149
32230
|
}
|
|
32150
32231
|
|
|
32151
32232
|
.l4bld33 {
|
|
@@ -32358,6 +32439,92 @@ input.rrg1fkn.ant-input {
|
|
|
32358
32439
|
margin-left: 8px;
|
|
32359
32440
|
}
|
|
32360
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,6 +32740,22 @@ input.rrg1fkn.ant-input {
|
|
|
32573
32740
|
background: rgba(163, 180, 204, 0.18);
|
|
32574
32741
|
}
|
|
32575
32742
|
|
|
32743
|
+
.rrwcpby {
|
|
32744
|
+
display: flex;
|
|
32745
|
+
align-items: center;
|
|
32746
|
+
}
|
|
32747
|
+
.rrwcpby .order {
|
|
32748
|
+
height: 24px;
|
|
32749
|
+
width: 24px;
|
|
32750
|
+
border-radius: 20px;
|
|
32751
|
+
color: #0080ff;
|
|
32752
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32753
|
+
display: flex;
|
|
32754
|
+
align-items: center;
|
|
32755
|
+
justify-content: center;
|
|
32756
|
+
margin-right: 6px;
|
|
32757
|
+
}
|
|
32758
|
+
|
|
32576
32759
|
.c1k4vanq {
|
|
32577
32760
|
padding: 0 12px 14px 12px;
|
|
32578
32761
|
}
|
|
@@ -32634,22 +32817,6 @@ input.rrg1fkn.ant-input {
|
|
|
32634
32817
|
transform: translateY(-4px);
|
|
32635
32818
|
}
|
|
32636
32819
|
|
|
32637
|
-
.rrwcpby {
|
|
32638
|
-
display: flex;
|
|
32639
|
-
align-items: center;
|
|
32640
|
-
}
|
|
32641
|
-
.rrwcpby .order {
|
|
32642
|
-
height: 24px;
|
|
32643
|
-
width: 24px;
|
|
32644
|
-
border-radius: 20px;
|
|
32645
|
-
color: #0080ff;
|
|
32646
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32647
|
-
display: flex;
|
|
32648
|
-
align-items: center;
|
|
32649
|
-
justify-content: center;
|
|
32650
|
-
margin-right: 6px;
|
|
32651
|
-
}
|
|
32652
|
-
|
|
32653
32820
|
.tc40oxa {
|
|
32654
32821
|
margin-bottom: 4px;
|
|
32655
32822
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32843,42 +33010,6 @@ input.rrg1fkn.ant-input {
|
|
|
32843
33010
|
margin-right: 8px;
|
|
32844
33011
|
}
|
|
32845
33012
|
|
|
32846
|
-
.f1p9ti6d {
|
|
32847
|
-
width: 100%;
|
|
32848
|
-
margin-bottom: 0 !important;
|
|
32849
|
-
flex-flow: nowrap !important;
|
|
32850
|
-
line-break: auto;
|
|
32851
|
-
}
|
|
32852
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32853
|
-
text-align: left !important;
|
|
32854
|
-
padding-bottom: 0 !important;
|
|
32855
|
-
}
|
|
32856
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32857
|
-
min-height: 32px;
|
|
32858
|
-
height: auto;
|
|
32859
|
-
font-size: 13px;
|
|
32860
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32861
|
-
white-space: normal;
|
|
32862
|
-
}
|
|
32863
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32864
|
-
border-color: #ff4d4f !important;
|
|
32865
|
-
}
|
|
32866
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
32867
|
-
margin-top: 4px;
|
|
32868
|
-
font-size: 12px;
|
|
32869
|
-
min-height: 0px;
|
|
32870
|
-
}
|
|
32871
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
32872
|
-
font-size: 12px;
|
|
32873
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32874
|
-
min-height: 0px;
|
|
32875
|
-
}
|
|
32876
|
-
|
|
32877
|
-
.iwsze0q {
|
|
32878
|
-
margin-right: 4px;
|
|
32879
|
-
height: 16px;
|
|
32880
|
-
}
|
|
32881
|
-
|
|
32882
33013
|
.sut42l0 {
|
|
32883
33014
|
padding: 0 8px;
|
|
32884
33015
|
height: 18px;
|
|
@@ -32905,6 +33036,11 @@ input.rrg1fkn.ant-input {
|
|
|
32905
33036
|
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
32906
33037
|
}
|
|
32907
33038
|
|
|
33039
|
+
.iwsze0q {
|
|
33040
|
+
margin-right: 4px;
|
|
33041
|
+
height: 16px;
|
|
33042
|
+
}
|
|
33043
|
+
|
|
32908
33044
|
.w1xcixj5.outside-tag {
|
|
32909
33045
|
padding-left: 0;
|
|
32910
33046
|
}
|
|
@@ -32914,6 +33050,37 @@ input.rrg1fkn.ant-input {
|
|
|
32914
33050
|
margin-right: 4px;
|
|
32915
33051
|
}
|
|
32916
33052
|
|
|
33053
|
+
.f1p9ti6d {
|
|
33054
|
+
width: 100%;
|
|
33055
|
+
margin-bottom: 0 !important;
|
|
33056
|
+
flex-flow: nowrap !important;
|
|
33057
|
+
line-break: auto;
|
|
33058
|
+
}
|
|
33059
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
33060
|
+
text-align: left !important;
|
|
33061
|
+
padding-bottom: 0 !important;
|
|
33062
|
+
}
|
|
33063
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
33064
|
+
min-height: 32px;
|
|
33065
|
+
height: auto;
|
|
33066
|
+
font-size: 13px;
|
|
33067
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33068
|
+
white-space: normal;
|
|
33069
|
+
}
|
|
33070
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33071
|
+
border-color: #ff4d4f !important;
|
|
33072
|
+
}
|
|
33073
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
33074
|
+
margin-top: 4px;
|
|
33075
|
+
font-size: 12px;
|
|
33076
|
+
min-height: 0px;
|
|
33077
|
+
}
|
|
33078
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
33079
|
+
font-size: 12px;
|
|
33080
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33081
|
+
min-height: 0px;
|
|
33082
|
+
}
|
|
33083
|
+
|
|
32917
33084
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
32918
33085
|
display: var(--at4ovwe-0);
|
|
32919
33086
|
}
|
|
@@ -32964,25 +33131,6 @@ input.rrg1fkn.ant-input {
|
|
|
32964
33131
|
font-size: inherit;
|
|
32965
33132
|
}
|
|
32966
33133
|
|
|
32967
|
-
.feau332.ant-form-item {
|
|
32968
|
-
margin-bottom: 0;
|
|
32969
|
-
}
|
|
32970
|
-
.feau332 .ant-form-item-explain {
|
|
32971
|
-
display: none;
|
|
32972
|
-
min-height: 18px;
|
|
32973
|
-
margin-top: 5px;
|
|
32974
|
-
font-family: "Inter";
|
|
32975
|
-
font-weight: 400;
|
|
32976
|
-
font-size: 12px;
|
|
32977
|
-
line-height: 18px;
|
|
32978
|
-
}
|
|
32979
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
32980
|
-
white-space: pre-wrap;
|
|
32981
|
-
}
|
|
32982
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
32983
|
-
display: block;
|
|
32984
|
-
}
|
|
32985
|
-
|
|
32986
33134
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
32987
33135
|
display: var(--a6dbbkm-0);
|
|
32988
33136
|
}
|
|
@@ -33012,4 +33160,23 @@ input.rrg1fkn.ant-input {
|
|
|
33012
33160
|
margin: 0;
|
|
33013
33161
|
height: auto;
|
|
33014
33162
|
font-size: inherit;
|
|
33163
|
+
}
|
|
33164
|
+
|
|
33165
|
+
.feau332.ant-form-item {
|
|
33166
|
+
margin-bottom: 0;
|
|
33167
|
+
}
|
|
33168
|
+
.feau332 .ant-form-item-explain {
|
|
33169
|
+
display: none;
|
|
33170
|
+
min-height: 18px;
|
|
33171
|
+
margin-top: 5px;
|
|
33172
|
+
font-family: "Inter";
|
|
33173
|
+
font-weight: 400;
|
|
33174
|
+
font-size: 12px;
|
|
33175
|
+
line-height: 18px;
|
|
33176
|
+
}
|
|
33177
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33178
|
+
white-space: pre-wrap;
|
|
33179
|
+
}
|
|
33180
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33181
|
+
display: block;
|
|
33015
33182
|
}
|