@cloudtower/eagle 0.27.13 → 0.27.14-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +1828 -1828
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +638 -638
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -29558,6 +29558,21 @@ 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
|
+
.fde5mpd {
|
|
29562
|
+
width: 100%;
|
|
29563
|
+
height: 100%;
|
|
29564
|
+
min-height: 124px;
|
|
29565
|
+
display: flex;
|
|
29566
|
+
flex-direction: column;
|
|
29567
|
+
justify-content: center;
|
|
29568
|
+
align-items: center;
|
|
29569
|
+
}
|
|
29570
|
+
.fde5mpd .error-text {
|
|
29571
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29572
|
+
margin-bottom: 16px;
|
|
29573
|
+
font-size: 18px;
|
|
29574
|
+
}
|
|
29575
|
+
|
|
29561
29576
|
.iap75of {
|
|
29562
29577
|
height: 18px;
|
|
29563
29578
|
line-height: 18px;
|
|
@@ -29571,6 +29586,53 @@ html body {
|
|
|
29571
29586
|
margin-right: 4px;
|
|
29572
29587
|
}
|
|
29573
29588
|
|
|
29589
|
+
.i1mrf09m {
|
|
29590
|
+
display: inline-flex;
|
|
29591
|
+
align-items: center;
|
|
29592
|
+
}
|
|
29593
|
+
.i1mrf09m .icon-inner {
|
|
29594
|
+
display: inline-flex;
|
|
29595
|
+
align-items: center;
|
|
29596
|
+
justify-content: center;
|
|
29597
|
+
}
|
|
29598
|
+
.i1mrf09m .icon-inner + span,
|
|
29599
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29600
|
+
margin-left: 4px;
|
|
29601
|
+
}
|
|
29602
|
+
.i1mrf09m.is-rotate img,
|
|
29603
|
+
.i1mrf09m.is-rotate svg {
|
|
29604
|
+
animation: rotate 680ms linear infinite;
|
|
29605
|
+
}
|
|
29606
|
+
|
|
29607
|
+
.bpq0js6 {
|
|
29608
|
+
padding: 4px 11px;
|
|
29609
|
+
}
|
|
29610
|
+
|
|
29611
|
+
.b15sn34c {
|
|
29612
|
+
white-space: nowrap;
|
|
29613
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29614
|
+
}
|
|
29615
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29616
|
+
--color: #0080ff;
|
|
29617
|
+
}
|
|
29618
|
+
.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] {
|
|
29619
|
+
--color: #0080ff;
|
|
29620
|
+
}
|
|
29621
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29622
|
+
margin-left: 1px;
|
|
29623
|
+
}
|
|
29624
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29625
|
+
border-top-right-radius: 0;
|
|
29626
|
+
border-bottom-right-radius: 0;
|
|
29627
|
+
}
|
|
29628
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29629
|
+
border-top-left-radius: 0;
|
|
29630
|
+
border-bottom-left-radius: 0;
|
|
29631
|
+
}
|
|
29632
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29633
|
+
border-radius: unset;
|
|
29634
|
+
}
|
|
29635
|
+
|
|
29574
29636
|
.buj61ew.ant-btn-icon-only {
|
|
29575
29637
|
justify-content: center;
|
|
29576
29638
|
}
|
|
@@ -29821,66 +29883,61 @@ html body {
|
|
|
29821
29883
|
padding: 0;
|
|
29822
29884
|
}
|
|
29823
29885
|
|
|
29824
|
-
.
|
|
29825
|
-
display:
|
|
29826
|
-
|
|
29827
|
-
}
|
|
29828
|
-
.i1mrf09m .icon-inner {
|
|
29829
|
-
display: inline-flex;
|
|
29886
|
+
.p12gwtiw {
|
|
29887
|
+
display: flex;
|
|
29888
|
+
justify-content: space-between;
|
|
29830
29889
|
align-items: center;
|
|
29831
|
-
|
|
29832
|
-
|
|
29833
|
-
|
|
29834
|
-
|
|
29835
|
-
margin-left: 4px;
|
|
29890
|
+
padding: 10px 0;
|
|
29891
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29892
|
+
font-size: 12px;
|
|
29893
|
+
line-height: 24px;
|
|
29836
29894
|
}
|
|
29837
|
-
.
|
|
29838
|
-
|
|
29839
|
-
animation: rotate 680ms linear infinite;
|
|
29895
|
+
.p12gwtiw .pagination-left {
|
|
29896
|
+
padding: 2px 8px;
|
|
29840
29897
|
}
|
|
29841
|
-
|
|
29842
|
-
.fde5mpd {
|
|
29843
|
-
width: 100%;
|
|
29844
|
-
height: 100%;
|
|
29845
|
-
min-height: 124px;
|
|
29898
|
+
.p12gwtiw .dropdown-trigger {
|
|
29846
29899
|
display: flex;
|
|
29847
|
-
flex-direction: column;
|
|
29848
|
-
justify-content: center;
|
|
29849
29900
|
align-items: center;
|
|
29901
|
+
border-radius: 6px;
|
|
29902
|
+
cursor: pointer;
|
|
29903
|
+
transition: all 0.3s ease;
|
|
29850
29904
|
}
|
|
29851
|
-
.
|
|
29852
|
-
|
|
29853
|
-
|
|
29854
|
-
font-size: 18px;
|
|
29905
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
29906
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29907
|
+
color: #0080ff;
|
|
29855
29908
|
}
|
|
29856
|
-
|
|
29857
|
-
|
|
29858
|
-
padding: 4px 11px;
|
|
29909
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
29910
|
+
margin-left: 4px;
|
|
29859
29911
|
}
|
|
29860
|
-
|
|
29861
|
-
|
|
29862
|
-
|
|
29863
|
-
|
|
29912
|
+
.p12gwtiw .pagination-right {
|
|
29913
|
+
display: flex;
|
|
29914
|
+
align-items: center;
|
|
29915
|
+
color: #0080ff;
|
|
29916
|
+
font-weight: bold;
|
|
29864
29917
|
}
|
|
29865
|
-
.
|
|
29866
|
-
|
|
29918
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
29919
|
+
margin-left: 4px;
|
|
29867
29920
|
}
|
|
29868
|
-
.
|
|
29869
|
-
|
|
29921
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
29922
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
29923
|
+
padding: 0 8px;
|
|
29870
29924
|
}
|
|
29871
|
-
.
|
|
29872
|
-
|
|
29925
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
29926
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
29927
|
+
color: #0080ff;
|
|
29873
29928
|
}
|
|
29874
|
-
.
|
|
29875
|
-
|
|
29876
|
-
border-bottom-right-radius: 0;
|
|
29929
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
29930
|
+
transform: rotate(180deg);
|
|
29877
29931
|
}
|
|
29878
|
-
|
|
29879
|
-
|
|
29880
|
-
|
|
29932
|
+
|
|
29933
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
29934
|
+
max-height: calc(100vh - 128px);
|
|
29935
|
+
overflow-y: auto;
|
|
29881
29936
|
}
|
|
29882
|
-
.
|
|
29883
|
-
|
|
29937
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29938
|
+
padding: 4px 20px;
|
|
29939
|
+
font-size: 12px;
|
|
29940
|
+
line-height: 18px;
|
|
29884
29941
|
}
|
|
29885
29942
|
|
|
29886
29943
|
.obf05yr {
|
|
@@ -29892,6 +29949,10 @@ html body {
|
|
|
29892
29949
|
position: absolute;
|
|
29893
29950
|
}
|
|
29894
29951
|
|
|
29952
|
+
.i1e4sgug {
|
|
29953
|
+
display: inline-block;
|
|
29954
|
+
}
|
|
29955
|
+
|
|
29895
29956
|
.s34f1qb.ant-switch {
|
|
29896
29957
|
min-width: 40px;
|
|
29897
29958
|
height: 24px;
|
|
@@ -29947,85 +30008,150 @@ html body {
|
|
|
29947
30008
|
margin-left: 5px;
|
|
29948
30009
|
}
|
|
29949
30010
|
|
|
29950
|
-
.
|
|
29951
|
-
|
|
29952
|
-
|
|
29953
|
-
|
|
29954
|
-
.da3mx0o .ant-select-item-group {
|
|
29955
|
-
padding: 8px 16px;
|
|
29956
|
-
line-height: 18px;
|
|
29957
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29958
|
-
height: 34px;
|
|
29959
|
-
min-height: 34px;
|
|
29960
|
-
box-sizing: border-box;
|
|
29961
|
-
margin-top: 8px;
|
|
30011
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30012
|
+
display: inline-flex;
|
|
30013
|
+
align-items: baseline;
|
|
30014
|
+
white-space: pre-wrap;
|
|
29962
30015
|
}
|
|
29963
|
-
|
|
29964
|
-
|
|
29965
|
-
|
|
29966
|
-
flex-direction: column;
|
|
29967
|
-
margin: 1px 8px;
|
|
29968
|
-
padding: 8px;
|
|
29969
|
-
border-radius: 4px;
|
|
30016
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30017
|
+
position: relative;
|
|
30018
|
+
top: 3px;
|
|
29970
30019
|
}
|
|
29971
|
-
.
|
|
29972
|
-
|
|
30020
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30021
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29973
30022
|
}
|
|
29974
|
-
.
|
|
29975
|
-
|
|
30023
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30024
|
+
border-color: #0080ff;
|
|
29976
30025
|
}
|
|
29977
|
-
.
|
|
29978
|
-
|
|
30026
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30027
|
+
border-color: #0080ff;
|
|
30028
|
+
background: #0080ff;
|
|
29979
30029
|
}
|
|
29980
|
-
.
|
|
29981
|
-
|
|
30030
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30031
|
+
top: 4px;
|
|
30032
|
+
left: 4px;
|
|
30033
|
+
width: 6px;
|
|
30034
|
+
height: 6px;
|
|
30035
|
+
background: #fff;
|
|
29982
30036
|
}
|
|
29983
|
-
.
|
|
29984
|
-
|
|
30037
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30038
|
+
opacity: 0.5;
|
|
29985
30039
|
}
|
|
29986
|
-
.
|
|
29987
|
-
|
|
30040
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30041
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30042
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29988
30043
|
}
|
|
29989
|
-
.
|
|
29990
|
-
|
|
30044
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30045
|
+
background: #00122e;
|
|
29991
30046
|
}
|
|
29992
|
-
.
|
|
29993
|
-
|
|
29994
|
-
|
|
30047
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30048
|
+
color: #00122e;
|
|
30049
|
+
opacity: 0.5;
|
|
29995
30050
|
}
|
|
29996
|
-
|
|
29997
|
-
|
|
29998
|
-
display: flex;
|
|
29999
|
-
justify-content: space-between;
|
|
30000
|
-
height: 20px;
|
|
30001
|
-
line-height: 20px;
|
|
30051
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30052
|
+
color: #00122e;
|
|
30002
30053
|
}
|
|
30003
|
-
.
|
|
30004
|
-
|
|
30005
|
-
|
|
30006
|
-
|
|
30054
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30055
|
+
display: inline-block;
|
|
30056
|
+
padding: 0;
|
|
30057
|
+
padding-left: 12px;
|
|
30007
30058
|
}
|
|
30008
|
-
|
|
30009
|
-
|
|
30010
|
-
|
|
30011
|
-
justify-content: space-between;
|
|
30059
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30060
|
+
margin-bottom: 0;
|
|
30061
|
+
white-space: pre-wrap;
|
|
30012
30062
|
color: rgba(44, 56, 82, 0.6);
|
|
30013
|
-
height: 18px;
|
|
30014
|
-
line-height: 18px;
|
|
30015
|
-
margin-top: 2px;
|
|
30016
30063
|
}
|
|
30017
|
-
|
|
30018
|
-
|
|
30019
|
-
border: none;
|
|
30020
|
-
margin-right: 0;
|
|
30021
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30064
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30065
|
+
padding-left: 8px;
|
|
30022
30066
|
}
|
|
30023
30067
|
|
|
30024
|
-
.
|
|
30025
|
-
|
|
30026
|
-
|
|
30027
|
-
|
|
30028
|
-
|
|
30068
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30069
|
+
border-radius: 5px 0 0 5px;
|
|
30070
|
+
}
|
|
30071
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30072
|
+
border-radius: 0 5px 5px 0;
|
|
30073
|
+
}
|
|
30074
|
+
|
|
30075
|
+
.r1f0aqcc {
|
|
30076
|
+
color: #00122e;
|
|
30077
|
+
border-color: #ccd4e3;
|
|
30078
|
+
}
|
|
30079
|
+
.r1f0aqcc:first-child {
|
|
30080
|
+
border-color: #a3b4cc;
|
|
30081
|
+
}
|
|
30082
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30083
|
+
padding: 0 12px;
|
|
30084
|
+
line-height: 32px;
|
|
30085
|
+
height: 32px;
|
|
30086
|
+
}
|
|
30087
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30088
|
+
white-space: nowrap;
|
|
30089
|
+
}
|
|
30090
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30091
|
+
height: 22px;
|
|
30092
|
+
padding: 0 7px;
|
|
30093
|
+
line-height: 20px;
|
|
30094
|
+
}
|
|
30095
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30096
|
+
background: #ccd4e3;
|
|
30097
|
+
}
|
|
30098
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30099
|
+
background: #0080ff;
|
|
30100
|
+
}
|
|
30101
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30102
|
+
background: #ccd4e3;
|
|
30103
|
+
opacity: 0.5;
|
|
30104
|
+
}
|
|
30105
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30106
|
+
border-right-color: #0080ff;
|
|
30107
|
+
}
|
|
30108
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30109
|
+
border-color: #0080ff;
|
|
30110
|
+
}
|
|
30111
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30112
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30113
|
+
}
|
|
30114
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30115
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30116
|
+
border-color: #ccd4e3;
|
|
30117
|
+
opacity: 0.5;
|
|
30118
|
+
}
|
|
30119
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30120
|
+
color: #00122e;
|
|
30121
|
+
border-color: #ccd4e3;
|
|
30122
|
+
}
|
|
30123
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30124
|
+
color: #00122e;
|
|
30125
|
+
border-color: #ccd4e3;
|
|
30126
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30127
|
+
}
|
|
30128
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30129
|
+
margin-right: 8px;
|
|
30130
|
+
display: inline;
|
|
30131
|
+
border: none;
|
|
30132
|
+
padding: 0;
|
|
30133
|
+
width: 36px;
|
|
30134
|
+
background: transparent;
|
|
30135
|
+
}
|
|
30136
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30137
|
+
box-shadow: none;
|
|
30138
|
+
}
|
|
30139
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30140
|
+
margin-right: 0;
|
|
30141
|
+
width: initial;
|
|
30142
|
+
box-shadow: none;
|
|
30143
|
+
}
|
|
30144
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30145
|
+
display: none;
|
|
30146
|
+
}
|
|
30147
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30148
|
+
display: inline;
|
|
30149
|
+
}
|
|
30150
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30151
|
+
display: inline;
|
|
30152
|
+
margin-right: 8px;
|
|
30153
|
+
padding: 0;
|
|
30154
|
+
width: 36px;
|
|
30029
30155
|
}
|
|
30030
30156
|
|
|
30031
30157
|
.t1upn1sz {
|
|
@@ -30392,10 +30518,6 @@ html body {
|
|
|
30392
30518
|
background: #fff;
|
|
30393
30519
|
}
|
|
30394
30520
|
|
|
30395
|
-
.i1e4sgug {
|
|
30396
|
-
display: inline-block;
|
|
30397
|
-
}
|
|
30398
|
-
|
|
30399
30521
|
.cz04yix {
|
|
30400
30522
|
display: flex;
|
|
30401
30523
|
flex-direction: column;
|
|
@@ -31551,238 +31673,116 @@ input.rrg1fkn.ant-input {
|
|
|
31551
31673
|
line-height: 12px;
|
|
31552
31674
|
}
|
|
31553
31675
|
|
|
31554
|
-
.
|
|
31555
|
-
|
|
31556
|
-
align-items: baseline;
|
|
31557
|
-
white-space: pre-wrap;
|
|
31558
|
-
}
|
|
31559
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
31560
|
-
position: relative;
|
|
31561
|
-
top: 3px;
|
|
31562
|
-
}
|
|
31563
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31564
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31565
|
-
}
|
|
31566
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31567
|
-
border-color: #0080ff;
|
|
31676
|
+
.s1fc623g {
|
|
31677
|
+
width: 430px !important;
|
|
31568
31678
|
}
|
|
31569
|
-
|
|
31570
|
-
|
|
31571
|
-
|
|
31679
|
+
|
|
31680
|
+
.da3mx0o .ant-select-item-group {
|
|
31681
|
+
padding: 8px 16px;
|
|
31682
|
+
line-height: 18px;
|
|
31683
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31684
|
+
height: 34px;
|
|
31685
|
+
min-height: 34px;
|
|
31686
|
+
box-sizing: border-box;
|
|
31687
|
+
margin-top: 8px;
|
|
31572
31688
|
}
|
|
31573
|
-
|
|
31574
|
-
|
|
31575
|
-
|
|
31576
|
-
|
|
31577
|
-
|
|
31578
|
-
|
|
31689
|
+
|
|
31690
|
+
.onr9gzt {
|
|
31691
|
+
display: flex;
|
|
31692
|
+
flex-direction: column;
|
|
31693
|
+
margin: 1px 8px;
|
|
31694
|
+
padding: 8px;
|
|
31695
|
+
border-radius: 4px;
|
|
31579
31696
|
}
|
|
31580
|
-
.
|
|
31581
|
-
|
|
31697
|
+
.onr9gzt .selected-icon {
|
|
31698
|
+
display: none;
|
|
31582
31699
|
}
|
|
31583
|
-
.
|
|
31584
|
-
|
|
31585
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31700
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31701
|
+
padding-left: 8px;
|
|
31586
31702
|
}
|
|
31587
|
-
.
|
|
31588
|
-
background:
|
|
31703
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31704
|
+
background-color: white;
|
|
31589
31705
|
}
|
|
31590
|
-
.
|
|
31591
|
-
color: #
|
|
31592
|
-
opacity: 0.5;
|
|
31706
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31707
|
+
color: #0080ff;
|
|
31593
31708
|
}
|
|
31594
|
-
.
|
|
31595
|
-
|
|
31709
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31710
|
+
display: block;
|
|
31596
31711
|
}
|
|
31597
|
-
.
|
|
31598
|
-
|
|
31599
|
-
padding: 0;
|
|
31600
|
-
padding-left: 12px;
|
|
31712
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31713
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31601
31714
|
}
|
|
31602
|
-
.
|
|
31603
|
-
|
|
31604
|
-
white-space: pre-wrap;
|
|
31605
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31715
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31716
|
+
color: #0080ff;
|
|
31606
31717
|
}
|
|
31607
|
-
.
|
|
31608
|
-
|
|
31718
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31719
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31720
|
+
color: #0080ff;
|
|
31609
31721
|
}
|
|
31610
31722
|
|
|
31611
|
-
.
|
|
31612
|
-
|
|
31723
|
+
.oiy0apc {
|
|
31724
|
+
display: flex;
|
|
31725
|
+
justify-content: space-between;
|
|
31726
|
+
height: 20px;
|
|
31727
|
+
line-height: 20px;
|
|
31613
31728
|
}
|
|
31614
|
-
.
|
|
31615
|
-
|
|
31729
|
+
.oiy0apc .timezone-title {
|
|
31730
|
+
color: #2d3a56;
|
|
31731
|
+
overflow: hidden;
|
|
31732
|
+
text-overflow: ellipsis;
|
|
31616
31733
|
}
|
|
31617
31734
|
|
|
31618
|
-
.
|
|
31619
|
-
|
|
31620
|
-
|
|
31735
|
+
.of4y382 {
|
|
31736
|
+
display: flex;
|
|
31737
|
+
justify-content: space-between;
|
|
31738
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31739
|
+
height: 18px;
|
|
31740
|
+
line-height: 18px;
|
|
31741
|
+
margin-top: 2px;
|
|
31621
31742
|
}
|
|
31622
|
-
|
|
31623
|
-
|
|
31743
|
+
|
|
31744
|
+
.t19903l9 {
|
|
31745
|
+
border: none;
|
|
31746
|
+
margin-right: 0;
|
|
31747
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31624
31748
|
}
|
|
31625
|
-
|
|
31626
|
-
|
|
31627
|
-
|
|
31749
|
+
|
|
31750
|
+
.ohwbvxu {
|
|
31751
|
+
pointer-events: none;
|
|
31628
31752
|
height: 32px;
|
|
31753
|
+
width: 100%;
|
|
31754
|
+
opacity: 0;
|
|
31629
31755
|
}
|
|
31630
|
-
|
|
31631
|
-
|
|
31756
|
+
|
|
31757
|
+
.c1up1pdz {
|
|
31758
|
+
width: 648px;
|
|
31632
31759
|
}
|
|
31633
|
-
.
|
|
31634
|
-
|
|
31635
|
-
padding: 0 7px;
|
|
31636
|
-
line-height: 20px;
|
|
31760
|
+
.c1up1pdz.active {
|
|
31761
|
+
border-color: #0080ff;
|
|
31637
31762
|
}
|
|
31638
|
-
.
|
|
31639
|
-
background:
|
|
31763
|
+
.c1up1pdz.active > header {
|
|
31764
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31640
31765
|
}
|
|
31641
|
-
.
|
|
31642
|
-
|
|
31766
|
+
.c1up1pdz .expand {
|
|
31767
|
+
padding: 12px;
|
|
31643
31768
|
}
|
|
31644
|
-
.
|
|
31645
|
-
|
|
31646
|
-
|
|
31769
|
+
.c1up1pdz .field-item {
|
|
31770
|
+
display: flex;
|
|
31771
|
+
padding: 10px 0;
|
|
31772
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31647
31773
|
}
|
|
31648
|
-
.
|
|
31649
|
-
border-
|
|
31774
|
+
.c1up1pdz .field-item:last-child {
|
|
31775
|
+
border-bottom: none;
|
|
31776
|
+
padding-bottom: 0;
|
|
31650
31777
|
}
|
|
31651
|
-
.
|
|
31652
|
-
|
|
31778
|
+
.c1up1pdz .field-item label {
|
|
31779
|
+
line-height: 32px;
|
|
31780
|
+
width: 100px;
|
|
31781
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31653
31782
|
}
|
|
31654
|
-
.
|
|
31655
|
-
|
|
31656
|
-
|
|
31657
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31658
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31659
|
-
border-color: #ccd4e3;
|
|
31660
|
-
opacity: 0.5;
|
|
31661
|
-
}
|
|
31662
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31663
|
-
color: #00122e;
|
|
31664
|
-
border-color: #ccd4e3;
|
|
31665
|
-
}
|
|
31666
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31667
|
-
color: #00122e;
|
|
31668
|
-
border-color: #ccd4e3;
|
|
31669
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31670
|
-
}
|
|
31671
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
31672
|
-
margin-right: 8px;
|
|
31673
|
-
display: inline;
|
|
31674
|
-
border: none;
|
|
31675
|
-
padding: 0;
|
|
31676
|
-
width: 36px;
|
|
31677
|
-
background: transparent;
|
|
31678
|
-
}
|
|
31679
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31680
|
-
box-shadow: none;
|
|
31681
|
-
}
|
|
31682
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31683
|
-
margin-right: 0;
|
|
31684
|
-
width: initial;
|
|
31685
|
-
box-shadow: none;
|
|
31686
|
-
}
|
|
31687
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31688
|
-
display: none;
|
|
31689
|
-
}
|
|
31690
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31691
|
-
display: inline;
|
|
31692
|
-
}
|
|
31693
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31694
|
-
display: inline;
|
|
31695
|
-
margin-right: 8px;
|
|
31696
|
-
padding: 0;
|
|
31697
|
-
width: 36px;
|
|
31698
|
-
}
|
|
31699
|
-
|
|
31700
|
-
.p12gwtiw {
|
|
31701
|
-
display: flex;
|
|
31702
|
-
justify-content: space-between;
|
|
31703
|
-
align-items: center;
|
|
31704
|
-
padding: 10px 0;
|
|
31705
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31706
|
-
font-size: 12px;
|
|
31707
|
-
line-height: 24px;
|
|
31708
|
-
}
|
|
31709
|
-
.p12gwtiw .pagination-left {
|
|
31710
|
-
padding: 2px 8px;
|
|
31711
|
-
}
|
|
31712
|
-
.p12gwtiw .dropdown-trigger {
|
|
31713
|
-
display: flex;
|
|
31714
|
-
align-items: center;
|
|
31715
|
-
border-radius: 6px;
|
|
31716
|
-
cursor: pointer;
|
|
31717
|
-
transition: all 0.3s ease;
|
|
31718
|
-
}
|
|
31719
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
31720
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31721
|
-
color: #0080ff;
|
|
31722
|
-
}
|
|
31723
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
31724
|
-
margin-left: 4px;
|
|
31725
|
-
}
|
|
31726
|
-
.p12gwtiw .pagination-right {
|
|
31727
|
-
display: flex;
|
|
31728
|
-
align-items: center;
|
|
31729
|
-
color: #0080ff;
|
|
31730
|
-
font-weight: bold;
|
|
31731
|
-
}
|
|
31732
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
31733
|
-
margin-left: 4px;
|
|
31734
|
-
}
|
|
31735
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
31736
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
31737
|
-
padding: 0 8px;
|
|
31738
|
-
}
|
|
31739
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31740
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
31741
|
-
color: #0080ff;
|
|
31742
|
-
}
|
|
31743
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31744
|
-
transform: rotate(180deg);
|
|
31745
|
-
}
|
|
31746
|
-
|
|
31747
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
31748
|
-
max-height: calc(100vh - 128px);
|
|
31749
|
-
overflow-y: auto;
|
|
31750
|
-
}
|
|
31751
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31752
|
-
padding: 4px 20px;
|
|
31753
|
-
font-size: 12px;
|
|
31754
|
-
line-height: 18px;
|
|
31755
|
-
}
|
|
31756
|
-
|
|
31757
|
-
.c1up1pdz {
|
|
31758
|
-
width: 648px;
|
|
31759
|
-
}
|
|
31760
|
-
.c1up1pdz.active {
|
|
31761
|
-
border-color: #0080ff;
|
|
31762
|
-
}
|
|
31763
|
-
.c1up1pdz.active > header {
|
|
31764
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31765
|
-
}
|
|
31766
|
-
.c1up1pdz .expand {
|
|
31767
|
-
padding: 12px;
|
|
31768
|
-
}
|
|
31769
|
-
.c1up1pdz .field-item {
|
|
31770
|
-
display: flex;
|
|
31771
|
-
padding: 10px 0;
|
|
31772
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31773
|
-
}
|
|
31774
|
-
.c1up1pdz .field-item:last-child {
|
|
31775
|
-
border-bottom: none;
|
|
31776
|
-
padding-bottom: 0;
|
|
31777
|
-
}
|
|
31778
|
-
.c1up1pdz .field-item label {
|
|
31779
|
-
line-height: 32px;
|
|
31780
|
-
width: 100px;
|
|
31781
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31782
|
-
}
|
|
31783
|
-
.c1up1pdz .help {
|
|
31784
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31785
|
-
margin-top: 5px;
|
|
31783
|
+
.c1up1pdz .help {
|
|
31784
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31785
|
+
margin-top: 5px;
|
|
31786
31786
|
}
|
|
31787
31787
|
.c1up1pdz .ant-input-affix-wrapper,
|
|
31788
31788
|
.c1up1pdz .ant-picker {
|
|
@@ -31894,6 +31894,42 @@ input.rrg1fkn.ant-input {
|
|
|
31894
31894
|
color: #fff;
|
|
31895
31895
|
}
|
|
31896
31896
|
|
|
31897
|
+
.berrcjl {
|
|
31898
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31899
|
+
margin-bottom: 4px;
|
|
31900
|
+
}
|
|
31901
|
+
.berrcjl .breadcrumb-link {
|
|
31902
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31903
|
+
cursor: pointer;
|
|
31904
|
+
transition: color 160ms ease;
|
|
31905
|
+
}
|
|
31906
|
+
.berrcjl .breadcrumb-link:hover {
|
|
31907
|
+
color: #0080ff;
|
|
31908
|
+
}
|
|
31909
|
+
.berrcjl .breadcrumb-link:active {
|
|
31910
|
+
color: #005ed1;
|
|
31911
|
+
}
|
|
31912
|
+
|
|
31913
|
+
.c18gxmrl {
|
|
31914
|
+
border: 1px solid #d8deeb;
|
|
31915
|
+
border-radius: 4px;
|
|
31916
|
+
}
|
|
31917
|
+
.c18gxmrl + .c18gxmrl {
|
|
31918
|
+
margin-top: 8px;
|
|
31919
|
+
}
|
|
31920
|
+
.c18gxmrl:hover {
|
|
31921
|
+
border-color: #0080ff;
|
|
31922
|
+
}
|
|
31923
|
+
.c18gxmrl:hover > header {
|
|
31924
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31925
|
+
}
|
|
31926
|
+
.c18gxmrl.active header {
|
|
31927
|
+
border-bottom: 1px solid #d8deeb;
|
|
31928
|
+
}
|
|
31929
|
+
.c18gxmrl > header {
|
|
31930
|
+
padding: 8px 12px;
|
|
31931
|
+
}
|
|
31932
|
+
|
|
31897
31933
|
.gmyahx3 {
|
|
31898
31934
|
cursor: pointer;
|
|
31899
31935
|
}
|
|
@@ -31904,6 +31940,87 @@ input.rrg1fkn.ant-input {
|
|
|
31904
31940
|
color: #0080ff;
|
|
31905
31941
|
}
|
|
31906
31942
|
|
|
31943
|
+
.c1bus5hc {
|
|
31944
|
+
--color: white;
|
|
31945
|
+
height: 14px;
|
|
31946
|
+
width: 14px;
|
|
31947
|
+
border-radius: 50%;
|
|
31948
|
+
flex-shrink: 0;
|
|
31949
|
+
display: flex;
|
|
31950
|
+
align-items: center;
|
|
31951
|
+
justify-content: center;
|
|
31952
|
+
border: 1px solid var(--color);
|
|
31953
|
+
}
|
|
31954
|
+
.c1bus5hc .circle-inner {
|
|
31955
|
+
position: relative;
|
|
31956
|
+
height: 10px;
|
|
31957
|
+
width: 10px;
|
|
31958
|
+
border-radius: 50%;
|
|
31959
|
+
overflow: hidden;
|
|
31960
|
+
}
|
|
31961
|
+
.c1bus5hc .circle-content {
|
|
31962
|
+
position: absolute;
|
|
31963
|
+
height: 100%;
|
|
31964
|
+
width: 100%;
|
|
31965
|
+
left: 0;
|
|
31966
|
+
top: 0;
|
|
31967
|
+
border-radius: 50%;
|
|
31968
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31969
|
+
transform: rotate(180deg);
|
|
31970
|
+
}
|
|
31971
|
+
.c1bus5hc .circle-child {
|
|
31972
|
+
position: absolute;
|
|
31973
|
+
height: 100%;
|
|
31974
|
+
width: 100%;
|
|
31975
|
+
left: 0;
|
|
31976
|
+
top: 0;
|
|
31977
|
+
margin-left: 50%;
|
|
31978
|
+
transform-origin: left;
|
|
31979
|
+
background: white;
|
|
31980
|
+
transform: rotate(0deg);
|
|
31981
|
+
}
|
|
31982
|
+
|
|
31983
|
+
.n12mqh7z {
|
|
31984
|
+
display: flex;
|
|
31985
|
+
align-items: center;
|
|
31986
|
+
font-size: 12px;
|
|
31987
|
+
line-height: 18px;
|
|
31988
|
+
}
|
|
31989
|
+
.n12mqh7z:not(:last-child) {
|
|
31990
|
+
margin-bottom: 4px;
|
|
31991
|
+
}
|
|
31992
|
+
|
|
31993
|
+
.tf5bynu {
|
|
31994
|
+
margin: 0 3px;
|
|
31995
|
+
}
|
|
31996
|
+
|
|
31997
|
+
.tcckoz1 {
|
|
31998
|
+
max-height: 400px;
|
|
31999
|
+
overflow: "auto";
|
|
32000
|
+
}
|
|
32001
|
+
|
|
32002
|
+
.c1uzzomf {
|
|
32003
|
+
margin-bottom: 16px;
|
|
32004
|
+
}
|
|
32005
|
+
.c1uzzomf .card-title {
|
|
32006
|
+
font-size: 16px;
|
|
32007
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32008
|
+
font-weight: 700;
|
|
32009
|
+
line-height: 32px;
|
|
32010
|
+
}
|
|
32011
|
+
.c1uzzomf .card-body {
|
|
32012
|
+
padding: 24px;
|
|
32013
|
+
border-radius: 8px;
|
|
32014
|
+
background: #fff;
|
|
32015
|
+
}
|
|
32016
|
+
.c1uzzomf .empty {
|
|
32017
|
+
font-weight: 700;
|
|
32018
|
+
font-size: 14px;
|
|
32019
|
+
line-height: 22px;
|
|
32020
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32021
|
+
text-align: center;
|
|
32022
|
+
}
|
|
32023
|
+
|
|
31907
32024
|
.c18bcrac {
|
|
31908
32025
|
display: inline-block;
|
|
31909
32026
|
width: 100%;
|
|
@@ -31951,6 +32068,50 @@ input.rrg1fkn.ant-input {
|
|
|
31951
32068
|
margin-right: 4px;
|
|
31952
32069
|
}
|
|
31953
32070
|
|
|
32071
|
+
.m15dvk92 {
|
|
32072
|
+
display: flex;
|
|
32073
|
+
justify-content: space-between;
|
|
32074
|
+
width: 100%;
|
|
32075
|
+
}
|
|
32076
|
+
.m15dvk92 .action {
|
|
32077
|
+
margin-left: 16px;
|
|
32078
|
+
}
|
|
32079
|
+
|
|
32080
|
+
.aql8iqz .ant-alert-message {
|
|
32081
|
+
width: 100%;
|
|
32082
|
+
}
|
|
32083
|
+
|
|
32084
|
+
.wg1tsps {
|
|
32085
|
+
display: flex;
|
|
32086
|
+
align-items: center;
|
|
32087
|
+
justify-content: flex-end;
|
|
32088
|
+
}
|
|
32089
|
+
|
|
32090
|
+
.b1ctd5xy {
|
|
32091
|
+
display: flex;
|
|
32092
|
+
align-items: center;
|
|
32093
|
+
width: calc(100% - 40px);
|
|
32094
|
+
}
|
|
32095
|
+
.b1ctd5xy .chart {
|
|
32096
|
+
display: inline-block;
|
|
32097
|
+
width: 100%;
|
|
32098
|
+
}
|
|
32099
|
+
|
|
32100
|
+
.u1p8acpn {
|
|
32101
|
+
width: 40px;
|
|
32102
|
+
}
|
|
32103
|
+
.u1p8acpn .unit {
|
|
32104
|
+
color: #00122e !important;
|
|
32105
|
+
}
|
|
32106
|
+
|
|
32107
|
+
.s1iv0tp1 .enabled-switch {
|
|
32108
|
+
display: flex;
|
|
32109
|
+
align-items: center;
|
|
32110
|
+
}
|
|
32111
|
+
.s1iv0tp1 .enabled-text {
|
|
32112
|
+
margin-right: 8px;
|
|
32113
|
+
}
|
|
32114
|
+
|
|
31954
32115
|
.clm1wy1 {
|
|
31955
32116
|
width: 192px;
|
|
31956
32117
|
height: 246px;
|
|
@@ -32044,23 +32205,11 @@ input.rrg1fkn.ant-input {
|
|
|
32044
32205
|
border-radius: 2px;
|
|
32045
32206
|
}
|
|
32046
32207
|
|
|
32047
|
-
.
|
|
32048
|
-
|
|
32049
|
-
|
|
32050
|
-
|
|
32051
|
-
|
|
32052
|
-
}
|
|
32053
|
-
.n12mqh7z:not(:last-child) {
|
|
32054
|
-
margin-bottom: 4px;
|
|
32055
|
-
}
|
|
32056
|
-
|
|
32057
|
-
.tf5bynu {
|
|
32058
|
-
margin: 0 3px;
|
|
32059
|
-
}
|
|
32060
|
-
|
|
32061
|
-
.tcckoz1 {
|
|
32062
|
-
max-height: 400px;
|
|
32063
|
-
overflow: "auto";
|
|
32208
|
+
.tje3huy {
|
|
32209
|
+
width: 100%;
|
|
32210
|
+
overflow: inherit;
|
|
32211
|
+
white-space: inherit;
|
|
32212
|
+
text-overflow: ellipsis;
|
|
32064
32213
|
}
|
|
32065
32214
|
|
|
32066
32215
|
.t1sqg15u {
|
|
@@ -32153,177 +32302,6 @@ input.rrg1fkn.ant-input {
|
|
|
32153
32302
|
padding-right: 12px;
|
|
32154
32303
|
}
|
|
32155
32304
|
|
|
32156
|
-
.c1uzzomf {
|
|
32157
|
-
margin-bottom: 16px;
|
|
32158
|
-
}
|
|
32159
|
-
.c1uzzomf .card-title {
|
|
32160
|
-
font-size: 16px;
|
|
32161
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32162
|
-
font-weight: 700;
|
|
32163
|
-
line-height: 32px;
|
|
32164
|
-
}
|
|
32165
|
-
.c1uzzomf .card-body {
|
|
32166
|
-
padding: 24px;
|
|
32167
|
-
border-radius: 8px;
|
|
32168
|
-
background: #fff;
|
|
32169
|
-
}
|
|
32170
|
-
.c1uzzomf .empty {
|
|
32171
|
-
font-weight: 700;
|
|
32172
|
-
font-size: 14px;
|
|
32173
|
-
line-height: 22px;
|
|
32174
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32175
|
-
text-align: center;
|
|
32176
|
-
}
|
|
32177
|
-
|
|
32178
|
-
.wg1tsps {
|
|
32179
|
-
display: flex;
|
|
32180
|
-
align-items: center;
|
|
32181
|
-
justify-content: flex-end;
|
|
32182
|
-
}
|
|
32183
|
-
|
|
32184
|
-
.b1ctd5xy {
|
|
32185
|
-
display: flex;
|
|
32186
|
-
align-items: center;
|
|
32187
|
-
width: calc(100% - 40px);
|
|
32188
|
-
}
|
|
32189
|
-
.b1ctd5xy .chart {
|
|
32190
|
-
display: inline-block;
|
|
32191
|
-
width: 100%;
|
|
32192
|
-
}
|
|
32193
|
-
|
|
32194
|
-
.u1p8acpn {
|
|
32195
|
-
width: 40px;
|
|
32196
|
-
}
|
|
32197
|
-
.u1p8acpn .unit {
|
|
32198
|
-
color: #00122e !important;
|
|
32199
|
-
}
|
|
32200
|
-
|
|
32201
|
-
.s1iv0tp1 .enabled-switch {
|
|
32202
|
-
display: flex;
|
|
32203
|
-
align-items: center;
|
|
32204
|
-
}
|
|
32205
|
-
.s1iv0tp1 .enabled-text {
|
|
32206
|
-
margin-right: 8px;
|
|
32207
|
-
}
|
|
32208
|
-
|
|
32209
|
-
.c1bus5hc {
|
|
32210
|
-
--color: white;
|
|
32211
|
-
height: 14px;
|
|
32212
|
-
width: 14px;
|
|
32213
|
-
border-radius: 50%;
|
|
32214
|
-
flex-shrink: 0;
|
|
32215
|
-
display: flex;
|
|
32216
|
-
align-items: center;
|
|
32217
|
-
justify-content: center;
|
|
32218
|
-
border: 1px solid var(--color);
|
|
32219
|
-
}
|
|
32220
|
-
.c1bus5hc .circle-inner {
|
|
32221
|
-
position: relative;
|
|
32222
|
-
height: 10px;
|
|
32223
|
-
width: 10px;
|
|
32224
|
-
border-radius: 50%;
|
|
32225
|
-
overflow: hidden;
|
|
32226
|
-
}
|
|
32227
|
-
.c1bus5hc .circle-content {
|
|
32228
|
-
position: absolute;
|
|
32229
|
-
height: 100%;
|
|
32230
|
-
width: 100%;
|
|
32231
|
-
left: 0;
|
|
32232
|
-
top: 0;
|
|
32233
|
-
border-radius: 50%;
|
|
32234
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32235
|
-
transform: rotate(180deg);
|
|
32236
|
-
}
|
|
32237
|
-
.c1bus5hc .circle-child {
|
|
32238
|
-
position: absolute;
|
|
32239
|
-
height: 100%;
|
|
32240
|
-
width: 100%;
|
|
32241
|
-
left: 0;
|
|
32242
|
-
top: 0;
|
|
32243
|
-
margin-left: 50%;
|
|
32244
|
-
transform-origin: left;
|
|
32245
|
-
background: white;
|
|
32246
|
-
transform: rotate(0deg);
|
|
32247
|
-
}
|
|
32248
|
-
|
|
32249
|
-
.c18gxmrl {
|
|
32250
|
-
border: 1px solid #d8deeb;
|
|
32251
|
-
border-radius: 4px;
|
|
32252
|
-
}
|
|
32253
|
-
.c18gxmrl + .c18gxmrl {
|
|
32254
|
-
margin-top: 8px;
|
|
32255
|
-
}
|
|
32256
|
-
.c18gxmrl:hover {
|
|
32257
|
-
border-color: #0080ff;
|
|
32258
|
-
}
|
|
32259
|
-
.c18gxmrl:hover > header {
|
|
32260
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32261
|
-
}
|
|
32262
|
-
.c18gxmrl.active header {
|
|
32263
|
-
border-bottom: 1px solid #d8deeb;
|
|
32264
|
-
}
|
|
32265
|
-
.c18gxmrl > header {
|
|
32266
|
-
padding: 8px 12px;
|
|
32267
|
-
}
|
|
32268
|
-
|
|
32269
|
-
.m15dvk92 {
|
|
32270
|
-
display: flex;
|
|
32271
|
-
justify-content: space-between;
|
|
32272
|
-
width: 100%;
|
|
32273
|
-
}
|
|
32274
|
-
.m15dvk92 .action {
|
|
32275
|
-
margin-left: 16px;
|
|
32276
|
-
}
|
|
32277
|
-
|
|
32278
|
-
.aql8iqz .ant-alert-message {
|
|
32279
|
-
width: 100%;
|
|
32280
|
-
}
|
|
32281
|
-
|
|
32282
|
-
.berrcjl {
|
|
32283
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32284
|
-
margin-bottom: 4px;
|
|
32285
|
-
}
|
|
32286
|
-
.berrcjl .breadcrumb-link {
|
|
32287
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32288
|
-
cursor: pointer;
|
|
32289
|
-
transition: color 160ms ease;
|
|
32290
|
-
}
|
|
32291
|
-
.berrcjl .breadcrumb-link:hover {
|
|
32292
|
-
color: #0080ff;
|
|
32293
|
-
}
|
|
32294
|
-
.berrcjl .breadcrumb-link:active {
|
|
32295
|
-
color: #005ed1;
|
|
32296
|
-
}
|
|
32297
|
-
|
|
32298
|
-
.tje3huy {
|
|
32299
|
-
width: 100%;
|
|
32300
|
-
overflow: inherit;
|
|
32301
|
-
white-space: inherit;
|
|
32302
|
-
text-overflow: ellipsis;
|
|
32303
|
-
}
|
|
32304
|
-
|
|
32305
|
-
.cav9p2m .ant-collapse-item {
|
|
32306
|
-
border: 0px;
|
|
32307
|
-
background-color: #fff;
|
|
32308
|
-
}
|
|
32309
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32310
|
-
padding-top: 0px;
|
|
32311
|
-
padding-bottom: 0px;
|
|
32312
|
-
padding-left: 0px !important;
|
|
32313
|
-
padding-right: 24px;
|
|
32314
|
-
}
|
|
32315
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32316
|
-
right: 0px;
|
|
32317
|
-
}
|
|
32318
|
-
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32319
|
-
padding: 0px;
|
|
32320
|
-
}
|
|
32321
|
-
|
|
32322
|
-
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32323
|
-
padding-right: 0px;
|
|
32324
|
-
cursor: default;
|
|
32325
|
-
}
|
|
32326
|
-
|
|
32327
32305
|
.c198s9j3 {
|
|
32328
32306
|
color: #2d3a56;
|
|
32329
32307
|
line-height: 22px;
|
|
@@ -32395,17 +32373,26 @@ input.rrg1fkn.ant-input {
|
|
|
32395
32373
|
margin-left: 24px;
|
|
32396
32374
|
}
|
|
32397
32375
|
|
|
32398
|
-
.
|
|
32399
|
-
|
|
32376
|
+
.cav9p2m .ant-collapse-item {
|
|
32377
|
+
border: 0px;
|
|
32378
|
+
background-color: #fff;
|
|
32400
32379
|
}
|
|
32401
|
-
|
|
32402
|
-
|
|
32403
|
-
|
|
32404
|
-
|
|
32380
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32381
|
+
padding-top: 0px;
|
|
32382
|
+
padding-bottom: 0px;
|
|
32383
|
+
padding-left: 0px !important;
|
|
32384
|
+
padding-right: 24px;
|
|
32385
|
+
}
|
|
32386
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32387
|
+
right: 0px;
|
|
32388
|
+
}
|
|
32389
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32390
|
+
padding: 0px;
|
|
32405
32391
|
}
|
|
32406
32392
|
|
|
32407
|
-
.
|
|
32408
|
-
|
|
32393
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32394
|
+
padding-right: 0px;
|
|
32395
|
+
cursor: default;
|
|
32409
32396
|
}
|
|
32410
32397
|
|
|
32411
32398
|
.c10crapj {
|
|
@@ -32415,14 +32402,17 @@ input.rrg1fkn.ant-input {
|
|
|
32415
32402
|
padding: 20px 24px 24px 24px;
|
|
32416
32403
|
}
|
|
32417
32404
|
|
|
32418
|
-
.
|
|
32419
|
-
|
|
32420
|
-
|
|
32421
|
-
|
|
32405
|
+
.t3qomhu {
|
|
32406
|
+
margin: 0 2px;
|
|
32407
|
+
}
|
|
32408
|
+
|
|
32409
|
+
.o8ocss1 {
|
|
32410
|
+
overflow: hidden;
|
|
32411
|
+
text-overflow: ellipsis;
|
|
32422
32412
|
}
|
|
32423
32413
|
|
|
32424
|
-
.
|
|
32425
|
-
|
|
32414
|
+
.n17syc35 {
|
|
32415
|
+
white-space: nowrap;
|
|
32426
32416
|
}
|
|
32427
32417
|
|
|
32428
32418
|
.s14dk8r1 {
|
|
@@ -32499,6 +32489,16 @@ input.rrg1fkn.ant-input {
|
|
|
32499
32489
|
display: inline-block;
|
|
32500
32490
|
}
|
|
32501
32491
|
|
|
32492
|
+
.igz4le8 {
|
|
32493
|
+
height: 24px;
|
|
32494
|
+
width: 56px !important;
|
|
32495
|
+
margin-right: 4px;
|
|
32496
|
+
}
|
|
32497
|
+
|
|
32498
|
+
.c1riexje {
|
|
32499
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32500
|
+
}
|
|
32501
|
+
|
|
32502
32502
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32503
32503
|
display: flex;
|
|
32504
32504
|
}
|
|
@@ -32564,6 +32564,88 @@ input.rrg1fkn.ant-input {
|
|
|
32564
32564
|
margin-right: 4px;
|
|
32565
32565
|
}
|
|
32566
32566
|
|
|
32567
|
+
.s1uupxds {
|
|
32568
|
+
padding: 0 8px;
|
|
32569
|
+
border-radius: 4px;
|
|
32570
|
+
}
|
|
32571
|
+
|
|
32572
|
+
.m10sqwut {
|
|
32573
|
+
padding: 2px 8px;
|
|
32574
|
+
border-radius: 3px;
|
|
32575
|
+
}
|
|
32576
|
+
|
|
32577
|
+
.l1d492wb {
|
|
32578
|
+
padding: 3px 8px;
|
|
32579
|
+
border-radius: 2px;
|
|
32580
|
+
}
|
|
32581
|
+
|
|
32582
|
+
.t1lzavmu.ant-tag:hover {
|
|
32583
|
+
opacity: unset;
|
|
32584
|
+
}
|
|
32585
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32586
|
+
margin: 0;
|
|
32587
|
+
margin-right: 8px;
|
|
32588
|
+
display: inline-flex;
|
|
32589
|
+
align-items: center;
|
|
32590
|
+
border: none;
|
|
32591
|
+
}
|
|
32592
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32593
|
+
width: 16px;
|
|
32594
|
+
height: 16px;
|
|
32595
|
+
color: inherit;
|
|
32596
|
+
margin-left: 4px;
|
|
32597
|
+
opacity: 0.6;
|
|
32598
|
+
display: inline-flex;
|
|
32599
|
+
}
|
|
32600
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32601
|
+
opacity: 1;
|
|
32602
|
+
}
|
|
32603
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32604
|
+
color: #0080ff;
|
|
32605
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32606
|
+
}
|
|
32607
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32608
|
+
color: #f0483e;
|
|
32609
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32610
|
+
}
|
|
32611
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32612
|
+
color: #e07f00;
|
|
32613
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32614
|
+
}
|
|
32615
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32616
|
+
color: #008f4c;
|
|
32617
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32618
|
+
}
|
|
32619
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32620
|
+
color: #1d326c;
|
|
32621
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32622
|
+
}
|
|
32623
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32624
|
+
color: #7E41FF;
|
|
32625
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32626
|
+
}
|
|
32627
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32628
|
+
color: #fff;
|
|
32629
|
+
}
|
|
32630
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32631
|
+
background-color: #f0483e;
|
|
32632
|
+
}
|
|
32633
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32634
|
+
background-color: #fea008;
|
|
32635
|
+
}
|
|
32636
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32637
|
+
background-color: #00ba5d;
|
|
32638
|
+
}
|
|
32639
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32640
|
+
background-color: #0080ff;
|
|
32641
|
+
}
|
|
32642
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32643
|
+
background-color: #6b7d99;
|
|
32644
|
+
}
|
|
32645
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32646
|
+
background-color: #7E41FF;
|
|
32647
|
+
}
|
|
32648
|
+
|
|
32567
32649
|
.l4bld33 {
|
|
32568
32650
|
width: 64px;
|
|
32569
32651
|
height: 64px;
|
|
@@ -32989,90 +33071,21 @@ input.rrg1fkn.ant-input {
|
|
|
32989
33071
|
background: rgba(163, 180, 204, 0.18);
|
|
32990
33072
|
}
|
|
32991
33073
|
|
|
32992
|
-
.
|
|
32993
|
-
padding: 0
|
|
32994
|
-
border-radius: 4px;
|
|
32995
|
-
}
|
|
32996
|
-
|
|
32997
|
-
.m10sqwut {
|
|
32998
|
-
padding: 2px 8px;
|
|
32999
|
-
border-radius: 3px;
|
|
33074
|
+
.c1k4vanq {
|
|
33075
|
+
padding: 0 12px 14px 12px;
|
|
33000
33076
|
}
|
|
33001
33077
|
|
|
33002
|
-
.
|
|
33003
|
-
|
|
33078
|
+
.skwah65 {
|
|
33079
|
+
height: 8px;
|
|
33080
|
+
box-sizing: border-box;
|
|
33004
33081
|
border-radius: 2px;
|
|
33082
|
+
background: #f5f7fa;
|
|
33083
|
+
display: flex;
|
|
33084
|
+
width: 100%;
|
|
33085
|
+
overflow: hidden;
|
|
33005
33086
|
}
|
|
33006
|
-
|
|
33007
|
-
|
|
33008
|
-
opacity: unset;
|
|
33009
|
-
}
|
|
33010
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
33011
|
-
margin: 0;
|
|
33012
|
-
margin-right: 8px;
|
|
33013
|
-
display: inline-flex;
|
|
33014
|
-
align-items: center;
|
|
33015
|
-
border: none;
|
|
33016
|
-
}
|
|
33017
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
33018
|
-
width: 16px;
|
|
33019
|
-
height: 16px;
|
|
33020
|
-
color: inherit;
|
|
33021
|
-
margin-left: 4px;
|
|
33022
|
-
opacity: 0.6;
|
|
33023
|
-
display: inline-flex;
|
|
33024
|
-
}
|
|
33025
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
33026
|
-
opacity: 1;
|
|
33027
|
-
}
|
|
33028
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
33029
|
-
color: #0080ff;
|
|
33030
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33031
|
-
}
|
|
33032
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
33033
|
-
color: #f0483e;
|
|
33034
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
33035
|
-
}
|
|
33036
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
33037
|
-
color: #e07f00;
|
|
33038
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
33039
|
-
}
|
|
33040
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
33041
|
-
color: #008f4c;
|
|
33042
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
33043
|
-
}
|
|
33044
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
33045
|
-
color: #1d326c;
|
|
33046
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33047
|
-
}
|
|
33048
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
33049
|
-
color: #7E41FF;
|
|
33050
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
33051
|
-
}
|
|
33052
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
33053
|
-
color: #fff;
|
|
33054
|
-
}
|
|
33055
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
33056
|
-
background-color: #f0483e;
|
|
33057
|
-
}
|
|
33058
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
33059
|
-
background-color: #fea008;
|
|
33060
|
-
}
|
|
33061
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
33062
|
-
background-color: #00ba5d;
|
|
33063
|
-
}
|
|
33064
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
33065
|
-
background-color: #0080ff;
|
|
33066
|
-
}
|
|
33067
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
33068
|
-
background-color: #6b7d99;
|
|
33069
|
-
}
|
|
33070
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
33071
|
-
background-color: #7E41FF;
|
|
33072
|
-
}
|
|
33073
|
-
|
|
33074
|
-
.c1k4vanq {
|
|
33075
|
-
padding: 0 12px 14px 12px;
|
|
33087
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
33088
|
+
margin-left: 1px;
|
|
33076
33089
|
}
|
|
33077
33090
|
|
|
33078
33091
|
.c1udgdh2 {
|
|
@@ -33341,19 +33354,6 @@ input.rrg1fkn.ant-input {
|
|
|
33341
33354
|
margin-right: 6px;
|
|
33342
33355
|
}
|
|
33343
33356
|
|
|
33344
|
-
.skwah65 {
|
|
33345
|
-
height: 8px;
|
|
33346
|
-
box-sizing: border-box;
|
|
33347
|
-
border-radius: 2px;
|
|
33348
|
-
background: #f5f7fa;
|
|
33349
|
-
display: flex;
|
|
33350
|
-
width: 100%;
|
|
33351
|
-
overflow: hidden;
|
|
33352
|
-
}
|
|
33353
|
-
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
33354
|
-
margin-left: 1px;
|
|
33355
|
-
}
|
|
33356
|
-
|
|
33357
33357
|
.f1p9ti6d {
|
|
33358
33358
|
width: 100%;
|
|
33359
33359
|
margin-bottom: 0 !important;
|
|
@@ -33385,11 +33385,6 @@ input.rrg1fkn.ant-input {
|
|
|
33385
33385
|
min-height: 0px;
|
|
33386
33386
|
}
|
|
33387
33387
|
|
|
33388
|
-
.iwsze0q {
|
|
33389
|
-
margin-right: 4px;
|
|
33390
|
-
height: 16px;
|
|
33391
|
-
}
|
|
33392
|
-
|
|
33393
33388
|
.sut42l0 {
|
|
33394
33389
|
padding: 0 8px;
|
|
33395
33390
|
height: 18px;
|
|
@@ -33416,6 +33411,11 @@ input.rrg1fkn.ant-input {
|
|
|
33416
33411
|
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33417
33412
|
}
|
|
33418
33413
|
|
|
33414
|
+
.iwsze0q {
|
|
33415
|
+
margin-right: 4px;
|
|
33416
|
+
height: 16px;
|
|
33417
|
+
}
|
|
33418
|
+
|
|
33419
33419
|
.w1xcixj5.outside-tag {
|
|
33420
33420
|
padding-left: 0;
|
|
33421
33421
|
}
|
|
@@ -33425,6 +33425,25 @@ input.rrg1fkn.ant-input {
|
|
|
33425
33425
|
margin-right: 4px;
|
|
33426
33426
|
}
|
|
33427
33427
|
|
|
33428
|
+
.feau332.ant-form-item {
|
|
33429
|
+
margin-bottom: 0;
|
|
33430
|
+
}
|
|
33431
|
+
.feau332 .ant-form-item-explain {
|
|
33432
|
+
display: none;
|
|
33433
|
+
min-height: 18px;
|
|
33434
|
+
margin-top: 5px;
|
|
33435
|
+
font-family: "Inter";
|
|
33436
|
+
font-weight: 400;
|
|
33437
|
+
font-size: 12px;
|
|
33438
|
+
line-height: 18px;
|
|
33439
|
+
}
|
|
33440
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33441
|
+
white-space: pre-wrap;
|
|
33442
|
+
}
|
|
33443
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33444
|
+
display: block;
|
|
33445
|
+
}
|
|
33446
|
+
|
|
33428
33447
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33429
33448
|
display: var(--at4ovwe-0);
|
|
33430
33449
|
}
|
|
@@ -33475,25 +33494,6 @@ input.rrg1fkn.ant-input {
|
|
|
33475
33494
|
font-size: inherit;
|
|
33476
33495
|
}
|
|
33477
33496
|
|
|
33478
|
-
.feau332.ant-form-item {
|
|
33479
|
-
margin-bottom: 0;
|
|
33480
|
-
}
|
|
33481
|
-
.feau332 .ant-form-item-explain {
|
|
33482
|
-
display: none;
|
|
33483
|
-
min-height: 18px;
|
|
33484
|
-
margin-top: 5px;
|
|
33485
|
-
font-family: "Inter";
|
|
33486
|
-
font-weight: 400;
|
|
33487
|
-
font-size: 12px;
|
|
33488
|
-
line-height: 18px;
|
|
33489
|
-
}
|
|
33490
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33491
|
-
white-space: pre-wrap;
|
|
33492
|
-
}
|
|
33493
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33494
|
-
display: block;
|
|
33495
|
-
}
|
|
33496
|
-
|
|
33497
33497
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33498
33498
|
display: var(--a6dbbkm-0);
|
|
33499
33499
|
}
|