@cloudtower/eagle 0.27.5 → 0.27.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Calendar/index.d.ts +3 -0
- package/dist/components.css +926 -823
- package/dist/coreX/CronCalendar/CronCalendar.stories.d.ts +7 -0
- package/dist/coreX/CronCalendar/index.d.ts +4 -0
- package/dist/coreX/GoBackButton/GoBackButton.stories.d.ts +9 -0
- package/dist/coreX/GoBackButton/index.d.ts +4 -0
- package/dist/coreX/common/getCalendarTitle.d.ts +2 -0
- package/dist/esm/index.js +681 -516
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +19 -1
- package/dist/style.css +1142 -1039
- package/dist/umd/index.js +679 -514
- package/dist/umd/stats1.html +1 -1
- package/package.json +7 -5
package/dist/components.css
CHANGED
|
@@ -29862,152 +29862,6 @@ html body {
|
|
|
29862
29862
|
line-height: 18px;
|
|
29863
29863
|
}
|
|
29864
29864
|
|
|
29865
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
29866
|
-
display: inline-flex;
|
|
29867
|
-
align-items: baseline;
|
|
29868
|
-
white-space: pre-wrap;
|
|
29869
|
-
}
|
|
29870
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
29871
|
-
position: relative;
|
|
29872
|
-
top: 3px;
|
|
29873
|
-
}
|
|
29874
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
29875
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
29876
|
-
}
|
|
29877
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
29878
|
-
border-color: #0080ff;
|
|
29879
|
-
}
|
|
29880
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
29881
|
-
border-color: #0080ff;
|
|
29882
|
-
background: #0080ff;
|
|
29883
|
-
}
|
|
29884
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
29885
|
-
top: 4px;
|
|
29886
|
-
left: 4px;
|
|
29887
|
-
width: 6px;
|
|
29888
|
-
height: 6px;
|
|
29889
|
-
background: #fff;
|
|
29890
|
-
}
|
|
29891
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
29892
|
-
opacity: 0.5;
|
|
29893
|
-
}
|
|
29894
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
29895
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
29896
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29897
|
-
}
|
|
29898
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
29899
|
-
background: #00122e;
|
|
29900
|
-
}
|
|
29901
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
29902
|
-
color: #00122e;
|
|
29903
|
-
opacity: 0.5;
|
|
29904
|
-
}
|
|
29905
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
29906
|
-
color: #00122e;
|
|
29907
|
-
}
|
|
29908
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
29909
|
-
display: inline-block;
|
|
29910
|
-
padding: 0;
|
|
29911
|
-
padding-left: 12px;
|
|
29912
|
-
}
|
|
29913
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
29914
|
-
margin-bottom: 0;
|
|
29915
|
-
white-space: pre-wrap;
|
|
29916
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29917
|
-
}
|
|
29918
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
29919
|
-
padding-left: 8px;
|
|
29920
|
-
}
|
|
29921
|
-
|
|
29922
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
29923
|
-
border-radius: 5px 0 0 5px;
|
|
29924
|
-
}
|
|
29925
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
29926
|
-
border-radius: 0 5px 5px 0;
|
|
29927
|
-
}
|
|
29928
|
-
|
|
29929
|
-
.r1f0aqcc {
|
|
29930
|
-
color: #00122e;
|
|
29931
|
-
border-color: #ccd4e3;
|
|
29932
|
-
}
|
|
29933
|
-
.r1f0aqcc:first-child {
|
|
29934
|
-
border-color: #a3b4cc;
|
|
29935
|
-
}
|
|
29936
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
29937
|
-
padding: 0 12px;
|
|
29938
|
-
line-height: 32px;
|
|
29939
|
-
height: 32px;
|
|
29940
|
-
}
|
|
29941
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
29942
|
-
white-space: nowrap;
|
|
29943
|
-
}
|
|
29944
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
29945
|
-
height: 22px;
|
|
29946
|
-
padding: 0 7px;
|
|
29947
|
-
line-height: 20px;
|
|
29948
|
-
}
|
|
29949
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
29950
|
-
background: #ccd4e3;
|
|
29951
|
-
}
|
|
29952
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
29953
|
-
background: #0080ff;
|
|
29954
|
-
}
|
|
29955
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
29956
|
-
background: #ccd4e3;
|
|
29957
|
-
opacity: 0.5;
|
|
29958
|
-
}
|
|
29959
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
29960
|
-
border-right-color: #0080ff;
|
|
29961
|
-
}
|
|
29962
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
29963
|
-
border-color: #0080ff;
|
|
29964
|
-
}
|
|
29965
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
29966
|
-
background: rgba(0, 136, 255, 0.1);
|
|
29967
|
-
}
|
|
29968
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
29969
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29970
|
-
border-color: #ccd4e3;
|
|
29971
|
-
opacity: 0.5;
|
|
29972
|
-
}
|
|
29973
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
29974
|
-
color: #00122e;
|
|
29975
|
-
border-color: #ccd4e3;
|
|
29976
|
-
}
|
|
29977
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
29978
|
-
color: #00122e;
|
|
29979
|
-
border-color: #ccd4e3;
|
|
29980
|
-
background: rgba(172, 186, 211, 0.6);
|
|
29981
|
-
}
|
|
29982
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
29983
|
-
margin-right: 8px;
|
|
29984
|
-
display: inline;
|
|
29985
|
-
border: none;
|
|
29986
|
-
padding: 0;
|
|
29987
|
-
width: 36px;
|
|
29988
|
-
background: transparent;
|
|
29989
|
-
}
|
|
29990
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
29991
|
-
box-shadow: none;
|
|
29992
|
-
}
|
|
29993
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
29994
|
-
margin-right: 0;
|
|
29995
|
-
width: initial;
|
|
29996
|
-
box-shadow: none;
|
|
29997
|
-
}
|
|
29998
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
29999
|
-
display: none;
|
|
30000
|
-
}
|
|
30001
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30002
|
-
display: inline;
|
|
30003
|
-
}
|
|
30004
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30005
|
-
display: inline;
|
|
30006
|
-
margin-right: 8px;
|
|
30007
|
-
padding: 0;
|
|
30008
|
-
width: 36px;
|
|
30009
|
-
}
|
|
30010
|
-
|
|
30011
29865
|
.cz04yix {
|
|
30012
29866
|
display: flex;
|
|
30013
29867
|
flex-direction: column;
|
|
@@ -30688,524 +30542,221 @@ input.rrg1fkn.ant-input {
|
|
|
30688
30542
|
word-break: break-all;
|
|
30689
30543
|
}
|
|
30690
30544
|
|
|
30691
|
-
.
|
|
30692
|
-
|
|
30693
|
-
|
|
30694
|
-
|
|
30695
|
-
overflow: hidden;
|
|
30545
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30546
|
+
display: inline-flex;
|
|
30547
|
+
align-items: baseline;
|
|
30548
|
+
white-space: pre-wrap;
|
|
30696
30549
|
}
|
|
30697
|
-
.
|
|
30698
|
-
|
|
30550
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30551
|
+
position: relative;
|
|
30552
|
+
top: 3px;
|
|
30699
30553
|
}
|
|
30700
|
-
.
|
|
30701
|
-
|
|
30702
|
-
height: 16px;
|
|
30554
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30555
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30703
30556
|
}
|
|
30704
|
-
.
|
|
30705
|
-
|
|
30706
|
-
height: 32px;
|
|
30557
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30558
|
+
border-color: #0080ff;
|
|
30707
30559
|
}
|
|
30708
|
-
.
|
|
30709
|
-
|
|
30710
|
-
|
|
30560
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30561
|
+
border-color: #0080ff;
|
|
30562
|
+
background: #0080ff;
|
|
30711
30563
|
}
|
|
30712
|
-
.
|
|
30713
|
-
|
|
30714
|
-
|
|
30564
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30565
|
+
top: 4px;
|
|
30566
|
+
left: 4px;
|
|
30567
|
+
width: 6px;
|
|
30568
|
+
height: 6px;
|
|
30569
|
+
background: #fff;
|
|
30715
30570
|
}
|
|
30716
|
-
.
|
|
30717
|
-
|
|
30718
|
-
width: 14px;
|
|
30719
|
-
top: 1px;
|
|
30720
|
-
left: 1px;
|
|
30571
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30572
|
+
opacity: 0.5;
|
|
30721
30573
|
}
|
|
30722
|
-
.
|
|
30723
|
-
|
|
30724
|
-
|
|
30574
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30575
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30576
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30725
30577
|
}
|
|
30726
|
-
.
|
|
30727
|
-
|
|
30578
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30579
|
+
background: #00122e;
|
|
30728
30580
|
}
|
|
30729
|
-
.
|
|
30730
|
-
|
|
30581
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30582
|
+
color: #00122e;
|
|
30583
|
+
opacity: 0.5;
|
|
30731
30584
|
}
|
|
30732
|
-
.
|
|
30733
|
-
|
|
30585
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30586
|
+
color: #00122e;
|
|
30734
30587
|
}
|
|
30735
|
-
.
|
|
30736
|
-
|
|
30588
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30589
|
+
display: inline-block;
|
|
30590
|
+
padding: 0;
|
|
30591
|
+
padding-left: 12px;
|
|
30737
30592
|
}
|
|
30738
|
-
.
|
|
30739
|
-
|
|
30593
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30594
|
+
margin-bottom: 0;
|
|
30595
|
+
white-space: pre-wrap;
|
|
30596
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30740
30597
|
}
|
|
30741
|
-
|
|
30742
|
-
|
|
30743
|
-
margin-left: 5px;
|
|
30598
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30599
|
+
padding-left: 8px;
|
|
30744
30600
|
}
|
|
30745
30601
|
|
|
30746
|
-
.
|
|
30747
|
-
|
|
30602
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30603
|
+
border-radius: 5px 0 0 5px;
|
|
30604
|
+
}
|
|
30605
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30606
|
+
border-radius: 0 5px 5px 0;
|
|
30748
30607
|
}
|
|
30749
30608
|
|
|
30750
|
-
.
|
|
30751
|
-
|
|
30609
|
+
.r1f0aqcc {
|
|
30610
|
+
color: #00122e;
|
|
30611
|
+
border-color: #ccd4e3;
|
|
30752
30612
|
}
|
|
30753
|
-
.
|
|
30754
|
-
|
|
30755
|
-
height: 100%;
|
|
30613
|
+
.r1f0aqcc:first-child {
|
|
30614
|
+
border-color: #a3b4cc;
|
|
30756
30615
|
}
|
|
30757
|
-
.
|
|
30758
|
-
|
|
30616
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30617
|
+
padding: 0 12px;
|
|
30618
|
+
line-height: 32px;
|
|
30619
|
+
height: 32px;
|
|
30759
30620
|
}
|
|
30760
|
-
.
|
|
30761
|
-
|
|
30762
|
-
height: 100%;
|
|
30621
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30622
|
+
white-space: nowrap;
|
|
30763
30623
|
}
|
|
30764
|
-
.
|
|
30765
|
-
|
|
30766
|
-
|
|
30767
|
-
|
|
30768
|
-
display: none;
|
|
30769
|
-
}
|
|
30770
|
-
.tta5kd2 .active-row td:nth-child(1) {
|
|
30771
|
-
font-weight: 700;
|
|
30772
|
-
}
|
|
30773
|
-
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
30774
|
-
font-weight: 700;
|
|
30775
|
-
}
|
|
30776
|
-
.tta5kd2 .ant-spin-nested-loading {
|
|
30777
|
-
height: 100%;
|
|
30624
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30625
|
+
height: 22px;
|
|
30626
|
+
padding: 0 7px;
|
|
30627
|
+
line-height: 20px;
|
|
30778
30628
|
}
|
|
30779
|
-
.
|
|
30780
|
-
|
|
30781
|
-
overflow: visible;
|
|
30629
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30630
|
+
background: #ccd4e3;
|
|
30782
30631
|
}
|
|
30783
|
-
.
|
|
30784
|
-
|
|
30632
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30633
|
+
background: #0080ff;
|
|
30785
30634
|
}
|
|
30786
|
-
.
|
|
30787
|
-
|
|
30788
|
-
|
|
30635
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30636
|
+
background: #ccd4e3;
|
|
30637
|
+
opacity: 0.5;
|
|
30789
30638
|
}
|
|
30790
|
-
.
|
|
30791
|
-
|
|
30639
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30640
|
+
border-right-color: #0080ff;
|
|
30792
30641
|
}
|
|
30793
|
-
.
|
|
30794
|
-
|
|
30795
|
-
background: #fff;
|
|
30796
|
-
padding: 0 !important;
|
|
30642
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30643
|
+
border-color: #0080ff;
|
|
30797
30644
|
}
|
|
30798
|
-
.
|
|
30799
|
-
|
|
30800
|
-
display: flex;
|
|
30801
|
-
align-items: center;
|
|
30802
|
-
height: 100%;
|
|
30803
|
-
padding: 8px;
|
|
30645
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30646
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30804
30647
|
}
|
|
30805
|
-
.
|
|
30806
|
-
|
|
30807
|
-
|
|
30808
|
-
|
|
30809
|
-
width: 100%;
|
|
30648
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30649
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30650
|
+
border-color: #ccd4e3;
|
|
30651
|
+
opacity: 0.5;
|
|
30810
30652
|
}
|
|
30811
|
-
.
|
|
30812
|
-
|
|
30653
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30654
|
+
color: #00122e;
|
|
30655
|
+
border-color: #ccd4e3;
|
|
30813
30656
|
}
|
|
30814
|
-
.
|
|
30815
|
-
|
|
30657
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30658
|
+
color: #00122e;
|
|
30659
|
+
border-color: #ccd4e3;
|
|
30660
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30816
30661
|
}
|
|
30817
|
-
.
|
|
30818
|
-
|
|
30819
|
-
|
|
30820
|
-
border
|
|
30821
|
-
|
|
30822
|
-
|
|
30823
|
-
font-size: 12px;
|
|
30662
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30663
|
+
margin-right: 8px;
|
|
30664
|
+
display: inline;
|
|
30665
|
+
border: none;
|
|
30666
|
+
padding: 0;
|
|
30667
|
+
width: 36px;
|
|
30824
30668
|
background: transparent;
|
|
30825
30669
|
}
|
|
30826
|
-
.
|
|
30827
|
-
position: relative;
|
|
30828
|
-
z-index: 3;
|
|
30829
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30830
|
-
margin-bottom: -1px;
|
|
30831
|
-
}
|
|
30832
|
-
.tta5kd2 .ant-table .time-wrapper .date,
|
|
30833
|
-
.tta5kd2 .ant-table .value {
|
|
30834
|
-
color: #2d3a56;
|
|
30835
|
-
}
|
|
30836
|
-
.tta5kd2 .ant-table .time-wrapper .time,
|
|
30837
|
-
.tta5kd2 .ant-table .unit {
|
|
30838
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30839
|
-
}
|
|
30840
|
-
.tta5kd2 .ant-table .ant-table-selection {
|
|
30841
|
-
position: unset;
|
|
30842
|
-
text-align: center;
|
|
30843
|
-
}
|
|
30844
|
-
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
30845
|
-
background: #fff;
|
|
30846
|
-
}
|
|
30847
|
-
.tta5kd2 .ant-table .anticon-setting {
|
|
30848
|
-
cursor: pointer;
|
|
30849
|
-
position: absolute;
|
|
30850
|
-
top: 50%;
|
|
30851
|
-
right: 12px;
|
|
30852
|
-
transform: translateY(-50%);
|
|
30853
|
-
}
|
|
30854
|
-
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
30670
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30855
30671
|
box-shadow: none;
|
|
30856
|
-
width: 1px;
|
|
30857
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30858
30672
|
}
|
|
30859
|
-
.
|
|
30673
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30674
|
+
margin-right: 0;
|
|
30675
|
+
width: initial;
|
|
30860
30676
|
box-shadow: none;
|
|
30861
|
-
width: 1px;
|
|
30862
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30863
30677
|
}
|
|
30864
|
-
.
|
|
30865
|
-
|
|
30678
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30679
|
+
display: none;
|
|
30866
30680
|
}
|
|
30867
|
-
.
|
|
30868
|
-
|
|
30869
|
-
border-bottom: 1px solid white;
|
|
30870
|
-
height: 40px;
|
|
30871
|
-
vertical-align: middle;
|
|
30872
|
-
transition: background 0ms;
|
|
30873
|
-
color: #00122e;
|
|
30681
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30682
|
+
display: inline;
|
|
30874
30683
|
}
|
|
30875
|
-
.
|
|
30876
|
-
|
|
30877
|
-
|
|
30684
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30685
|
+
display: inline;
|
|
30686
|
+
margin-right: 8px;
|
|
30687
|
+
padding: 0;
|
|
30688
|
+
width: 36px;
|
|
30878
30689
|
}
|
|
30879
|
-
|
|
30880
|
-
|
|
30881
|
-
|
|
30882
|
-
|
|
30883
|
-
|
|
30884
|
-
transition: none;
|
|
30690
|
+
|
|
30691
|
+
.s34f1qb.ant-switch {
|
|
30692
|
+
min-width: 40px;
|
|
30693
|
+
height: 24px;
|
|
30694
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30885
30695
|
overflow: hidden;
|
|
30886
|
-
text-overflow: ellipsis;
|
|
30887
|
-
white-space: nowrap;
|
|
30888
30696
|
}
|
|
30889
|
-
.
|
|
30890
|
-
|
|
30697
|
+
.s34f1qb.ant-switch:focus {
|
|
30698
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30891
30699
|
}
|
|
30892
|
-
.
|
|
30893
|
-
|
|
30894
|
-
|
|
30895
|
-
width: 100%;
|
|
30896
|
-
vertical-align: middle;
|
|
30700
|
+
.s34f1qb.ant-switch-small {
|
|
30701
|
+
min-width: 26px;
|
|
30702
|
+
height: 16px;
|
|
30897
30703
|
}
|
|
30898
|
-
.
|
|
30899
|
-
|
|
30704
|
+
.s34f1qb.ant-switch-large {
|
|
30705
|
+
min-width: 52px;
|
|
30706
|
+
height: 32px;
|
|
30900
30707
|
}
|
|
30901
|
-
.
|
|
30902
|
-
|
|
30708
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30709
|
+
height: 20px;
|
|
30710
|
+
width: 20px;
|
|
30903
30711
|
}
|
|
30904
|
-
.
|
|
30905
|
-
border-
|
|
30712
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30713
|
+
border-radius: 10px;
|
|
30714
|
+
transition-delay: 120ms;
|
|
30906
30715
|
}
|
|
30907
|
-
.
|
|
30908
|
-
|
|
30909
|
-
|
|
30716
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30717
|
+
height: 14px;
|
|
30718
|
+
width: 14px;
|
|
30719
|
+
top: 1px;
|
|
30720
|
+
left: 1px;
|
|
30910
30721
|
}
|
|
30911
|
-
.
|
|
30912
|
-
|
|
30722
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30723
|
+
height: 28px;
|
|
30724
|
+
width: 28px;
|
|
30913
30725
|
}
|
|
30914
|
-
.
|
|
30915
|
-
border-radius:
|
|
30726
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30727
|
+
border-radius: 14px;
|
|
30916
30728
|
}
|
|
30917
|
-
.
|
|
30918
|
-
|
|
30919
|
-
width: 4px;
|
|
30920
|
-
top: -1px;
|
|
30921
|
-
bottom: -1px;
|
|
30922
|
-
background: white;
|
|
30729
|
+
.s34f1qb.ant-switch-checked {
|
|
30730
|
+
background-color: #00ba5d;
|
|
30923
30731
|
}
|
|
30924
|
-
.
|
|
30925
|
-
|
|
30732
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30733
|
+
left: calc(100% - 20px - 2px);
|
|
30926
30734
|
}
|
|
30927
|
-
.
|
|
30928
|
-
|
|
30929
|
-
background: white;
|
|
30930
|
-
border-top: none;
|
|
30735
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30736
|
+
left: calc(100% - 14px - 1px);
|
|
30931
30737
|
}
|
|
30932
|
-
.
|
|
30933
|
-
|
|
30934
|
-
border-radius: 0 8px 8px 0;
|
|
30935
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30738
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30739
|
+
left: calc(100% - 28px - 2px);
|
|
30936
30740
|
}
|
|
30937
|
-
|
|
30938
|
-
|
|
30939
|
-
|
|
30741
|
+
|
|
30742
|
+
.c1to9vb9 {
|
|
30743
|
+
margin-left: 5px;
|
|
30940
30744
|
}
|
|
30941
|
-
|
|
30942
|
-
|
|
30943
|
-
|
|
30944
|
-
|
|
30945
|
-
|
|
30745
|
+
|
|
30746
|
+
.d6j0lbj {
|
|
30747
|
+
font-family: Inter;
|
|
30748
|
+
font-style: normal;
|
|
30749
|
+
font-weight: bold;
|
|
30750
|
+
font-size: 32px;
|
|
30751
|
+
line-height: 40px;
|
|
30946
30752
|
}
|
|
30947
|
-
|
|
30948
|
-
|
|
30949
|
-
|
|
30950
|
-
|
|
30951
|
-
|
|
30952
|
-
|
|
30953
|
-
|
|
30954
|
-
height: 100%;
|
|
30955
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30956
|
-
}
|
|
30957
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
30958
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30959
|
-
}
|
|
30960
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
30961
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
30962
|
-
border-radius: 8px;
|
|
30963
|
-
}
|
|
30964
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
30965
|
-
border-top-color: white;
|
|
30966
|
-
}
|
|
30967
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
30968
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30969
|
-
border-bottom-color: transparent;
|
|
30970
|
-
border-top-color: transparent;
|
|
30971
|
-
}
|
|
30972
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
30973
|
-
border-radius: 8px 0 0 8px;
|
|
30974
|
-
}
|
|
30975
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
30976
|
-
border-radius: 0 8px 8px 0;
|
|
30977
|
-
}
|
|
30978
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
30979
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30980
|
-
}
|
|
30981
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
30982
|
-
background: #fff;
|
|
30983
|
-
font-weight: 400;
|
|
30984
|
-
position: relative;
|
|
30985
|
-
border-bottom: none;
|
|
30986
|
-
color: #00122e;
|
|
30987
|
-
transition: none;
|
|
30988
|
-
padding: 15px 8px 15px 8px;
|
|
30989
|
-
}
|
|
30990
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
30991
|
-
content: "";
|
|
30992
|
-
width: 1px;
|
|
30993
|
-
top: 0;
|
|
30994
|
-
bottom: 0;
|
|
30995
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30996
|
-
position: absolute;
|
|
30997
|
-
right: 0;
|
|
30998
|
-
}
|
|
30999
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31000
|
-
padding: unset;
|
|
31001
|
-
}
|
|
31002
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31003
|
-
display: none;
|
|
31004
|
-
}
|
|
31005
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31006
|
-
width: 100%;
|
|
31007
|
-
overflow: hidden;
|
|
31008
|
-
white-space: nowrap;
|
|
31009
|
-
text-overflow: ellipsis;
|
|
31010
|
-
}
|
|
31011
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31012
|
-
overflow: hidden;
|
|
31013
|
-
text-overflow: ellipsis;
|
|
31014
|
-
flex: 1;
|
|
31015
|
-
}
|
|
31016
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31017
|
-
padding: 15px 25px 15px 8px;
|
|
31018
|
-
}
|
|
31019
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31020
|
-
padding: 0;
|
|
31021
|
-
}
|
|
31022
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31023
|
-
position: absolute;
|
|
31024
|
-
right: 6px;
|
|
31025
|
-
top: 50%;
|
|
31026
|
-
transform: translateY(-50%);
|
|
31027
|
-
height: 16px;
|
|
31028
|
-
display: none;
|
|
31029
|
-
transition: transform 320ms ease;
|
|
31030
|
-
}
|
|
31031
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31032
|
-
display: block;
|
|
31033
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
31034
|
-
}
|
|
31035
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31036
|
-
display: block;
|
|
31037
|
-
}
|
|
31038
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31039
|
-
display: none;
|
|
31040
|
-
}
|
|
31041
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31042
|
-
transform: translateY(-50%);
|
|
31043
|
-
}
|
|
31044
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31045
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
31046
|
-
}
|
|
31047
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31048
|
-
background: #f2f5fa;
|
|
31049
|
-
}
|
|
31050
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31051
|
-
display: block;
|
|
31052
|
-
}
|
|
31053
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31054
|
-
padding-right: 25px;
|
|
31055
|
-
}
|
|
31056
|
-
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31057
|
-
padding: 0 !important;
|
|
31058
|
-
}
|
|
31059
|
-
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31060
|
-
position: absolute;
|
|
31061
|
-
left: 50%;
|
|
31062
|
-
top: 50%;
|
|
31063
|
-
transform: translate(-50%, -50%);
|
|
31064
|
-
}
|
|
31065
|
-
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31066
|
-
display: none;
|
|
31067
|
-
}
|
|
31068
|
-
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31069
|
-
background: #fff;
|
|
31070
|
-
}
|
|
31071
|
-
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31072
|
-
background: inherit;
|
|
31073
|
-
}
|
|
31074
|
-
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31075
|
-
position: static;
|
|
31076
|
-
border: none;
|
|
31077
|
-
background: inherit !important;
|
|
31078
|
-
height: 100px;
|
|
31079
|
-
vertical-align: middle;
|
|
31080
|
-
}
|
|
31081
|
-
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31082
|
-
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31083
|
-
font-weight: bold;
|
|
31084
|
-
font-size: 20px;
|
|
31085
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31086
|
-
}
|
|
31087
|
-
.tta5kd2 .ant-table td.cell__action_ {
|
|
31088
|
-
padding: 0 !important;
|
|
31089
|
-
position: relative;
|
|
31090
|
-
background: #fff;
|
|
31091
|
-
}
|
|
31092
|
-
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31093
|
-
height: 100%;
|
|
31094
|
-
display: flex;
|
|
31095
|
-
align-items: center;
|
|
31096
|
-
justify-content: flex-end;
|
|
31097
|
-
padding-right: 8px;
|
|
31098
|
-
}
|
|
31099
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31100
|
-
width: 24px;
|
|
31101
|
-
height: 24px;
|
|
31102
|
-
cursor: pointer;
|
|
31103
|
-
justify-content: center;
|
|
31104
|
-
border-radius: 4px;
|
|
31105
|
-
}
|
|
31106
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31107
|
-
background: #fff;
|
|
31108
|
-
}
|
|
31109
|
-
|
|
31110
|
-
.s1fc623g {
|
|
31111
|
-
width: 430px !important;
|
|
31112
|
-
}
|
|
31113
|
-
|
|
31114
|
-
.da3mx0o .ant-select-item-group {
|
|
31115
|
-
padding: 8px 16px;
|
|
31116
|
-
line-height: 18px;
|
|
31117
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31118
|
-
height: 34px;
|
|
31119
|
-
min-height: 34px;
|
|
31120
|
-
box-sizing: border-box;
|
|
31121
|
-
margin-top: 8px;
|
|
31122
|
-
}
|
|
31123
|
-
|
|
31124
|
-
.onr9gzt {
|
|
31125
|
-
display: flex;
|
|
31126
|
-
flex-direction: column;
|
|
31127
|
-
margin: 1px 8px;
|
|
31128
|
-
padding: 8px;
|
|
31129
|
-
border-radius: 4px;
|
|
31130
|
-
}
|
|
31131
|
-
.onr9gzt .selected-icon {
|
|
31132
|
-
display: none;
|
|
31133
|
-
}
|
|
31134
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31135
|
-
padding-left: 8px;
|
|
31136
|
-
}
|
|
31137
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31138
|
-
background-color: white;
|
|
31139
|
-
}
|
|
31140
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31141
|
-
color: #0080ff;
|
|
31142
|
-
}
|
|
31143
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31144
|
-
display: block;
|
|
31145
|
-
}
|
|
31146
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31147
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31148
|
-
}
|
|
31149
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31150
|
-
color: #0080ff;
|
|
31151
|
-
}
|
|
31152
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31153
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31154
|
-
color: #0080ff;
|
|
31155
|
-
}
|
|
31156
|
-
|
|
31157
|
-
.oiy0apc {
|
|
31158
|
-
display: flex;
|
|
31159
|
-
justify-content: space-between;
|
|
31160
|
-
height: 20px;
|
|
31161
|
-
line-height: 20px;
|
|
31162
|
-
}
|
|
31163
|
-
.oiy0apc .timezone-title {
|
|
31164
|
-
color: #2d3a56;
|
|
31165
|
-
overflow: hidden;
|
|
31166
|
-
text-overflow: ellipsis;
|
|
31167
|
-
}
|
|
31168
|
-
|
|
31169
|
-
.of4y382 {
|
|
31170
|
-
display: flex;
|
|
31171
|
-
justify-content: space-between;
|
|
31172
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31173
|
-
height: 18px;
|
|
31174
|
-
line-height: 18px;
|
|
31175
|
-
margin-top: 2px;
|
|
31176
|
-
}
|
|
31177
|
-
|
|
31178
|
-
.t19903l9 {
|
|
31179
|
-
border: none;
|
|
31180
|
-
margin-right: 0;
|
|
31181
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31182
|
-
}
|
|
31183
|
-
|
|
31184
|
-
.ohwbvxu {
|
|
31185
|
-
pointer-events: none;
|
|
31186
|
-
height: 32px;
|
|
31187
|
-
width: 100%;
|
|
31188
|
-
opacity: 0;
|
|
31189
|
-
}
|
|
31190
|
-
|
|
31191
|
-
.i1e4sgug {
|
|
31192
|
-
display: inline-block;
|
|
31193
|
-
}
|
|
31194
|
-
|
|
31195
|
-
.d6j0lbj {
|
|
31196
|
-
font-family: Inter;
|
|
31197
|
-
font-style: normal;
|
|
31198
|
-
font-weight: bold;
|
|
31199
|
-
font-size: 32px;
|
|
31200
|
-
line-height: 40px;
|
|
31201
|
-
}
|
|
31202
|
-
|
|
31203
|
-
.d1xhvvxe {
|
|
31204
|
-
font-family: Inter;
|
|
31205
|
-
font-style: normal;
|
|
31206
|
-
font-weight: bold;
|
|
31207
|
-
font-size: 24px;
|
|
31208
|
-
line-height: 32px;
|
|
30753
|
+
|
|
30754
|
+
.d1xhvvxe {
|
|
30755
|
+
font-family: Inter;
|
|
30756
|
+
font-style: normal;
|
|
30757
|
+
font-weight: bold;
|
|
30758
|
+
font-size: 24px;
|
|
30759
|
+
line-height: 32px;
|
|
31209
30760
|
}
|
|
31210
30761
|
|
|
31211
30762
|
.dk10mxq {
|
|
@@ -31667,7 +31218,88 @@ input.rrg1fkn.ant-input {
|
|
|
31667
31218
|
line-height: 12px;
|
|
31668
31219
|
}
|
|
31669
31220
|
|
|
31670
|
-
.
|
|
31221
|
+
.s1fc623g {
|
|
31222
|
+
width: 430px !important;
|
|
31223
|
+
}
|
|
31224
|
+
|
|
31225
|
+
.da3mx0o .ant-select-item-group {
|
|
31226
|
+
padding: 8px 16px;
|
|
31227
|
+
line-height: 18px;
|
|
31228
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31229
|
+
height: 34px;
|
|
31230
|
+
min-height: 34px;
|
|
31231
|
+
box-sizing: border-box;
|
|
31232
|
+
margin-top: 8px;
|
|
31233
|
+
}
|
|
31234
|
+
|
|
31235
|
+
.onr9gzt {
|
|
31236
|
+
display: flex;
|
|
31237
|
+
flex-direction: column;
|
|
31238
|
+
margin: 1px 8px;
|
|
31239
|
+
padding: 8px;
|
|
31240
|
+
border-radius: 4px;
|
|
31241
|
+
}
|
|
31242
|
+
.onr9gzt .selected-icon {
|
|
31243
|
+
display: none;
|
|
31244
|
+
}
|
|
31245
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31246
|
+
padding-left: 8px;
|
|
31247
|
+
}
|
|
31248
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31249
|
+
background-color: white;
|
|
31250
|
+
}
|
|
31251
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31252
|
+
color: #0080ff;
|
|
31253
|
+
}
|
|
31254
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31255
|
+
display: block;
|
|
31256
|
+
}
|
|
31257
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31258
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31259
|
+
}
|
|
31260
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31261
|
+
color: #0080ff;
|
|
31262
|
+
}
|
|
31263
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31264
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31265
|
+
color: #0080ff;
|
|
31266
|
+
}
|
|
31267
|
+
|
|
31268
|
+
.oiy0apc {
|
|
31269
|
+
display: flex;
|
|
31270
|
+
justify-content: space-between;
|
|
31271
|
+
height: 20px;
|
|
31272
|
+
line-height: 20px;
|
|
31273
|
+
}
|
|
31274
|
+
.oiy0apc .timezone-title {
|
|
31275
|
+
color: #2d3a56;
|
|
31276
|
+
overflow: hidden;
|
|
31277
|
+
text-overflow: ellipsis;
|
|
31278
|
+
}
|
|
31279
|
+
|
|
31280
|
+
.of4y382 {
|
|
31281
|
+
display: flex;
|
|
31282
|
+
justify-content: space-between;
|
|
31283
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31284
|
+
height: 18px;
|
|
31285
|
+
line-height: 18px;
|
|
31286
|
+
margin-top: 2px;
|
|
31287
|
+
}
|
|
31288
|
+
|
|
31289
|
+
.t19903l9 {
|
|
31290
|
+
border: none;
|
|
31291
|
+
margin-right: 0;
|
|
31292
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31293
|
+
}
|
|
31294
|
+
|
|
31295
|
+
.ohwbvxu {
|
|
31296
|
+
pointer-events: none;
|
|
31297
|
+
height: 32px;
|
|
31298
|
+
width: 100%;
|
|
31299
|
+
opacity: 0;
|
|
31300
|
+
}
|
|
31301
|
+
|
|
31302
|
+
.c1up1pdz {
|
|
31671
31303
|
width: 648px;
|
|
31672
31304
|
}
|
|
31673
31305
|
.c1up1pdz.active {
|
|
@@ -31718,93 +31350,461 @@ input.rrg1fkn.ant-input {
|
|
|
31718
31350
|
flex: 1;
|
|
31719
31351
|
display: flex;
|
|
31720
31352
|
overflow: hidden;
|
|
31721
|
-
align-items: center;
|
|
31722
|
-
justify-content: flex-start;
|
|
31353
|
+
align-items: center;
|
|
31354
|
+
justify-content: flex-start;
|
|
31355
|
+
white-space: nowrap;
|
|
31356
|
+
}
|
|
31357
|
+
.c156wh19 .left .title {
|
|
31358
|
+
max-width: 100%;
|
|
31359
|
+
overflow: hidden;
|
|
31360
|
+
text-overflow: ellipsis;
|
|
31361
|
+
}
|
|
31362
|
+
.c156wh19 .right {
|
|
31363
|
+
display: flex;
|
|
31364
|
+
align-items: center;
|
|
31365
|
+
}
|
|
31366
|
+
.c156wh19 .reverse {
|
|
31367
|
+
display: flex;
|
|
31368
|
+
flex-direction: row-reverse;
|
|
31369
|
+
align-items: center;
|
|
31370
|
+
}
|
|
31371
|
+
.c156wh19 .reverse .ant-switch {
|
|
31372
|
+
margin-left: 8px;
|
|
31373
|
+
}
|
|
31374
|
+
.c156wh19 .close {
|
|
31375
|
+
padding-left: 14px;
|
|
31376
|
+
margin-left: 14px;
|
|
31377
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31378
|
+
cursor: pointer;
|
|
31379
|
+
}
|
|
31380
|
+
|
|
31381
|
+
.m126spxy {
|
|
31382
|
+
padding-bottom: 4px;
|
|
31383
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31384
|
+
}
|
|
31385
|
+
.m126spxy .ant-btn-link {
|
|
31386
|
+
padding: 1px 10px;
|
|
31387
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31388
|
+
border-radius: 4px;
|
|
31389
|
+
}
|
|
31390
|
+
.m126spxy .ant-btn-link.active {
|
|
31391
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31392
|
+
color: #0096ff;
|
|
31393
|
+
}
|
|
31394
|
+
|
|
31395
|
+
.wpbf4pq {
|
|
31396
|
+
padding: 10px 0;
|
|
31397
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31398
|
+
}
|
|
31399
|
+
.wpbf4pq .ant-input,
|
|
31400
|
+
.wpbf4pq .ant-picker {
|
|
31401
|
+
width: 80px;
|
|
31402
|
+
margin: 0 9px;
|
|
31403
|
+
text-align: center;
|
|
31404
|
+
}
|
|
31405
|
+
.wpbf4pq .options {
|
|
31406
|
+
padding: 12px 0 12px 16px;
|
|
31407
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31408
|
+
margin: 5px 0 5px 8px;
|
|
31409
|
+
}
|
|
31410
|
+
.wpbf4pq .week-day-option,
|
|
31411
|
+
.wpbf4pq .month-day-option {
|
|
31412
|
+
background: #f5f7fa;
|
|
31413
|
+
box-sizing: border-box;
|
|
31414
|
+
border-radius: 16px;
|
|
31415
|
+
margin-right: 8px;
|
|
31416
|
+
}
|
|
31417
|
+
.wpbf4pq .week-day-option:focus,
|
|
31418
|
+
.wpbf4pq .month-day-option:focus {
|
|
31419
|
+
color: inherit;
|
|
31420
|
+
border-color: #d9d9d9;
|
|
31421
|
+
}
|
|
31422
|
+
.wpbf4pq .week-day-option.active {
|
|
31423
|
+
background-color: #0096ff;
|
|
31424
|
+
border-color: #0096ff;
|
|
31425
|
+
color: #fff;
|
|
31426
|
+
}
|
|
31427
|
+
.wpbf4pq .week-day-option.en-text {
|
|
31428
|
+
width: 110px;
|
|
31429
|
+
margin-top: 4px;
|
|
31430
|
+
}
|
|
31431
|
+
.wpbf4pq .month-day-option {
|
|
31432
|
+
width: 32px;
|
|
31433
|
+
padding: 0;
|
|
31434
|
+
margin-bottom: 8px;
|
|
31435
|
+
}
|
|
31436
|
+
.wpbf4pq .month-day-option.active {
|
|
31437
|
+
background-color: #0096ff;
|
|
31438
|
+
border-color: #0096ff;
|
|
31439
|
+
color: #fff;
|
|
31440
|
+
}
|
|
31441
|
+
|
|
31442
|
+
.i1e4sgug {
|
|
31443
|
+
display: inline-block;
|
|
31444
|
+
}
|
|
31445
|
+
|
|
31446
|
+
.t1upn1sz {
|
|
31447
|
+
height: 100%;
|
|
31448
|
+
}
|
|
31449
|
+
|
|
31450
|
+
.tta5kd2 {
|
|
31451
|
+
height: 100%;
|
|
31452
|
+
}
|
|
31453
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
31454
|
+
overflow: visible !important;
|
|
31455
|
+
height: 100%;
|
|
31456
|
+
}
|
|
31457
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31458
|
+
height: 100%;
|
|
31459
|
+
}
|
|
31460
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
31461
|
+
width: 100% !important;
|
|
31462
|
+
height: 100%;
|
|
31463
|
+
}
|
|
31464
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31465
|
+
padding: 15px 0;
|
|
31466
|
+
}
|
|
31467
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31468
|
+
display: none;
|
|
31469
|
+
}
|
|
31470
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
31471
|
+
font-weight: 700;
|
|
31472
|
+
}
|
|
31473
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31474
|
+
font-weight: 700;
|
|
31475
|
+
}
|
|
31476
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
31477
|
+
height: 100%;
|
|
31478
|
+
}
|
|
31479
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31480
|
+
height: 100%;
|
|
31481
|
+
overflow: visible;
|
|
31482
|
+
}
|
|
31483
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31484
|
+
max-height: none;
|
|
31485
|
+
}
|
|
31486
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31487
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31488
|
+
display: none;
|
|
31489
|
+
}
|
|
31490
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
31491
|
+
background: transparent;
|
|
31492
|
+
}
|
|
31493
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31494
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31495
|
+
background: #fff;
|
|
31496
|
+
padding: 0 !important;
|
|
31497
|
+
}
|
|
31498
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31499
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31500
|
+
display: flex;
|
|
31501
|
+
align-items: center;
|
|
31502
|
+
height: 100%;
|
|
31503
|
+
padding: 8px;
|
|
31504
|
+
}
|
|
31505
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31506
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31507
|
+
overflow: hidden;
|
|
31508
|
+
text-overflow: ellipsis;
|
|
31509
|
+
width: 100%;
|
|
31510
|
+
}
|
|
31511
|
+
.tta5kd2 .ant-table-container {
|
|
31512
|
+
height: 100%;
|
|
31513
|
+
}
|
|
31514
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31515
|
+
box-shadow: none !important;
|
|
31516
|
+
}
|
|
31517
|
+
.tta5kd2 .ant-table {
|
|
31518
|
+
border-radius: 0px;
|
|
31519
|
+
border-left: none;
|
|
31520
|
+
border-right: none;
|
|
31521
|
+
border-bottom: none;
|
|
31522
|
+
height: 100%;
|
|
31523
|
+
font-size: 12px;
|
|
31524
|
+
background: transparent;
|
|
31525
|
+
}
|
|
31526
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
31527
|
+
position: relative;
|
|
31528
|
+
z-index: 3;
|
|
31529
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31530
|
+
margin-bottom: -1px;
|
|
31531
|
+
}
|
|
31532
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31533
|
+
.tta5kd2 .ant-table .value {
|
|
31534
|
+
color: #2d3a56;
|
|
31535
|
+
}
|
|
31536
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31537
|
+
.tta5kd2 .ant-table .unit {
|
|
31538
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31539
|
+
}
|
|
31540
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
31541
|
+
position: unset;
|
|
31542
|
+
text-align: center;
|
|
31543
|
+
}
|
|
31544
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31545
|
+
background: #fff;
|
|
31546
|
+
}
|
|
31547
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
31548
|
+
cursor: pointer;
|
|
31549
|
+
position: absolute;
|
|
31550
|
+
top: 50%;
|
|
31551
|
+
right: 12px;
|
|
31552
|
+
transform: translateY(-50%);
|
|
31553
|
+
}
|
|
31554
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31555
|
+
box-shadow: none;
|
|
31556
|
+
width: 1px;
|
|
31557
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31558
|
+
}
|
|
31559
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31560
|
+
box-shadow: none;
|
|
31561
|
+
width: 1px;
|
|
31562
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31563
|
+
}
|
|
31564
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31565
|
+
position: relative;
|
|
31566
|
+
}
|
|
31567
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31568
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31569
|
+
border-bottom: 1px solid white;
|
|
31570
|
+
height: 40px;
|
|
31571
|
+
vertical-align: middle;
|
|
31572
|
+
transition: background 0ms;
|
|
31573
|
+
color: #00122e;
|
|
31574
|
+
}
|
|
31575
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31576
|
+
background: #f2f5fa;
|
|
31577
|
+
border-bottom-color: #f2f5fa;
|
|
31578
|
+
}
|
|
31579
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31580
|
+
height: auto;
|
|
31581
|
+
color: #00122e;
|
|
31582
|
+
font-size: 12px;
|
|
31583
|
+
text-align: left;
|
|
31584
|
+
transition: none;
|
|
31585
|
+
overflow: hidden;
|
|
31586
|
+
text-overflow: ellipsis;
|
|
31587
|
+
white-space: nowrap;
|
|
31588
|
+
}
|
|
31589
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31590
|
+
color: #0096ff;
|
|
31591
|
+
}
|
|
31592
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31593
|
+
overflow: hidden;
|
|
31594
|
+
text-overflow: ellipsis;
|
|
31595
|
+
width: 100%;
|
|
31596
|
+
vertical-align: middle;
|
|
31597
|
+
}
|
|
31598
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31599
|
+
line-height: 0px;
|
|
31600
|
+
}
|
|
31601
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31602
|
+
padding-right: 25px;
|
|
31603
|
+
}
|
|
31604
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31605
|
+
border-top-color: transparent;
|
|
31606
|
+
}
|
|
31607
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31608
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31609
|
+
border-color: transparent transparent white;
|
|
31610
|
+
}
|
|
31611
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31612
|
+
border-radius: 8px 0 0 8px;
|
|
31613
|
+
}
|
|
31614
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31615
|
+
border-radius: 8px 0 0 8px;
|
|
31616
|
+
}
|
|
31617
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31618
|
+
content: "";
|
|
31619
|
+
width: 4px;
|
|
31620
|
+
top: -1px;
|
|
31621
|
+
bottom: -1px;
|
|
31622
|
+
background: white;
|
|
31623
|
+
}
|
|
31624
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31625
|
+
border-radius: 0 8px 8px 0;
|
|
31626
|
+
}
|
|
31627
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31628
|
+
border-radius: 0;
|
|
31629
|
+
background: white;
|
|
31630
|
+
border-top: none;
|
|
31631
|
+
}
|
|
31632
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31633
|
+
border-top: 1px solid transparent;
|
|
31634
|
+
border-radius: 0 8px 8px 0;
|
|
31635
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31636
|
+
}
|
|
31637
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31638
|
+
background: white;
|
|
31639
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31640
|
+
}
|
|
31641
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31642
|
+
display: flex;
|
|
31643
|
+
align-items: center;
|
|
31644
|
+
height: 100%;
|
|
31645
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31646
|
+
}
|
|
31647
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31648
|
+
background: white;
|
|
31649
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31650
|
+
}
|
|
31651
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31652
|
+
display: flex;
|
|
31653
|
+
align-items: center;
|
|
31654
|
+
height: 100%;
|
|
31655
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31656
|
+
}
|
|
31657
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31658
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31659
|
+
}
|
|
31660
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31661
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31662
|
+
border-radius: 8px;
|
|
31663
|
+
}
|
|
31664
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31665
|
+
border-top-color: white;
|
|
31666
|
+
}
|
|
31667
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31668
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31669
|
+
border-bottom-color: transparent;
|
|
31670
|
+
border-top-color: transparent;
|
|
31671
|
+
}
|
|
31672
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31673
|
+
border-radius: 8px 0 0 8px;
|
|
31674
|
+
}
|
|
31675
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31676
|
+
border-radius: 0 8px 8px 0;
|
|
31677
|
+
}
|
|
31678
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31679
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31680
|
+
}
|
|
31681
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31682
|
+
background: #fff;
|
|
31683
|
+
font-weight: 400;
|
|
31684
|
+
position: relative;
|
|
31685
|
+
border-bottom: none;
|
|
31686
|
+
color: #00122e;
|
|
31687
|
+
transition: none;
|
|
31688
|
+
padding: 15px 8px 15px 8px;
|
|
31689
|
+
}
|
|
31690
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31691
|
+
content: "";
|
|
31692
|
+
width: 1px;
|
|
31693
|
+
top: 0;
|
|
31694
|
+
bottom: 0;
|
|
31695
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31696
|
+
position: absolute;
|
|
31697
|
+
right: 0;
|
|
31698
|
+
}
|
|
31699
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31700
|
+
padding: unset;
|
|
31701
|
+
}
|
|
31702
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31703
|
+
display: none;
|
|
31704
|
+
}
|
|
31705
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31706
|
+
width: 100%;
|
|
31707
|
+
overflow: hidden;
|
|
31723
31708
|
white-space: nowrap;
|
|
31709
|
+
text-overflow: ellipsis;
|
|
31724
31710
|
}
|
|
31725
|
-
.
|
|
31726
|
-
max-width: 100%;
|
|
31711
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31727
31712
|
overflow: hidden;
|
|
31728
31713
|
text-overflow: ellipsis;
|
|
31714
|
+
flex: 1;
|
|
31729
31715
|
}
|
|
31730
|
-
.
|
|
31731
|
-
|
|
31732
|
-
align-items: center;
|
|
31716
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31717
|
+
padding: 15px 25px 15px 8px;
|
|
31733
31718
|
}
|
|
31734
|
-
.
|
|
31735
|
-
|
|
31736
|
-
flex-direction: row-reverse;
|
|
31737
|
-
align-items: center;
|
|
31719
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31720
|
+
padding: 0;
|
|
31738
31721
|
}
|
|
31739
|
-
.
|
|
31740
|
-
|
|
31722
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31723
|
+
position: absolute;
|
|
31724
|
+
right: 6px;
|
|
31725
|
+
top: 50%;
|
|
31726
|
+
transform: translateY(-50%);
|
|
31727
|
+
height: 16px;
|
|
31728
|
+
display: none;
|
|
31729
|
+
transition: transform 320ms ease;
|
|
31741
31730
|
}
|
|
31742
|
-
.
|
|
31743
|
-
|
|
31744
|
-
|
|
31745
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31746
|
-
cursor: pointer;
|
|
31731
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31732
|
+
display: block;
|
|
31733
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31747
31734
|
}
|
|
31748
|
-
|
|
31749
|
-
|
|
31750
|
-
padding-bottom: 4px;
|
|
31751
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31735
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31736
|
+
display: block;
|
|
31752
31737
|
}
|
|
31753
|
-
.
|
|
31754
|
-
|
|
31755
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31756
|
-
border-radius: 4px;
|
|
31738
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31739
|
+
display: none;
|
|
31757
31740
|
}
|
|
31758
|
-
.
|
|
31759
|
-
|
|
31760
|
-
color: #0096ff;
|
|
31741
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31742
|
+
transform: translateY(-50%);
|
|
31761
31743
|
}
|
|
31762
|
-
|
|
31763
|
-
|
|
31764
|
-
padding: 10px 0;
|
|
31765
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31744
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31745
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31766
31746
|
}
|
|
31767
|
-
.
|
|
31768
|
-
|
|
31769
|
-
width: 80px;
|
|
31770
|
-
margin: 0 9px;
|
|
31771
|
-
text-align: center;
|
|
31747
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31748
|
+
background: #f2f5fa;
|
|
31772
31749
|
}
|
|
31773
|
-
.
|
|
31774
|
-
|
|
31775
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31776
|
-
margin: 5px 0 5px 8px;
|
|
31750
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31751
|
+
display: block;
|
|
31777
31752
|
}
|
|
31778
|
-
.
|
|
31779
|
-
|
|
31780
|
-
background: #f5f7fa;
|
|
31781
|
-
box-sizing: border-box;
|
|
31782
|
-
border-radius: 16px;
|
|
31783
|
-
margin-right: 8px;
|
|
31753
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31754
|
+
padding-right: 25px;
|
|
31784
31755
|
}
|
|
31785
|
-
.
|
|
31786
|
-
|
|
31787
|
-
color: inherit;
|
|
31788
|
-
border-color: #d9d9d9;
|
|
31756
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31757
|
+
padding: 0 !important;
|
|
31789
31758
|
}
|
|
31790
|
-
.
|
|
31791
|
-
|
|
31792
|
-
|
|
31793
|
-
|
|
31759
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31760
|
+
position: absolute;
|
|
31761
|
+
left: 50%;
|
|
31762
|
+
top: 50%;
|
|
31763
|
+
transform: translate(-50%, -50%);
|
|
31794
31764
|
}
|
|
31795
|
-
.
|
|
31796
|
-
|
|
31797
|
-
margin-top: 4px;
|
|
31765
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31766
|
+
display: none;
|
|
31798
31767
|
}
|
|
31799
|
-
.
|
|
31800
|
-
|
|
31801
|
-
padding: 0;
|
|
31802
|
-
margin-bottom: 8px;
|
|
31768
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31769
|
+
background: #fff;
|
|
31803
31770
|
}
|
|
31804
|
-
.
|
|
31805
|
-
background
|
|
31806
|
-
|
|
31807
|
-
|
|
31771
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31772
|
+
background: inherit;
|
|
31773
|
+
}
|
|
31774
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31775
|
+
position: static;
|
|
31776
|
+
border: none;
|
|
31777
|
+
background: inherit !important;
|
|
31778
|
+
height: 100px;
|
|
31779
|
+
vertical-align: middle;
|
|
31780
|
+
}
|
|
31781
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31782
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31783
|
+
font-weight: bold;
|
|
31784
|
+
font-size: 20px;
|
|
31785
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31786
|
+
}
|
|
31787
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31788
|
+
padding: 0 !important;
|
|
31789
|
+
position: relative;
|
|
31790
|
+
background: #fff;
|
|
31791
|
+
}
|
|
31792
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31793
|
+
height: 100%;
|
|
31794
|
+
display: flex;
|
|
31795
|
+
align-items: center;
|
|
31796
|
+
justify-content: flex-end;
|
|
31797
|
+
padding-right: 8px;
|
|
31798
|
+
}
|
|
31799
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31800
|
+
width: 24px;
|
|
31801
|
+
height: 24px;
|
|
31802
|
+
cursor: pointer;
|
|
31803
|
+
justify-content: center;
|
|
31804
|
+
border-radius: 4px;
|
|
31805
|
+
}
|
|
31806
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31807
|
+
background: #fff;
|
|
31808
31808
|
}
|
|
31809
31809
|
|
|
31810
31810
|
.c18gxmrl {
|
|
@@ -31952,6 +31952,16 @@ input.rrg1fkn.ant-input {
|
|
|
31952
31952
|
margin-right: 4px;
|
|
31953
31953
|
}
|
|
31954
31954
|
|
|
31955
|
+
.gmyahx3 {
|
|
31956
|
+
cursor: pointer;
|
|
31957
|
+
}
|
|
31958
|
+
.gmyahx3 .link-text {
|
|
31959
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31960
|
+
}
|
|
31961
|
+
.gmyahx3:hover .link-text {
|
|
31962
|
+
color: #0080ff;
|
|
31963
|
+
}
|
|
31964
|
+
|
|
31955
31965
|
.n12mqh7z {
|
|
31956
31966
|
display: flex;
|
|
31957
31967
|
align-items: center;
|
|
@@ -32192,6 +32202,10 @@ input.rrg1fkn.ant-input {
|
|
|
32192
32202
|
transform: rotate(180deg);
|
|
32193
32203
|
}
|
|
32194
32204
|
|
|
32205
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32206
|
+
display: flex;
|
|
32207
|
+
}
|
|
32208
|
+
|
|
32195
32209
|
.igz4le8 {
|
|
32196
32210
|
height: 24px;
|
|
32197
32211
|
width: 56px !important;
|
|
@@ -32276,10 +32290,6 @@ input.rrg1fkn.ant-input {
|
|
|
32276
32290
|
display: inline-block;
|
|
32277
32291
|
}
|
|
32278
32292
|
|
|
32279
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32280
|
-
display: flex;
|
|
32281
|
-
}
|
|
32282
|
-
|
|
32283
32293
|
.t19ustft .date {
|
|
32284
32294
|
margin-right: 4px;
|
|
32285
32295
|
}
|
|
@@ -32370,49 +32380,142 @@ input.rrg1fkn.ant-input {
|
|
|
32370
32380
|
width: 64px;
|
|
32371
32381
|
height: 64px;
|
|
32372
32382
|
display: flex;
|
|
32373
|
-
align-items: center;
|
|
32383
|
+
align-items: center;
|
|
32384
|
+
justify-content: center;
|
|
32385
|
+
position: relative;
|
|
32386
|
+
opacity: 0.2;
|
|
32387
|
+
}
|
|
32388
|
+
|
|
32389
|
+
.lgitjoj {
|
|
32390
|
+
position: absolute;
|
|
32391
|
+
width: 5px;
|
|
32392
|
+
height: 48px;
|
|
32393
|
+
left: 9.33px;
|
|
32394
|
+
top: 40.5px;
|
|
32395
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32396
|
+
border-radius: 5px;
|
|
32397
|
+
transform: rotate(-128deg);
|
|
32398
|
+
transform-origin: top left;
|
|
32399
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32400
|
+
}
|
|
32401
|
+
|
|
32402
|
+
.l13g0exg {
|
|
32403
|
+
position: absolute;
|
|
32404
|
+
width: 5px;
|
|
32405
|
+
height: 48px;
|
|
32406
|
+
left: 40.8px;
|
|
32407
|
+
top: 8.4px;
|
|
32408
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32409
|
+
border-radius: 5px;
|
|
32410
|
+
transform: rotate(-8deg);
|
|
32411
|
+
transform-origin: top left;
|
|
32412
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32413
|
+
}
|
|
32414
|
+
|
|
32415
|
+
.l1exo3h6 {
|
|
32416
|
+
position: absolute;
|
|
32417
|
+
width: 5px;
|
|
32418
|
+
height: 48px;
|
|
32419
|
+
left: 52.9px;
|
|
32420
|
+
top: 51.8px;
|
|
32421
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32422
|
+
border-radius: 5px;
|
|
32423
|
+
transform: rotate(112deg);
|
|
32424
|
+
transform-origin: top left;
|
|
32425
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32426
|
+
}
|
|
32427
|
+
|
|
32428
|
+
.clm1wy1 {
|
|
32429
|
+
width: 192px;
|
|
32430
|
+
height: 246px;
|
|
32431
|
+
border-radius: 4px;
|
|
32432
|
+
}
|
|
32433
|
+
.clm1wy1 > .ant-picker-calendar,
|
|
32434
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32435
|
+
width: 100%;
|
|
32436
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
32437
|
+
border-top: none;
|
|
32438
|
+
}
|
|
32439
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32440
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32441
|
+
padding: 0 16px;
|
|
32442
|
+
}
|
|
32443
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32444
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32445
|
+
width: 100%;
|
|
32446
|
+
height: 180px;
|
|
32447
|
+
border-spacing: 0;
|
|
32448
|
+
}
|
|
32449
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32450
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32451
|
+
margin-bottom: 8px;
|
|
32452
|
+
}
|
|
32453
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32454
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32455
|
+
width: 22px;
|
|
32456
|
+
}
|
|
32457
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32458
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32459
|
+
padding: 0;
|
|
32460
|
+
}
|
|
32461
|
+
.clm1wy1 .ant-picker-cell {
|
|
32462
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32463
|
+
opacity: 0.4;
|
|
32464
|
+
}
|
|
32465
|
+
.clm1wy1 .ant-picker-cell-in-view {
|
|
32466
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32467
|
+
opacity: 1;
|
|
32468
|
+
}
|
|
32469
|
+
.clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32470
|
+
color: #3e4652;
|
|
32471
|
+
}
|
|
32472
|
+
.clm1wy1 .ant-picker-cell::before {
|
|
32473
|
+
pointer-events: none;
|
|
32474
|
+
}
|
|
32475
|
+
|
|
32476
|
+
.t1tsm00v {
|
|
32477
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32478
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32479
|
+
backdrop-filter: blur(10px);
|
|
32480
|
+
padding: 7px 10px;
|
|
32481
|
+
}
|
|
32482
|
+
|
|
32483
|
+
.c167wnad {
|
|
32484
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32485
|
+
display: flex;
|
|
32486
|
+
justify-content: space-between;
|
|
32487
|
+
align-items: center;
|
|
32488
|
+
padding: 8px 16px;
|
|
32489
|
+
}
|
|
32490
|
+
.c167wnad .anticon {
|
|
32491
|
+
cursor: pointer;
|
|
32492
|
+
}
|
|
32493
|
+
.c167wnad .anticon:hover {
|
|
32494
|
+
color: #0096ff;
|
|
32495
|
+
}
|
|
32496
|
+
|
|
32497
|
+
.cxhf7dh {
|
|
32498
|
+
text-align: center;
|
|
32499
|
+
}
|
|
32500
|
+
.cxhf7dh .dots {
|
|
32501
|
+
display: flex;
|
|
32374
32502
|
justify-content: center;
|
|
32375
|
-
position: relative;
|
|
32376
|
-
opacity: 0.2;
|
|
32377
32503
|
}
|
|
32378
|
-
|
|
32379
|
-
|
|
32380
|
-
|
|
32381
|
-
|
|
32382
|
-
|
|
32383
|
-
|
|
32384
|
-
top: 40.5px;
|
|
32385
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32386
|
-
border-radius: 5px;
|
|
32387
|
-
transform: rotate(-128deg);
|
|
32388
|
-
transform-origin: top left;
|
|
32389
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32504
|
+
.cxhf7dh .dot {
|
|
32505
|
+
display: inline-block;
|
|
32506
|
+
width: 2px;
|
|
32507
|
+
height: 2px;
|
|
32508
|
+
border-radius: 1px;
|
|
32509
|
+
background: #0096ff;
|
|
32390
32510
|
}
|
|
32391
|
-
|
|
32392
|
-
|
|
32393
|
-
position: absolute;
|
|
32394
|
-
width: 5px;
|
|
32395
|
-
height: 48px;
|
|
32396
|
-
left: 40.8px;
|
|
32397
|
-
top: 8.4px;
|
|
32398
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32399
|
-
border-radius: 5px;
|
|
32400
|
-
transform: rotate(-8deg);
|
|
32401
|
-
transform-origin: top left;
|
|
32402
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32511
|
+
.cxhf7dh .dot:not(:last-child) {
|
|
32512
|
+
margin-right: 2px;
|
|
32403
32513
|
}
|
|
32404
|
-
|
|
32405
|
-
|
|
32406
|
-
|
|
32407
|
-
|
|
32408
|
-
|
|
32409
|
-
left: 52.9px;
|
|
32410
|
-
top: 51.8px;
|
|
32411
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32412
|
-
border-radius: 5px;
|
|
32413
|
-
transform: rotate(112deg);
|
|
32414
|
-
transform-origin: top left;
|
|
32415
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32514
|
+
.cxhf7dh .bar {
|
|
32515
|
+
width: 9px;
|
|
32516
|
+
height: 2px;
|
|
32517
|
+
background: #0096ff;
|
|
32518
|
+
border-radius: 2px;
|
|
32416
32519
|
}
|
|
32417
32520
|
|
|
32418
32521
|
.m1thnes4 {
|
|
@@ -32576,6 +32679,36 @@ input.rrg1fkn.ant-input {
|
|
|
32576
32679
|
margin-left: 8px;
|
|
32577
32680
|
}
|
|
32578
32681
|
|
|
32682
|
+
.t1gz6wqf {
|
|
32683
|
+
height: 100%;
|
|
32684
|
+
}
|
|
32685
|
+
.t1gz6wqf .table-loading-item {
|
|
32686
|
+
padding: 12px 4px;
|
|
32687
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32688
|
+
display: flex;
|
|
32689
|
+
}
|
|
32690
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32691
|
+
height: 16px;
|
|
32692
|
+
margin: 4px;
|
|
32693
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32694
|
+
border-radius: 2px;
|
|
32695
|
+
}
|
|
32696
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32697
|
+
width: 16px;
|
|
32698
|
+
}
|
|
32699
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32700
|
+
flex: 1;
|
|
32701
|
+
}
|
|
32702
|
+
.t1gz6wqf :nth-child(1) {
|
|
32703
|
+
padding: 8px 4px;
|
|
32704
|
+
}
|
|
32705
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32706
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32707
|
+
}
|
|
32708
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32709
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32710
|
+
}
|
|
32711
|
+
|
|
32579
32712
|
.sq6vos1 {
|
|
32580
32713
|
--item-min-width: 60px;
|
|
32581
32714
|
}
|
|
@@ -32761,34 +32894,21 @@ input.rrg1fkn.ant-input {
|
|
|
32761
32894
|
justify-content: center;
|
|
32762
32895
|
}
|
|
32763
32896
|
|
|
32764
|
-
.
|
|
32765
|
-
height:
|
|
32766
|
-
|
|
32767
|
-
.t1gz6wqf .table-loading-item {
|
|
32768
|
-
padding: 12px 4px;
|
|
32769
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32770
|
-
display: flex;
|
|
32771
|
-
}
|
|
32772
|
-
.t1gz6wqf .table-loading-item > * {
|
|
32773
|
-
height: 16px;
|
|
32774
|
-
margin: 4px;
|
|
32775
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32897
|
+
.skwah65 {
|
|
32898
|
+
height: 8px;
|
|
32899
|
+
box-sizing: border-box;
|
|
32776
32900
|
border-radius: 2px;
|
|
32901
|
+
background: #f5f7fa;
|
|
32902
|
+
display: flex;
|
|
32903
|
+
width: 100%;
|
|
32904
|
+
overflow: hidden;
|
|
32777
32905
|
}
|
|
32778
|
-
.
|
|
32779
|
-
|
|
32780
|
-
}
|
|
32781
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32782
|
-
flex: 1;
|
|
32783
|
-
}
|
|
32784
|
-
.t1gz6wqf :nth-child(1) {
|
|
32785
|
-
padding: 8px 4px;
|
|
32786
|
-
}
|
|
32787
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32788
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32906
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
32907
|
+
margin-left: 1px;
|
|
32789
32908
|
}
|
|
32790
|
-
|
|
32791
|
-
|
|
32909
|
+
|
|
32910
|
+
.c1k4vanq {
|
|
32911
|
+
padding: 0 12px 14px 12px;
|
|
32792
32912
|
}
|
|
32793
32913
|
|
|
32794
32914
|
.c1udgdh2 {
|
|
@@ -32847,40 +32967,6 @@ input.rrg1fkn.ant-input {
|
|
|
32847
32967
|
margin-right: 6px;
|
|
32848
32968
|
}
|
|
32849
32969
|
|
|
32850
|
-
.c1k4vanq {
|
|
32851
|
-
padding: 0 12px 14px 12px;
|
|
32852
|
-
}
|
|
32853
|
-
|
|
32854
|
-
.skwah65 {
|
|
32855
|
-
height: 8px;
|
|
32856
|
-
box-sizing: border-box;
|
|
32857
|
-
border-radius: 2px;
|
|
32858
|
-
background: #f5f7fa;
|
|
32859
|
-
display: flex;
|
|
32860
|
-
width: 100%;
|
|
32861
|
-
overflow: hidden;
|
|
32862
|
-
}
|
|
32863
|
-
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
32864
|
-
margin-left: 1px;
|
|
32865
|
-
}
|
|
32866
|
-
|
|
32867
|
-
.bab9xum {
|
|
32868
|
-
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);
|
|
32869
|
-
}
|
|
32870
|
-
|
|
32871
|
-
.cav4gt6 {
|
|
32872
|
-
border-radius: 8px;
|
|
32873
|
-
background-color: white;
|
|
32874
|
-
}
|
|
32875
|
-
.cav4gt6.hoverable {
|
|
32876
|
-
cursor: pointer;
|
|
32877
|
-
}
|
|
32878
|
-
.cav4gt6.hoverable:hover {
|
|
32879
|
-
transition: all 200ms ease;
|
|
32880
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32881
|
-
transform: translateY(-4px);
|
|
32882
|
-
}
|
|
32883
|
-
|
|
32884
32970
|
.f1p9ti6d {
|
|
32885
32971
|
width: 100%;
|
|
32886
32972
|
margin-bottom: 0 !important;
|
|
@@ -32912,54 +32998,21 @@ input.rrg1fkn.ant-input {
|
|
|
32912
32998
|
min-height: 0px;
|
|
32913
32999
|
}
|
|
32914
33000
|
|
|
32915
|
-
.
|
|
32916
|
-
|
|
32917
|
-
}
|
|
32918
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
32919
|
-
padding: 5px 12px;
|
|
32920
|
-
display: inline-flex;
|
|
32921
|
-
line-height: 1.5715;
|
|
32922
|
-
height: 100%;
|
|
32923
|
-
width: 100%;
|
|
32924
|
-
}
|
|
32925
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32926
|
-
content: var(--at4ovwe-1);
|
|
32927
|
-
display: var(--at4ovwe-2);
|
|
32928
|
-
flex: none;
|
|
32929
|
-
align-items: center;
|
|
32930
|
-
margin-left: 4px;
|
|
32931
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32932
|
-
}
|
|
32933
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32934
|
-
content: var(--at4ovwe-3);
|
|
32935
|
-
display: var(--at4ovwe-4);
|
|
32936
|
-
flex: none;
|
|
32937
|
-
align-items: center;
|
|
32938
|
-
margin-right: 4px;
|
|
32939
|
-
cursor: auto;
|
|
32940
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32941
|
-
}
|
|
32942
|
-
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32943
|
-
border-radius: 0;
|
|
32944
|
-
}
|
|
32945
|
-
.at4ovwe.ant-input-number {
|
|
32946
|
-
width: 100%;
|
|
32947
|
-
border-radius: 6px;
|
|
33001
|
+
.bab9xum {
|
|
33002
|
+
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);
|
|
32948
33003
|
}
|
|
32949
|
-
|
|
32950
|
-
|
|
32951
|
-
|
|
32952
|
-
|
|
33004
|
+
|
|
33005
|
+
.cav4gt6 {
|
|
33006
|
+
border-radius: 8px;
|
|
33007
|
+
background-color: white;
|
|
32953
33008
|
}
|
|
32954
|
-
.
|
|
32955
|
-
|
|
32956
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33009
|
+
.cav4gt6.hoverable {
|
|
33010
|
+
cursor: pointer;
|
|
32957
33011
|
}
|
|
32958
|
-
.
|
|
32959
|
-
|
|
32960
|
-
|
|
32961
|
-
|
|
32962
|
-
font-size: inherit;
|
|
33012
|
+
.cav4gt6.hoverable:hover {
|
|
33013
|
+
transition: all 200ms ease;
|
|
33014
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33015
|
+
transform: translateY(-4px);
|
|
32963
33016
|
}
|
|
32964
33017
|
|
|
32965
33018
|
.tc40oxa {
|
|
@@ -33155,6 +33208,56 @@ input.rrg1fkn.ant-input {
|
|
|
33155
33208
|
margin-right: 8px;
|
|
33156
33209
|
}
|
|
33157
33210
|
|
|
33211
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
33212
|
+
display: var(--at4ovwe-0);
|
|
33213
|
+
}
|
|
33214
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
33215
|
+
padding: 5px 12px;
|
|
33216
|
+
display: inline-flex;
|
|
33217
|
+
line-height: 1.5715;
|
|
33218
|
+
height: 100%;
|
|
33219
|
+
width: 100%;
|
|
33220
|
+
}
|
|
33221
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
33222
|
+
content: var(--at4ovwe-1);
|
|
33223
|
+
display: var(--at4ovwe-2);
|
|
33224
|
+
flex: none;
|
|
33225
|
+
align-items: center;
|
|
33226
|
+
margin-left: 4px;
|
|
33227
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33228
|
+
}
|
|
33229
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
33230
|
+
content: var(--at4ovwe-3);
|
|
33231
|
+
display: var(--at4ovwe-4);
|
|
33232
|
+
flex: none;
|
|
33233
|
+
align-items: center;
|
|
33234
|
+
margin-right: 4px;
|
|
33235
|
+
cursor: auto;
|
|
33236
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33237
|
+
}
|
|
33238
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33239
|
+
border-radius: 0;
|
|
33240
|
+
}
|
|
33241
|
+
.at4ovwe.ant-input-number {
|
|
33242
|
+
width: 100%;
|
|
33243
|
+
border-radius: 6px;
|
|
33244
|
+
}
|
|
33245
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33246
|
+
border-color: #0096ff;
|
|
33247
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33248
|
+
z-index: 1;
|
|
33249
|
+
}
|
|
33250
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33251
|
+
border-color: #e75a3a;
|
|
33252
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33253
|
+
}
|
|
33254
|
+
.at4ovwe .ant-input-number-input {
|
|
33255
|
+
padding: 0;
|
|
33256
|
+
margin: 0;
|
|
33257
|
+
height: auto;
|
|
33258
|
+
font-size: inherit;
|
|
33259
|
+
}
|
|
33260
|
+
|
|
33158
33261
|
.w1xcixj5.outside-tag {
|
|
33159
33262
|
padding-left: 0;
|
|
33160
33263
|
}
|