@cloudtower/eagle 0.27.5 → 0.27.6
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/Calendar/index.d.ts +3 -0
- package/dist/components.css +926 -823
- package/dist/coreX/CronCalendar/CronCalendar.stories.d.ts +7 -0
- package/dist/coreX/CronCalendar/index.d.ts +4 -0
- package/dist/coreX/GoBackButton/GoBackButton.stories.d.ts +9 -0
- package/dist/coreX/GoBackButton/index.d.ts +4 -0
- package/dist/coreX/common/getCalendarTitle.d.ts +2 -0
- package/dist/esm/index.js +681 -516
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +19 -1
- package/dist/style.css +1142 -1039
- package/dist/umd/index.js +679 -514
- package/dist/umd/stats1.html +1 -1
- package/package.json +7 -5
package/dist/style.css
CHANGED
|
@@ -29558,6 +29558,66 @@ html body {
|
|
|
29558
29558
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29559
29559
|
}
|
|
29560
29560
|
}
|
|
29561
|
+
.iap75of {
|
|
29562
|
+
height: 18px;
|
|
29563
|
+
line-height: 18px;
|
|
29564
|
+
padding: 0 4px;
|
|
29565
|
+
border-radius: 4px;
|
|
29566
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29567
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29568
|
+
display: flex;
|
|
29569
|
+
align-items: center;
|
|
29570
|
+
white-space: nowrap;
|
|
29571
|
+
margin-right: 4px;
|
|
29572
|
+
}
|
|
29573
|
+
|
|
29574
|
+
.bpq0js6 {
|
|
29575
|
+
padding: 4px 11px;
|
|
29576
|
+
}
|
|
29577
|
+
|
|
29578
|
+
.b15sn34c {
|
|
29579
|
+
white-space: nowrap;
|
|
29580
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29581
|
+
}
|
|
29582
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29583
|
+
--color: #0080ff;
|
|
29584
|
+
}
|
|
29585
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29586
|
+
--color: #0080ff;
|
|
29587
|
+
}
|
|
29588
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29589
|
+
margin-left: 1px;
|
|
29590
|
+
}
|
|
29591
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29592
|
+
border-top-right-radius: 0;
|
|
29593
|
+
border-bottom-right-radius: 0;
|
|
29594
|
+
}
|
|
29595
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29596
|
+
border-top-left-radius: 0;
|
|
29597
|
+
border-bottom-left-radius: 0;
|
|
29598
|
+
}
|
|
29599
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29600
|
+
border-radius: unset;
|
|
29601
|
+
}
|
|
29602
|
+
|
|
29603
|
+
.i1mrf09m {
|
|
29604
|
+
display: inline-flex;
|
|
29605
|
+
align-items: center;
|
|
29606
|
+
}
|
|
29607
|
+
.i1mrf09m .icon-inner {
|
|
29608
|
+
display: inline-flex;
|
|
29609
|
+
align-items: center;
|
|
29610
|
+
justify-content: center;
|
|
29611
|
+
}
|
|
29612
|
+
.i1mrf09m .icon-inner + span,
|
|
29613
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29614
|
+
margin-left: 4px;
|
|
29615
|
+
}
|
|
29616
|
+
.i1mrf09m.is-rotate img,
|
|
29617
|
+
.i1mrf09m.is-rotate svg {
|
|
29618
|
+
animation: rotate 680ms linear infinite;
|
|
29619
|
+
}
|
|
29620
|
+
|
|
29561
29621
|
.buj61ew.ant-btn-icon-only {
|
|
29562
29622
|
justify-content: center;
|
|
29563
29623
|
}
|
|
@@ -29808,48 +29868,6 @@ html body {
|
|
|
29808
29868
|
padding: 0;
|
|
29809
29869
|
}
|
|
29810
29870
|
|
|
29811
|
-
.bpq0js6 {
|
|
29812
|
-
padding: 4px 11px;
|
|
29813
|
-
}
|
|
29814
|
-
|
|
29815
|
-
.b15sn34c {
|
|
29816
|
-
white-space: nowrap;
|
|
29817
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29818
|
-
}
|
|
29819
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29820
|
-
--color: #0080ff;
|
|
29821
|
-
}
|
|
29822
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29823
|
-
--color: #0080ff;
|
|
29824
|
-
}
|
|
29825
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29826
|
-
margin-left: 1px;
|
|
29827
|
-
}
|
|
29828
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29829
|
-
border-top-right-radius: 0;
|
|
29830
|
-
border-bottom-right-radius: 0;
|
|
29831
|
-
}
|
|
29832
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29833
|
-
border-top-left-radius: 0;
|
|
29834
|
-
border-bottom-left-radius: 0;
|
|
29835
|
-
}
|
|
29836
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29837
|
-
border-radius: unset;
|
|
29838
|
-
}
|
|
29839
|
-
|
|
29840
|
-
.iap75of {
|
|
29841
|
-
height: 18px;
|
|
29842
|
-
line-height: 18px;
|
|
29843
|
-
padding: 0 4px;
|
|
29844
|
-
border-radius: 4px;
|
|
29845
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29846
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29847
|
-
display: flex;
|
|
29848
|
-
align-items: center;
|
|
29849
|
-
white-space: nowrap;
|
|
29850
|
-
margin-right: 4px;
|
|
29851
|
-
}
|
|
29852
|
-
|
|
29853
29871
|
.fde5mpd {
|
|
29854
29872
|
width: 100%;
|
|
29855
29873
|
height: 100%;
|
|
@@ -29865,329 +29883,99 @@ html body {
|
|
|
29865
29883
|
font-size: 18px;
|
|
29866
29884
|
}
|
|
29867
29885
|
|
|
29868
|
-
.
|
|
29869
|
-
display:
|
|
29870
|
-
|
|
29871
|
-
}
|
|
29872
|
-
.i1mrf09m .icon-inner {
|
|
29873
|
-
display: inline-flex;
|
|
29874
|
-
align-items: center;
|
|
29875
|
-
justify-content: center;
|
|
29876
|
-
}
|
|
29877
|
-
.i1mrf09m .icon-inner + span,
|
|
29878
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
29879
|
-
margin-left: 4px;
|
|
29880
|
-
}
|
|
29881
|
-
.i1mrf09m.is-rotate img,
|
|
29882
|
-
.i1mrf09m.is-rotate svg {
|
|
29883
|
-
animation: rotate 680ms linear infinite;
|
|
29884
|
-
}
|
|
29885
|
-
|
|
29886
|
-
.obf05yr {
|
|
29887
|
-
display: inline-block;
|
|
29886
|
+
.cz04yix {
|
|
29887
|
+
display: flex;
|
|
29888
|
+
flex-direction: column;
|
|
29888
29889
|
}
|
|
29889
29890
|
|
|
29890
|
-
.
|
|
29891
|
-
|
|
29892
|
-
|
|
29891
|
+
.m1if5j39 {
|
|
29892
|
+
max-width: 1120px;
|
|
29893
|
+
width: 100%;
|
|
29894
|
+
margin: 0 auto;
|
|
29895
|
+
height: 100%;
|
|
29893
29896
|
}
|
|
29894
29897
|
|
|
29895
|
-
.
|
|
29898
|
+
.w1vvwdlp {
|
|
29899
|
+
max-width: 1120px;
|
|
29900
|
+
width: 100%;
|
|
29901
|
+
margin: 0 auto;
|
|
29896
29902
|
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
29903
|
}
|
|
29904
|
-
.
|
|
29905
|
-
|
|
29904
|
+
.w1vvwdlp .left,
|
|
29905
|
+
.w1vvwdlp .right {
|
|
29906
|
+
flex-grow: 0;
|
|
29907
|
+
flex-shrink: 0;
|
|
29908
|
+
flex-basis: 21%;
|
|
29906
29909
|
}
|
|
29907
|
-
.
|
|
29910
|
+
.w1vvwdlp .left {
|
|
29908
29911
|
display: flex;
|
|
29909
|
-
|
|
29910
|
-
|
|
29911
|
-
cursor: pointer;
|
|
29912
|
-
transition: all 0.3s ease;
|
|
29912
|
+
justify-content: flex-end;
|
|
29913
|
+
padding-right: 44px;
|
|
29913
29914
|
}
|
|
29914
|
-
.
|
|
29915
|
-
|
|
29916
|
-
color: #0080ff;
|
|
29915
|
+
.w1vvwdlp .right {
|
|
29916
|
+
padding-left: 44px;
|
|
29917
29917
|
}
|
|
29918
|
-
.
|
|
29919
|
-
margin-
|
|
29918
|
+
.w1vvwdlp .middle {
|
|
29919
|
+
margin-bottom: 40px;
|
|
29920
|
+
flex-grow: 0;
|
|
29921
|
+
flex-shrink: 0;
|
|
29922
|
+
flex-basis: 58%;
|
|
29920
29923
|
}
|
|
29921
|
-
.
|
|
29922
|
-
|
|
29923
|
-
align-items: center;
|
|
29924
|
-
color: #0080ff;
|
|
29925
|
-
font-weight: bold;
|
|
29924
|
+
.w1vvwdlp .middle .form-base-field {
|
|
29925
|
+
width: 100%;
|
|
29926
29926
|
}
|
|
29927
|
-
.
|
|
29928
|
-
|
|
29927
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
29928
|
+
width: auto;
|
|
29929
29929
|
}
|
|
29930
|
-
|
|
29931
|
-
.
|
|
29932
|
-
|
|
29930
|
+
|
|
29931
|
+
.h1cuopx7 .ant-modal-header {
|
|
29932
|
+
margin: 0 auto;
|
|
29933
|
+
width: 100%;
|
|
29934
|
+
max-width: 648px;
|
|
29933
29935
|
}
|
|
29934
|
-
.
|
|
29935
|
-
|
|
29936
|
-
color: #0080ff;
|
|
29936
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
29937
|
+
margin-left: 0;
|
|
29937
29938
|
}
|
|
29938
|
-
.
|
|
29939
|
-
|
|
29939
|
+
.h1cuopx7 .ant-modal-body {
|
|
29940
|
+
margin: 0 auto;
|
|
29941
|
+
padding: 0;
|
|
29942
|
+
width: 100%;
|
|
29943
|
+
max-width: 648px;
|
|
29944
|
+
overflow: hidden;
|
|
29940
29945
|
}
|
|
29941
|
-
|
|
29942
|
-
|
|
29943
|
-
|
|
29946
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
29947
|
+
margin-bottom: 40px;
|
|
29948
|
+
}
|
|
29949
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
29950
|
+
height: calc(100vh - 225px);
|
|
29944
29951
|
overflow-y: auto;
|
|
29945
29952
|
}
|
|
29946
|
-
.
|
|
29947
|
-
|
|
29948
|
-
|
|
29949
|
-
line-height: 18px;
|
|
29953
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
29954
|
+
margin: 0 auto;
|
|
29955
|
+
max-width: 648px;
|
|
29950
29956
|
}
|
|
29951
29957
|
|
|
29952
|
-
.
|
|
29953
|
-
|
|
29954
|
-
|
|
29955
|
-
|
|
29956
|
-
}
|
|
29957
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
29958
|
-
position: relative;
|
|
29959
|
-
top: 3px;
|
|
29958
|
+
.h1p6d3y3 .ant-modal-header {
|
|
29959
|
+
margin: 0 auto;
|
|
29960
|
+
width: 100%;
|
|
29961
|
+
max-width: 1024px;
|
|
29960
29962
|
}
|
|
29961
|
-
.
|
|
29962
|
-
|
|
29963
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
29964
|
+
margin-left: 0;
|
|
29963
29965
|
}
|
|
29964
|
-
.
|
|
29965
|
-
|
|
29966
|
+
.h1p6d3y3 .ant-modal-body {
|
|
29967
|
+
margin: 0 auto;
|
|
29968
|
+
padding: 0;
|
|
29969
|
+
width: 100%;
|
|
29970
|
+
max-width: 1024px;
|
|
29971
|
+
overflow: hidden;
|
|
29966
29972
|
}
|
|
29967
|
-
.
|
|
29968
|
-
|
|
29969
|
-
background: #0080ff;
|
|
29973
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
29974
|
+
margin-bottom: 40px;
|
|
29970
29975
|
}
|
|
29971
|
-
.
|
|
29972
|
-
|
|
29973
|
-
|
|
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
|
-
|
|
30098
|
-
.cz04yix {
|
|
30099
|
-
display: flex;
|
|
30100
|
-
flex-direction: column;
|
|
30101
|
-
}
|
|
30102
|
-
|
|
30103
|
-
.m1if5j39 {
|
|
30104
|
-
max-width: 1120px;
|
|
30105
|
-
width: 100%;
|
|
30106
|
-
margin: 0 auto;
|
|
30107
|
-
height: 100%;
|
|
30108
|
-
}
|
|
30109
|
-
|
|
30110
|
-
.w1vvwdlp {
|
|
30111
|
-
max-width: 1120px;
|
|
30112
|
-
width: 100%;
|
|
30113
|
-
margin: 0 auto;
|
|
30114
|
-
display: flex;
|
|
30115
|
-
}
|
|
30116
|
-
.w1vvwdlp .left,
|
|
30117
|
-
.w1vvwdlp .right {
|
|
30118
|
-
flex-grow: 0;
|
|
30119
|
-
flex-shrink: 0;
|
|
30120
|
-
flex-basis: 21%;
|
|
30121
|
-
}
|
|
30122
|
-
.w1vvwdlp .left {
|
|
30123
|
-
display: flex;
|
|
30124
|
-
justify-content: flex-end;
|
|
30125
|
-
padding-right: 44px;
|
|
30126
|
-
}
|
|
30127
|
-
.w1vvwdlp .right {
|
|
30128
|
-
padding-left: 44px;
|
|
30129
|
-
}
|
|
30130
|
-
.w1vvwdlp .middle {
|
|
30131
|
-
margin-bottom: 40px;
|
|
30132
|
-
flex-grow: 0;
|
|
30133
|
-
flex-shrink: 0;
|
|
30134
|
-
flex-basis: 58%;
|
|
30135
|
-
}
|
|
30136
|
-
.w1vvwdlp .middle .form-base-field {
|
|
30137
|
-
width: 100%;
|
|
30138
|
-
}
|
|
30139
|
-
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30140
|
-
width: auto;
|
|
30141
|
-
}
|
|
30142
|
-
|
|
30143
|
-
.h1cuopx7 .ant-modal-header {
|
|
30144
|
-
margin: 0 auto;
|
|
30145
|
-
width: 100%;
|
|
30146
|
-
max-width: 648px;
|
|
30147
|
-
}
|
|
30148
|
-
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30149
|
-
margin-left: 0;
|
|
30150
|
-
}
|
|
30151
|
-
.h1cuopx7 .ant-modal-body {
|
|
30152
|
-
margin: 0 auto;
|
|
30153
|
-
padding: 0;
|
|
30154
|
-
width: 100%;
|
|
30155
|
-
max-width: 648px;
|
|
30156
|
-
overflow: hidden;
|
|
30157
|
-
}
|
|
30158
|
-
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30159
|
-
margin-bottom: 40px;
|
|
30160
|
-
}
|
|
30161
|
-
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30162
|
-
height: calc(100vh - 225px);
|
|
30163
|
-
overflow-y: auto;
|
|
30164
|
-
}
|
|
30165
|
-
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
30166
|
-
margin: 0 auto;
|
|
30167
|
-
max-width: 648px;
|
|
30168
|
-
}
|
|
30169
|
-
|
|
30170
|
-
.h1p6d3y3 .ant-modal-header {
|
|
30171
|
-
margin: 0 auto;
|
|
30172
|
-
width: 100%;
|
|
30173
|
-
max-width: 1024px;
|
|
30174
|
-
}
|
|
30175
|
-
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30176
|
-
margin-left: 0;
|
|
30177
|
-
}
|
|
30178
|
-
.h1p6d3y3 .ant-modal-body {
|
|
30179
|
-
margin: 0 auto;
|
|
30180
|
-
padding: 0;
|
|
30181
|
-
width: 100%;
|
|
30182
|
-
max-width: 1024px;
|
|
30183
|
-
overflow: hidden;
|
|
30184
|
-
}
|
|
30185
|
-
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30186
|
-
margin-bottom: 40px;
|
|
30187
|
-
}
|
|
30188
|
-
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30189
|
-
height: calc(100vh - 225px);
|
|
30190
|
-
overflow-y: auto;
|
|
29976
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
29977
|
+
height: calc(100vh - 225px);
|
|
29978
|
+
overflow-y: auto;
|
|
30191
29979
|
}
|
|
30192
29980
|
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30193
29981
|
margin: 0 auto;
|
|
@@ -30775,38 +30563,184 @@ input.rrg1fkn.ant-input {
|
|
|
30775
30563
|
word-break: break-all;
|
|
30776
30564
|
}
|
|
30777
30565
|
|
|
30778
|
-
.
|
|
30779
|
-
|
|
30780
|
-
|
|
30781
|
-
|
|
30782
|
-
.da3mx0o .ant-select-item-group {
|
|
30783
|
-
padding: 8px 16px;
|
|
30784
|
-
line-height: 18px;
|
|
30785
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30786
|
-
height: 34px;
|
|
30787
|
-
min-height: 34px;
|
|
30788
|
-
box-sizing: border-box;
|
|
30789
|
-
margin-top: 8px;
|
|
30790
|
-
}
|
|
30791
|
-
|
|
30792
|
-
.onr9gzt {
|
|
30793
|
-
display: flex;
|
|
30794
|
-
flex-direction: column;
|
|
30795
|
-
margin: 1px 8px;
|
|
30796
|
-
padding: 8px;
|
|
30797
|
-
border-radius: 4px;
|
|
30566
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30567
|
+
display: inline-flex;
|
|
30568
|
+
align-items: baseline;
|
|
30569
|
+
white-space: pre-wrap;
|
|
30798
30570
|
}
|
|
30799
|
-
.
|
|
30800
|
-
|
|
30571
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30572
|
+
position: relative;
|
|
30573
|
+
top: 3px;
|
|
30801
30574
|
}
|
|
30802
|
-
.
|
|
30803
|
-
|
|
30575
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30576
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30804
30577
|
}
|
|
30805
|
-
.
|
|
30806
|
-
|
|
30578
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30579
|
+
border-color: #0080ff;
|
|
30807
30580
|
}
|
|
30808
|
-
.
|
|
30809
|
-
color: #0080ff;
|
|
30581
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30582
|
+
border-color: #0080ff;
|
|
30583
|
+
background: #0080ff;
|
|
30584
|
+
}
|
|
30585
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30586
|
+
top: 4px;
|
|
30587
|
+
left: 4px;
|
|
30588
|
+
width: 6px;
|
|
30589
|
+
height: 6px;
|
|
30590
|
+
background: #fff;
|
|
30591
|
+
}
|
|
30592
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30593
|
+
opacity: 0.5;
|
|
30594
|
+
}
|
|
30595
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30596
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30597
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30598
|
+
}
|
|
30599
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30600
|
+
background: #00122e;
|
|
30601
|
+
}
|
|
30602
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30603
|
+
color: #00122e;
|
|
30604
|
+
opacity: 0.5;
|
|
30605
|
+
}
|
|
30606
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30607
|
+
color: #00122e;
|
|
30608
|
+
}
|
|
30609
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30610
|
+
display: inline-block;
|
|
30611
|
+
padding: 0;
|
|
30612
|
+
padding-left: 12px;
|
|
30613
|
+
}
|
|
30614
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30615
|
+
margin-bottom: 0;
|
|
30616
|
+
white-space: pre-wrap;
|
|
30617
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30618
|
+
}
|
|
30619
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30620
|
+
padding-left: 8px;
|
|
30621
|
+
}
|
|
30622
|
+
|
|
30623
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30624
|
+
border-radius: 5px 0 0 5px;
|
|
30625
|
+
}
|
|
30626
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30627
|
+
border-radius: 0 5px 5px 0;
|
|
30628
|
+
}
|
|
30629
|
+
|
|
30630
|
+
.r1f0aqcc {
|
|
30631
|
+
color: #00122e;
|
|
30632
|
+
border-color: #ccd4e3;
|
|
30633
|
+
}
|
|
30634
|
+
.r1f0aqcc:first-child {
|
|
30635
|
+
border-color: #a3b4cc;
|
|
30636
|
+
}
|
|
30637
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30638
|
+
padding: 0 12px;
|
|
30639
|
+
line-height: 32px;
|
|
30640
|
+
height: 32px;
|
|
30641
|
+
}
|
|
30642
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30643
|
+
white-space: nowrap;
|
|
30644
|
+
}
|
|
30645
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30646
|
+
height: 22px;
|
|
30647
|
+
padding: 0 7px;
|
|
30648
|
+
line-height: 20px;
|
|
30649
|
+
}
|
|
30650
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30651
|
+
background: #ccd4e3;
|
|
30652
|
+
}
|
|
30653
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30654
|
+
background: #0080ff;
|
|
30655
|
+
}
|
|
30656
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30657
|
+
background: #ccd4e3;
|
|
30658
|
+
opacity: 0.5;
|
|
30659
|
+
}
|
|
30660
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30661
|
+
border-right-color: #0080ff;
|
|
30662
|
+
}
|
|
30663
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30664
|
+
border-color: #0080ff;
|
|
30665
|
+
}
|
|
30666
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30667
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30668
|
+
}
|
|
30669
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30670
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30671
|
+
border-color: #ccd4e3;
|
|
30672
|
+
opacity: 0.5;
|
|
30673
|
+
}
|
|
30674
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30675
|
+
color: #00122e;
|
|
30676
|
+
border-color: #ccd4e3;
|
|
30677
|
+
}
|
|
30678
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30679
|
+
color: #00122e;
|
|
30680
|
+
border-color: #ccd4e3;
|
|
30681
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30682
|
+
}
|
|
30683
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30684
|
+
margin-right: 8px;
|
|
30685
|
+
display: inline;
|
|
30686
|
+
border: none;
|
|
30687
|
+
padding: 0;
|
|
30688
|
+
width: 36px;
|
|
30689
|
+
background: transparent;
|
|
30690
|
+
}
|
|
30691
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30692
|
+
box-shadow: none;
|
|
30693
|
+
}
|
|
30694
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30695
|
+
margin-right: 0;
|
|
30696
|
+
width: initial;
|
|
30697
|
+
box-shadow: none;
|
|
30698
|
+
}
|
|
30699
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30700
|
+
display: none;
|
|
30701
|
+
}
|
|
30702
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30703
|
+
display: inline;
|
|
30704
|
+
}
|
|
30705
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30706
|
+
display: inline;
|
|
30707
|
+
margin-right: 8px;
|
|
30708
|
+
padding: 0;
|
|
30709
|
+
width: 36px;
|
|
30710
|
+
}
|
|
30711
|
+
|
|
30712
|
+
.s1fc623g {
|
|
30713
|
+
width: 430px !important;
|
|
30714
|
+
}
|
|
30715
|
+
|
|
30716
|
+
.da3mx0o .ant-select-item-group {
|
|
30717
|
+
padding: 8px 16px;
|
|
30718
|
+
line-height: 18px;
|
|
30719
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30720
|
+
height: 34px;
|
|
30721
|
+
min-height: 34px;
|
|
30722
|
+
box-sizing: border-box;
|
|
30723
|
+
margin-top: 8px;
|
|
30724
|
+
}
|
|
30725
|
+
|
|
30726
|
+
.onr9gzt {
|
|
30727
|
+
display: flex;
|
|
30728
|
+
flex-direction: column;
|
|
30729
|
+
margin: 1px 8px;
|
|
30730
|
+
padding: 8px;
|
|
30731
|
+
border-radius: 4px;
|
|
30732
|
+
}
|
|
30733
|
+
.onr9gzt .selected-icon {
|
|
30734
|
+
display: none;
|
|
30735
|
+
}
|
|
30736
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
30737
|
+
padding-left: 8px;
|
|
30738
|
+
}
|
|
30739
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
30740
|
+
background-color: white;
|
|
30741
|
+
}
|
|
30742
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
30743
|
+
color: #0080ff;
|
|
30810
30744
|
}
|
|
30811
30745
|
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
30812
30746
|
display: block;
|
|
@@ -30856,6 +30790,72 @@ input.rrg1fkn.ant-input {
|
|
|
30856
30790
|
opacity: 0;
|
|
30857
30791
|
}
|
|
30858
30792
|
|
|
30793
|
+
.obf05yr {
|
|
30794
|
+
display: inline-block;
|
|
30795
|
+
}
|
|
30796
|
+
|
|
30797
|
+
.hsms1n6 {
|
|
30798
|
+
visibility: hidden;
|
|
30799
|
+
position: absolute;
|
|
30800
|
+
}
|
|
30801
|
+
|
|
30802
|
+
.p12gwtiw {
|
|
30803
|
+
display: flex;
|
|
30804
|
+
justify-content: space-between;
|
|
30805
|
+
align-items: center;
|
|
30806
|
+
padding: 10px 0;
|
|
30807
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30808
|
+
font-size: 12px;
|
|
30809
|
+
line-height: 24px;
|
|
30810
|
+
}
|
|
30811
|
+
.p12gwtiw .pagination-left {
|
|
30812
|
+
padding: 2px 8px;
|
|
30813
|
+
}
|
|
30814
|
+
.p12gwtiw .dropdown-trigger {
|
|
30815
|
+
display: flex;
|
|
30816
|
+
align-items: center;
|
|
30817
|
+
border-radius: 6px;
|
|
30818
|
+
cursor: pointer;
|
|
30819
|
+
transition: all 0.3s ease;
|
|
30820
|
+
}
|
|
30821
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30822
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30823
|
+
color: #0080ff;
|
|
30824
|
+
}
|
|
30825
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30826
|
+
margin-left: 4px;
|
|
30827
|
+
}
|
|
30828
|
+
.p12gwtiw .pagination-right {
|
|
30829
|
+
display: flex;
|
|
30830
|
+
align-items: center;
|
|
30831
|
+
color: #0080ff;
|
|
30832
|
+
font-weight: bold;
|
|
30833
|
+
}
|
|
30834
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30835
|
+
margin-left: 4px;
|
|
30836
|
+
}
|
|
30837
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30838
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30839
|
+
padding: 0 8px;
|
|
30840
|
+
}
|
|
30841
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30842
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30843
|
+
color: #0080ff;
|
|
30844
|
+
}
|
|
30845
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30846
|
+
transform: rotate(180deg);
|
|
30847
|
+
}
|
|
30848
|
+
|
|
30849
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30850
|
+
max-height: calc(100vh - 128px);
|
|
30851
|
+
overflow-y: auto;
|
|
30852
|
+
}
|
|
30853
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30854
|
+
padding: 4px 20px;
|
|
30855
|
+
font-size: 12px;
|
|
30856
|
+
line-height: 18px;
|
|
30857
|
+
}
|
|
30858
|
+
|
|
30859
30859
|
.s34f1qb.ant-switch {
|
|
30860
30860
|
min-width: 40px;
|
|
30861
30861
|
height: 24px;
|
|
@@ -30911,372 +30911,144 @@ input.rrg1fkn.ant-input {
|
|
|
30911
30911
|
margin-left: 5px;
|
|
30912
30912
|
}
|
|
30913
30913
|
|
|
30914
|
-
.
|
|
30915
|
-
|
|
30916
|
-
}
|
|
30917
|
-
|
|
30918
|
-
.t1upn1sz {
|
|
30919
|
-
height: 100%;
|
|
30914
|
+
.c1up1pdz {
|
|
30915
|
+
width: 648px;
|
|
30920
30916
|
}
|
|
30921
|
-
|
|
30922
|
-
|
|
30923
|
-
height: 100%;
|
|
30917
|
+
.c1up1pdz.active {
|
|
30918
|
+
border-color: #0080ff;
|
|
30924
30919
|
}
|
|
30925
|
-
.
|
|
30926
|
-
|
|
30927
|
-
height: 100%;
|
|
30920
|
+
.c1up1pdz.active > header {
|
|
30921
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30928
30922
|
}
|
|
30929
|
-
.
|
|
30930
|
-
|
|
30923
|
+
.c1up1pdz .expand {
|
|
30924
|
+
padding: 12px;
|
|
30931
30925
|
}
|
|
30932
|
-
.
|
|
30933
|
-
|
|
30934
|
-
|
|
30926
|
+
.c1up1pdz .field-item {
|
|
30927
|
+
display: flex;
|
|
30928
|
+
padding: 10px 0;
|
|
30929
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30935
30930
|
}
|
|
30936
|
-
.
|
|
30937
|
-
|
|
30938
|
-
|
|
30939
|
-
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
30940
|
-
display: none;
|
|
30941
|
-
}
|
|
30942
|
-
.tta5kd2 .active-row td:nth-child(1) {
|
|
30943
|
-
font-weight: 700;
|
|
30944
|
-
}
|
|
30945
|
-
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
30946
|
-
font-weight: 700;
|
|
30947
|
-
}
|
|
30948
|
-
.tta5kd2 .ant-spin-nested-loading {
|
|
30949
|
-
height: 100%;
|
|
30950
|
-
}
|
|
30951
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
30952
|
-
height: 100%;
|
|
30953
|
-
overflow: visible;
|
|
30954
|
-
}
|
|
30955
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
30956
|
-
max-height: none;
|
|
30931
|
+
.c1up1pdz .field-item:last-child {
|
|
30932
|
+
border-bottom: none;
|
|
30933
|
+
padding-bottom: 0;
|
|
30957
30934
|
}
|
|
30958
|
-
.
|
|
30959
|
-
|
|
30960
|
-
|
|
30935
|
+
.c1up1pdz .field-item label {
|
|
30936
|
+
line-height: 32px;
|
|
30937
|
+
width: 100px;
|
|
30938
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30961
30939
|
}
|
|
30962
|
-
.
|
|
30963
|
-
|
|
30940
|
+
.c1up1pdz .help {
|
|
30941
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30942
|
+
margin-top: 5px;
|
|
30964
30943
|
}
|
|
30965
|
-
.
|
|
30966
|
-
.
|
|
30967
|
-
|
|
30968
|
-
padding: 0 !important;
|
|
30944
|
+
.c1up1pdz .ant-input-affix-wrapper,
|
|
30945
|
+
.c1up1pdz .ant-picker {
|
|
30946
|
+
width: 128px;
|
|
30969
30947
|
}
|
|
30970
|
-
|
|
30971
|
-
.
|
|
30948
|
+
|
|
30949
|
+
.c156wh19 {
|
|
30972
30950
|
display: flex;
|
|
30973
30951
|
align-items: center;
|
|
30974
|
-
|
|
30975
|
-
|
|
30976
|
-
}
|
|
30977
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
30978
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
30979
|
-
overflow: hidden;
|
|
30980
|
-
text-overflow: ellipsis;
|
|
30981
|
-
width: 100%;
|
|
30982
|
-
}
|
|
30983
|
-
.tta5kd2 .ant-table-container {
|
|
30984
|
-
height: 100%;
|
|
30985
|
-
}
|
|
30986
|
-
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
30987
|
-
box-shadow: none !important;
|
|
30988
|
-
}
|
|
30989
|
-
.tta5kd2 .ant-table {
|
|
30990
|
-
border-radius: 0px;
|
|
30991
|
-
border-left: none;
|
|
30992
|
-
border-right: none;
|
|
30993
|
-
border-bottom: none;
|
|
30994
|
-
height: 100%;
|
|
30995
|
-
font-size: 12px;
|
|
30996
|
-
background: transparent;
|
|
30997
|
-
}
|
|
30998
|
-
.tta5kd2 .ant-table .ant-table-header {
|
|
30999
|
-
position: relative;
|
|
31000
|
-
z-index: 3;
|
|
31001
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31002
|
-
margin-bottom: -1px;
|
|
31003
|
-
}
|
|
31004
|
-
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31005
|
-
.tta5kd2 .ant-table .value {
|
|
31006
|
-
color: #2d3a56;
|
|
31007
|
-
}
|
|
31008
|
-
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31009
|
-
.tta5kd2 .ant-table .unit {
|
|
31010
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31011
|
-
}
|
|
31012
|
-
.tta5kd2 .ant-table .ant-table-selection {
|
|
31013
|
-
position: unset;
|
|
31014
|
-
text-align: center;
|
|
31015
|
-
}
|
|
31016
|
-
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31017
|
-
background: #fff;
|
|
31018
|
-
}
|
|
31019
|
-
.tta5kd2 .ant-table .anticon-setting {
|
|
31020
|
-
cursor: pointer;
|
|
31021
|
-
position: absolute;
|
|
31022
|
-
top: 50%;
|
|
31023
|
-
right: 12px;
|
|
31024
|
-
transform: translateY(-50%);
|
|
31025
|
-
}
|
|
31026
|
-
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31027
|
-
box-shadow: none;
|
|
31028
|
-
width: 1px;
|
|
31029
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31030
|
-
}
|
|
31031
|
-
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31032
|
-
box-shadow: none;
|
|
31033
|
-
width: 1px;
|
|
31034
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31035
|
-
}
|
|
31036
|
-
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31037
|
-
position: relative;
|
|
30952
|
+
justify-content: space-between;
|
|
30953
|
+
word-break: keep-all;
|
|
31038
30954
|
}
|
|
31039
|
-
.
|
|
31040
|
-
|
|
31041
|
-
border-bottom: 1px solid white;
|
|
31042
|
-
height: 40px;
|
|
31043
|
-
vertical-align: middle;
|
|
31044
|
-
transition: background 0ms;
|
|
31045
|
-
color: #00122e;
|
|
30955
|
+
.c156wh19 .title {
|
|
30956
|
+
margin: 0 16px 0 8px;
|
|
31046
30957
|
}
|
|
31047
|
-
.
|
|
31048
|
-
|
|
31049
|
-
border-bottom-color: #f2f5fa;
|
|
30958
|
+
.c156wh19 .retain {
|
|
30959
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31050
30960
|
}
|
|
31051
|
-
.
|
|
31052
|
-
|
|
31053
|
-
|
|
31054
|
-
font-size: 12px;
|
|
31055
|
-
text-align: left;
|
|
31056
|
-
transition: none;
|
|
30961
|
+
.c156wh19 .left {
|
|
30962
|
+
flex: 1;
|
|
30963
|
+
display: flex;
|
|
31057
30964
|
overflow: hidden;
|
|
31058
|
-
|
|
30965
|
+
align-items: center;
|
|
30966
|
+
justify-content: flex-start;
|
|
31059
30967
|
white-space: nowrap;
|
|
31060
30968
|
}
|
|
31061
|
-
.
|
|
31062
|
-
|
|
31063
|
-
}
|
|
31064
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
30969
|
+
.c156wh19 .left .title {
|
|
30970
|
+
max-width: 100%;
|
|
31065
30971
|
overflow: hidden;
|
|
31066
30972
|
text-overflow: ellipsis;
|
|
31067
|
-
width: 100%;
|
|
31068
|
-
vertical-align: middle;
|
|
31069
|
-
}
|
|
31070
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31071
|
-
line-height: 0px;
|
|
31072
|
-
}
|
|
31073
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31074
|
-
padding-right: 25px;
|
|
31075
|
-
}
|
|
31076
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31077
|
-
border-top-color: transparent;
|
|
31078
30973
|
}
|
|
31079
|
-
.
|
|
31080
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31081
|
-
border-color: transparent transparent white;
|
|
31082
|
-
}
|
|
31083
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31084
|
-
border-radius: 8px 0 0 8px;
|
|
31085
|
-
}
|
|
31086
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31087
|
-
border-radius: 8px 0 0 8px;
|
|
31088
|
-
}
|
|
31089
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31090
|
-
content: "";
|
|
31091
|
-
width: 4px;
|
|
31092
|
-
top: -1px;
|
|
31093
|
-
bottom: -1px;
|
|
31094
|
-
background: white;
|
|
31095
|
-
}
|
|
31096
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31097
|
-
border-radius: 0 8px 8px 0;
|
|
31098
|
-
}
|
|
31099
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31100
|
-
border-radius: 0;
|
|
31101
|
-
background: white;
|
|
31102
|
-
border-top: none;
|
|
31103
|
-
}
|
|
31104
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31105
|
-
border-top: 1px solid transparent;
|
|
31106
|
-
border-radius: 0 8px 8px 0;
|
|
31107
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31108
|
-
}
|
|
31109
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31110
|
-
background: white;
|
|
31111
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31112
|
-
}
|
|
31113
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30974
|
+
.c156wh19 .right {
|
|
31114
30975
|
display: flex;
|
|
31115
30976
|
align-items: center;
|
|
31116
|
-
height: 100%;
|
|
31117
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31118
30977
|
}
|
|
31119
|
-
.
|
|
31120
|
-
background: white;
|
|
31121
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31122
|
-
}
|
|
31123
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
30978
|
+
.c156wh19 .reverse {
|
|
31124
30979
|
display: flex;
|
|
30980
|
+
flex-direction: row-reverse;
|
|
31125
30981
|
align-items: center;
|
|
31126
|
-
height: 100%;
|
|
31127
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31128
|
-
}
|
|
31129
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31130
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31131
|
-
}
|
|
31132
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31133
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31134
|
-
border-radius: 8px;
|
|
31135
|
-
}
|
|
31136
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31137
|
-
border-top-color: white;
|
|
31138
|
-
}
|
|
31139
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31140
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31141
|
-
border-bottom-color: transparent;
|
|
31142
|
-
border-top-color: transparent;
|
|
31143
|
-
}
|
|
31144
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31145
|
-
border-radius: 8px 0 0 8px;
|
|
31146
|
-
}
|
|
31147
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31148
|
-
border-radius: 0 8px 8px 0;
|
|
31149
|
-
}
|
|
31150
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31151
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31152
|
-
}
|
|
31153
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31154
|
-
background: #fff;
|
|
31155
|
-
font-weight: 400;
|
|
31156
|
-
position: relative;
|
|
31157
|
-
border-bottom: none;
|
|
31158
|
-
color: #00122e;
|
|
31159
|
-
transition: none;
|
|
31160
|
-
padding: 15px 8px 15px 8px;
|
|
31161
|
-
}
|
|
31162
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31163
|
-
content: "";
|
|
31164
|
-
width: 1px;
|
|
31165
|
-
top: 0;
|
|
31166
|
-
bottom: 0;
|
|
31167
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31168
|
-
position: absolute;
|
|
31169
|
-
right: 0;
|
|
31170
|
-
}
|
|
31171
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31172
|
-
padding: unset;
|
|
31173
|
-
}
|
|
31174
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31175
|
-
display: none;
|
|
31176
|
-
}
|
|
31177
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31178
|
-
width: 100%;
|
|
31179
|
-
overflow: hidden;
|
|
31180
|
-
white-space: nowrap;
|
|
31181
|
-
text-overflow: ellipsis;
|
|
31182
|
-
}
|
|
31183
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31184
|
-
overflow: hidden;
|
|
31185
|
-
text-overflow: ellipsis;
|
|
31186
|
-
flex: 1;
|
|
31187
|
-
}
|
|
31188
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31189
|
-
padding: 15px 25px 15px 8px;
|
|
31190
|
-
}
|
|
31191
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31192
|
-
padding: 0;
|
|
31193
|
-
}
|
|
31194
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31195
|
-
position: absolute;
|
|
31196
|
-
right: 6px;
|
|
31197
|
-
top: 50%;
|
|
31198
|
-
transform: translateY(-50%);
|
|
31199
|
-
height: 16px;
|
|
31200
|
-
display: none;
|
|
31201
|
-
transition: transform 320ms ease;
|
|
31202
|
-
}
|
|
31203
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31204
|
-
display: block;
|
|
31205
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
31206
|
-
}
|
|
31207
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31208
|
-
display: block;
|
|
31209
|
-
}
|
|
31210
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31211
|
-
display: none;
|
|
31212
|
-
}
|
|
31213
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31214
|
-
transform: translateY(-50%);
|
|
31215
|
-
}
|
|
31216
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31217
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
31218
30982
|
}
|
|
31219
|
-
.
|
|
31220
|
-
|
|
30983
|
+
.c156wh19 .reverse .ant-switch {
|
|
30984
|
+
margin-left: 8px;
|
|
31221
30985
|
}
|
|
31222
|
-
.
|
|
31223
|
-
|
|
30986
|
+
.c156wh19 .close {
|
|
30987
|
+
padding-left: 14px;
|
|
30988
|
+
margin-left: 14px;
|
|
30989
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30990
|
+
cursor: pointer;
|
|
31224
30991
|
}
|
|
31225
|
-
|
|
31226
|
-
|
|
30992
|
+
|
|
30993
|
+
.m126spxy {
|
|
30994
|
+
padding-bottom: 4px;
|
|
30995
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31227
30996
|
}
|
|
31228
|
-
.
|
|
31229
|
-
padding:
|
|
30997
|
+
.m126spxy .ant-btn-link {
|
|
30998
|
+
padding: 1px 10px;
|
|
30999
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31000
|
+
border-radius: 4px;
|
|
31230
31001
|
}
|
|
31231
|
-
.
|
|
31232
|
-
|
|
31233
|
-
|
|
31234
|
-
top: 50%;
|
|
31235
|
-
transform: translate(-50%, -50%);
|
|
31002
|
+
.m126spxy .ant-btn-link.active {
|
|
31003
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31004
|
+
color: #0096ff;
|
|
31236
31005
|
}
|
|
31237
|
-
|
|
31238
|
-
|
|
31006
|
+
|
|
31007
|
+
.wpbf4pq {
|
|
31008
|
+
padding: 10px 0;
|
|
31009
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31239
31010
|
}
|
|
31240
|
-
.
|
|
31241
|
-
|
|
31011
|
+
.wpbf4pq .ant-input,
|
|
31012
|
+
.wpbf4pq .ant-picker {
|
|
31013
|
+
width: 80px;
|
|
31014
|
+
margin: 0 9px;
|
|
31015
|
+
text-align: center;
|
|
31242
31016
|
}
|
|
31243
|
-
.
|
|
31244
|
-
|
|
31017
|
+
.wpbf4pq .options {
|
|
31018
|
+
padding: 12px 0 12px 16px;
|
|
31019
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31020
|
+
margin: 5px 0 5px 8px;
|
|
31245
31021
|
}
|
|
31246
|
-
.
|
|
31247
|
-
|
|
31248
|
-
|
|
31249
|
-
|
|
31250
|
-
|
|
31251
|
-
|
|
31022
|
+
.wpbf4pq .week-day-option,
|
|
31023
|
+
.wpbf4pq .month-day-option {
|
|
31024
|
+
background: #f5f7fa;
|
|
31025
|
+
box-sizing: border-box;
|
|
31026
|
+
border-radius: 16px;
|
|
31027
|
+
margin-right: 8px;
|
|
31252
31028
|
}
|
|
31253
|
-
.
|
|
31254
|
-
.
|
|
31255
|
-
|
|
31256
|
-
|
|
31257
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31029
|
+
.wpbf4pq .week-day-option:focus,
|
|
31030
|
+
.wpbf4pq .month-day-option:focus {
|
|
31031
|
+
color: inherit;
|
|
31032
|
+
border-color: #d9d9d9;
|
|
31258
31033
|
}
|
|
31259
|
-
.
|
|
31260
|
-
|
|
31261
|
-
|
|
31262
|
-
|
|
31034
|
+
.wpbf4pq .week-day-option.active {
|
|
31035
|
+
background-color: #0096ff;
|
|
31036
|
+
border-color: #0096ff;
|
|
31037
|
+
color: #fff;
|
|
31263
31038
|
}
|
|
31264
|
-
.
|
|
31265
|
-
|
|
31266
|
-
|
|
31267
|
-
align-items: center;
|
|
31268
|
-
justify-content: flex-end;
|
|
31269
|
-
padding-right: 8px;
|
|
31039
|
+
.wpbf4pq .week-day-option.en-text {
|
|
31040
|
+
width: 110px;
|
|
31041
|
+
margin-top: 4px;
|
|
31270
31042
|
}
|
|
31271
|
-
.
|
|
31272
|
-
width:
|
|
31273
|
-
|
|
31274
|
-
|
|
31275
|
-
justify-content: center;
|
|
31276
|
-
border-radius: 4px;
|
|
31043
|
+
.wpbf4pq .month-day-option {
|
|
31044
|
+
width: 32px;
|
|
31045
|
+
padding: 0;
|
|
31046
|
+
margin-bottom: 8px;
|
|
31277
31047
|
}
|
|
31278
|
-
.
|
|
31279
|
-
background: #
|
|
31048
|
+
.wpbf4pq .month-day-option.active {
|
|
31049
|
+
background-color: #0096ff;
|
|
31050
|
+
border-color: #0096ff;
|
|
31051
|
+
color: #fff;
|
|
31280
31052
|
}
|
|
31281
31053
|
|
|
31282
31054
|
.d6j0lbj {
|
|
@@ -31754,144 +31526,372 @@ input.rrg1fkn.ant-input {
|
|
|
31754
31526
|
line-height: 12px;
|
|
31755
31527
|
}
|
|
31756
31528
|
|
|
31757
|
-
.
|
|
31758
|
-
|
|
31529
|
+
.i1e4sgug {
|
|
31530
|
+
display: inline-block;
|
|
31531
|
+
}
|
|
31532
|
+
|
|
31533
|
+
.t1upn1sz {
|
|
31534
|
+
height: 100%;
|
|
31535
|
+
}
|
|
31536
|
+
|
|
31537
|
+
.tta5kd2 {
|
|
31538
|
+
height: 100%;
|
|
31539
|
+
}
|
|
31540
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
31541
|
+
overflow: visible !important;
|
|
31542
|
+
height: 100%;
|
|
31543
|
+
}
|
|
31544
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31545
|
+
height: 100%;
|
|
31546
|
+
}
|
|
31547
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
31548
|
+
width: 100% !important;
|
|
31549
|
+
height: 100%;
|
|
31550
|
+
}
|
|
31551
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31552
|
+
padding: 15px 0;
|
|
31553
|
+
}
|
|
31554
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31555
|
+
display: none;
|
|
31556
|
+
}
|
|
31557
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
31558
|
+
font-weight: 700;
|
|
31559
|
+
}
|
|
31560
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31561
|
+
font-weight: 700;
|
|
31562
|
+
}
|
|
31563
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
31564
|
+
height: 100%;
|
|
31565
|
+
}
|
|
31566
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31567
|
+
height: 100%;
|
|
31568
|
+
overflow: visible;
|
|
31569
|
+
}
|
|
31570
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31571
|
+
max-height: none;
|
|
31572
|
+
}
|
|
31573
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31574
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31575
|
+
display: none;
|
|
31576
|
+
}
|
|
31577
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
31578
|
+
background: transparent;
|
|
31579
|
+
}
|
|
31580
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31581
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31582
|
+
background: #fff;
|
|
31583
|
+
padding: 0 !important;
|
|
31584
|
+
}
|
|
31585
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31586
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31587
|
+
display: flex;
|
|
31588
|
+
align-items: center;
|
|
31589
|
+
height: 100%;
|
|
31590
|
+
padding: 8px;
|
|
31591
|
+
}
|
|
31592
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31593
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31594
|
+
overflow: hidden;
|
|
31595
|
+
text-overflow: ellipsis;
|
|
31596
|
+
width: 100%;
|
|
31597
|
+
}
|
|
31598
|
+
.tta5kd2 .ant-table-container {
|
|
31599
|
+
height: 100%;
|
|
31600
|
+
}
|
|
31601
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31602
|
+
box-shadow: none !important;
|
|
31603
|
+
}
|
|
31604
|
+
.tta5kd2 .ant-table {
|
|
31605
|
+
border-radius: 0px;
|
|
31606
|
+
border-left: none;
|
|
31607
|
+
border-right: none;
|
|
31608
|
+
border-bottom: none;
|
|
31609
|
+
height: 100%;
|
|
31610
|
+
font-size: 12px;
|
|
31611
|
+
background: transparent;
|
|
31612
|
+
}
|
|
31613
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
31614
|
+
position: relative;
|
|
31615
|
+
z-index: 3;
|
|
31616
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31617
|
+
margin-bottom: -1px;
|
|
31618
|
+
}
|
|
31619
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31620
|
+
.tta5kd2 .ant-table .value {
|
|
31621
|
+
color: #2d3a56;
|
|
31622
|
+
}
|
|
31623
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31624
|
+
.tta5kd2 .ant-table .unit {
|
|
31625
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31626
|
+
}
|
|
31627
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
31628
|
+
position: unset;
|
|
31629
|
+
text-align: center;
|
|
31630
|
+
}
|
|
31631
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31632
|
+
background: #fff;
|
|
31633
|
+
}
|
|
31634
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
31635
|
+
cursor: pointer;
|
|
31636
|
+
position: absolute;
|
|
31637
|
+
top: 50%;
|
|
31638
|
+
right: 12px;
|
|
31639
|
+
transform: translateY(-50%);
|
|
31640
|
+
}
|
|
31641
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31642
|
+
box-shadow: none;
|
|
31643
|
+
width: 1px;
|
|
31644
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31645
|
+
}
|
|
31646
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31647
|
+
box-shadow: none;
|
|
31648
|
+
width: 1px;
|
|
31649
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31650
|
+
}
|
|
31651
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31652
|
+
position: relative;
|
|
31653
|
+
}
|
|
31654
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31655
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31656
|
+
border-bottom: 1px solid white;
|
|
31657
|
+
height: 40px;
|
|
31658
|
+
vertical-align: middle;
|
|
31659
|
+
transition: background 0ms;
|
|
31660
|
+
color: #00122e;
|
|
31661
|
+
}
|
|
31662
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31663
|
+
background: #f2f5fa;
|
|
31664
|
+
border-bottom-color: #f2f5fa;
|
|
31665
|
+
}
|
|
31666
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31667
|
+
height: auto;
|
|
31668
|
+
color: #00122e;
|
|
31669
|
+
font-size: 12px;
|
|
31670
|
+
text-align: left;
|
|
31671
|
+
transition: none;
|
|
31672
|
+
overflow: hidden;
|
|
31673
|
+
text-overflow: ellipsis;
|
|
31674
|
+
white-space: nowrap;
|
|
31675
|
+
}
|
|
31676
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31677
|
+
color: #0096ff;
|
|
31678
|
+
}
|
|
31679
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31680
|
+
overflow: hidden;
|
|
31681
|
+
text-overflow: ellipsis;
|
|
31682
|
+
width: 100%;
|
|
31683
|
+
vertical-align: middle;
|
|
31684
|
+
}
|
|
31685
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31686
|
+
line-height: 0px;
|
|
31687
|
+
}
|
|
31688
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31689
|
+
padding-right: 25px;
|
|
31690
|
+
}
|
|
31691
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31692
|
+
border-top-color: transparent;
|
|
31693
|
+
}
|
|
31694
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31695
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31696
|
+
border-color: transparent transparent white;
|
|
31697
|
+
}
|
|
31698
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31699
|
+
border-radius: 8px 0 0 8px;
|
|
31700
|
+
}
|
|
31701
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31702
|
+
border-radius: 8px 0 0 8px;
|
|
31703
|
+
}
|
|
31704
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31705
|
+
content: "";
|
|
31706
|
+
width: 4px;
|
|
31707
|
+
top: -1px;
|
|
31708
|
+
bottom: -1px;
|
|
31709
|
+
background: white;
|
|
31710
|
+
}
|
|
31711
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31712
|
+
border-radius: 0 8px 8px 0;
|
|
31713
|
+
}
|
|
31714
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31715
|
+
border-radius: 0;
|
|
31716
|
+
background: white;
|
|
31717
|
+
border-top: none;
|
|
31718
|
+
}
|
|
31719
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31720
|
+
border-top: 1px solid transparent;
|
|
31721
|
+
border-radius: 0 8px 8px 0;
|
|
31722
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31723
|
+
}
|
|
31724
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31725
|
+
background: white;
|
|
31726
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31727
|
+
}
|
|
31728
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31729
|
+
display: flex;
|
|
31730
|
+
align-items: center;
|
|
31731
|
+
height: 100%;
|
|
31732
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31733
|
+
}
|
|
31734
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31735
|
+
background: white;
|
|
31736
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31737
|
+
}
|
|
31738
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31739
|
+
display: flex;
|
|
31740
|
+
align-items: center;
|
|
31741
|
+
height: 100%;
|
|
31742
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31759
31743
|
}
|
|
31760
|
-
.
|
|
31761
|
-
border-
|
|
31744
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31745
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31762
31746
|
}
|
|
31763
|
-
.
|
|
31764
|
-
|
|
31747
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31748
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31749
|
+
border-radius: 8px;
|
|
31765
31750
|
}
|
|
31766
|
-
.
|
|
31767
|
-
|
|
31751
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31752
|
+
border-top-color: white;
|
|
31768
31753
|
}
|
|
31769
|
-
.
|
|
31770
|
-
|
|
31771
|
-
|
|
31772
|
-
border-
|
|
31754
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31755
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31756
|
+
border-bottom-color: transparent;
|
|
31757
|
+
border-top-color: transparent;
|
|
31773
31758
|
}
|
|
31774
|
-
.
|
|
31775
|
-
border-
|
|
31776
|
-
padding-bottom: 0;
|
|
31759
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31760
|
+
border-radius: 8px 0 0 8px;
|
|
31777
31761
|
}
|
|
31778
|
-
.
|
|
31779
|
-
|
|
31780
|
-
width: 100px;
|
|
31781
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31762
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31763
|
+
border-radius: 0 8px 8px 0;
|
|
31782
31764
|
}
|
|
31783
|
-
.
|
|
31784
|
-
|
|
31785
|
-
margin-top: 5px;
|
|
31765
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31766
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31786
31767
|
}
|
|
31787
|
-
.
|
|
31788
|
-
|
|
31789
|
-
|
|
31768
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31769
|
+
background: #fff;
|
|
31770
|
+
font-weight: 400;
|
|
31771
|
+
position: relative;
|
|
31772
|
+
border-bottom: none;
|
|
31773
|
+
color: #00122e;
|
|
31774
|
+
transition: none;
|
|
31775
|
+
padding: 15px 8px 15px 8px;
|
|
31790
31776
|
}
|
|
31791
|
-
|
|
31792
|
-
|
|
31793
|
-
|
|
31794
|
-
|
|
31795
|
-
|
|
31796
|
-
|
|
31777
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31778
|
+
content: "";
|
|
31779
|
+
width: 1px;
|
|
31780
|
+
top: 0;
|
|
31781
|
+
bottom: 0;
|
|
31782
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31783
|
+
position: absolute;
|
|
31784
|
+
right: 0;
|
|
31797
31785
|
}
|
|
31798
|
-
.
|
|
31799
|
-
|
|
31786
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31787
|
+
padding: unset;
|
|
31800
31788
|
}
|
|
31801
|
-
.
|
|
31802
|
-
|
|
31789
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31790
|
+
display: none;
|
|
31803
31791
|
}
|
|
31804
|
-
.
|
|
31805
|
-
|
|
31806
|
-
display: flex;
|
|
31792
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31793
|
+
width: 100%;
|
|
31807
31794
|
overflow: hidden;
|
|
31808
|
-
align-items: center;
|
|
31809
|
-
justify-content: flex-start;
|
|
31810
31795
|
white-space: nowrap;
|
|
31796
|
+
text-overflow: ellipsis;
|
|
31811
31797
|
}
|
|
31812
|
-
.
|
|
31813
|
-
max-width: 100%;
|
|
31798
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31814
31799
|
overflow: hidden;
|
|
31815
31800
|
text-overflow: ellipsis;
|
|
31801
|
+
flex: 1;
|
|
31816
31802
|
}
|
|
31817
|
-
.
|
|
31818
|
-
|
|
31819
|
-
align-items: center;
|
|
31803
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31804
|
+
padding: 15px 25px 15px 8px;
|
|
31820
31805
|
}
|
|
31821
|
-
.
|
|
31822
|
-
|
|
31823
|
-
flex-direction: row-reverse;
|
|
31824
|
-
align-items: center;
|
|
31806
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31807
|
+
padding: 0;
|
|
31825
31808
|
}
|
|
31826
|
-
.
|
|
31827
|
-
|
|
31809
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31810
|
+
position: absolute;
|
|
31811
|
+
right: 6px;
|
|
31812
|
+
top: 50%;
|
|
31813
|
+
transform: translateY(-50%);
|
|
31814
|
+
height: 16px;
|
|
31815
|
+
display: none;
|
|
31816
|
+
transition: transform 320ms ease;
|
|
31828
31817
|
}
|
|
31829
|
-
.
|
|
31830
|
-
|
|
31831
|
-
|
|
31832
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31833
|
-
cursor: pointer;
|
|
31818
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31819
|
+
display: block;
|
|
31820
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31834
31821
|
}
|
|
31835
|
-
|
|
31836
|
-
|
|
31837
|
-
padding-bottom: 4px;
|
|
31838
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31822
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31823
|
+
display: block;
|
|
31839
31824
|
}
|
|
31840
|
-
.
|
|
31841
|
-
|
|
31842
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31843
|
-
border-radius: 4px;
|
|
31825
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31826
|
+
display: none;
|
|
31844
31827
|
}
|
|
31845
|
-
.
|
|
31846
|
-
|
|
31847
|
-
color: #0096ff;
|
|
31828
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31829
|
+
transform: translateY(-50%);
|
|
31848
31830
|
}
|
|
31849
|
-
|
|
31850
|
-
|
|
31851
|
-
padding: 10px 0;
|
|
31852
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31831
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31832
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31853
31833
|
}
|
|
31854
|
-
.
|
|
31855
|
-
|
|
31856
|
-
width: 80px;
|
|
31857
|
-
margin: 0 9px;
|
|
31858
|
-
text-align: center;
|
|
31834
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31835
|
+
background: #f2f5fa;
|
|
31859
31836
|
}
|
|
31860
|
-
.
|
|
31861
|
-
|
|
31862
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31863
|
-
margin: 5px 0 5px 8px;
|
|
31837
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31838
|
+
display: block;
|
|
31864
31839
|
}
|
|
31865
|
-
.
|
|
31866
|
-
|
|
31867
|
-
background: #f5f7fa;
|
|
31868
|
-
box-sizing: border-box;
|
|
31869
|
-
border-radius: 16px;
|
|
31870
|
-
margin-right: 8px;
|
|
31840
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31841
|
+
padding-right: 25px;
|
|
31871
31842
|
}
|
|
31872
|
-
.
|
|
31873
|
-
|
|
31874
|
-
color: inherit;
|
|
31875
|
-
border-color: #d9d9d9;
|
|
31843
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31844
|
+
padding: 0 !important;
|
|
31876
31845
|
}
|
|
31877
|
-
.
|
|
31878
|
-
|
|
31879
|
-
|
|
31880
|
-
|
|
31846
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31847
|
+
position: absolute;
|
|
31848
|
+
left: 50%;
|
|
31849
|
+
top: 50%;
|
|
31850
|
+
transform: translate(-50%, -50%);
|
|
31881
31851
|
}
|
|
31882
|
-
.
|
|
31883
|
-
|
|
31884
|
-
margin-top: 4px;
|
|
31852
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31853
|
+
display: none;
|
|
31885
31854
|
}
|
|
31886
|
-
.
|
|
31887
|
-
|
|
31888
|
-
padding: 0;
|
|
31889
|
-
margin-bottom: 8px;
|
|
31855
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31856
|
+
background: #fff;
|
|
31890
31857
|
}
|
|
31891
|
-
.
|
|
31892
|
-
background
|
|
31893
|
-
|
|
31894
|
-
|
|
31858
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31859
|
+
background: inherit;
|
|
31860
|
+
}
|
|
31861
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31862
|
+
position: static;
|
|
31863
|
+
border: none;
|
|
31864
|
+
background: inherit !important;
|
|
31865
|
+
height: 100px;
|
|
31866
|
+
vertical-align: middle;
|
|
31867
|
+
}
|
|
31868
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31869
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31870
|
+
font-weight: bold;
|
|
31871
|
+
font-size: 20px;
|
|
31872
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31873
|
+
}
|
|
31874
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31875
|
+
padding: 0 !important;
|
|
31876
|
+
position: relative;
|
|
31877
|
+
background: #fff;
|
|
31878
|
+
}
|
|
31879
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31880
|
+
height: 100%;
|
|
31881
|
+
display: flex;
|
|
31882
|
+
align-items: center;
|
|
31883
|
+
justify-content: flex-end;
|
|
31884
|
+
padding-right: 8px;
|
|
31885
|
+
}
|
|
31886
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31887
|
+
width: 24px;
|
|
31888
|
+
height: 24px;
|
|
31889
|
+
cursor: pointer;
|
|
31890
|
+
justify-content: center;
|
|
31891
|
+
border-radius: 4px;
|
|
31892
|
+
}
|
|
31893
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31894
|
+
background: #fff;
|
|
31895
31895
|
}
|
|
31896
31896
|
|
|
31897
31897
|
.c18gxmrl {
|
|
@@ -31923,11 +31923,58 @@ input.rrg1fkn.ant-input {
|
|
|
31923
31923
|
cursor: pointer;
|
|
31924
31924
|
transition: color 160ms ease;
|
|
31925
31925
|
}
|
|
31926
|
-
.berrcjl .breadcrumb-link:hover {
|
|
31927
|
-
color: #0080ff;
|
|
31926
|
+
.berrcjl .breadcrumb-link:hover {
|
|
31927
|
+
color: #0080ff;
|
|
31928
|
+
}
|
|
31929
|
+
.berrcjl .breadcrumb-link:active {
|
|
31930
|
+
color: #005ed1;
|
|
31931
|
+
}
|
|
31932
|
+
|
|
31933
|
+
.c18bcrac {
|
|
31934
|
+
display: inline-block;
|
|
31935
|
+
width: 100%;
|
|
31936
|
+
}
|
|
31937
|
+
.c18bcrac .recharts-wrapper {
|
|
31938
|
+
margin-left: 4px;
|
|
31939
|
+
}
|
|
31940
|
+
|
|
31941
|
+
.cro7kg2 {
|
|
31942
|
+
padding: 4px;
|
|
31943
|
+
}
|
|
31944
|
+
|
|
31945
|
+
.c14wcxf0 {
|
|
31946
|
+
display: flex;
|
|
31947
|
+
justify-content: space-between;
|
|
31948
|
+
align-items: center;
|
|
31949
|
+
font-size: 13px;
|
|
31950
|
+
line-height: 24px;
|
|
31951
|
+
color: #cccccc;
|
|
31952
|
+
white-space: nowrap;
|
|
31953
|
+
}
|
|
31954
|
+
.c14wcxf0 label {
|
|
31955
|
+
margin-right: 32px;
|
|
31956
|
+
}
|
|
31957
|
+
|
|
31958
|
+
.coy29mj.c14wcxf0 {
|
|
31959
|
+
font-weight: bold;
|
|
31960
|
+
color: white;
|
|
31928
31961
|
}
|
|
31929
|
-
|
|
31930
|
-
|
|
31962
|
+
|
|
31963
|
+
.s11212zy {
|
|
31964
|
+
width: 8px;
|
|
31965
|
+
height: 8px;
|
|
31966
|
+
border-radius: 2px;
|
|
31967
|
+
display: inline-block;
|
|
31968
|
+
background: var(--s11212zy-0);
|
|
31969
|
+
border: 1px solid #fff;
|
|
31970
|
+
box-sizing: content-box;
|
|
31971
|
+
margin-right: 6px;
|
|
31972
|
+
}
|
|
31973
|
+
|
|
31974
|
+
.p1lyky6c > :first-child {
|
|
31975
|
+
font-weight: bold;
|
|
31976
|
+
color: white;
|
|
31977
|
+
margin-right: 4px;
|
|
31931
31978
|
}
|
|
31932
31979
|
|
|
31933
31980
|
.c1uzzomf {
|
|
@@ -31992,51 +32039,82 @@ input.rrg1fkn.ant-input {
|
|
|
31992
32039
|
transform: rotate(0deg);
|
|
31993
32040
|
}
|
|
31994
32041
|
|
|
31995
|
-
.
|
|
31996
|
-
|
|
31997
|
-
|
|
31998
|
-
|
|
31999
|
-
.c18bcrac .recharts-wrapper {
|
|
32000
|
-
margin-left: 4px;
|
|
32001
|
-
}
|
|
32002
|
-
|
|
32003
|
-
.cro7kg2 {
|
|
32004
|
-
padding: 4px;
|
|
32042
|
+
.c198s9j3 {
|
|
32043
|
+
color: #2d3a56;
|
|
32044
|
+
line-height: 22px;
|
|
32045
|
+
display: inline-flex;
|
|
32005
32046
|
}
|
|
32006
|
-
|
|
32007
|
-
|
|
32047
|
+
.c198s9j3 .ant-checkbox {
|
|
32048
|
+
height: 22px;
|
|
32008
32049
|
display: flex;
|
|
32009
|
-
justify-content: space-between;
|
|
32010
32050
|
align-items: center;
|
|
32011
|
-
|
|
32012
|
-
line-height: 24px;
|
|
32013
|
-
color: #cccccc;
|
|
32014
|
-
white-space: nowrap;
|
|
32051
|
+
top: 0;
|
|
32015
32052
|
}
|
|
32016
|
-
.
|
|
32017
|
-
|
|
32053
|
+
.c198s9j3 .ant-checkbox-checked::after {
|
|
32054
|
+
border: none;
|
|
32018
32055
|
}
|
|
32019
|
-
|
|
32020
|
-
.
|
|
32021
|
-
|
|
32022
|
-
color: white;
|
|
32056
|
+
.c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
|
|
32057
|
+
.c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
|
|
32058
|
+
border-color: #0080ff;
|
|
32023
32059
|
}
|
|
32024
|
-
|
|
32025
|
-
.
|
|
32026
|
-
|
|
32027
|
-
|
|
32060
|
+
.c198s9j3 .ant-checkbox .ant-checkbox-inner {
|
|
32061
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32062
|
+
}
|
|
32063
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
|
|
32064
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32065
|
+
border: 1px solid #0080ff;
|
|
32066
|
+
}
|
|
32067
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32068
|
+
background: #0080ff;
|
|
32069
|
+
}
|
|
32070
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32071
|
+
background-color: #fff;
|
|
32072
|
+
height: 2px;
|
|
32073
|
+
width: 10px;
|
|
32028
32074
|
border-radius: 2px;
|
|
32075
|
+
}
|
|
32076
|
+
.c198s9j3.ant-checkbox-wrapper-disabled {
|
|
32077
|
+
opacity: 0.5;
|
|
32078
|
+
}
|
|
32079
|
+
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
32080
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32081
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32082
|
+
}
|
|
32083
|
+
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
32084
|
+
border-color: #2d3a56;
|
|
32085
|
+
}
|
|
32086
|
+
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32087
|
+
background: #2d3a56;
|
|
32088
|
+
}
|
|
32089
|
+
.c198s9j3 .ant-checkbox + span,
|
|
32090
|
+
.c198s9j3 .ant-checkbox-disabled + span {
|
|
32091
|
+
padding: 0;
|
|
32092
|
+
}
|
|
32093
|
+
.c198s9j3 .ant-checkbox + span .main,
|
|
32094
|
+
.c198s9j3 .ant-checkbox-disabled + span .main {
|
|
32029
32095
|
display: inline-block;
|
|
32030
|
-
|
|
32031
|
-
|
|
32032
|
-
|
|
32033
|
-
|
|
32096
|
+
margin-left: 12px;
|
|
32097
|
+
color: #2d3a56;
|
|
32098
|
+
}
|
|
32099
|
+
.c198s9j3 .ant-checkbox + span .sub,
|
|
32100
|
+
.c198s9j3 .ant-checkbox-disabled + span .sub {
|
|
32101
|
+
margin-left: 28px;
|
|
32102
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32103
|
+
}
|
|
32104
|
+
.c198s9j3.compact .ant-checkbox + span .main,
|
|
32105
|
+
.c198s9j3.compact .ant-checkbox-disabled + span .main {
|
|
32106
|
+
margin-left: 8px;
|
|
32107
|
+
}
|
|
32108
|
+
.c198s9j3.compact .ant-checkbox + span .sub,
|
|
32109
|
+
.c198s9j3.compact .ant-checkbox-disabled + span .sub {
|
|
32110
|
+
margin-left: 24px;
|
|
32034
32111
|
}
|
|
32035
32112
|
|
|
32036
|
-
.
|
|
32037
|
-
|
|
32038
|
-
|
|
32039
|
-
|
|
32113
|
+
.tje3huy {
|
|
32114
|
+
width: 100%;
|
|
32115
|
+
overflow: inherit;
|
|
32116
|
+
white-space: inherit;
|
|
32117
|
+
text-overflow: ellipsis;
|
|
32040
32118
|
}
|
|
32041
32119
|
|
|
32042
32120
|
.n12mqh7z {
|
|
@@ -32058,21 +32136,6 @@ input.rrg1fkn.ant-input {
|
|
|
32058
32136
|
overflow: "auto";
|
|
32059
32137
|
}
|
|
32060
32138
|
|
|
32061
|
-
.s1iv0tp1 .enabled-switch {
|
|
32062
|
-
display: flex;
|
|
32063
|
-
align-items: center;
|
|
32064
|
-
}
|
|
32065
|
-
.s1iv0tp1 .enabled-text {
|
|
32066
|
-
margin-right: 8px;
|
|
32067
|
-
}
|
|
32068
|
-
|
|
32069
|
-
.tje3huy {
|
|
32070
|
-
width: 100%;
|
|
32071
|
-
overflow: inherit;
|
|
32072
|
-
white-space: inherit;
|
|
32073
|
-
text-overflow: ellipsis;
|
|
32074
|
-
}
|
|
32075
|
-
|
|
32076
32139
|
.wg1tsps {
|
|
32077
32140
|
display: flex;
|
|
32078
32141
|
align-items: center;
|
|
@@ -32109,75 +32172,22 @@ input.rrg1fkn.ant-input {
|
|
|
32109
32172
|
width: 100%;
|
|
32110
32173
|
}
|
|
32111
32174
|
|
|
32112
|
-
.
|
|
32113
|
-
|
|
32114
|
-
line-height: 22px;
|
|
32115
|
-
display: inline-flex;
|
|
32116
|
-
}
|
|
32117
|
-
.c198s9j3 .ant-checkbox {
|
|
32118
|
-
height: 22px;
|
|
32119
|
-
display: flex;
|
|
32120
|
-
align-items: center;
|
|
32121
|
-
top: 0;
|
|
32122
|
-
}
|
|
32123
|
-
.c198s9j3 .ant-checkbox-checked::after {
|
|
32124
|
-
border: none;
|
|
32125
|
-
}
|
|
32126
|
-
.c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
|
|
32127
|
-
.c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
|
|
32128
|
-
border-color: #0080ff;
|
|
32129
|
-
}
|
|
32130
|
-
.c198s9j3 .ant-checkbox .ant-checkbox-inner {
|
|
32131
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32132
|
-
}
|
|
32133
|
-
.c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
|
|
32134
|
-
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32135
|
-
border: 1px solid #0080ff;
|
|
32136
|
-
}
|
|
32137
|
-
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32138
|
-
background: #0080ff;
|
|
32139
|
-
}
|
|
32140
|
-
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32141
|
-
background-color: #fff;
|
|
32142
|
-
height: 2px;
|
|
32143
|
-
width: 10px;
|
|
32144
|
-
border-radius: 2px;
|
|
32145
|
-
}
|
|
32146
|
-
.c198s9j3.ant-checkbox-wrapper-disabled {
|
|
32147
|
-
opacity: 0.5;
|
|
32148
|
-
}
|
|
32149
|
-
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
32150
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32151
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32152
|
-
}
|
|
32153
|
-
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
32154
|
-
border-color: #2d3a56;
|
|
32155
|
-
}
|
|
32156
|
-
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32157
|
-
background: #2d3a56;
|
|
32158
|
-
}
|
|
32159
|
-
.c198s9j3 .ant-checkbox + span,
|
|
32160
|
-
.c198s9j3 .ant-checkbox-disabled + span {
|
|
32161
|
-
padding: 0;
|
|
32175
|
+
.gmyahx3 {
|
|
32176
|
+
cursor: pointer;
|
|
32162
32177
|
}
|
|
32163
|
-
.
|
|
32164
|
-
|
|
32165
|
-
display: inline-block;
|
|
32166
|
-
margin-left: 12px;
|
|
32167
|
-
color: #2d3a56;
|
|
32178
|
+
.gmyahx3 .link-text {
|
|
32179
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32168
32180
|
}
|
|
32169
|
-
.
|
|
32170
|
-
|
|
32171
|
-
margin-left: 28px;
|
|
32172
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32181
|
+
.gmyahx3:hover .link-text {
|
|
32182
|
+
color: #0080ff;
|
|
32173
32183
|
}
|
|
32174
|
-
|
|
32175
|
-
.
|
|
32176
|
-
|
|
32184
|
+
|
|
32185
|
+
.s1iv0tp1 .enabled-switch {
|
|
32186
|
+
display: flex;
|
|
32187
|
+
align-items: center;
|
|
32177
32188
|
}
|
|
32178
|
-
.
|
|
32179
|
-
|
|
32180
|
-
margin-left: 24px;
|
|
32189
|
+
.s1iv0tp1 .enabled-text {
|
|
32190
|
+
margin-right: 8px;
|
|
32181
32191
|
}
|
|
32182
32192
|
|
|
32183
32193
|
.c10crapj {
|
|
@@ -32279,96 +32289,111 @@ input.rrg1fkn.ant-input {
|
|
|
32279
32289
|
transform: rotate(180deg);
|
|
32280
32290
|
}
|
|
32281
32291
|
|
|
32282
|
-
.
|
|
32283
|
-
|
|
32284
|
-
|
|
32285
|
-
|
|
32286
|
-
}
|
|
32287
|
-
|
|
32288
|
-
.c1riexje {
|
|
32289
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32290
|
-
}
|
|
32291
|
-
|
|
32292
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32293
|
-
display: flex;
|
|
32294
|
-
}
|
|
32295
|
-
|
|
32296
|
-
.s14dk8r1 {
|
|
32297
|
-
margin: 0;
|
|
32298
|
-
border-radius: 20px;
|
|
32299
|
-
padding: 2px 10px;
|
|
32300
|
-
height: 22px;
|
|
32292
|
+
.clm1wy1 {
|
|
32293
|
+
width: 192px;
|
|
32294
|
+
height: 246px;
|
|
32295
|
+
border-radius: 4px;
|
|
32301
32296
|
}
|
|
32302
|
-
.
|
|
32303
|
-
|
|
32297
|
+
.clm1wy1 > .ant-picker-calendar,
|
|
32298
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32299
|
+
width: 100%;
|
|
32300
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
32301
|
+
border-top: none;
|
|
32304
32302
|
}
|
|
32305
|
-
.
|
|
32306
|
-
|
|
32303
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32304
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32305
|
+
padding: 0 16px;
|
|
32307
32306
|
}
|
|
32308
|
-
.
|
|
32309
|
-
|
|
32307
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32308
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32309
|
+
width: 100%;
|
|
32310
|
+
height: 180px;
|
|
32311
|
+
border-spacing: 0;
|
|
32310
32312
|
}
|
|
32311
|
-
.
|
|
32312
|
-
|
|
32313
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32314
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32315
|
+
margin-bottom: 8px;
|
|
32313
32316
|
}
|
|
32314
|
-
.
|
|
32315
|
-
|
|
32317
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32318
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32319
|
+
width: 22px;
|
|
32316
32320
|
}
|
|
32317
|
-
.
|
|
32318
|
-
|
|
32321
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32322
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32323
|
+
padding: 0;
|
|
32319
32324
|
}
|
|
32320
|
-
.
|
|
32321
|
-
|
|
32325
|
+
.clm1wy1 .ant-picker-cell {
|
|
32326
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32327
|
+
opacity: 0.4;
|
|
32322
32328
|
}
|
|
32323
|
-
.
|
|
32324
|
-
|
|
32329
|
+
.clm1wy1 .ant-picker-cell-in-view {
|
|
32330
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32331
|
+
opacity: 1;
|
|
32325
32332
|
}
|
|
32326
|
-
.
|
|
32327
|
-
|
|
32333
|
+
.clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32334
|
+
color: #3e4652;
|
|
32328
32335
|
}
|
|
32329
|
-
.
|
|
32330
|
-
|
|
32336
|
+
.clm1wy1 .ant-picker-cell::before {
|
|
32337
|
+
pointer-events: none;
|
|
32331
32338
|
}
|
|
32332
|
-
|
|
32333
|
-
|
|
32339
|
+
|
|
32340
|
+
.t1tsm00v {
|
|
32341
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32342
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32343
|
+
backdrop-filter: blur(10px);
|
|
32344
|
+
padding: 7px 10px;
|
|
32334
32345
|
}
|
|
32335
|
-
|
|
32336
|
-
|
|
32346
|
+
|
|
32347
|
+
.c167wnad {
|
|
32348
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32349
|
+
display: flex;
|
|
32350
|
+
justify-content: space-between;
|
|
32351
|
+
align-items: center;
|
|
32352
|
+
padding: 8px 16px;
|
|
32337
32353
|
}
|
|
32338
|
-
.
|
|
32339
|
-
|
|
32354
|
+
.c167wnad .anticon {
|
|
32355
|
+
cursor: pointer;
|
|
32340
32356
|
}
|
|
32341
|
-
.
|
|
32342
|
-
|
|
32357
|
+
.c167wnad .anticon:hover {
|
|
32358
|
+
color: #0096ff;
|
|
32343
32359
|
}
|
|
32344
|
-
|
|
32345
|
-
|
|
32360
|
+
|
|
32361
|
+
.cxhf7dh {
|
|
32362
|
+
text-align: center;
|
|
32346
32363
|
}
|
|
32347
|
-
.
|
|
32348
|
-
|
|
32364
|
+
.cxhf7dh .dots {
|
|
32365
|
+
display: flex;
|
|
32366
|
+
justify-content: center;
|
|
32349
32367
|
}
|
|
32350
|
-
.
|
|
32351
|
-
|
|
32368
|
+
.cxhf7dh .dot {
|
|
32369
|
+
display: inline-block;
|
|
32370
|
+
width: 2px;
|
|
32371
|
+
height: 2px;
|
|
32372
|
+
border-radius: 1px;
|
|
32373
|
+
background: #0096ff;
|
|
32352
32374
|
}
|
|
32353
|
-
.
|
|
32354
|
-
|
|
32375
|
+
.cxhf7dh .dot:not(:last-child) {
|
|
32376
|
+
margin-right: 2px;
|
|
32355
32377
|
}
|
|
32356
|
-
.
|
|
32357
|
-
|
|
32378
|
+
.cxhf7dh .bar {
|
|
32379
|
+
width: 9px;
|
|
32380
|
+
height: 2px;
|
|
32381
|
+
background: #0096ff;
|
|
32382
|
+
border-radius: 2px;
|
|
32358
32383
|
}
|
|
32359
|
-
|
|
32360
|
-
|
|
32384
|
+
|
|
32385
|
+
.igz4le8 {
|
|
32386
|
+
height: 24px;
|
|
32387
|
+
width: 56px !important;
|
|
32388
|
+
margin-right: 4px;
|
|
32361
32389
|
}
|
|
32362
32390
|
|
|
32363
|
-
.
|
|
32364
|
-
|
|
32365
|
-
height: 8px;
|
|
32366
|
-
border-radius: 50%;
|
|
32367
|
-
display: inline-block;
|
|
32391
|
+
.c1riexje {
|
|
32392
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32368
32393
|
}
|
|
32369
32394
|
|
|
32370
|
-
.
|
|
32371
|
-
|
|
32395
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32396
|
+
display: flex;
|
|
32372
32397
|
}
|
|
32373
32398
|
|
|
32374
32399
|
.s1uupxds {
|
|
@@ -32453,6 +32478,84 @@ input.rrg1fkn.ant-input {
|
|
|
32453
32478
|
background-color: #7E41FF;
|
|
32454
32479
|
}
|
|
32455
32480
|
|
|
32481
|
+
.s14dk8r1 {
|
|
32482
|
+
margin: 0;
|
|
32483
|
+
border-radius: 20px;
|
|
32484
|
+
padding: 2px 10px;
|
|
32485
|
+
height: 22px;
|
|
32486
|
+
}
|
|
32487
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32488
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32489
|
+
}
|
|
32490
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32491
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32492
|
+
}
|
|
32493
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32494
|
+
color: #00122e;
|
|
32495
|
+
}
|
|
32496
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32497
|
+
margin-right: 6px;
|
|
32498
|
+
}
|
|
32499
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32500
|
+
margin-left: 4px;
|
|
32501
|
+
}
|
|
32502
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32503
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32504
|
+
}
|
|
32505
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32506
|
+
background-color: #0080ff;
|
|
32507
|
+
}
|
|
32508
|
+
.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 {
|
|
32509
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32510
|
+
}
|
|
32511
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32512
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32513
|
+
}
|
|
32514
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32515
|
+
background-color: #f0483e;
|
|
32516
|
+
}
|
|
32517
|
+
.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 {
|
|
32518
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32519
|
+
}
|
|
32520
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32521
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32522
|
+
}
|
|
32523
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32524
|
+
background-color: #fea008;
|
|
32525
|
+
}
|
|
32526
|
+
.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 {
|
|
32527
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32528
|
+
}
|
|
32529
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32530
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32531
|
+
}
|
|
32532
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32533
|
+
background-color: #00ba5d;
|
|
32534
|
+
}
|
|
32535
|
+
.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 {
|
|
32536
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32537
|
+
}
|
|
32538
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32539
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32540
|
+
}
|
|
32541
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32542
|
+
background-color: #6b7d99;
|
|
32543
|
+
}
|
|
32544
|
+
.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 {
|
|
32545
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32546
|
+
}
|
|
32547
|
+
|
|
32548
|
+
.s1uupoto {
|
|
32549
|
+
width: 8px;
|
|
32550
|
+
height: 8px;
|
|
32551
|
+
border-radius: 50%;
|
|
32552
|
+
display: inline-block;
|
|
32553
|
+
}
|
|
32554
|
+
|
|
32555
|
+
.t19ustft .date {
|
|
32556
|
+
margin-right: 4px;
|
|
32557
|
+
}
|
|
32558
|
+
|
|
32456
32559
|
.l4bld33 {
|
|
32457
32560
|
width: 64px;
|
|
32458
32561
|
height: 64px;
|
|
@@ -32922,19 +33025,6 @@ input.rrg1fkn.ant-input {
|
|
|
32922
33025
|
margin-right: 2px;
|
|
32923
33026
|
}
|
|
32924
33027
|
|
|
32925
|
-
.skwah65 {
|
|
32926
|
-
height: 8px;
|
|
32927
|
-
box-sizing: border-box;
|
|
32928
|
-
border-radius: 2px;
|
|
32929
|
-
background: #f5f7fa;
|
|
32930
|
-
display: flex;
|
|
32931
|
-
width: 100%;
|
|
32932
|
-
overflow: hidden;
|
|
32933
|
-
}
|
|
32934
|
-
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
32935
|
-
margin-left: 1px;
|
|
32936
|
-
}
|
|
32937
|
-
|
|
32938
33028
|
.bab9xum {
|
|
32939
33029
|
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);
|
|
32940
33030
|
}
|
|
@@ -33161,6 +33251,19 @@ input.rrg1fkn.ant-input {
|
|
|
33161
33251
|
margin-right: 8px;
|
|
33162
33252
|
}
|
|
33163
33253
|
|
|
33254
|
+
.skwah65 {
|
|
33255
|
+
height: 8px;
|
|
33256
|
+
box-sizing: border-box;
|
|
33257
|
+
border-radius: 2px;
|
|
33258
|
+
background: #f5f7fa;
|
|
33259
|
+
display: flex;
|
|
33260
|
+
width: 100%;
|
|
33261
|
+
overflow: hidden;
|
|
33262
|
+
}
|
|
33263
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
33264
|
+
margin-left: 1px;
|
|
33265
|
+
}
|
|
33266
|
+
|
|
33164
33267
|
.f1p9ti6d {
|
|
33165
33268
|
width: 100%;
|
|
33166
33269
|
margin-bottom: 0 !important;
|
|
@@ -33192,6 +33295,46 @@ input.rrg1fkn.ant-input {
|
|
|
33192
33295
|
min-height: 0px;
|
|
33193
33296
|
}
|
|
33194
33297
|
|
|
33298
|
+
.iwsze0q {
|
|
33299
|
+
margin-right: 4px;
|
|
33300
|
+
height: 16px;
|
|
33301
|
+
}
|
|
33302
|
+
|
|
33303
|
+
.w1xcixj5.outside-tag {
|
|
33304
|
+
padding-left: 0;
|
|
33305
|
+
}
|
|
33306
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33307
|
+
border-radius: 4px 0 0 4px;
|
|
33308
|
+
padding-right: 4px;
|
|
33309
|
+
margin-right: 4px;
|
|
33310
|
+
}
|
|
33311
|
+
|
|
33312
|
+
.sut42l0 {
|
|
33313
|
+
padding: 0 8px;
|
|
33314
|
+
height: 18px;
|
|
33315
|
+
}
|
|
33316
|
+
|
|
33317
|
+
.mfsz1jz {
|
|
33318
|
+
padding: 2px 8px;
|
|
33319
|
+
height: 24px;
|
|
33320
|
+
}
|
|
33321
|
+
|
|
33322
|
+
.tnd6h4m {
|
|
33323
|
+
margin: 0;
|
|
33324
|
+
}
|
|
33325
|
+
|
|
33326
|
+
.i1qw4clm {
|
|
33327
|
+
margin-right: 4px;
|
|
33328
|
+
height: 16px;
|
|
33329
|
+
}
|
|
33330
|
+
|
|
33331
|
+
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33332
|
+
font-weight: 700;
|
|
33333
|
+
color: #00122e;
|
|
33334
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33335
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33336
|
+
}
|
|
33337
|
+
|
|
33195
33338
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33196
33339
|
display: var(--at4ovwe-0);
|
|
33197
33340
|
}
|
|
@@ -33242,46 +33385,6 @@ input.rrg1fkn.ant-input {
|
|
|
33242
33385
|
font-size: inherit;
|
|
33243
33386
|
}
|
|
33244
33387
|
|
|
33245
|
-
.w1xcixj5.outside-tag {
|
|
33246
|
-
padding-left: 0;
|
|
33247
|
-
}
|
|
33248
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33249
|
-
border-radius: 4px 0 0 4px;
|
|
33250
|
-
padding-right: 4px;
|
|
33251
|
-
margin-right: 4px;
|
|
33252
|
-
}
|
|
33253
|
-
|
|
33254
|
-
.sut42l0 {
|
|
33255
|
-
padding: 0 8px;
|
|
33256
|
-
height: 18px;
|
|
33257
|
-
}
|
|
33258
|
-
|
|
33259
|
-
.mfsz1jz {
|
|
33260
|
-
padding: 2px 8px;
|
|
33261
|
-
height: 24px;
|
|
33262
|
-
}
|
|
33263
|
-
|
|
33264
|
-
.tnd6h4m {
|
|
33265
|
-
margin: 0;
|
|
33266
|
-
}
|
|
33267
|
-
|
|
33268
|
-
.i1qw4clm {
|
|
33269
|
-
margin-right: 4px;
|
|
33270
|
-
height: 16px;
|
|
33271
|
-
}
|
|
33272
|
-
|
|
33273
|
-
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33274
|
-
font-weight: 700;
|
|
33275
|
-
color: #00122e;
|
|
33276
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33277
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33278
|
-
}
|
|
33279
|
-
|
|
33280
|
-
.iwsze0q {
|
|
33281
|
-
margin-right: 4px;
|
|
33282
|
-
height: 16px;
|
|
33283
|
-
}
|
|
33284
|
-
|
|
33285
33388
|
.feau332.ant-form-item {
|
|
33286
33389
|
margin-bottom: 0;
|
|
33287
33390
|
}
|