@cloudtower/eagle 0.27.3-gobackbutton → 0.27.3-gobackbutton1
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 +1091 -1081
- package/dist/esm/index.js +37 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +1 -0
- package/dist/style.css +293 -283
- package/dist/umd/index.js +36 -0
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/spec/base.d.ts
CHANGED
|
@@ -489,6 +489,7 @@ export interface Kit<V = any, T extends HTMLElement = HTMLElement> {
|
|
|
489
489
|
token: TokenComponentType;
|
|
490
490
|
overflowTooltip: React.FC<OverflowTooltipProps>;
|
|
491
491
|
I18nNameTag: React.FC<I18nNameTagType>;
|
|
492
|
+
GoBackButton: React.FC<any>;
|
|
492
493
|
uploadDragger: React.ComponentType<DraggerProps>;
|
|
493
494
|
calendar: React.FC<CalendarProps<Moment>>;
|
|
494
495
|
timePicker: React.FC<TimePickerProps>;
|
package/dist/style.css
CHANGED
|
@@ -29808,6 +29808,19 @@ 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
|
+
|
|
29811
29824
|
.bpq0js6 {
|
|
29812
29825
|
padding: 4px 11px;
|
|
29813
29826
|
}
|
|
@@ -29870,19 +29883,6 @@ html body {
|
|
|
29870
29883
|
animation: rotate 680ms linear infinite;
|
|
29871
29884
|
}
|
|
29872
29885
|
|
|
29873
|
-
.iap75of {
|
|
29874
|
-
height: 18px;
|
|
29875
|
-
line-height: 18px;
|
|
29876
|
-
padding: 0 4px;
|
|
29877
|
-
border-radius: 4px;
|
|
29878
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29879
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29880
|
-
display: flex;
|
|
29881
|
-
align-items: center;
|
|
29882
|
-
white-space: nowrap;
|
|
29883
|
-
margin-right: 4px;
|
|
29884
|
-
}
|
|
29885
|
-
|
|
29886
29886
|
.obf05yr {
|
|
29887
29887
|
display: inline-block;
|
|
29888
29888
|
}
|
|
@@ -29949,152 +29949,6 @@ 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
|
-
|
|
30098
29952
|
.cz04yix {
|
|
30099
29953
|
display: flex;
|
|
30100
29954
|
flex-direction: column;
|
|
@@ -30676,35 +30530,181 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
30676
30530
|
.kypn5o5.has-focus-indicator input:focus {
|
|
30677
30531
|
margin-left: 16px;
|
|
30678
30532
|
}
|
|
30679
|
-
|
|
30680
|
-
input.l1ki27se.ant-input {
|
|
30681
|
-
border-top-right-radius: 0;
|
|
30682
|
-
border-bottom-right-radius: 0;
|
|
30533
|
+
|
|
30534
|
+
input.l1ki27se.ant-input {
|
|
30535
|
+
border-top-right-radius: 0;
|
|
30536
|
+
border-bottom-right-radius: 0;
|
|
30537
|
+
}
|
|
30538
|
+
|
|
30539
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
30540
|
+
border-top-right-radius: 0;
|
|
30541
|
+
border-bottom-right-radius: 0;
|
|
30542
|
+
}
|
|
30543
|
+
|
|
30544
|
+
input.rrg1fkn.ant-input {
|
|
30545
|
+
border-top-left-radius: 0;
|
|
30546
|
+
border-bottom-left-radius: 0;
|
|
30547
|
+
}
|
|
30548
|
+
|
|
30549
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
30550
|
+
border-top-left-radius: 0;
|
|
30551
|
+
border-bottom-left-radius: 0;
|
|
30552
|
+
}
|
|
30553
|
+
|
|
30554
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30555
|
+
border-top-right-radius: 0;
|
|
30556
|
+
border-bottom-right-radius: 0;
|
|
30557
|
+
}
|
|
30558
|
+
|
|
30559
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30560
|
+
border-top-left-radius: 0;
|
|
30561
|
+
border-bottom-left-radius: 0;
|
|
30562
|
+
}
|
|
30563
|
+
|
|
30564
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30565
|
+
display: inline-flex;
|
|
30566
|
+
align-items: baseline;
|
|
30567
|
+
white-space: pre-wrap;
|
|
30568
|
+
}
|
|
30569
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30570
|
+
position: relative;
|
|
30571
|
+
top: 3px;
|
|
30572
|
+
}
|
|
30573
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30574
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30575
|
+
}
|
|
30576
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30577
|
+
border-color: #0080ff;
|
|
30578
|
+
}
|
|
30579
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30580
|
+
border-color: #0080ff;
|
|
30581
|
+
background: #0080ff;
|
|
30582
|
+
}
|
|
30583
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30584
|
+
top: 4px;
|
|
30585
|
+
left: 4px;
|
|
30586
|
+
width: 6px;
|
|
30587
|
+
height: 6px;
|
|
30588
|
+
background: #fff;
|
|
30589
|
+
}
|
|
30590
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30591
|
+
opacity: 0.5;
|
|
30592
|
+
}
|
|
30593
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30594
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30595
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30596
|
+
}
|
|
30597
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30598
|
+
background: #00122e;
|
|
30599
|
+
}
|
|
30600
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30601
|
+
color: #00122e;
|
|
30602
|
+
opacity: 0.5;
|
|
30603
|
+
}
|
|
30604
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30605
|
+
color: #00122e;
|
|
30606
|
+
}
|
|
30607
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30608
|
+
display: inline-block;
|
|
30609
|
+
padding: 0;
|
|
30610
|
+
padding-left: 12px;
|
|
30611
|
+
}
|
|
30612
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30613
|
+
margin-bottom: 0;
|
|
30614
|
+
white-space: pre-wrap;
|
|
30615
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30616
|
+
}
|
|
30617
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30618
|
+
padding-left: 8px;
|
|
30619
|
+
}
|
|
30620
|
+
|
|
30621
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30622
|
+
border-radius: 5px 0 0 5px;
|
|
30623
|
+
}
|
|
30624
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30625
|
+
border-radius: 0 5px 5px 0;
|
|
30626
|
+
}
|
|
30627
|
+
|
|
30628
|
+
.r1f0aqcc {
|
|
30629
|
+
color: #00122e;
|
|
30630
|
+
border-color: #ccd4e3;
|
|
30631
|
+
}
|
|
30632
|
+
.r1f0aqcc:first-child {
|
|
30633
|
+
border-color: #a3b4cc;
|
|
30634
|
+
}
|
|
30635
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30636
|
+
padding: 0 12px;
|
|
30637
|
+
line-height: 32px;
|
|
30638
|
+
height: 32px;
|
|
30639
|
+
}
|
|
30640
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30641
|
+
white-space: nowrap;
|
|
30642
|
+
}
|
|
30643
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30644
|
+
height: 22px;
|
|
30645
|
+
padding: 0 7px;
|
|
30646
|
+
line-height: 20px;
|
|
30647
|
+
}
|
|
30648
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30649
|
+
background: #ccd4e3;
|
|
30650
|
+
}
|
|
30651
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30652
|
+
background: #0080ff;
|
|
30653
|
+
}
|
|
30654
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30655
|
+
background: #ccd4e3;
|
|
30656
|
+
opacity: 0.5;
|
|
30657
|
+
}
|
|
30658
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30659
|
+
border-right-color: #0080ff;
|
|
30660
|
+
}
|
|
30661
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30662
|
+
border-color: #0080ff;
|
|
30663
|
+
}
|
|
30664
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30665
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30666
|
+
}
|
|
30667
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30668
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30669
|
+
border-color: #ccd4e3;
|
|
30670
|
+
opacity: 0.5;
|
|
30671
|
+
}
|
|
30672
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30673
|
+
color: #00122e;
|
|
30674
|
+
border-color: #ccd4e3;
|
|
30675
|
+
}
|
|
30676
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30677
|
+
color: #00122e;
|
|
30678
|
+
border-color: #ccd4e3;
|
|
30679
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30680
|
+
}
|
|
30681
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30682
|
+
margin-right: 8px;
|
|
30683
|
+
display: inline;
|
|
30684
|
+
border: none;
|
|
30685
|
+
padding: 0;
|
|
30686
|
+
width: 36px;
|
|
30687
|
+
background: transparent;
|
|
30683
30688
|
}
|
|
30684
|
-
|
|
30685
|
-
|
|
30686
|
-
border-top-right-radius: 0;
|
|
30687
|
-
border-bottom-right-radius: 0;
|
|
30689
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30690
|
+
box-shadow: none;
|
|
30688
30691
|
}
|
|
30689
|
-
|
|
30690
|
-
|
|
30691
|
-
|
|
30692
|
-
|
|
30692
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30693
|
+
margin-right: 0;
|
|
30694
|
+
width: initial;
|
|
30695
|
+
box-shadow: none;
|
|
30693
30696
|
}
|
|
30694
|
-
|
|
30695
|
-
|
|
30696
|
-
border-top-left-radius: 0;
|
|
30697
|
-
border-bottom-left-radius: 0;
|
|
30697
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30698
|
+
display: none;
|
|
30698
30699
|
}
|
|
30699
|
-
|
|
30700
|
-
|
|
30701
|
-
border-top-right-radius: 0;
|
|
30702
|
-
border-bottom-right-radius: 0;
|
|
30700
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30701
|
+
display: inline;
|
|
30703
30702
|
}
|
|
30704
|
-
|
|
30705
|
-
|
|
30706
|
-
|
|
30707
|
-
|
|
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;
|
|
30708
30708
|
}
|
|
30709
30709
|
|
|
30710
30710
|
.s34f1qb.ant-switch {
|
|
@@ -31880,22 +31880,6 @@ 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
|
-
|
|
31899
31883
|
.c1uzzomf {
|
|
31900
31884
|
margin-bottom: 16px;
|
|
31901
31885
|
}
|
|
@@ -31918,6 +31902,22 @@ input.rrg1fkn.ant-input {
|
|
|
31918
31902
|
text-align: center;
|
|
31919
31903
|
}
|
|
31920
31904
|
|
|
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,13 +31971,6 @@ input.rrg1fkn.ant-input {
|
|
|
31971
31971
|
width: 100%;
|
|
31972
31972
|
}
|
|
31973
31973
|
|
|
31974
|
-
.c10crapj {
|
|
31975
|
-
border-radius: 8px;
|
|
31976
|
-
}
|
|
31977
|
-
.c10crapj .ant-card-body {
|
|
31978
|
-
padding: 20px 24px 24px 24px;
|
|
31979
|
-
}
|
|
31980
|
-
|
|
31981
31974
|
.c198s9j3 {
|
|
31982
31975
|
color: #2d3a56;
|
|
31983
31976
|
line-height: 22px;
|
|
@@ -32049,6 +32042,13 @@ input.rrg1fkn.ant-input {
|
|
|
32049
32042
|
margin-left: 24px;
|
|
32050
32043
|
}
|
|
32051
32044
|
|
|
32045
|
+
.c10crapj {
|
|
32046
|
+
border-radius: 8px;
|
|
32047
|
+
}
|
|
32048
|
+
.c10crapj .ant-card-body {
|
|
32049
|
+
padding: 20px 24px 24px 24px;
|
|
32050
|
+
}
|
|
32051
|
+
|
|
32052
32052
|
.cav9p2m .ant-collapse-item {
|
|
32053
32053
|
border: 0px;
|
|
32054
32054
|
background-color: #fff;
|
|
@@ -32075,10 +32075,6 @@ input.rrg1fkn.ant-input {
|
|
|
32075
32075
|
margin: 0 2px;
|
|
32076
32076
|
}
|
|
32077
32077
|
|
|
32078
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32079
|
-
display: flex;
|
|
32080
|
-
}
|
|
32081
|
-
|
|
32082
32078
|
.o8ocss1 {
|
|
32083
32079
|
overflow: hidden;
|
|
32084
32080
|
text-overflow: ellipsis;
|
|
@@ -32088,14 +32084,8 @@ input.rrg1fkn.ant-input {
|
|
|
32088
32084
|
white-space: nowrap;
|
|
32089
32085
|
}
|
|
32090
32086
|
|
|
32091
|
-
.
|
|
32092
|
-
|
|
32093
|
-
width: 56px !important;
|
|
32094
|
-
margin-right: 4px;
|
|
32095
|
-
}
|
|
32096
|
-
|
|
32097
|
-
.c1riexje {
|
|
32098
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32087
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32088
|
+
display: flex;
|
|
32099
32089
|
}
|
|
32100
32090
|
|
|
32101
32091
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
@@ -32155,6 +32145,16 @@ input.rrg1fkn.ant-input {
|
|
|
32155
32145
|
transform: rotate(180deg);
|
|
32156
32146
|
}
|
|
32157
32147
|
|
|
32148
|
+
.igz4le8 {
|
|
32149
|
+
height: 24px;
|
|
32150
|
+
width: 56px !important;
|
|
32151
|
+
margin-right: 4px;
|
|
32152
|
+
}
|
|
32153
|
+
|
|
32154
|
+
.c1riexje {
|
|
32155
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32156
|
+
}
|
|
32157
|
+
|
|
32158
32158
|
.s14dk8r1 {
|
|
32159
32159
|
margin: 0;
|
|
32160
32160
|
border-radius: 20px;
|
|
@@ -32229,6 +32229,55 @@ input.rrg1fkn.ant-input {
|
|
|
32229
32229
|
display: inline-block;
|
|
32230
32230
|
}
|
|
32231
32231
|
|
|
32232
|
+
.l4bld33 {
|
|
32233
|
+
width: 64px;
|
|
32234
|
+
height: 64px;
|
|
32235
|
+
display: flex;
|
|
32236
|
+
align-items: center;
|
|
32237
|
+
justify-content: center;
|
|
32238
|
+
position: relative;
|
|
32239
|
+
opacity: 0.2;
|
|
32240
|
+
}
|
|
32241
|
+
|
|
32242
|
+
.lgitjoj {
|
|
32243
|
+
position: absolute;
|
|
32244
|
+
width: 5px;
|
|
32245
|
+
height: 48px;
|
|
32246
|
+
left: 9.33px;
|
|
32247
|
+
top: 40.5px;
|
|
32248
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32249
|
+
border-radius: 5px;
|
|
32250
|
+
transform: rotate(-128deg);
|
|
32251
|
+
transform-origin: top left;
|
|
32252
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32253
|
+
}
|
|
32254
|
+
|
|
32255
|
+
.l13g0exg {
|
|
32256
|
+
position: absolute;
|
|
32257
|
+
width: 5px;
|
|
32258
|
+
height: 48px;
|
|
32259
|
+
left: 40.8px;
|
|
32260
|
+
top: 8.4px;
|
|
32261
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32262
|
+
border-radius: 5px;
|
|
32263
|
+
transform: rotate(-8deg);
|
|
32264
|
+
transform-origin: top left;
|
|
32265
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32266
|
+
}
|
|
32267
|
+
|
|
32268
|
+
.l1exo3h6 {
|
|
32269
|
+
position: absolute;
|
|
32270
|
+
width: 5px;
|
|
32271
|
+
height: 48px;
|
|
32272
|
+
left: 52.9px;
|
|
32273
|
+
top: 51.8px;
|
|
32274
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32275
|
+
border-radius: 5px;
|
|
32276
|
+
transform: rotate(112deg);
|
|
32277
|
+
transform-origin: top left;
|
|
32278
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32279
|
+
}
|
|
32280
|
+
|
|
32232
32281
|
.m1thnes4 {
|
|
32233
32282
|
color: rgba(44, 56, 82, 0.6);
|
|
32234
32283
|
text-align: center;
|
|
@@ -32390,55 +32439,6 @@ input.rrg1fkn.ant-input {
|
|
|
32390
32439
|
margin-left: 8px;
|
|
32391
32440
|
}
|
|
32392
32441
|
|
|
32393
|
-
.l4bld33 {
|
|
32394
|
-
width: 64px;
|
|
32395
|
-
height: 64px;
|
|
32396
|
-
display: flex;
|
|
32397
|
-
align-items: center;
|
|
32398
|
-
justify-content: center;
|
|
32399
|
-
position: relative;
|
|
32400
|
-
opacity: 0.2;
|
|
32401
|
-
}
|
|
32402
|
-
|
|
32403
|
-
.lgitjoj {
|
|
32404
|
-
position: absolute;
|
|
32405
|
-
width: 5px;
|
|
32406
|
-
height: 48px;
|
|
32407
|
-
left: 9.33px;
|
|
32408
|
-
top: 40.5px;
|
|
32409
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32410
|
-
border-radius: 5px;
|
|
32411
|
-
transform: rotate(-128deg);
|
|
32412
|
-
transform-origin: top left;
|
|
32413
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32414
|
-
}
|
|
32415
|
-
|
|
32416
|
-
.l13g0exg {
|
|
32417
|
-
position: absolute;
|
|
32418
|
-
width: 5px;
|
|
32419
|
-
height: 48px;
|
|
32420
|
-
left: 40.8px;
|
|
32421
|
-
top: 8.4px;
|
|
32422
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32423
|
-
border-radius: 5px;
|
|
32424
|
-
transform: rotate(-8deg);
|
|
32425
|
-
transform-origin: top left;
|
|
32426
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32427
|
-
}
|
|
32428
|
-
|
|
32429
|
-
.l1exo3h6 {
|
|
32430
|
-
position: absolute;
|
|
32431
|
-
width: 5px;
|
|
32432
|
-
height: 48px;
|
|
32433
|
-
left: 52.9px;
|
|
32434
|
-
top: 51.8px;
|
|
32435
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32436
|
-
border-radius: 5px;
|
|
32437
|
-
transform: rotate(112deg);
|
|
32438
|
-
transform-origin: top left;
|
|
32439
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32440
|
-
}
|
|
32441
|
-
|
|
32442
32442
|
.t19ustft .date {
|
|
32443
32443
|
margin-right: 4px;
|
|
32444
32444
|
}
|
|
@@ -32525,6 +32525,16 @@ input.rrg1fkn.ant-input {
|
|
|
32525
32525
|
background-color: #7E41FF;
|
|
32526
32526
|
}
|
|
32527
32527
|
|
|
32528
|
+
.gmyahx3 {
|
|
32529
|
+
cursor: pointer;
|
|
32530
|
+
}
|
|
32531
|
+
.gmyahx3 .link-text {
|
|
32532
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32533
|
+
}
|
|
32534
|
+
.gmyahx3:hover .link-text {
|
|
32535
|
+
color: #0080ff;
|
|
32536
|
+
}
|
|
32537
|
+
|
|
32528
32538
|
.sq6vos1 {
|
|
32529
32539
|
--item-min-width: 60px;
|
|
32530
32540
|
}
|
|
@@ -32784,6 +32794,22 @@ input.rrg1fkn.ant-input {
|
|
|
32784
32794
|
padding: 0 12px 14px 12px;
|
|
32785
32795
|
}
|
|
32786
32796
|
|
|
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
|
+
|
|
32787
32813
|
.bab9xum {
|
|
32788
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);
|
|
32789
32815
|
}
|
|
@@ -32801,22 +32827,6 @@ input.rrg1fkn.ant-input {
|
|
|
32801
32827
|
transform: translateY(-4px);
|
|
32802
32828
|
}
|
|
32803
32829
|
|
|
32804
|
-
.rrwcpby {
|
|
32805
|
-
display: flex;
|
|
32806
|
-
align-items: center;
|
|
32807
|
-
}
|
|
32808
|
-
.rrwcpby .order {
|
|
32809
|
-
height: 24px;
|
|
32810
|
-
width: 24px;
|
|
32811
|
-
border-radius: 20px;
|
|
32812
|
-
color: #0080ff;
|
|
32813
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32814
|
-
display: flex;
|
|
32815
|
-
align-items: center;
|
|
32816
|
-
justify-content: center;
|
|
32817
|
-
margin-right: 6px;
|
|
32818
|
-
}
|
|
32819
|
-
|
|
32820
32830
|
.tc40oxa {
|
|
32821
32831
|
margin-bottom: 4px;
|
|
32822
32832
|
color: rgba(44, 56, 82, 0.6);
|