@cloudtower/eagle 0.27.3-gobackbutton1 → 0.27.3-gobackbutton2
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 +841 -841
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +657 -657
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -29808,19 +29808,6 @@ html body {
|
|
|
29808
29808
|
padding: 0;
|
|
29809
29809
|
}
|
|
29810
29810
|
|
|
29811
|
-
.iap75of {
|
|
29812
|
-
height: 18px;
|
|
29813
|
-
line-height: 18px;
|
|
29814
|
-
padding: 0 4px;
|
|
29815
|
-
border-radius: 4px;
|
|
29816
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29817
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29818
|
-
display: flex;
|
|
29819
|
-
align-items: center;
|
|
29820
|
-
white-space: nowrap;
|
|
29821
|
-
margin-right: 4px;
|
|
29822
|
-
}
|
|
29823
|
-
|
|
29824
29811
|
.bpq0js6 {
|
|
29825
29812
|
padding: 4px 11px;
|
|
29826
29813
|
}
|
|
@@ -29865,6 +29852,19 @@ html body {
|
|
|
29865
29852
|
font-size: 18px;
|
|
29866
29853
|
}
|
|
29867
29854
|
|
|
29855
|
+
.iap75of {
|
|
29856
|
+
height: 18px;
|
|
29857
|
+
line-height: 18px;
|
|
29858
|
+
padding: 0 4px;
|
|
29859
|
+
border-radius: 4px;
|
|
29860
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29861
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29862
|
+
display: flex;
|
|
29863
|
+
align-items: center;
|
|
29864
|
+
white-space: nowrap;
|
|
29865
|
+
margin-right: 4px;
|
|
29866
|
+
}
|
|
29867
|
+
|
|
29868
29868
|
.i1mrf09m {
|
|
29869
29869
|
display: inline-flex;
|
|
29870
29870
|
align-items: center;
|
|
@@ -29949,6 +29949,152 @@ html body {
|
|
|
29949
29949
|
line-height: 18px;
|
|
29950
29950
|
}
|
|
29951
29951
|
|
|
29952
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
29953
|
+
display: inline-flex;
|
|
29954
|
+
align-items: baseline;
|
|
29955
|
+
white-space: pre-wrap;
|
|
29956
|
+
}
|
|
29957
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
29958
|
+
position: relative;
|
|
29959
|
+
top: 3px;
|
|
29960
|
+
}
|
|
29961
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
29962
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29963
|
+
}
|
|
29964
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
29965
|
+
border-color: #0080ff;
|
|
29966
|
+
}
|
|
29967
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
29968
|
+
border-color: #0080ff;
|
|
29969
|
+
background: #0080ff;
|
|
29970
|
+
}
|
|
29971
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
29972
|
+
top: 4px;
|
|
29973
|
+
left: 4px;
|
|
29974
|
+
width: 6px;
|
|
29975
|
+
height: 6px;
|
|
29976
|
+
background: #fff;
|
|
29977
|
+
}
|
|
29978
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
29979
|
+
opacity: 0.5;
|
|
29980
|
+
}
|
|
29981
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
29982
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29983
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29984
|
+
}
|
|
29985
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
29986
|
+
background: #00122e;
|
|
29987
|
+
}
|
|
29988
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
29989
|
+
color: #00122e;
|
|
29990
|
+
opacity: 0.5;
|
|
29991
|
+
}
|
|
29992
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
29993
|
+
color: #00122e;
|
|
29994
|
+
}
|
|
29995
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
29996
|
+
display: inline-block;
|
|
29997
|
+
padding: 0;
|
|
29998
|
+
padding-left: 12px;
|
|
29999
|
+
}
|
|
30000
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30001
|
+
margin-bottom: 0;
|
|
30002
|
+
white-space: pre-wrap;
|
|
30003
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30004
|
+
}
|
|
30005
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30006
|
+
padding-left: 8px;
|
|
30007
|
+
}
|
|
30008
|
+
|
|
30009
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30010
|
+
border-radius: 5px 0 0 5px;
|
|
30011
|
+
}
|
|
30012
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30013
|
+
border-radius: 0 5px 5px 0;
|
|
30014
|
+
}
|
|
30015
|
+
|
|
30016
|
+
.r1f0aqcc {
|
|
30017
|
+
color: #00122e;
|
|
30018
|
+
border-color: #ccd4e3;
|
|
30019
|
+
}
|
|
30020
|
+
.r1f0aqcc:first-child {
|
|
30021
|
+
border-color: #a3b4cc;
|
|
30022
|
+
}
|
|
30023
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30024
|
+
padding: 0 12px;
|
|
30025
|
+
line-height: 32px;
|
|
30026
|
+
height: 32px;
|
|
30027
|
+
}
|
|
30028
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30029
|
+
white-space: nowrap;
|
|
30030
|
+
}
|
|
30031
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30032
|
+
height: 22px;
|
|
30033
|
+
padding: 0 7px;
|
|
30034
|
+
line-height: 20px;
|
|
30035
|
+
}
|
|
30036
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30037
|
+
background: #ccd4e3;
|
|
30038
|
+
}
|
|
30039
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30040
|
+
background: #0080ff;
|
|
30041
|
+
}
|
|
30042
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30043
|
+
background: #ccd4e3;
|
|
30044
|
+
opacity: 0.5;
|
|
30045
|
+
}
|
|
30046
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30047
|
+
border-right-color: #0080ff;
|
|
30048
|
+
}
|
|
30049
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30050
|
+
border-color: #0080ff;
|
|
30051
|
+
}
|
|
30052
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30053
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30054
|
+
}
|
|
30055
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30056
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30057
|
+
border-color: #ccd4e3;
|
|
30058
|
+
opacity: 0.5;
|
|
30059
|
+
}
|
|
30060
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30061
|
+
color: #00122e;
|
|
30062
|
+
border-color: #ccd4e3;
|
|
30063
|
+
}
|
|
30064
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30065
|
+
color: #00122e;
|
|
30066
|
+
border-color: #ccd4e3;
|
|
30067
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30068
|
+
}
|
|
30069
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30070
|
+
margin-right: 8px;
|
|
30071
|
+
display: inline;
|
|
30072
|
+
border: none;
|
|
30073
|
+
padding: 0;
|
|
30074
|
+
width: 36px;
|
|
30075
|
+
background: transparent;
|
|
30076
|
+
}
|
|
30077
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30078
|
+
box-shadow: none;
|
|
30079
|
+
}
|
|
30080
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30081
|
+
margin-right: 0;
|
|
30082
|
+
width: initial;
|
|
30083
|
+
box-shadow: none;
|
|
30084
|
+
}
|
|
30085
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30086
|
+
display: none;
|
|
30087
|
+
}
|
|
30088
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30089
|
+
display: inline;
|
|
30090
|
+
}
|
|
30091
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30092
|
+
display: inline;
|
|
30093
|
+
margin-right: 8px;
|
|
30094
|
+
padding: 0;
|
|
30095
|
+
width: 36px;
|
|
30096
|
+
}
|
|
30097
|
+
|
|
29952
30098
|
.cz04yix {
|
|
29953
30099
|
display: flex;
|
|
29954
30100
|
flex-direction: column;
|
|
@@ -30561,205 +30707,140 @@ input.rrg1fkn.ant-input {
|
|
|
30561
30707
|
border-bottom-left-radius: 0;
|
|
30562
30708
|
}
|
|
30563
30709
|
|
|
30564
|
-
.
|
|
30565
|
-
|
|
30566
|
-
|
|
30567
|
-
|
|
30568
|
-
|
|
30569
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30570
|
-
position: relative;
|
|
30571
|
-
top: 3px;
|
|
30710
|
+
.s34f1qb.ant-switch {
|
|
30711
|
+
min-width: 40px;
|
|
30712
|
+
height: 24px;
|
|
30713
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30714
|
+
overflow: hidden;
|
|
30572
30715
|
}
|
|
30573
|
-
.
|
|
30574
|
-
|
|
30716
|
+
.s34f1qb.ant-switch:focus {
|
|
30717
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30575
30718
|
}
|
|
30576
|
-
.
|
|
30577
|
-
|
|
30719
|
+
.s34f1qb.ant-switch-small {
|
|
30720
|
+
min-width: 26px;
|
|
30721
|
+
height: 16px;
|
|
30578
30722
|
}
|
|
30579
|
-
.
|
|
30580
|
-
|
|
30581
|
-
|
|
30723
|
+
.s34f1qb.ant-switch-large {
|
|
30724
|
+
min-width: 52px;
|
|
30725
|
+
height: 32px;
|
|
30582
30726
|
}
|
|
30583
|
-
.
|
|
30584
|
-
|
|
30585
|
-
|
|
30586
|
-
width: 6px;
|
|
30587
|
-
height: 6px;
|
|
30588
|
-
background: #fff;
|
|
30727
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30728
|
+
height: 20px;
|
|
30729
|
+
width: 20px;
|
|
30589
30730
|
}
|
|
30590
|
-
.
|
|
30591
|
-
|
|
30731
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30732
|
+
border-radius: 10px;
|
|
30733
|
+
transition-delay: 120ms;
|
|
30592
30734
|
}
|
|
30593
|
-
.
|
|
30594
|
-
|
|
30595
|
-
|
|
30735
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30736
|
+
height: 14px;
|
|
30737
|
+
width: 14px;
|
|
30738
|
+
top: 1px;
|
|
30739
|
+
left: 1px;
|
|
30596
30740
|
}
|
|
30597
|
-
.
|
|
30598
|
-
|
|
30741
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30742
|
+
height: 28px;
|
|
30743
|
+
width: 28px;
|
|
30599
30744
|
}
|
|
30600
|
-
.
|
|
30601
|
-
|
|
30602
|
-
opacity: 0.5;
|
|
30745
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30746
|
+
border-radius: 14px;
|
|
30603
30747
|
}
|
|
30604
|
-
.
|
|
30605
|
-
color: #
|
|
30748
|
+
.s34f1qb.ant-switch-checked {
|
|
30749
|
+
background-color: #00ba5d;
|
|
30606
30750
|
}
|
|
30607
|
-
.
|
|
30608
|
-
|
|
30609
|
-
padding: 0;
|
|
30610
|
-
padding-left: 12px;
|
|
30751
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30752
|
+
left: calc(100% - 20px - 2px);
|
|
30611
30753
|
}
|
|
30612
|
-
.
|
|
30613
|
-
|
|
30614
|
-
white-space: pre-wrap;
|
|
30615
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30754
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30755
|
+
left: calc(100% - 14px - 1px);
|
|
30616
30756
|
}
|
|
30617
|
-
.
|
|
30618
|
-
|
|
30757
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30758
|
+
left: calc(100% - 28px - 2px);
|
|
30619
30759
|
}
|
|
30620
30760
|
|
|
30621
|
-
.
|
|
30622
|
-
|
|
30623
|
-
}
|
|
30624
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30625
|
-
border-radius: 0 5px 5px 0;
|
|
30761
|
+
.c1to9vb9 {
|
|
30762
|
+
margin-left: 5px;
|
|
30626
30763
|
}
|
|
30627
30764
|
|
|
30628
|
-
.
|
|
30629
|
-
|
|
30630
|
-
border-color: #ccd4e3;
|
|
30765
|
+
.s1fc623g {
|
|
30766
|
+
width: 430px !important;
|
|
30631
30767
|
}
|
|
30632
|
-
|
|
30633
|
-
|
|
30768
|
+
|
|
30769
|
+
.da3mx0o .ant-select-item-group {
|
|
30770
|
+
padding: 8px 16px;
|
|
30771
|
+
line-height: 18px;
|
|
30772
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30773
|
+
height: 34px;
|
|
30774
|
+
min-height: 34px;
|
|
30775
|
+
box-sizing: border-box;
|
|
30776
|
+
margin-top: 8px;
|
|
30634
30777
|
}
|
|
30635
|
-
|
|
30636
|
-
|
|
30637
|
-
|
|
30638
|
-
|
|
30778
|
+
|
|
30779
|
+
.onr9gzt {
|
|
30780
|
+
display: flex;
|
|
30781
|
+
flex-direction: column;
|
|
30782
|
+
margin: 1px 8px;
|
|
30783
|
+
padding: 8px;
|
|
30784
|
+
border-radius: 4px;
|
|
30639
30785
|
}
|
|
30640
|
-
.
|
|
30641
|
-
|
|
30786
|
+
.onr9gzt .selected-icon {
|
|
30787
|
+
display: none;
|
|
30642
30788
|
}
|
|
30643
|
-
.ant-
|
|
30644
|
-
|
|
30645
|
-
padding: 0 7px;
|
|
30646
|
-
line-height: 20px;
|
|
30789
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
30790
|
+
padding-left: 8px;
|
|
30647
30791
|
}
|
|
30648
|
-
.
|
|
30649
|
-
background:
|
|
30792
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
30793
|
+
background-color: white;
|
|
30650
30794
|
}
|
|
30651
|
-
.
|
|
30652
|
-
|
|
30795
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
30796
|
+
color: #0080ff;
|
|
30653
30797
|
}
|
|
30654
|
-
.
|
|
30655
|
-
|
|
30656
|
-
opacity: 0.5;
|
|
30798
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
30799
|
+
display: block;
|
|
30657
30800
|
}
|
|
30658
|
-
.
|
|
30659
|
-
|
|
30801
|
+
.onr9gzt.ant-select-item-option-active {
|
|
30802
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30660
30803
|
}
|
|
30661
|
-
.
|
|
30662
|
-
|
|
30804
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
30805
|
+
color: #0080ff;
|
|
30663
30806
|
}
|
|
30664
|
-
.
|
|
30807
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
30665
30808
|
background: rgba(0, 136, 255, 0.1);
|
|
30809
|
+
color: #0080ff;
|
|
30666
30810
|
}
|
|
30667
|
-
|
|
30668
|
-
|
|
30669
|
-
|
|
30670
|
-
|
|
30811
|
+
|
|
30812
|
+
.oiy0apc {
|
|
30813
|
+
display: flex;
|
|
30814
|
+
justify-content: space-between;
|
|
30815
|
+
height: 20px;
|
|
30816
|
+
line-height: 20px;
|
|
30671
30817
|
}
|
|
30672
|
-
.
|
|
30673
|
-
color: #
|
|
30674
|
-
|
|
30818
|
+
.oiy0apc .timezone-title {
|
|
30819
|
+
color: #2d3a56;
|
|
30820
|
+
overflow: hidden;
|
|
30821
|
+
text-overflow: ellipsis;
|
|
30675
30822
|
}
|
|
30676
|
-
|
|
30677
|
-
|
|
30678
|
-
|
|
30679
|
-
|
|
30823
|
+
|
|
30824
|
+
.of4y382 {
|
|
30825
|
+
display: flex;
|
|
30826
|
+
justify-content: space-between;
|
|
30827
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30828
|
+
height: 18px;
|
|
30829
|
+
line-height: 18px;
|
|
30830
|
+
margin-top: 2px;
|
|
30680
30831
|
}
|
|
30681
|
-
|
|
30682
|
-
|
|
30683
|
-
display: inline;
|
|
30832
|
+
|
|
30833
|
+
.t19903l9 {
|
|
30684
30834
|
border: none;
|
|
30685
|
-
padding: 0;
|
|
30686
|
-
width: 36px;
|
|
30687
|
-
background: transparent;
|
|
30688
|
-
}
|
|
30689
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30690
|
-
box-shadow: none;
|
|
30691
|
-
}
|
|
30692
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30693
30835
|
margin-right: 0;
|
|
30694
|
-
|
|
30695
|
-
box-shadow: none;
|
|
30696
|
-
}
|
|
30697
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30698
|
-
display: none;
|
|
30699
|
-
}
|
|
30700
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30701
|
-
display: inline;
|
|
30702
|
-
}
|
|
30703
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30704
|
-
display: inline;
|
|
30705
|
-
margin-right: 8px;
|
|
30706
|
-
padding: 0;
|
|
30707
|
-
width: 36px;
|
|
30836
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30708
30837
|
}
|
|
30709
30838
|
|
|
30710
|
-
.
|
|
30711
|
-
|
|
30712
|
-
height: 24px;
|
|
30713
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30714
|
-
overflow: hidden;
|
|
30715
|
-
}
|
|
30716
|
-
.s34f1qb.ant-switch:focus {
|
|
30717
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30718
|
-
}
|
|
30719
|
-
.s34f1qb.ant-switch-small {
|
|
30720
|
-
min-width: 26px;
|
|
30721
|
-
height: 16px;
|
|
30722
|
-
}
|
|
30723
|
-
.s34f1qb.ant-switch-large {
|
|
30724
|
-
min-width: 52px;
|
|
30839
|
+
.ohwbvxu {
|
|
30840
|
+
pointer-events: none;
|
|
30725
30841
|
height: 32px;
|
|
30726
|
-
|
|
30727
|
-
|
|
30728
|
-
height: 20px;
|
|
30729
|
-
width: 20px;
|
|
30730
|
-
}
|
|
30731
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30732
|
-
border-radius: 10px;
|
|
30733
|
-
transition-delay: 120ms;
|
|
30734
|
-
}
|
|
30735
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30736
|
-
height: 14px;
|
|
30737
|
-
width: 14px;
|
|
30738
|
-
top: 1px;
|
|
30739
|
-
left: 1px;
|
|
30740
|
-
}
|
|
30741
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30742
|
-
height: 28px;
|
|
30743
|
-
width: 28px;
|
|
30744
|
-
}
|
|
30745
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30746
|
-
border-radius: 14px;
|
|
30747
|
-
}
|
|
30748
|
-
.s34f1qb.ant-switch-checked {
|
|
30749
|
-
background-color: #00ba5d;
|
|
30750
|
-
}
|
|
30751
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30752
|
-
left: calc(100% - 20px - 2px);
|
|
30753
|
-
}
|
|
30754
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30755
|
-
left: calc(100% - 14px - 1px);
|
|
30756
|
-
}
|
|
30757
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30758
|
-
left: calc(100% - 28px - 2px);
|
|
30759
|
-
}
|
|
30760
|
-
|
|
30761
|
-
.c1to9vb9 {
|
|
30762
|
-
margin-left: 5px;
|
|
30842
|
+
width: 100%;
|
|
30843
|
+
opacity: 0;
|
|
30763
30844
|
}
|
|
30764
30845
|
|
|
30765
30846
|
.t1upn1sz {
|
|
@@ -31126,137 +31207,56 @@ input.rrg1fkn.ant-input {
|
|
|
31126
31207
|
background: #fff;
|
|
31127
31208
|
}
|
|
31128
31209
|
|
|
31129
|
-
.
|
|
31130
|
-
|
|
31210
|
+
.i1e4sgug {
|
|
31211
|
+
display: inline-block;
|
|
31131
31212
|
}
|
|
31132
31213
|
|
|
31133
|
-
.
|
|
31134
|
-
|
|
31135
|
-
|
|
31136
|
-
|
|
31137
|
-
|
|
31138
|
-
|
|
31139
|
-
box-sizing: border-box;
|
|
31140
|
-
margin-top: 8px;
|
|
31214
|
+
.d6j0lbj {
|
|
31215
|
+
font-family: Inter;
|
|
31216
|
+
font-style: normal;
|
|
31217
|
+
font-weight: bold;
|
|
31218
|
+
font-size: 32px;
|
|
31219
|
+
line-height: 40px;
|
|
31141
31220
|
}
|
|
31142
31221
|
|
|
31143
|
-
.
|
|
31144
|
-
|
|
31145
|
-
|
|
31146
|
-
|
|
31147
|
-
|
|
31148
|
-
|
|
31149
|
-
}
|
|
31150
|
-
.onr9gzt .selected-icon {
|
|
31151
|
-
display: none;
|
|
31152
|
-
}
|
|
31153
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31154
|
-
padding-left: 8px;
|
|
31155
|
-
}
|
|
31156
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31157
|
-
background-color: white;
|
|
31158
|
-
}
|
|
31159
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31160
|
-
color: #0080ff;
|
|
31222
|
+
.d1xhvvxe {
|
|
31223
|
+
font-family: Inter;
|
|
31224
|
+
font-style: normal;
|
|
31225
|
+
font-weight: bold;
|
|
31226
|
+
font-size: 24px;
|
|
31227
|
+
line-height: 32px;
|
|
31161
31228
|
}
|
|
31162
|
-
|
|
31163
|
-
|
|
31229
|
+
|
|
31230
|
+
.dk10mxq {
|
|
31231
|
+
font-family: Inter;
|
|
31232
|
+
font-style: normal;
|
|
31233
|
+
font-weight: normal;
|
|
31234
|
+
font-size: 32px;
|
|
31235
|
+
line-height: 40px;
|
|
31164
31236
|
}
|
|
31165
|
-
|
|
31166
|
-
|
|
31237
|
+
|
|
31238
|
+
.dxsait {
|
|
31239
|
+
font-family: Inter;
|
|
31240
|
+
font-style: normal;
|
|
31241
|
+
font-weight: bold;
|
|
31242
|
+
font-size: 20px;
|
|
31243
|
+
line-height: 24px;
|
|
31167
31244
|
}
|
|
31168
|
-
|
|
31169
|
-
|
|
31245
|
+
|
|
31246
|
+
.dokn0h3 {
|
|
31247
|
+
font-family: Inter;
|
|
31248
|
+
font-style: normal;
|
|
31249
|
+
font-weight: normal;
|
|
31250
|
+
font-size: 20px;
|
|
31251
|
+
line-height: 24px;
|
|
31170
31252
|
}
|
|
31171
|
-
|
|
31172
|
-
|
|
31173
|
-
|
|
31174
|
-
|
|
31175
|
-
|
|
31176
|
-
|
|
31177
|
-
|
|
31178
|
-
justify-content: space-between;
|
|
31179
|
-
height: 20px;
|
|
31180
|
-
line-height: 20px;
|
|
31181
|
-
}
|
|
31182
|
-
.oiy0apc .timezone-title {
|
|
31183
|
-
color: #2d3a56;
|
|
31184
|
-
overflow: hidden;
|
|
31185
|
-
text-overflow: ellipsis;
|
|
31186
|
-
}
|
|
31187
|
-
|
|
31188
|
-
.of4y382 {
|
|
31189
|
-
display: flex;
|
|
31190
|
-
justify-content: space-between;
|
|
31191
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31192
|
-
height: 18px;
|
|
31193
|
-
line-height: 18px;
|
|
31194
|
-
margin-top: 2px;
|
|
31195
|
-
}
|
|
31196
|
-
|
|
31197
|
-
.t19903l9 {
|
|
31198
|
-
border: none;
|
|
31199
|
-
margin-right: 0;
|
|
31200
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31201
|
-
}
|
|
31202
|
-
|
|
31203
|
-
.ohwbvxu {
|
|
31204
|
-
pointer-events: none;
|
|
31205
|
-
height: 32px;
|
|
31206
|
-
width: 100%;
|
|
31207
|
-
opacity: 0;
|
|
31208
|
-
}
|
|
31209
|
-
|
|
31210
|
-
.i1e4sgug {
|
|
31211
|
-
display: inline-block;
|
|
31212
|
-
}
|
|
31213
|
-
|
|
31214
|
-
.d6j0lbj {
|
|
31215
|
-
font-family: Inter;
|
|
31216
|
-
font-style: normal;
|
|
31217
|
-
font-weight: bold;
|
|
31218
|
-
font-size: 32px;
|
|
31219
|
-
line-height: 40px;
|
|
31220
|
-
}
|
|
31221
|
-
|
|
31222
|
-
.d1xhvvxe {
|
|
31223
|
-
font-family: Inter;
|
|
31224
|
-
font-style: normal;
|
|
31225
|
-
font-weight: bold;
|
|
31226
|
-
font-size: 24px;
|
|
31227
|
-
line-height: 32px;
|
|
31228
|
-
}
|
|
31229
|
-
|
|
31230
|
-
.dk10mxq {
|
|
31231
|
-
font-family: Inter;
|
|
31232
|
-
font-style: normal;
|
|
31233
|
-
font-weight: normal;
|
|
31234
|
-
font-size: 32px;
|
|
31235
|
-
line-height: 40px;
|
|
31236
|
-
}
|
|
31237
|
-
|
|
31238
|
-
.dxsait {
|
|
31239
|
-
font-family: Inter;
|
|
31240
|
-
font-style: normal;
|
|
31241
|
-
font-weight: bold;
|
|
31242
|
-
font-size: 20px;
|
|
31243
|
-
line-height: 24px;
|
|
31244
|
-
}
|
|
31245
|
-
|
|
31246
|
-
.dokn0h3 {
|
|
31247
|
-
font-family: Inter;
|
|
31248
|
-
font-style: normal;
|
|
31249
|
-
font-weight: normal;
|
|
31250
|
-
font-size: 20px;
|
|
31251
|
-
line-height: 24px;
|
|
31252
|
-
}
|
|
31253
|
-
|
|
31254
|
-
.dobau4p {
|
|
31255
|
-
font-family: Inter;
|
|
31256
|
-
font-style: normal;
|
|
31257
|
-
font-weight: bold;
|
|
31258
|
-
font-size: 18px;
|
|
31259
|
-
line-height: 22px;
|
|
31253
|
+
|
|
31254
|
+
.dobau4p {
|
|
31255
|
+
font-family: Inter;
|
|
31256
|
+
font-style: normal;
|
|
31257
|
+
font-weight: bold;
|
|
31258
|
+
font-size: 18px;
|
|
31259
|
+
line-height: 22px;
|
|
31260
31260
|
}
|
|
31261
31261
|
|
|
31262
31262
|
.dvolwok {
|
|
@@ -31880,6 +31880,22 @@ input.rrg1fkn.ant-input {
|
|
|
31880
31880
|
padding: 8px 12px;
|
|
31881
31881
|
}
|
|
31882
31882
|
|
|
31883
|
+
.berrcjl {
|
|
31884
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31885
|
+
margin-bottom: 4px;
|
|
31886
|
+
}
|
|
31887
|
+
.berrcjl .breadcrumb-link {
|
|
31888
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31889
|
+
cursor: pointer;
|
|
31890
|
+
transition: color 160ms ease;
|
|
31891
|
+
}
|
|
31892
|
+
.berrcjl .breadcrumb-link:hover {
|
|
31893
|
+
color: #0080ff;
|
|
31894
|
+
}
|
|
31895
|
+
.berrcjl .breadcrumb-link:active {
|
|
31896
|
+
color: #005ed1;
|
|
31897
|
+
}
|
|
31898
|
+
|
|
31883
31899
|
.c1uzzomf {
|
|
31884
31900
|
margin-bottom: 16px;
|
|
31885
31901
|
}
|
|
@@ -31902,22 +31918,6 @@ input.rrg1fkn.ant-input {
|
|
|
31902
31918
|
text-align: center;
|
|
31903
31919
|
}
|
|
31904
31920
|
|
|
31905
|
-
.berrcjl {
|
|
31906
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31907
|
-
margin-bottom: 4px;
|
|
31908
|
-
}
|
|
31909
|
-
.berrcjl .breadcrumb-link {
|
|
31910
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31911
|
-
cursor: pointer;
|
|
31912
|
-
transition: color 160ms ease;
|
|
31913
|
-
}
|
|
31914
|
-
.berrcjl .breadcrumb-link:hover {
|
|
31915
|
-
color: #0080ff;
|
|
31916
|
-
}
|
|
31917
|
-
.berrcjl .breadcrumb-link:active {
|
|
31918
|
-
color: #005ed1;
|
|
31919
|
-
}
|
|
31920
|
-
|
|
31921
31921
|
.c1bus5hc {
|
|
31922
31922
|
--color: white;
|
|
31923
31923
|
height: 14px;
|
|
@@ -31971,6 +31971,35 @@ input.rrg1fkn.ant-input {
|
|
|
31971
31971
|
width: 100%;
|
|
31972
31972
|
}
|
|
31973
31973
|
|
|
31974
|
+
.cav9p2m .ant-collapse-item {
|
|
31975
|
+
border: 0px;
|
|
31976
|
+
background-color: #fff;
|
|
31977
|
+
}
|
|
31978
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
31979
|
+
padding-top: 0px;
|
|
31980
|
+
padding-bottom: 0px;
|
|
31981
|
+
padding-left: 0px !important;
|
|
31982
|
+
padding-right: 24px;
|
|
31983
|
+
}
|
|
31984
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31985
|
+
right: 0px;
|
|
31986
|
+
}
|
|
31987
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31988
|
+
padding: 0px;
|
|
31989
|
+
}
|
|
31990
|
+
|
|
31991
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
31992
|
+
padding-right: 0px;
|
|
31993
|
+
cursor: default;
|
|
31994
|
+
}
|
|
31995
|
+
|
|
31996
|
+
.c10crapj {
|
|
31997
|
+
border-radius: 8px;
|
|
31998
|
+
}
|
|
31999
|
+
.c10crapj .ant-card-body {
|
|
32000
|
+
padding: 20px 24px 24px 24px;
|
|
32001
|
+
}
|
|
32002
|
+
|
|
31974
32003
|
.c198s9j3 {
|
|
31975
32004
|
color: #2d3a56;
|
|
31976
32005
|
line-height: 22px;
|
|
@@ -32042,35 +32071,6 @@ input.rrg1fkn.ant-input {
|
|
|
32042
32071
|
margin-left: 24px;
|
|
32043
32072
|
}
|
|
32044
32073
|
|
|
32045
|
-
.c10crapj {
|
|
32046
|
-
border-radius: 8px;
|
|
32047
|
-
}
|
|
32048
|
-
.c10crapj .ant-card-body {
|
|
32049
|
-
padding: 20px 24px 24px 24px;
|
|
32050
|
-
}
|
|
32051
|
-
|
|
32052
|
-
.cav9p2m .ant-collapse-item {
|
|
32053
|
-
border: 0px;
|
|
32054
|
-
background-color: #fff;
|
|
32055
|
-
}
|
|
32056
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32057
|
-
padding-top: 0px;
|
|
32058
|
-
padding-bottom: 0px;
|
|
32059
|
-
padding-left: 0px !important;
|
|
32060
|
-
padding-right: 24px;
|
|
32061
|
-
}
|
|
32062
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32063
|
-
right: 0px;
|
|
32064
|
-
}
|
|
32065
|
-
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32066
|
-
padding: 0px;
|
|
32067
|
-
}
|
|
32068
|
-
|
|
32069
|
-
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32070
|
-
padding-right: 0px;
|
|
32071
|
-
cursor: default;
|
|
32072
|
-
}
|
|
32073
|
-
|
|
32074
32074
|
.t3qomhu {
|
|
32075
32075
|
margin: 0 2px;
|
|
32076
32076
|
}
|
|
@@ -32278,165 +32278,189 @@ input.rrg1fkn.ant-input {
|
|
|
32278
32278
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32279
32279
|
}
|
|
32280
32280
|
|
|
32281
|
-
.
|
|
32282
|
-
|
|
32283
|
-
text-align: center;
|
|
32284
|
-
display: flex;
|
|
32285
|
-
align-items: center;
|
|
32286
|
-
justify-content: center;
|
|
32287
|
-
flex-direction: column;
|
|
32288
|
-
height: 100%;
|
|
32289
|
-
}
|
|
32290
|
-
.m1thnes4 .link {
|
|
32291
|
-
color: #0080ff;
|
|
32292
|
-
cursor: pointer;
|
|
32281
|
+
.sq6vos1 {
|
|
32282
|
+
--item-min-width: 60px;
|
|
32293
32283
|
}
|
|
32294
|
-
|
|
32295
|
-
|
|
32296
|
-
width: 100%;
|
|
32297
|
-
height: 100%;
|
|
32298
|
-
display: flex;
|
|
32299
|
-
flex-direction: column;
|
|
32284
|
+
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32285
|
+
display: none !important;
|
|
32300
32286
|
}
|
|
32301
|
-
.
|
|
32302
|
-
|
|
32303
|
-
display: flex;
|
|
32304
|
-
line-height: 30px;
|
|
32305
|
-
padding: 0 16px;
|
|
32306
|
-
justify-content: space-between;
|
|
32287
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32288
|
+
flex-shrink: 0 !important;
|
|
32307
32289
|
}
|
|
32308
|
-
.
|
|
32309
|
-
|
|
32310
|
-
font-size: 12px;
|
|
32311
|
-
align-items: center;
|
|
32290
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32291
|
+
color: #0080ff;
|
|
32312
32292
|
}
|
|
32313
|
-
.
|
|
32314
|
-
color: #
|
|
32293
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32294
|
+
color: #0080ff;
|
|
32295
|
+
font-weight: normal;
|
|
32315
32296
|
}
|
|
32316
|
-
.
|
|
32317
|
-
|
|
32297
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
32298
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32318
32299
|
}
|
|
32319
|
-
.
|
|
32320
|
-
|
|
32321
|
-
cursor: pointer;
|
|
32300
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32301
|
+
color: #00122e;
|
|
32322
32302
|
}
|
|
32323
|
-
.
|
|
32324
|
-
|
|
32325
|
-
width: 100%;
|
|
32326
|
-
display: flex;
|
|
32327
|
-
justify-content: center;
|
|
32328
|
-
align-items: center;
|
|
32303
|
+
.sq6vos1 .step-item-text {
|
|
32304
|
+
display: inline-block;
|
|
32329
32305
|
}
|
|
32330
|
-
.
|
|
32331
|
-
|
|
32306
|
+
.sq6vos1 .step-item-title {
|
|
32307
|
+
overflow: hidden;
|
|
32308
|
+
white-space: nowrap;
|
|
32309
|
+
text-overflow: ellipsis;
|
|
32332
32310
|
}
|
|
32333
32311
|
|
|
32334
|
-
.
|
|
32335
|
-
|
|
32336
|
-
align-items: center;
|
|
32337
|
-
white-space: nowrap;
|
|
32338
|
-
overflow: hidden;
|
|
32339
|
-
width: 100%;
|
|
32312
|
+
.hjtnwxg .ant-steps-item-container {
|
|
32313
|
+
min-width: var(--item-min-width);
|
|
32340
32314
|
}
|
|
32341
|
-
.
|
|
32342
|
-
|
|
32343
|
-
font-size: 12px;
|
|
32315
|
+
.hjtnwxg .ant-steps-item-disabled {
|
|
32316
|
+
cursor: not-allowed !important;
|
|
32344
32317
|
}
|
|
32345
|
-
|
|
32346
|
-
|
|
32347
|
-
|
|
32348
|
-
|
|
32349
|
-
|
|
32318
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32319
|
+
flex-direction: row;
|
|
32320
|
+
justify-content: stretch;
|
|
32321
|
+
}
|
|
32322
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32323
|
+
padding: 0;
|
|
32324
|
+
margin-right: 4px;
|
|
32325
|
+
flex: 1;
|
|
32326
|
+
overflow: visible;
|
|
32327
|
+
}
|
|
32328
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32329
|
+
width: 100%;
|
|
32330
|
+
min-height: unset;
|
|
32331
|
+
}
|
|
32332
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
32333
|
+
height: 26px;
|
|
32334
|
+
line-height: 26px;
|
|
32335
|
+
width: 100%;
|
|
32336
|
+
padding: 0;
|
|
32350
32337
|
font-size: 12px;
|
|
32351
|
-
cursor: pointer;
|
|
32352
32338
|
}
|
|
32353
|
-
.
|
|
32354
|
-
margin-right:
|
|
32339
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
32340
|
+
margin-right: 10px;
|
|
32355
32341
|
}
|
|
32356
|
-
.
|
|
32357
|
-
|
|
32342
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32343
|
+
display: none;
|
|
32358
32344
|
}
|
|
32359
|
-
.
|
|
32360
|
-
|
|
32345
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32346
|
+
padding-left: 8px;
|
|
32347
|
+
padding-right: 4px;
|
|
32348
|
+
border-radius: 4px 0 0 4px;
|
|
32361
32349
|
}
|
|
32362
|
-
|
|
32363
|
-
|
|
32364
|
-
display: inline-block;
|
|
32365
|
-
height: 8px;
|
|
32366
|
-
width: 8px;
|
|
32367
|
-
margin-right: 8px;
|
|
32350
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32351
|
+
margin-right: 0;
|
|
32368
32352
|
}
|
|
32369
|
-
|
|
32370
|
-
|
|
32371
|
-
|
|
32372
|
-
|
|
32373
|
-
font-size: 12px;
|
|
32374
|
-
margin: 0;
|
|
32353
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
32354
|
+
padding-right: 8px;
|
|
32355
|
+
padding-left: 12px;
|
|
32356
|
+
border-radius: 0 4px 4px 0;
|
|
32375
32357
|
}
|
|
32376
|
-
|
|
32377
|
-
|
|
32358
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
32359
|
+
content: "";
|
|
32360
|
+
width: 0;
|
|
32361
|
+
height: 0;
|
|
32362
|
+
border: 13px solid transparent;
|
|
32363
|
+
position: absolute;
|
|
32364
|
+
top: 0;
|
|
32365
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32366
|
+
z-index: 2;
|
|
32378
32367
|
position: relative;
|
|
32368
|
+
top: -50%;
|
|
32369
|
+
right: -100%;
|
|
32379
32370
|
}
|
|
32380
|
-
.
|
|
32381
|
-
|
|
32371
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32372
|
+
padding: 0 4px 0 12px;
|
|
32382
32373
|
}
|
|
32383
|
-
.
|
|
32384
|
-
|
|
32385
|
-
|
|
32386
|
-
|
|
32387
|
-
|
|
32374
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
32375
|
+
content: "";
|
|
32376
|
+
width: 0;
|
|
32377
|
+
height: 0;
|
|
32378
|
+
border: 13px solid transparent;
|
|
32379
|
+
position: absolute;
|
|
32380
|
+
top: 0;
|
|
32381
|
+
border-left: 8px solid #fff;
|
|
32382
|
+
left: 0;
|
|
32388
32383
|
}
|
|
32389
|
-
.
|
|
32390
|
-
|
|
32391
|
-
font-size: 12px;
|
|
32392
|
-
align-items: center;
|
|
32384
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
32385
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
32393
32386
|
}
|
|
32394
|
-
.
|
|
32395
|
-
color:
|
|
32387
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32388
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32396
32389
|
}
|
|
32397
|
-
.
|
|
32398
|
-
|
|
32390
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32391
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32399
32392
|
}
|
|
32400
|
-
.
|
|
32401
|
-
margin-left: 10px;
|
|
32393
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32402
32394
|
cursor: pointer;
|
|
32395
|
+
min-width: var(--item-min-width);
|
|
32403
32396
|
}
|
|
32404
|
-
.
|
|
32405
|
-
|
|
32397
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32398
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32399
|
+
min-width: var(--item-min-width);
|
|
32406
32400
|
}
|
|
32407
|
-
.
|
|
32408
|
-
|
|
32409
|
-
|
|
32401
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32402
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32403
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32404
|
+
}
|
|
32405
|
+
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32406
|
+
padding: 0;
|
|
32407
|
+
}
|
|
32408
|
+
|
|
32409
|
+
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32410
|
+
width: 192px;
|
|
32411
|
+
row-gap: 2px;
|
|
32412
|
+
}
|
|
32413
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32410
32414
|
padding: 0 8px;
|
|
32411
32415
|
border-radius: 4px;
|
|
32412
|
-
|
|
32413
|
-
|
|
32414
|
-
|
|
32415
|
-
transform: translateX(-50%);
|
|
32416
|
+
height: 32px;
|
|
32417
|
+
display: flex;
|
|
32418
|
+
align-items: center;
|
|
32416
32419
|
}
|
|
32417
|
-
|
|
32418
|
-
|
|
32419
|
-
|
|
32420
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32421
|
+
min-height: auto;
|
|
32422
|
+
white-space: nowrap;
|
|
32423
|
+
}
|
|
32424
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32425
|
+
font-size: 13px;
|
|
32426
|
+
line-height: 20px;
|
|
32427
|
+
max-width: 100%;
|
|
32428
|
+
}
|
|
32429
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32430
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32420
32431
|
}
|
|
32421
32432
|
|
|
32422
|
-
.
|
|
32423
|
-
|
|
32433
|
+
.h1xo7yjb {
|
|
32434
|
+
width: 100%;
|
|
32435
|
+
display: inline-flex;
|
|
32424
32436
|
align-items: center;
|
|
32425
|
-
justify-content:
|
|
32426
|
-
|
|
32427
|
-
color: #b4beca;
|
|
32428
|
-
font-size: 12px;
|
|
32429
|
-
padding: 3px 6px;
|
|
32437
|
+
justify-content: center;
|
|
32438
|
+
column-gap: 4px;
|
|
32430
32439
|
}
|
|
32431
|
-
.
|
|
32432
|
-
|
|
32440
|
+
.h1xo7yjb .step-item-prefix-container {
|
|
32441
|
+
display: inline-flex;
|
|
32442
|
+
align-items: center;
|
|
32443
|
+
width: 18px;
|
|
32444
|
+
height: 18px;
|
|
32445
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32446
|
+
justify-content: center;
|
|
32433
32447
|
}
|
|
32434
|
-
|
|
32435
|
-
|
|
32448
|
+
|
|
32449
|
+
.v1f2f7cy {
|
|
32450
|
+
width: 100%;
|
|
32451
|
+
display: flex;
|
|
32452
|
+
align-items: center;
|
|
32453
|
+
justify-content: center;
|
|
32454
|
+
column-gap: 6px;
|
|
32455
|
+
font-size: 13px;
|
|
32436
32456
|
}
|
|
32437
|
-
.
|
|
32438
|
-
|
|
32439
|
-
|
|
32457
|
+
.v1f2f7cy .step-item-prefix-container {
|
|
32458
|
+
display: inline-flex;
|
|
32459
|
+
align-items: center;
|
|
32460
|
+
min-width: 20px;
|
|
32461
|
+
min-height: 20px;
|
|
32462
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32463
|
+
justify-content: center;
|
|
32440
32464
|
}
|
|
32441
32465
|
|
|
32442
32466
|
.t19ustft .date {
|
|
@@ -32535,189 +32559,165 @@ input.rrg1fkn.ant-input {
|
|
|
32535
32559
|
color: #0080ff;
|
|
32536
32560
|
}
|
|
32537
32561
|
|
|
32538
|
-
.
|
|
32539
|
-
--item-min-width: 60px;
|
|
32540
|
-
}
|
|
32541
|
-
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32542
|
-
display: none !important;
|
|
32543
|
-
}
|
|
32544
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32545
|
-
flex-shrink: 0 !important;
|
|
32546
|
-
}
|
|
32547
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32548
|
-
color: #0080ff;
|
|
32549
|
-
}
|
|
32550
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32551
|
-
color: #0080ff;
|
|
32552
|
-
font-weight: normal;
|
|
32553
|
-
}
|
|
32554
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
32562
|
+
.m1thnes4 {
|
|
32555
32563
|
color: rgba(44, 56, 82, 0.6);
|
|
32564
|
+
text-align: center;
|
|
32565
|
+
display: flex;
|
|
32566
|
+
align-items: center;
|
|
32567
|
+
justify-content: center;
|
|
32568
|
+
flex-direction: column;
|
|
32569
|
+
height: 100%;
|
|
32556
32570
|
}
|
|
32557
|
-
.
|
|
32558
|
-
color: #
|
|
32559
|
-
|
|
32560
|
-
.sq6vos1 .step-item-text {
|
|
32561
|
-
display: inline-block;
|
|
32562
|
-
}
|
|
32563
|
-
.sq6vos1 .step-item-title {
|
|
32564
|
-
overflow: hidden;
|
|
32565
|
-
white-space: nowrap;
|
|
32566
|
-
text-overflow: ellipsis;
|
|
32571
|
+
.m1thnes4 .link {
|
|
32572
|
+
color: #0080ff;
|
|
32573
|
+
cursor: pointer;
|
|
32567
32574
|
}
|
|
32568
32575
|
|
|
32569
|
-
.
|
|
32570
|
-
min-width: var(--item-min-width);
|
|
32571
|
-
}
|
|
32572
|
-
.hjtnwxg .ant-steps-item-disabled {
|
|
32573
|
-
cursor: not-allowed !important;
|
|
32574
|
-
}
|
|
32575
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32576
|
-
flex-direction: row;
|
|
32577
|
-
justify-content: stretch;
|
|
32578
|
-
}
|
|
32579
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32580
|
-
padding: 0;
|
|
32581
|
-
margin-right: 4px;
|
|
32582
|
-
flex: 1;
|
|
32583
|
-
overflow: visible;
|
|
32584
|
-
}
|
|
32585
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32576
|
+
.m1bixfdy {
|
|
32586
32577
|
width: 100%;
|
|
32587
|
-
|
|
32578
|
+
height: 100%;
|
|
32579
|
+
display: flex;
|
|
32580
|
+
flex-direction: column;
|
|
32588
32581
|
}
|
|
32589
|
-
.
|
|
32590
|
-
height: 26px;
|
|
32591
|
-
line-height: 26px;
|
|
32582
|
+
.m1bixfdy .name-toolbar {
|
|
32592
32583
|
width: 100%;
|
|
32593
|
-
|
|
32594
|
-
|
|
32595
|
-
|
|
32596
|
-
|
|
32597
|
-
margin-right: 10px;
|
|
32598
|
-
}
|
|
32599
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32600
|
-
display: none;
|
|
32601
|
-
}
|
|
32602
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32603
|
-
padding-left: 8px;
|
|
32604
|
-
padding-right: 4px;
|
|
32605
|
-
border-radius: 4px 0 0 4px;
|
|
32606
|
-
}
|
|
32607
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32608
|
-
margin-right: 0;
|
|
32584
|
+
display: flex;
|
|
32585
|
+
line-height: 30px;
|
|
32586
|
+
padding: 0 16px;
|
|
32587
|
+
justify-content: space-between;
|
|
32609
32588
|
}
|
|
32610
|
-
.
|
|
32611
|
-
|
|
32612
|
-
|
|
32613
|
-
|
|
32589
|
+
.m1bixfdy .name-toolbar .metric-extra {
|
|
32590
|
+
display: flex;
|
|
32591
|
+
font-size: 12px;
|
|
32592
|
+
align-items: center;
|
|
32614
32593
|
}
|
|
32615
|
-
.
|
|
32616
|
-
|
|
32617
|
-
width: 0;
|
|
32618
|
-
height: 0;
|
|
32619
|
-
border: 13px solid transparent;
|
|
32620
|
-
position: absolute;
|
|
32621
|
-
top: 0;
|
|
32622
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32623
|
-
z-index: 2;
|
|
32624
|
-
position: relative;
|
|
32625
|
-
top: -50%;
|
|
32626
|
-
right: -100%;
|
|
32594
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32595
|
+
color: #a3b4cc;
|
|
32627
32596
|
}
|
|
32628
|
-
.
|
|
32629
|
-
|
|
32597
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32598
|
+
margin-left: 10px;
|
|
32630
32599
|
}
|
|
32631
|
-
.
|
|
32632
|
-
|
|
32633
|
-
|
|
32634
|
-
height: 0;
|
|
32635
|
-
border: 13px solid transparent;
|
|
32636
|
-
position: absolute;
|
|
32637
|
-
top: 0;
|
|
32638
|
-
border-left: 8px solid #fff;
|
|
32639
|
-
left: 0;
|
|
32600
|
+
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32601
|
+
margin-left: 10px;
|
|
32602
|
+
cursor: pointer;
|
|
32640
32603
|
}
|
|
32641
|
-
.
|
|
32642
|
-
|
|
32604
|
+
.m1bixfdy .content {
|
|
32605
|
+
flex: 1;
|
|
32606
|
+
width: 100%;
|
|
32607
|
+
display: flex;
|
|
32608
|
+
justify-content: center;
|
|
32609
|
+
align-items: center;
|
|
32643
32610
|
}
|
|
32644
|
-
.
|
|
32645
|
-
|
|
32611
|
+
.m1bixfdy .single-content {
|
|
32612
|
+
height: 65px;
|
|
32646
32613
|
}
|
|
32647
|
-
|
|
32648
|
-
|
|
32614
|
+
|
|
32615
|
+
.lfamfcw {
|
|
32616
|
+
display: flex;
|
|
32617
|
+
align-items: center;
|
|
32618
|
+
white-space: nowrap;
|
|
32619
|
+
overflow: hidden;
|
|
32620
|
+
width: 100%;
|
|
32649
32621
|
}
|
|
32650
|
-
.
|
|
32622
|
+
.lfamfcw .ant-dropdown-trigger {
|
|
32623
|
+
margin-left: auto;
|
|
32624
|
+
font-size: 12px;
|
|
32625
|
+
}
|
|
32626
|
+
|
|
32627
|
+
.la6u9b4 {
|
|
32628
|
+
display: flex;
|
|
32629
|
+
justify-content: flex-start;
|
|
32630
|
+
align-items: center;
|
|
32631
|
+
font-size: 12px;
|
|
32651
32632
|
cursor: pointer;
|
|
32652
|
-
min-width: var(--item-min-width);
|
|
32653
32633
|
}
|
|
32654
|
-
.
|
|
32655
|
-
|
|
32656
|
-
min-width: var(--item-min-width);
|
|
32634
|
+
.la6u9b4:not(:last-child) {
|
|
32635
|
+
margin-right: 20px;
|
|
32657
32636
|
}
|
|
32658
|
-
.
|
|
32659
|
-
|
|
32660
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
32637
|
+
.la6u9b4.deselected {
|
|
32638
|
+
opacity: 0.4;
|
|
32661
32639
|
}
|
|
32662
|
-
.
|
|
32663
|
-
|
|
32640
|
+
.la6u9b4.deselected .color-block {
|
|
32641
|
+
background: #b4beca !important;
|
|
32664
32642
|
}
|
|
32665
32643
|
|
|
32666
|
-
.
|
|
32667
|
-
|
|
32668
|
-
|
|
32644
|
+
.chhvk8b {
|
|
32645
|
+
display: inline-block;
|
|
32646
|
+
height: 8px;
|
|
32647
|
+
width: 8px;
|
|
32648
|
+
margin-right: 8px;
|
|
32669
32649
|
}
|
|
32670
|
-
|
|
32671
|
-
|
|
32672
|
-
border-radius: 4px;
|
|
32673
|
-
height: 32px;
|
|
32650
|
+
|
|
32651
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32674
32652
|
display: flex;
|
|
32675
32653
|
align-items: center;
|
|
32654
|
+
font-size: 12px;
|
|
32655
|
+
margin: 0;
|
|
32676
32656
|
}
|
|
32677
|
-
|
|
32678
|
-
|
|
32679
|
-
|
|
32657
|
+
|
|
32658
|
+
.m16f7gpb {
|
|
32659
|
+
position: relative;
|
|
32680
32660
|
}
|
|
32681
|
-
.
|
|
32682
|
-
|
|
32683
|
-
line-height: 20px;
|
|
32684
|
-
max-width: 100%;
|
|
32661
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32662
|
+
bottom: -12px;
|
|
32685
32663
|
}
|
|
32686
|
-
.
|
|
32687
|
-
|
|
32664
|
+
.m16f7gpb .metric-toolbar {
|
|
32665
|
+
display: flex;
|
|
32666
|
+
justify-content: space-between;
|
|
32667
|
+
line-height: 30px;
|
|
32668
|
+
margin: 0 16px;
|
|
32688
32669
|
}
|
|
32689
|
-
|
|
32690
|
-
|
|
32691
|
-
|
|
32692
|
-
display: inline-flex;
|
|
32670
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32671
|
+
display: flex;
|
|
32672
|
+
font-size: 12px;
|
|
32693
32673
|
align-items: center;
|
|
32694
|
-
justify-content: center;
|
|
32695
|
-
column-gap: 4px;
|
|
32696
32674
|
}
|
|
32697
|
-
.
|
|
32698
|
-
|
|
32699
|
-
|
|
32700
|
-
|
|
32701
|
-
|
|
32702
|
-
|
|
32703
|
-
|
|
32675
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32676
|
+
color: #a3b4cc;
|
|
32677
|
+
}
|
|
32678
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32679
|
+
margin-left: 10px;
|
|
32680
|
+
}
|
|
32681
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32682
|
+
margin-left: 10px;
|
|
32683
|
+
cursor: pointer;
|
|
32684
|
+
}
|
|
32685
|
+
.m16f7gpb .recharts-xAxis {
|
|
32686
|
+
font-size: 12px;
|
|
32687
|
+
}
|
|
32688
|
+
.m16f7gpb .pointer-wrapper {
|
|
32689
|
+
position: absolute;
|
|
32690
|
+
bottom: 10px;
|
|
32691
|
+
padding: 0 8px;
|
|
32692
|
+
border-radius: 4px;
|
|
32693
|
+
font-size: 12px;
|
|
32694
|
+
color: #fff;
|
|
32695
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32696
|
+
transform: translateX(-50%);
|
|
32704
32697
|
}
|
|
32705
32698
|
|
|
32706
|
-
.
|
|
32707
|
-
width:
|
|
32699
|
+
.t1ipvk51 {
|
|
32700
|
+
min-width: 200px;
|
|
32701
|
+
}
|
|
32702
|
+
|
|
32703
|
+
.t1kgldps {
|
|
32708
32704
|
display: flex;
|
|
32709
32705
|
align-items: center;
|
|
32710
|
-
justify-content:
|
|
32711
|
-
|
|
32712
|
-
|
|
32706
|
+
justify-content: space-between;
|
|
32707
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32708
|
+
color: #b4beca;
|
|
32709
|
+
font-size: 12px;
|
|
32710
|
+
padding: 3px 6px;
|
|
32713
32711
|
}
|
|
32714
|
-
.
|
|
32715
|
-
|
|
32716
|
-
|
|
32717
|
-
|
|
32718
|
-
|
|
32719
|
-
|
|
32720
|
-
|
|
32712
|
+
.t1kgldps:first-child {
|
|
32713
|
+
padding-top: 3px;
|
|
32714
|
+
}
|
|
32715
|
+
.t1kgldps:last-child {
|
|
32716
|
+
padding-bottom: 3px;
|
|
32717
|
+
}
|
|
32718
|
+
.t1kgldps .column-value {
|
|
32719
|
+
color: #fff;
|
|
32720
|
+
margin-left: 8px;
|
|
32721
32721
|
}
|
|
32722
32722
|
|
|
32723
32723
|
.t1gz6wqf {
|
|
@@ -32750,6 +32750,22 @@ input.rrg1fkn.ant-input {
|
|
|
32750
32750
|
background: rgba(163, 180, 204, 0.18);
|
|
32751
32751
|
}
|
|
32752
32752
|
|
|
32753
|
+
.rrwcpby {
|
|
32754
|
+
display: flex;
|
|
32755
|
+
align-items: center;
|
|
32756
|
+
}
|
|
32757
|
+
.rrwcpby .order {
|
|
32758
|
+
height: 24px;
|
|
32759
|
+
width: 24px;
|
|
32760
|
+
border-radius: 20px;
|
|
32761
|
+
color: #0080ff;
|
|
32762
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32763
|
+
display: flex;
|
|
32764
|
+
align-items: center;
|
|
32765
|
+
justify-content: center;
|
|
32766
|
+
margin-right: 6px;
|
|
32767
|
+
}
|
|
32768
|
+
|
|
32753
32769
|
.c1udgdh2 {
|
|
32754
32770
|
color: #2d3a56;
|
|
32755
32771
|
padding: 7px 12px;
|
|
@@ -32794,22 +32810,6 @@ input.rrg1fkn.ant-input {
|
|
|
32794
32810
|
padding: 0 12px 14px 12px;
|
|
32795
32811
|
}
|
|
32796
32812
|
|
|
32797
|
-
.rrwcpby {
|
|
32798
|
-
display: flex;
|
|
32799
|
-
align-items: center;
|
|
32800
|
-
}
|
|
32801
|
-
.rrwcpby .order {
|
|
32802
|
-
height: 24px;
|
|
32803
|
-
width: 24px;
|
|
32804
|
-
border-radius: 20px;
|
|
32805
|
-
color: #0080ff;
|
|
32806
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32807
|
-
display: flex;
|
|
32808
|
-
align-items: center;
|
|
32809
|
-
justify-content: center;
|
|
32810
|
-
margin-right: 6px;
|
|
32811
|
-
}
|
|
32812
|
-
|
|
32813
32813
|
.bab9xum {
|
|
32814
32814
|
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);
|
|
32815
32815
|
}
|
|
@@ -33051,15 +33051,6 @@ input.rrg1fkn.ant-input {
|
|
|
33051
33051
|
min-height: 0px;
|
|
33052
33052
|
}
|
|
33053
33053
|
|
|
33054
|
-
.w1xcixj5.outside-tag {
|
|
33055
|
-
padding-left: 0;
|
|
33056
|
-
}
|
|
33057
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33058
|
-
border-radius: 4px 0 0 4px;
|
|
33059
|
-
padding-right: 4px;
|
|
33060
|
-
margin-right: 4px;
|
|
33061
|
-
}
|
|
33062
|
-
|
|
33063
33054
|
.sut42l0 {
|
|
33064
33055
|
padding: 0 8px;
|
|
33065
33056
|
height: 18px;
|
|
@@ -33091,6 +33082,15 @@ input.rrg1fkn.ant-input {
|
|
|
33091
33082
|
height: 16px;
|
|
33092
33083
|
}
|
|
33093
33084
|
|
|
33085
|
+
.w1xcixj5.outside-tag {
|
|
33086
|
+
padding-left: 0;
|
|
33087
|
+
}
|
|
33088
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33089
|
+
border-radius: 4px 0 0 4px;
|
|
33090
|
+
padding-right: 4px;
|
|
33091
|
+
margin-right: 4px;
|
|
33092
|
+
}
|
|
33093
|
+
|
|
33094
33094
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33095
33095
|
display: var(--at4ovwe-0);
|
|
33096
33096
|
}
|
|
@@ -33141,25 +33141,6 @@ input.rrg1fkn.ant-input {
|
|
|
33141
33141
|
font-size: inherit;
|
|
33142
33142
|
}
|
|
33143
33143
|
|
|
33144
|
-
.feau332.ant-form-item {
|
|
33145
|
-
margin-bottom: 0;
|
|
33146
|
-
}
|
|
33147
|
-
.feau332 .ant-form-item-explain {
|
|
33148
|
-
display: none;
|
|
33149
|
-
min-height: 18px;
|
|
33150
|
-
margin-top: 5px;
|
|
33151
|
-
font-family: "Inter";
|
|
33152
|
-
font-weight: 400;
|
|
33153
|
-
font-size: 12px;
|
|
33154
|
-
line-height: 18px;
|
|
33155
|
-
}
|
|
33156
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33157
|
-
white-space: pre-wrap;
|
|
33158
|
-
}
|
|
33159
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33160
|
-
display: block;
|
|
33161
|
-
}
|
|
33162
|
-
|
|
33163
33144
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33164
33145
|
display: var(--a6dbbkm-0);
|
|
33165
33146
|
}
|
|
@@ -33189,4 +33170,23 @@ input.rrg1fkn.ant-input {
|
|
|
33189
33170
|
margin: 0;
|
|
33190
33171
|
height: auto;
|
|
33191
33172
|
font-size: inherit;
|
|
33173
|
+
}
|
|
33174
|
+
|
|
33175
|
+
.feau332.ant-form-item {
|
|
33176
|
+
margin-bottom: 0;
|
|
33177
|
+
}
|
|
33178
|
+
.feau332 .ant-form-item-explain {
|
|
33179
|
+
display: none;
|
|
33180
|
+
min-height: 18px;
|
|
33181
|
+
margin-top: 5px;
|
|
33182
|
+
font-family: "Inter";
|
|
33183
|
+
font-weight: 400;
|
|
33184
|
+
font-size: 12px;
|
|
33185
|
+
line-height: 18px;
|
|
33186
|
+
}
|
|
33187
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33188
|
+
white-space: pre-wrap;
|
|
33189
|
+
}
|
|
33190
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33191
|
+
display: block;
|
|
33192
33192
|
}
|