@cloudtower/eagle 0.28.0-alpha.1 → 0.28.0-alpha.2
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/cjs/core/KitStoreProvider/index.js +42 -1
- package/dist/cjs/core/ModalStack/index.js +2 -2
- package/dist/cjs/index.js +3 -0
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1405 -1405
- package/dist/esm/core/KitStoreProvider/index.js +42 -4
- package/dist/esm/core/ModalStack/index.js +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/KitStoreProvider/index.d.ts +4 -1
- package/dist/src/store/index.d.ts +12 -0
- package/dist/style.css +1209 -1209
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29586,115 +29586,6 @@ html body {
|
|
|
29586
29586
|
margin-left: 1px;
|
|
29587
29587
|
}
|
|
29588
29588
|
|
|
29589
|
-
.E_clm1wy1 {
|
|
29590
|
-
width: 192px;
|
|
29591
|
-
height: 246px;
|
|
29592
|
-
border-radius: 4px;
|
|
29593
|
-
}
|
|
29594
|
-
|
|
29595
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
29596
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
29597
|
-
width: 100%;
|
|
29598
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
29599
|
-
border-top: none;
|
|
29600
|
-
}
|
|
29601
|
-
|
|
29602
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
29603
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
29604
|
-
padding: 0 16px;
|
|
29605
|
-
}
|
|
29606
|
-
|
|
29607
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
29608
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
29609
|
-
width: 100%;
|
|
29610
|
-
height: 180px;
|
|
29611
|
-
border-spacing: 0;
|
|
29612
|
-
}
|
|
29613
|
-
|
|
29614
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
29615
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
29616
|
-
margin-bottom: 8px;
|
|
29617
|
-
}
|
|
29618
|
-
|
|
29619
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
29620
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
29621
|
-
width: 22px;
|
|
29622
|
-
}
|
|
29623
|
-
|
|
29624
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
29625
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
29626
|
-
padding: 0;
|
|
29627
|
-
}
|
|
29628
|
-
|
|
29629
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
29630
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29631
|
-
opacity: 0.4;
|
|
29632
|
-
}
|
|
29633
|
-
|
|
29634
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
29635
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29636
|
-
opacity: 1;
|
|
29637
|
-
}
|
|
29638
|
-
|
|
29639
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
29640
|
-
color: #3e4652;
|
|
29641
|
-
}
|
|
29642
|
-
|
|
29643
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
29644
|
-
pointer-events: none;
|
|
29645
|
-
}
|
|
29646
|
-
|
|
29647
|
-
.E_t1tsm00v {
|
|
29648
|
-
color: rgba(129, 138, 153, 0.6);
|
|
29649
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
29650
|
-
backdrop-filter: blur(10px);
|
|
29651
|
-
padding: 7px 10px;
|
|
29652
|
-
}
|
|
29653
|
-
|
|
29654
|
-
.E_c167wnad {
|
|
29655
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29656
|
-
display: flex;
|
|
29657
|
-
justify-content: space-between;
|
|
29658
|
-
align-items: center;
|
|
29659
|
-
padding: 8px 16px;
|
|
29660
|
-
}
|
|
29661
|
-
|
|
29662
|
-
.E_c167wnad .anticon {
|
|
29663
|
-
cursor: pointer;
|
|
29664
|
-
}
|
|
29665
|
-
|
|
29666
|
-
.E_c167wnad .anticon:hover {
|
|
29667
|
-
color: #0096ff;
|
|
29668
|
-
}
|
|
29669
|
-
|
|
29670
|
-
.E_cxhf7dh {
|
|
29671
|
-
text-align: center;
|
|
29672
|
-
}
|
|
29673
|
-
|
|
29674
|
-
.E_cxhf7dh .dots {
|
|
29675
|
-
display: flex;
|
|
29676
|
-
justify-content: center;
|
|
29677
|
-
}
|
|
29678
|
-
|
|
29679
|
-
.E_cxhf7dh .dot {
|
|
29680
|
-
display: inline-block;
|
|
29681
|
-
width: 2px;
|
|
29682
|
-
height: 2px;
|
|
29683
|
-
border-radius: 1px;
|
|
29684
|
-
background: #0096ff;
|
|
29685
|
-
}
|
|
29686
|
-
|
|
29687
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
29688
|
-
margin-right: 2px;
|
|
29689
|
-
}
|
|
29690
|
-
|
|
29691
|
-
.E_cxhf7dh .bar {
|
|
29692
|
-
width: 9px;
|
|
29693
|
-
height: 2px;
|
|
29694
|
-
background: #0096ff;
|
|
29695
|
-
border-radius: 2px;
|
|
29696
|
-
}
|
|
29697
|
-
|
|
29698
29589
|
.E_c18bcrac {
|
|
29699
29590
|
display: inline-block;
|
|
29700
29591
|
width: 100%;
|
|
@@ -29744,6 +29635,18 @@ html body {
|
|
|
29744
29635
|
margin-right: 4px;
|
|
29745
29636
|
}
|
|
29746
29637
|
|
|
29638
|
+
.E_gmyahx3 {
|
|
29639
|
+
cursor: pointer;
|
|
29640
|
+
}
|
|
29641
|
+
|
|
29642
|
+
.E_gmyahx3 .link-text {
|
|
29643
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29644
|
+
}
|
|
29645
|
+
|
|
29646
|
+
.E_gmyahx3:hover .link-text {
|
|
29647
|
+
color: #0080ff;
|
|
29648
|
+
}
|
|
29649
|
+
|
|
29747
29650
|
.E_s1ebs0ra {
|
|
29748
29651
|
display: flex;
|
|
29749
29652
|
align-items: center;
|
|
@@ -29815,6 +29718,115 @@ html body {
|
|
|
29815
29718
|
background: #fff;
|
|
29816
29719
|
}
|
|
29817
29720
|
|
|
29721
|
+
.E_clm1wy1 {
|
|
29722
|
+
width: 192px;
|
|
29723
|
+
height: 246px;
|
|
29724
|
+
border-radius: 4px;
|
|
29725
|
+
}
|
|
29726
|
+
|
|
29727
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
29728
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
29729
|
+
width: 100%;
|
|
29730
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
29731
|
+
border-top: none;
|
|
29732
|
+
}
|
|
29733
|
+
|
|
29734
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
29735
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
29736
|
+
padding: 0 16px;
|
|
29737
|
+
}
|
|
29738
|
+
|
|
29739
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
29740
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
29741
|
+
width: 100%;
|
|
29742
|
+
height: 180px;
|
|
29743
|
+
border-spacing: 0;
|
|
29744
|
+
}
|
|
29745
|
+
|
|
29746
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
29747
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
29748
|
+
margin-bottom: 8px;
|
|
29749
|
+
}
|
|
29750
|
+
|
|
29751
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
29752
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
29753
|
+
width: 22px;
|
|
29754
|
+
}
|
|
29755
|
+
|
|
29756
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
29757
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
29758
|
+
padding: 0;
|
|
29759
|
+
}
|
|
29760
|
+
|
|
29761
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
29762
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29763
|
+
opacity: 0.4;
|
|
29764
|
+
}
|
|
29765
|
+
|
|
29766
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
29767
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29768
|
+
opacity: 1;
|
|
29769
|
+
}
|
|
29770
|
+
|
|
29771
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
29772
|
+
color: #3e4652;
|
|
29773
|
+
}
|
|
29774
|
+
|
|
29775
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
29776
|
+
pointer-events: none;
|
|
29777
|
+
}
|
|
29778
|
+
|
|
29779
|
+
.E_t1tsm00v {
|
|
29780
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29781
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
29782
|
+
backdrop-filter: blur(10px);
|
|
29783
|
+
padding: 7px 10px;
|
|
29784
|
+
}
|
|
29785
|
+
|
|
29786
|
+
.E_c167wnad {
|
|
29787
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29788
|
+
display: flex;
|
|
29789
|
+
justify-content: space-between;
|
|
29790
|
+
align-items: center;
|
|
29791
|
+
padding: 8px 16px;
|
|
29792
|
+
}
|
|
29793
|
+
|
|
29794
|
+
.E_c167wnad .anticon {
|
|
29795
|
+
cursor: pointer;
|
|
29796
|
+
}
|
|
29797
|
+
|
|
29798
|
+
.E_c167wnad .anticon:hover {
|
|
29799
|
+
color: #0096ff;
|
|
29800
|
+
}
|
|
29801
|
+
|
|
29802
|
+
.E_cxhf7dh {
|
|
29803
|
+
text-align: center;
|
|
29804
|
+
}
|
|
29805
|
+
|
|
29806
|
+
.E_cxhf7dh .dots {
|
|
29807
|
+
display: flex;
|
|
29808
|
+
justify-content: center;
|
|
29809
|
+
}
|
|
29810
|
+
|
|
29811
|
+
.E_cxhf7dh .dot {
|
|
29812
|
+
display: inline-block;
|
|
29813
|
+
width: 2px;
|
|
29814
|
+
height: 2px;
|
|
29815
|
+
border-radius: 1px;
|
|
29816
|
+
background: #0096ff;
|
|
29817
|
+
}
|
|
29818
|
+
|
|
29819
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
29820
|
+
margin-right: 2px;
|
|
29821
|
+
}
|
|
29822
|
+
|
|
29823
|
+
.E_cxhf7dh .bar {
|
|
29824
|
+
width: 9px;
|
|
29825
|
+
height: 2px;
|
|
29826
|
+
background: #0096ff;
|
|
29827
|
+
border-radius: 2px;
|
|
29828
|
+
}
|
|
29829
|
+
|
|
29818
29830
|
.E_c1up1pdz {
|
|
29819
29831
|
width: 648px;
|
|
29820
29832
|
}
|
|
@@ -29981,6 +29993,10 @@ html body {
|
|
|
29981
29993
|
color: #fff;
|
|
29982
29994
|
}
|
|
29983
29995
|
|
|
29996
|
+
.E_tqjc4ui {
|
|
29997
|
+
margin: 0 2px;
|
|
29998
|
+
}
|
|
29999
|
+
|
|
29984
30000
|
.E_n12mqh7z {
|
|
29985
30001
|
display: flex;
|
|
29986
30002
|
align-items: center;
|
|
@@ -30001,22 +30017,6 @@ html body {
|
|
|
30001
30017
|
overflow: auto;
|
|
30002
30018
|
}
|
|
30003
30019
|
|
|
30004
|
-
.E_gmyahx3 {
|
|
30005
|
-
cursor: pointer;
|
|
30006
|
-
}
|
|
30007
|
-
|
|
30008
|
-
.E_gmyahx3 .link-text {
|
|
30009
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30010
|
-
}
|
|
30011
|
-
|
|
30012
|
-
.E_gmyahx3:hover .link-text {
|
|
30013
|
-
color: #0080ff;
|
|
30014
|
-
}
|
|
30015
|
-
|
|
30016
|
-
.E_tqjc4ui {
|
|
30017
|
-
margin: 0 2px;
|
|
30018
|
-
}
|
|
30019
|
-
|
|
30020
30020
|
.E_ou7iq30 {
|
|
30021
30021
|
overflow: hidden;
|
|
30022
30022
|
text-overflow: ellipsis;
|
|
@@ -30033,12 +30033,143 @@ html body {
|
|
|
30033
30033
|
word-break: break-all;
|
|
30034
30034
|
}
|
|
30035
30035
|
|
|
30036
|
-
.
|
|
30037
|
-
|
|
30038
|
-
|
|
30039
|
-
|
|
30040
|
-
|
|
30041
|
-
|
|
30036
|
+
.E_c18gxmrl {
|
|
30037
|
+
border: 1px solid #d8deeb;
|
|
30038
|
+
border-radius: 4px;
|
|
30039
|
+
}
|
|
30040
|
+
|
|
30041
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30042
|
+
margin-top: 8px;
|
|
30043
|
+
}
|
|
30044
|
+
|
|
30045
|
+
.E_c18gxmrl:hover {
|
|
30046
|
+
border-color: #0080ff;
|
|
30047
|
+
}
|
|
30048
|
+
|
|
30049
|
+
.E_c18gxmrl:hover > header {
|
|
30050
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30051
|
+
}
|
|
30052
|
+
|
|
30053
|
+
.E_c18gxmrl.active header {
|
|
30054
|
+
border-bottom: 1px solid #d8deeb;
|
|
30055
|
+
}
|
|
30056
|
+
|
|
30057
|
+
.E_c18gxmrl > header {
|
|
30058
|
+
padding: 8px 12px;
|
|
30059
|
+
}
|
|
30060
|
+
|
|
30061
|
+
.E_t1sqg15u {
|
|
30062
|
+
background: white;
|
|
30063
|
+
}
|
|
30064
|
+
|
|
30065
|
+
.E_t1sqg15u.inline .table-row {
|
|
30066
|
+
flex-direction: column;
|
|
30067
|
+
}
|
|
30068
|
+
|
|
30069
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
30070
|
+
padding: 0 16px 7px 0;
|
|
30071
|
+
}
|
|
30072
|
+
|
|
30073
|
+
.E_t1sqg15u.has-border .table-header {
|
|
30074
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30075
|
+
}
|
|
30076
|
+
|
|
30077
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30078
|
+
border-top: none !important;
|
|
30079
|
+
}
|
|
30080
|
+
|
|
30081
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30082
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30083
|
+
}
|
|
30084
|
+
|
|
30085
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30086
|
+
padding-bottom: 0;
|
|
30087
|
+
}
|
|
30088
|
+
|
|
30089
|
+
.E_t1sqg15u.align-right .content {
|
|
30090
|
+
text-align: right;
|
|
30091
|
+
}
|
|
30092
|
+
|
|
30093
|
+
.E_t1sqg15u .uuid-row {
|
|
30094
|
+
display: flex;
|
|
30095
|
+
justify-content: space-between;
|
|
30096
|
+
}
|
|
30097
|
+
|
|
30098
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
30099
|
+
white-space: nowrap;
|
|
30100
|
+
overflow: hidden;
|
|
30101
|
+
text-overflow: ellipsis;
|
|
30102
|
+
}
|
|
30103
|
+
|
|
30104
|
+
.E_t4zczcp {
|
|
30105
|
+
display: flex;
|
|
30106
|
+
justify-content: space-between;
|
|
30107
|
+
align-items: center;
|
|
30108
|
+
padding: 8px;
|
|
30109
|
+
min-height: 32px;
|
|
30110
|
+
}
|
|
30111
|
+
|
|
30112
|
+
.E_t4zczcp .table-title {
|
|
30113
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30114
|
+
font-weight: 600;
|
|
30115
|
+
font-size: 12px;
|
|
30116
|
+
line-height: 8px;
|
|
30117
|
+
}
|
|
30118
|
+
|
|
30119
|
+
.E_t4zczcp .edit-icon {
|
|
30120
|
+
font-size: 16px;
|
|
30121
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30122
|
+
cursor: pointer;
|
|
30123
|
+
}
|
|
30124
|
+
|
|
30125
|
+
.E_t1s7goww {
|
|
30126
|
+
font-size: 12px;
|
|
30127
|
+
line-height: 18px;
|
|
30128
|
+
}
|
|
30129
|
+
|
|
30130
|
+
.E_t93e4cf {
|
|
30131
|
+
display: flex;
|
|
30132
|
+
padding: 8px 0;
|
|
30133
|
+
color: #2d3a56;
|
|
30134
|
+
}
|
|
30135
|
+
|
|
30136
|
+
.E_t93e4cf .hidden {
|
|
30137
|
+
display: none;
|
|
30138
|
+
}
|
|
30139
|
+
|
|
30140
|
+
.E_t93e4cf .ant-btn-link {
|
|
30141
|
+
height: auto;
|
|
30142
|
+
}
|
|
30143
|
+
|
|
30144
|
+
.E_t93e4cf .content {
|
|
30145
|
+
overflow: hidden;
|
|
30146
|
+
overflow-x: auto;
|
|
30147
|
+
width: 100%;
|
|
30148
|
+
white-space: pre-wrap;
|
|
30149
|
+
}
|
|
30150
|
+
|
|
30151
|
+
.E_t93e4cf .content .ant-btn {
|
|
30152
|
+
white-space: pre-wrap;
|
|
30153
|
+
text-align: left;
|
|
30154
|
+
}
|
|
30155
|
+
|
|
30156
|
+
.E_t93e4cf .content .unit-chart {
|
|
30157
|
+
justify-content: flex-start;
|
|
30158
|
+
}
|
|
30159
|
+
|
|
30160
|
+
.E_rhz2uv5 {
|
|
30161
|
+
width: var(--rhz2uv5-0);
|
|
30162
|
+
flex-shrink: 0;
|
|
30163
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30164
|
+
padding-right: 12px;
|
|
30165
|
+
}
|
|
30166
|
+
|
|
30167
|
+
.E_m74vjol {
|
|
30168
|
+
display: flex;
|
|
30169
|
+
justify-content: space-between;
|
|
30170
|
+
width: 100%;
|
|
30171
|
+
}
|
|
30172
|
+
|
|
30042
30173
|
.E_m74vjol .action {
|
|
30043
30174
|
margin-left: 16px;
|
|
30044
30175
|
}
|
|
@@ -30047,6 +30178,13 @@ html body {
|
|
|
30047
30178
|
width: 100%;
|
|
30048
30179
|
}
|
|
30049
30180
|
|
|
30181
|
+
.E_tje3huy {
|
|
30182
|
+
width: 100%;
|
|
30183
|
+
overflow: inherit;
|
|
30184
|
+
white-space: inherit;
|
|
30185
|
+
text-overflow: ellipsis;
|
|
30186
|
+
}
|
|
30187
|
+
|
|
30050
30188
|
.E_wg1tsps {
|
|
30051
30189
|
display: flex;
|
|
30052
30190
|
align-items: center;
|
|
@@ -30072,11 +30210,32 @@ html body {
|
|
|
30072
30210
|
color: #00122e !important;
|
|
30073
30211
|
}
|
|
30074
30212
|
|
|
30075
|
-
.
|
|
30076
|
-
|
|
30077
|
-
|
|
30078
|
-
|
|
30079
|
-
|
|
30213
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30214
|
+
display: flex;
|
|
30215
|
+
align-items: center;
|
|
30216
|
+
}
|
|
30217
|
+
|
|
30218
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30219
|
+
margin-right: 8px;
|
|
30220
|
+
}
|
|
30221
|
+
|
|
30222
|
+
.E_berrcjl {
|
|
30223
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30224
|
+
margin-bottom: 4px;
|
|
30225
|
+
}
|
|
30226
|
+
|
|
30227
|
+
.E_berrcjl .breadcrumb-link {
|
|
30228
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30229
|
+
cursor: pointer;
|
|
30230
|
+
transition: color 160ms ease;
|
|
30231
|
+
}
|
|
30232
|
+
|
|
30233
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30234
|
+
color: #0080ff;
|
|
30235
|
+
}
|
|
30236
|
+
|
|
30237
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30238
|
+
color: #005ed1;
|
|
30080
30239
|
}
|
|
30081
30240
|
|
|
30082
30241
|
.E_t160l1cm {
|
|
@@ -30329,173 +30488,68 @@ html body {
|
|
|
30329
30488
|
background: transparent;
|
|
30330
30489
|
}
|
|
30331
30490
|
|
|
30332
|
-
.
|
|
30333
|
-
|
|
30334
|
-
}
|
|
30335
|
-
|
|
30336
|
-
.E_t1sqg15u.inline .table-row {
|
|
30337
|
-
flex-direction: column;
|
|
30491
|
+
.E_b1nip9bk {
|
|
30492
|
+
padding: 4px 11px;
|
|
30338
30493
|
}
|
|
30339
30494
|
|
|
30340
|
-
.
|
|
30341
|
-
|
|
30495
|
+
.E_bqamoqe {
|
|
30496
|
+
white-space: nowrap;
|
|
30497
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30342
30498
|
}
|
|
30343
30499
|
|
|
30344
|
-
.
|
|
30345
|
-
|
|
30500
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30501
|
+
--color: #0080ff;
|
|
30346
30502
|
}
|
|
30347
30503
|
|
|
30348
|
-
.
|
|
30349
|
-
|
|
30504
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30505
|
+
--color: #0080ff;
|
|
30350
30506
|
}
|
|
30351
30507
|
|
|
30352
|
-
.
|
|
30353
|
-
|
|
30508
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30509
|
+
margin-left: 1px;
|
|
30354
30510
|
}
|
|
30355
30511
|
|
|
30356
|
-
.
|
|
30357
|
-
|
|
30512
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30513
|
+
border-top-right-radius: 0;
|
|
30514
|
+
border-bottom-right-radius: 0;
|
|
30358
30515
|
}
|
|
30359
30516
|
|
|
30360
|
-
.
|
|
30361
|
-
|
|
30517
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30518
|
+
border-top-left-radius: 0;
|
|
30519
|
+
border-bottom-left-radius: 0;
|
|
30362
30520
|
}
|
|
30363
30521
|
|
|
30364
|
-
.
|
|
30365
|
-
|
|
30366
|
-
justify-content: space-between;
|
|
30522
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30523
|
+
border-radius: unset;
|
|
30367
30524
|
}
|
|
30368
30525
|
|
|
30369
|
-
.
|
|
30370
|
-
|
|
30371
|
-
overflow: hidden;
|
|
30372
|
-
text-overflow: ellipsis;
|
|
30526
|
+
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30527
|
+
justify-content: center;
|
|
30373
30528
|
}
|
|
30374
30529
|
|
|
30375
|
-
.
|
|
30376
|
-
display: flex;
|
|
30377
|
-
justify-content: space-between;
|
|
30530
|
+
.E_b1wx3t3t.ant-btn {
|
|
30531
|
+
display: inline-flex;
|
|
30378
30532
|
align-items: center;
|
|
30379
|
-
|
|
30380
|
-
|
|
30533
|
+
justify-content: center;
|
|
30534
|
+
height: 32px;
|
|
30535
|
+
border-radius: 6px;
|
|
30536
|
+
line-height: 22px;
|
|
30537
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30538
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30381
30539
|
}
|
|
30382
30540
|
|
|
30383
|
-
.
|
|
30384
|
-
|
|
30385
|
-
|
|
30386
|
-
font-size: 12px;
|
|
30387
|
-
line-height: 8px;
|
|
30541
|
+
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30542
|
+
height: 40px;
|
|
30543
|
+
line-height: 24px;
|
|
30388
30544
|
}
|
|
30389
30545
|
|
|
30390
|
-
.
|
|
30391
|
-
|
|
30392
|
-
|
|
30393
|
-
cursor: pointer;
|
|
30546
|
+
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30547
|
+
height: 24px;
|
|
30548
|
+
line-height: 20px;
|
|
30394
30549
|
}
|
|
30395
30550
|
|
|
30396
|
-
.
|
|
30397
|
-
|
|
30398
|
-
line-height: 18px;
|
|
30399
|
-
}
|
|
30400
|
-
|
|
30401
|
-
.E_t93e4cf {
|
|
30402
|
-
display: flex;
|
|
30403
|
-
padding: 8px 0;
|
|
30404
|
-
color: #2d3a56;
|
|
30405
|
-
}
|
|
30406
|
-
|
|
30407
|
-
.E_t93e4cf .hidden {
|
|
30408
|
-
display: none;
|
|
30409
|
-
}
|
|
30410
|
-
|
|
30411
|
-
.E_t93e4cf .ant-btn-link {
|
|
30412
|
-
height: auto;
|
|
30413
|
-
}
|
|
30414
|
-
|
|
30415
|
-
.E_t93e4cf .content {
|
|
30416
|
-
overflow: hidden;
|
|
30417
|
-
overflow-x: auto;
|
|
30418
|
-
width: 100%;
|
|
30419
|
-
white-space: pre-wrap;
|
|
30420
|
-
}
|
|
30421
|
-
|
|
30422
|
-
.E_t93e4cf .content .ant-btn {
|
|
30423
|
-
white-space: pre-wrap;
|
|
30424
|
-
text-align: left;
|
|
30425
|
-
}
|
|
30426
|
-
|
|
30427
|
-
.E_t93e4cf .content .unit-chart {
|
|
30428
|
-
justify-content: flex-start;
|
|
30429
|
-
}
|
|
30430
|
-
|
|
30431
|
-
.E_rhz2uv5 {
|
|
30432
|
-
width: var(--rhz2uv5-0);
|
|
30433
|
-
flex-shrink: 0;
|
|
30434
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30435
|
-
padding-right: 12px;
|
|
30436
|
-
}
|
|
30437
|
-
|
|
30438
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
30439
|
-
display: flex;
|
|
30440
|
-
align-items: center;
|
|
30441
|
-
}
|
|
30442
|
-
|
|
30443
|
-
.E_s1iv0tp1 .enabled-text {
|
|
30444
|
-
margin-right: 8px;
|
|
30445
|
-
}
|
|
30446
|
-
|
|
30447
|
-
.E_c18gxmrl {
|
|
30448
|
-
border: 1px solid #d8deeb;
|
|
30449
|
-
border-radius: 4px;
|
|
30450
|
-
}
|
|
30451
|
-
|
|
30452
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
30453
|
-
margin-top: 8px;
|
|
30454
|
-
}
|
|
30455
|
-
|
|
30456
|
-
.E_c18gxmrl:hover {
|
|
30457
|
-
border-color: #0080ff;
|
|
30458
|
-
}
|
|
30459
|
-
|
|
30460
|
-
.E_c18gxmrl:hover > header {
|
|
30461
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30462
|
-
}
|
|
30463
|
-
|
|
30464
|
-
.E_c18gxmrl.active header {
|
|
30465
|
-
border-bottom: 1px solid #d8deeb;
|
|
30466
|
-
}
|
|
30467
|
-
|
|
30468
|
-
.E_c18gxmrl > header {
|
|
30469
|
-
padding: 8px 12px;
|
|
30470
|
-
}
|
|
30471
|
-
|
|
30472
|
-
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30473
|
-
justify-content: center;
|
|
30474
|
-
}
|
|
30475
|
-
|
|
30476
|
-
.E_b1wx3t3t.ant-btn {
|
|
30477
|
-
display: inline-flex;
|
|
30478
|
-
align-items: center;
|
|
30479
|
-
justify-content: center;
|
|
30480
|
-
height: 32px;
|
|
30481
|
-
border-radius: 6px;
|
|
30482
|
-
line-height: 22px;
|
|
30483
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30484
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30485
|
-
}
|
|
30486
|
-
|
|
30487
|
-
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30488
|
-
height: 40px;
|
|
30489
|
-
line-height: 24px;
|
|
30490
|
-
}
|
|
30491
|
-
|
|
30492
|
-
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30493
|
-
height: 24px;
|
|
30494
|
-
line-height: 20px;
|
|
30495
|
-
}
|
|
30496
|
-
|
|
30497
|
-
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30498
|
-
border-radius: 50%;
|
|
30551
|
+
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30552
|
+
border-radius: 50%;
|
|
30499
30553
|
}
|
|
30500
30554
|
|
|
30501
30555
|
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
@@ -30761,73 +30815,29 @@ button.E_n7k2c6r {
|
|
|
30761
30815
|
padding: 0;
|
|
30762
30816
|
}
|
|
30763
30817
|
|
|
30764
|
-
.
|
|
30765
|
-
|
|
30766
|
-
margin-bottom: 4px;
|
|
30767
|
-
}
|
|
30768
|
-
|
|
30769
|
-
.E_berrcjl .breadcrumb-link {
|
|
30770
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30771
|
-
cursor: pointer;
|
|
30772
|
-
transition: color 160ms ease;
|
|
30773
|
-
}
|
|
30774
|
-
|
|
30775
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
30776
|
-
color: #0080ff;
|
|
30777
|
-
}
|
|
30778
|
-
|
|
30779
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
30780
|
-
color: #005ed1;
|
|
30781
|
-
}
|
|
30782
|
-
|
|
30783
|
-
.E_b1nip9bk {
|
|
30784
|
-
padding: 4px 11px;
|
|
30785
|
-
}
|
|
30786
|
-
|
|
30787
|
-
.E_bqamoqe {
|
|
30788
|
-
white-space: nowrap;
|
|
30789
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30790
|
-
}
|
|
30791
|
-
|
|
30792
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30793
|
-
--color: #0080ff;
|
|
30794
|
-
}
|
|
30795
|
-
|
|
30796
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30797
|
-
--color: #0080ff;
|
|
30798
|
-
}
|
|
30799
|
-
|
|
30800
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30801
|
-
margin-left: 1px;
|
|
30802
|
-
}
|
|
30803
|
-
|
|
30804
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30805
|
-
border-top-right-radius: 0;
|
|
30806
|
-
border-bottom-right-radius: 0;
|
|
30807
|
-
}
|
|
30808
|
-
|
|
30809
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30810
|
-
border-top-left-radius: 0;
|
|
30811
|
-
border-bottom-left-radius: 0;
|
|
30812
|
-
}
|
|
30813
|
-
|
|
30814
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30815
|
-
border-radius: unset;
|
|
30818
|
+
.E_c1uzzomf {
|
|
30819
|
+
margin-bottom: 16px;
|
|
30816
30820
|
}
|
|
30817
30821
|
|
|
30818
|
-
.
|
|
30819
|
-
|
|
30822
|
+
.E_c1uzzomf .card-title {
|
|
30823
|
+
font-size: 16px;
|
|
30820
30824
|
color: rgba(44, 56, 82, 0.6);
|
|
30821
|
-
font-
|
|
30825
|
+
font-weight: 700;
|
|
30826
|
+
line-height: 32px;
|
|
30822
30827
|
}
|
|
30823
30828
|
|
|
30824
|
-
.
|
|
30825
|
-
padding
|
|
30829
|
+
.E_c1uzzomf .card-body {
|
|
30830
|
+
padding: 24px;
|
|
30831
|
+
border-radius: 8px;
|
|
30832
|
+
background: #fff;
|
|
30826
30833
|
}
|
|
30827
30834
|
|
|
30828
|
-
.
|
|
30829
|
-
|
|
30830
|
-
|
|
30835
|
+
.E_c1uzzomf .empty {
|
|
30836
|
+
font-weight: 700;
|
|
30837
|
+
font-size: 14px;
|
|
30838
|
+
line-height: 22px;
|
|
30839
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30840
|
+
text-align: center;
|
|
30831
30841
|
}
|
|
30832
30842
|
|
|
30833
30843
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -30855,37 +30865,35 @@ button.E_n7k2c6r {
|
|
|
30855
30865
|
cursor: default;
|
|
30856
30866
|
}
|
|
30857
30867
|
|
|
30858
|
-
.
|
|
30859
|
-
|
|
30868
|
+
.E_c1yyuluq {
|
|
30869
|
+
border-radius: 8px;
|
|
30860
30870
|
}
|
|
30861
30871
|
|
|
30862
|
-
.
|
|
30863
|
-
|
|
30864
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30865
|
-
font-weight: 700;
|
|
30866
|
-
line-height: 32px;
|
|
30872
|
+
.E_c1yyuluq .ant-card-body {
|
|
30873
|
+
padding: 20px 24px 24px 24px;
|
|
30867
30874
|
}
|
|
30868
30875
|
|
|
30869
|
-
.
|
|
30870
|
-
|
|
30871
|
-
border-radius: 8px;
|
|
30872
|
-
background: #fff;
|
|
30876
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30877
|
+
line-height: 18px;
|
|
30873
30878
|
}
|
|
30874
30879
|
|
|
30875
|
-
.
|
|
30876
|
-
|
|
30877
|
-
font-size: 14px;
|
|
30878
|
-
line-height: 22px;
|
|
30879
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30880
|
-
text-align: center;
|
|
30880
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30881
|
+
display: flex;
|
|
30881
30882
|
}
|
|
30882
30883
|
|
|
30883
|
-
.
|
|
30884
|
-
|
|
30884
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30885
|
+
padding: 4px 8px 0 8px;
|
|
30886
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30887
|
+
font-size: 12px;
|
|
30885
30888
|
}
|
|
30886
30889
|
|
|
30887
|
-
.
|
|
30888
|
-
padding:
|
|
30890
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30891
|
+
padding-bottom: 6px;
|
|
30892
|
+
}
|
|
30893
|
+
|
|
30894
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30895
|
+
padding-top: 4px;
|
|
30896
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30889
30897
|
}
|
|
30890
30898
|
|
|
30891
30899
|
.E_d1bw7c5z {
|
|
@@ -30984,14 +30992,6 @@ button.E_n7k2c6r {
|
|
|
30984
30992
|
width: 102px;
|
|
30985
30993
|
}
|
|
30986
30994
|
|
|
30987
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30988
|
-
line-height: 18px;
|
|
30989
|
-
}
|
|
30990
|
-
|
|
30991
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30992
|
-
display: flex;
|
|
30993
|
-
}
|
|
30994
|
-
|
|
30995
30995
|
.E_phljevk {
|
|
30996
30996
|
display: flex;
|
|
30997
30997
|
justify-content: space-between;
|
|
@@ -31059,16 +31059,6 @@ button.E_n7k2c6r {
|
|
|
31059
31059
|
line-height: 18px;
|
|
31060
31060
|
}
|
|
31061
31061
|
|
|
31062
|
-
.E_ivqqkzv {
|
|
31063
|
-
height: 24px;
|
|
31064
|
-
width: 56px !important;
|
|
31065
|
-
margin-right: 4px;
|
|
31066
|
-
}
|
|
31067
|
-
|
|
31068
|
-
.E_c1wk4q29 {
|
|
31069
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31070
|
-
}
|
|
31071
|
-
|
|
31072
31062
|
.E_rapgekc.ant-radio-wrapper {
|
|
31073
31063
|
display: inline-flex;
|
|
31074
31064
|
align-items: baseline;
|
|
@@ -31248,28 +31238,109 @@ button.E_n7k2c6r {
|
|
|
31248
31238
|
width: 36px;
|
|
31249
31239
|
}
|
|
31250
31240
|
|
|
31251
|
-
.
|
|
31252
|
-
|
|
31253
|
-
|
|
31254
|
-
|
|
31255
|
-
border-radius: 50%;
|
|
31256
|
-
flex-shrink: 0;
|
|
31257
|
-
display: flex;
|
|
31258
|
-
align-items: center;
|
|
31259
|
-
justify-content: center;
|
|
31260
|
-
border: 1px solid var(--color);
|
|
31241
|
+
.E_ivqqkzv {
|
|
31242
|
+
height: 24px;
|
|
31243
|
+
width: 56px !important;
|
|
31244
|
+
margin-right: 4px;
|
|
31261
31245
|
}
|
|
31262
31246
|
|
|
31263
|
-
.
|
|
31264
|
-
|
|
31265
|
-
height: 10px;
|
|
31266
|
-
width: 10px;
|
|
31267
|
-
border-radius: 50%;
|
|
31268
|
-
overflow: hidden;
|
|
31247
|
+
.E_c1wk4q29 {
|
|
31248
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31269
31249
|
}
|
|
31270
31250
|
|
|
31271
|
-
.
|
|
31272
|
-
|
|
31251
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31252
|
+
border-radius: 6px;
|
|
31253
|
+
}
|
|
31254
|
+
|
|
31255
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
31256
|
+
width: 100%;
|
|
31257
|
+
color: #2d3a56;
|
|
31258
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
31259
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31260
|
+
font-size: 13px;
|
|
31261
|
+
}
|
|
31262
|
+
|
|
31263
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31264
|
+
height: 30px;
|
|
31265
|
+
}
|
|
31266
|
+
|
|
31267
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31268
|
+
height: 38px;
|
|
31269
|
+
font-size: 13px;
|
|
31270
|
+
}
|
|
31271
|
+
|
|
31272
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31273
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31274
|
+
transition: 160ms ease;
|
|
31275
|
+
}
|
|
31276
|
+
|
|
31277
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31278
|
+
color: #0080ff;
|
|
31279
|
+
}
|
|
31280
|
+
|
|
31281
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
31282
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31283
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31284
|
+
}
|
|
31285
|
+
|
|
31286
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31287
|
+
color: #0080ff;
|
|
31288
|
+
}
|
|
31289
|
+
|
|
31290
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
31291
|
+
border-color: #0080ff;
|
|
31292
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31293
|
+
}
|
|
31294
|
+
|
|
31295
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31296
|
+
transform: rotate(180deg);
|
|
31297
|
+
}
|
|
31298
|
+
|
|
31299
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31300
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31301
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31302
|
+
cursor: "not-allowed";
|
|
31303
|
+
}
|
|
31304
|
+
|
|
31305
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31306
|
+
border-color: #f0483e !important;
|
|
31307
|
+
}
|
|
31308
|
+
|
|
31309
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31310
|
+
color: #1d326c;
|
|
31311
|
+
}
|
|
31312
|
+
|
|
31313
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
31314
|
+
border-color: #0080ff;
|
|
31315
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31316
|
+
}
|
|
31317
|
+
|
|
31318
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31319
|
+
transform: rotate(180deg);
|
|
31320
|
+
}
|
|
31321
|
+
|
|
31322
|
+
.E_c1bus5hc {
|
|
31323
|
+
--color: white;
|
|
31324
|
+
height: 14px;
|
|
31325
|
+
width: 14px;
|
|
31326
|
+
border-radius: 50%;
|
|
31327
|
+
flex-shrink: 0;
|
|
31328
|
+
display: flex;
|
|
31329
|
+
align-items: center;
|
|
31330
|
+
justify-content: center;
|
|
31331
|
+
border: 1px solid var(--color);
|
|
31332
|
+
}
|
|
31333
|
+
|
|
31334
|
+
.E_c1bus5hc .circle-inner {
|
|
31335
|
+
position: relative;
|
|
31336
|
+
height: 10px;
|
|
31337
|
+
width: 10px;
|
|
31338
|
+
border-radius: 50%;
|
|
31339
|
+
overflow: hidden;
|
|
31340
|
+
}
|
|
31341
|
+
|
|
31342
|
+
.E_c1bus5hc .circle-content {
|
|
31343
|
+
position: absolute;
|
|
31273
31344
|
height: 100%;
|
|
31274
31345
|
width: 100%;
|
|
31275
31346
|
left: 0;
|
|
@@ -31291,6 +31362,10 @@ button.E_n7k2c6r {
|
|
|
31291
31362
|
transform: rotate(0deg);
|
|
31292
31363
|
}
|
|
31293
31364
|
|
|
31365
|
+
.E_tju3gfj .date {
|
|
31366
|
+
margin-right: 4px;
|
|
31367
|
+
}
|
|
31368
|
+
|
|
31294
31369
|
.E_s1dizucg.ant-switch {
|
|
31295
31370
|
min-width: 40px;
|
|
31296
31371
|
height: 24px;
|
|
@@ -31358,81 +31433,6 @@ button.E_n7k2c6r {
|
|
|
31358
31433
|
margin-left: 5px;
|
|
31359
31434
|
}
|
|
31360
31435
|
|
|
31361
|
-
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31362
|
-
border-radius: 6px;
|
|
31363
|
-
}
|
|
31364
|
-
|
|
31365
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
31366
|
-
width: 100%;
|
|
31367
|
-
color: #2d3a56;
|
|
31368
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
31369
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31370
|
-
font-size: 13px;
|
|
31371
|
-
}
|
|
31372
|
-
|
|
31373
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31374
|
-
height: 30px;
|
|
31375
|
-
}
|
|
31376
|
-
|
|
31377
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31378
|
-
height: 38px;
|
|
31379
|
-
font-size: 13px;
|
|
31380
|
-
}
|
|
31381
|
-
|
|
31382
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31383
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31384
|
-
transition: 160ms ease;
|
|
31385
|
-
}
|
|
31386
|
-
|
|
31387
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31388
|
-
color: #0080ff;
|
|
31389
|
-
}
|
|
31390
|
-
|
|
31391
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
31392
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31393
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31394
|
-
}
|
|
31395
|
-
|
|
31396
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31397
|
-
color: #0080ff;
|
|
31398
|
-
}
|
|
31399
|
-
|
|
31400
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
31401
|
-
border-color: #0080ff;
|
|
31402
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31403
|
-
}
|
|
31404
|
-
|
|
31405
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31406
|
-
transform: rotate(180deg);
|
|
31407
|
-
}
|
|
31408
|
-
|
|
31409
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31410
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31411
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31412
|
-
cursor: "not-allowed";
|
|
31413
|
-
}
|
|
31414
|
-
|
|
31415
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31416
|
-
border-color: #f0483e !important;
|
|
31417
|
-
}
|
|
31418
|
-
|
|
31419
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31420
|
-
color: #1d326c;
|
|
31421
|
-
}
|
|
31422
|
-
|
|
31423
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
31424
|
-
border-color: #0080ff;
|
|
31425
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31426
|
-
}
|
|
31427
|
-
|
|
31428
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31429
|
-
transform: rotate(180deg);
|
|
31430
|
-
}
|
|
31431
|
-
|
|
31432
|
-
.E_tju3gfj .date {
|
|
31433
|
-
margin-right: 4px;
|
|
31434
|
-
}
|
|
31435
|
-
|
|
31436
31436
|
.E_s1sck0th {
|
|
31437
31437
|
padding: 0 8px;
|
|
31438
31438
|
border-radius: 4px;
|
|
@@ -31634,68 +31634,60 @@ button.E_n7k2c6r {
|
|
|
31634
31634
|
display: inline-block;
|
|
31635
31635
|
}
|
|
31636
31636
|
|
|
31637
|
-
.
|
|
31638
|
-
|
|
31639
|
-
|
|
31640
|
-
|
|
31641
|
-
border-radius: 4px;
|
|
31642
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31643
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31637
|
+
.E_fzh9mnb {
|
|
31638
|
+
width: 100%;
|
|
31639
|
+
height: 100%;
|
|
31640
|
+
min-height: 124px;
|
|
31644
31641
|
display: flex;
|
|
31642
|
+
flex-direction: column;
|
|
31643
|
+
justify-content: center;
|
|
31645
31644
|
align-items: center;
|
|
31646
|
-
white-space: nowrap;
|
|
31647
|
-
margin-right: 4px;
|
|
31648
31645
|
}
|
|
31649
31646
|
|
|
31650
|
-
.
|
|
31651
|
-
|
|
31647
|
+
.E_fzh9mnb .error-text {
|
|
31648
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31649
|
+
margin-bottom: 16px;
|
|
31650
|
+
font-size: 18px;
|
|
31652
31651
|
}
|
|
31653
31652
|
|
|
31654
|
-
.
|
|
31655
|
-
|
|
31656
|
-
|
|
31657
|
-
|
|
31658
|
-
|
|
31653
|
+
.E_f7pxqmh {
|
|
31654
|
+
width: 100%;
|
|
31655
|
+
margin-bottom: 0 !important;
|
|
31656
|
+
flex-flow: nowrap !important;
|
|
31657
|
+
line-break: auto;
|
|
31659
31658
|
}
|
|
31660
31659
|
|
|
31661
|
-
.
|
|
31662
|
-
|
|
31663
|
-
|
|
31664
|
-
flex: none;
|
|
31665
|
-
align-items: center;
|
|
31666
|
-
margin-left: 4px;
|
|
31660
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31661
|
+
text-align: left !important;
|
|
31662
|
+
padding-bottom: 0 !important;
|
|
31667
31663
|
}
|
|
31668
31664
|
|
|
31669
|
-
.
|
|
31670
|
-
|
|
31671
|
-
|
|
31672
|
-
|
|
31673
|
-
|
|
31674
|
-
|
|
31675
|
-
cursor: auto;
|
|
31665
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31666
|
+
min-height: 32px;
|
|
31667
|
+
height: auto;
|
|
31668
|
+
font-size: 13px;
|
|
31669
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31670
|
+
white-space: normal;
|
|
31676
31671
|
}
|
|
31677
31672
|
|
|
31678
|
-
.
|
|
31679
|
-
|
|
31680
|
-
margin: 0;
|
|
31681
|
-
height: auto;
|
|
31682
|
-
font-size: inherit;
|
|
31673
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31674
|
+
border-color: #ff4d4f !important;
|
|
31683
31675
|
}
|
|
31684
31676
|
|
|
31685
|
-
.
|
|
31686
|
-
|
|
31687
|
-
height: 100%;
|
|
31688
|
-
min-height: 124px;
|
|
31689
|
-
display: flex;
|
|
31690
|
-
flex-direction: column;
|
|
31691
|
-
justify-content: center;
|
|
31692
|
-
align-items: center;
|
|
31677
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31678
|
+
border-color: #ff4d4f !important;
|
|
31693
31679
|
}
|
|
31694
31680
|
|
|
31695
|
-
.
|
|
31696
|
-
|
|
31697
|
-
|
|
31698
|
-
|
|
31681
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31682
|
+
margin-top: 4px;
|
|
31683
|
+
font-size: 12px;
|
|
31684
|
+
min-height: 0px;
|
|
31685
|
+
}
|
|
31686
|
+
|
|
31687
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31688
|
+
font-size: 12px;
|
|
31689
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31690
|
+
min-height: 0px;
|
|
31699
31691
|
}
|
|
31700
31692
|
|
|
31701
31693
|
.E_iouxfgt {
|
|
@@ -31789,44 +31781,52 @@ button.E_n7k2c6r {
|
|
|
31789
31781
|
padding: 2px 8px;
|
|
31790
31782
|
}
|
|
31791
31783
|
|
|
31792
|
-
.
|
|
31793
|
-
|
|
31794
|
-
margin-bottom: 0 !important;
|
|
31795
|
-
flex-flow: nowrap !important;
|
|
31796
|
-
line-break: auto;
|
|
31797
|
-
}
|
|
31798
|
-
|
|
31799
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
31800
|
-
text-align: left !important;
|
|
31801
|
-
padding-bottom: 0 !important;
|
|
31784
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31785
|
+
display: var(--a1wfy30z-0);
|
|
31802
31786
|
}
|
|
31803
31787
|
|
|
31804
|
-
.
|
|
31805
|
-
|
|
31806
|
-
|
|
31807
|
-
|
|
31808
|
-
|
|
31809
|
-
white-space: normal;
|
|
31788
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31789
|
+
padding: 4px 11px;
|
|
31790
|
+
display: inline-flex;
|
|
31791
|
+
line-height: 1.5715;
|
|
31792
|
+
height: inherit;
|
|
31810
31793
|
}
|
|
31811
31794
|
|
|
31812
|
-
.
|
|
31813
|
-
|
|
31795
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31796
|
+
content: var(--a1wfy30z-1);
|
|
31797
|
+
display: var(--a1wfy30z-2);
|
|
31798
|
+
flex: none;
|
|
31799
|
+
align-items: center;
|
|
31800
|
+
margin-left: 4px;
|
|
31814
31801
|
}
|
|
31815
31802
|
|
|
31816
|
-
.
|
|
31817
|
-
|
|
31803
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31804
|
+
content: var(--a1wfy30z-3);
|
|
31805
|
+
display: var(--a1wfy30z-4);
|
|
31806
|
+
flex: none;
|
|
31807
|
+
align-items: center;
|
|
31808
|
+
margin-right: 4px;
|
|
31809
|
+
cursor: auto;
|
|
31818
31810
|
}
|
|
31819
31811
|
|
|
31820
|
-
.
|
|
31821
|
-
|
|
31822
|
-
|
|
31823
|
-
|
|
31812
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31813
|
+
padding: 0;
|
|
31814
|
+
margin: 0;
|
|
31815
|
+
height: auto;
|
|
31816
|
+
font-size: inherit;
|
|
31824
31817
|
}
|
|
31825
31818
|
|
|
31826
|
-
.
|
|
31827
|
-
|
|
31828
|
-
|
|
31829
|
-
|
|
31819
|
+
.E_i1inqkme {
|
|
31820
|
+
height: 18px;
|
|
31821
|
+
line-height: 18px;
|
|
31822
|
+
padding: 0 4px;
|
|
31823
|
+
border-radius: 4px;
|
|
31824
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31825
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31826
|
+
display: flex;
|
|
31827
|
+
align-items: center;
|
|
31828
|
+
white-space: nowrap;
|
|
31829
|
+
margin-right: 4px;
|
|
31830
31830
|
}
|
|
31831
31831
|
|
|
31832
31832
|
.E_atcz0kf .ant-input-suffix {
|
|
@@ -32630,6 +32630,43 @@ input.E_rf8rlle.ant-input {
|
|
|
32630
32630
|
margin: 4px 0;
|
|
32631
32631
|
}
|
|
32632
32632
|
|
|
32633
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32634
|
+
display: inline-flex;
|
|
32635
|
+
align-items: center;
|
|
32636
|
+
justify-content: center;
|
|
32637
|
+
color: #fff;
|
|
32638
|
+
font-weight: bold;
|
|
32639
|
+
font-size: 12px;
|
|
32640
|
+
width: 24px;
|
|
32641
|
+
height: 24px;
|
|
32642
|
+
border-radius: 50%;
|
|
32643
|
+
background: var(--a1b5xrg3-0);
|
|
32644
|
+
}
|
|
32645
|
+
|
|
32646
|
+
.E_a1b5xrg3.btn-item {
|
|
32647
|
+
transition: all 160ms ease;
|
|
32648
|
+
cursor: pointer;
|
|
32649
|
+
width: 56px;
|
|
32650
|
+
height: 40px;
|
|
32651
|
+
display: inline-flex;
|
|
32652
|
+
align-items: center;
|
|
32653
|
+
justify-content: center;
|
|
32654
|
+
border-radius: 6px;
|
|
32655
|
+
}
|
|
32656
|
+
|
|
32657
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32658
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32659
|
+
}
|
|
32660
|
+
|
|
32661
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32662
|
+
transform: translateY(2px);
|
|
32663
|
+
transition: all 320ms ease;
|
|
32664
|
+
}
|
|
32665
|
+
|
|
32666
|
+
.E_m196gn1d {
|
|
32667
|
+
min-width: 1280px;
|
|
32668
|
+
}
|
|
32669
|
+
|
|
32633
32670
|
.E_dsnbhzf {
|
|
32634
32671
|
font-family: Inter;
|
|
32635
32672
|
font-style: normal;
|
|
@@ -33105,43 +33142,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33105
33142
|
line-height: 12px;
|
|
33106
33143
|
}
|
|
33107
33144
|
|
|
33108
|
-
.E_m196gn1d {
|
|
33109
|
-
min-width: 1280px;
|
|
33110
|
-
}
|
|
33111
|
-
|
|
33112
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
33113
|
-
display: inline-flex;
|
|
33114
|
-
align-items: center;
|
|
33115
|
-
justify-content: center;
|
|
33116
|
-
color: #fff;
|
|
33117
|
-
font-weight: bold;
|
|
33118
|
-
font-size: 12px;
|
|
33119
|
-
width: 24px;
|
|
33120
|
-
height: 24px;
|
|
33121
|
-
border-radius: 50%;
|
|
33122
|
-
background: var(--a1b5xrg3-0);
|
|
33123
|
-
}
|
|
33124
|
-
|
|
33125
|
-
.E_a1b5xrg3.btn-item {
|
|
33126
|
-
transition: all 160ms ease;
|
|
33127
|
-
cursor: pointer;
|
|
33128
|
-
width: 56px;
|
|
33129
|
-
height: 40px;
|
|
33130
|
-
display: inline-flex;
|
|
33131
|
-
align-items: center;
|
|
33132
|
-
justify-content: center;
|
|
33133
|
-
border-radius: 6px;
|
|
33134
|
-
}
|
|
33135
|
-
|
|
33136
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
33137
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33138
|
-
}
|
|
33139
|
-
|
|
33140
|
-
.E_a1b5xrg3.btn-item:active {
|
|
33141
|
-
transform: translateY(2px);
|
|
33142
|
-
transition: all 320ms ease;
|
|
33143
|
-
}
|
|
33144
|
-
|
|
33145
33145
|
.E_h1ol2wl7 {
|
|
33146
33146
|
font-weight: bold;
|
|
33147
33147
|
background-color: unset;
|
|
@@ -33429,100 +33429,360 @@ input.E_rf8rlle.ant-input {
|
|
|
33429
33429
|
font-size: 14px;
|
|
33430
33430
|
}
|
|
33431
33431
|
|
|
33432
|
-
.
|
|
33433
|
-
height:
|
|
33434
|
-
|
|
33435
|
-
display: flex;
|
|
33436
|
-
flex-direction: column;
|
|
33432
|
+
.E_h12yihis {
|
|
33433
|
+
height: 50px;
|
|
33434
|
+
border-bottom: 2px solid #edf0f7;
|
|
33437
33435
|
background: #fff;
|
|
33438
|
-
|
|
33436
|
+
display: flex;
|
|
33437
|
+
justify-content: space-between;
|
|
33438
|
+
align-items: center;
|
|
33439
|
+
padding: 0 24px 0 14px;
|
|
33440
|
+
position: relative;
|
|
33441
|
+
z-index: 10;
|
|
33439
33442
|
}
|
|
33440
33443
|
|
|
33441
|
-
.
|
|
33444
|
+
.E_h12yihis .left,
|
|
33445
|
+
.E_h12yihis .right,
|
|
33446
|
+
.E_h12yihis .center {
|
|
33442
33447
|
display: flex;
|
|
33443
33448
|
align-items: center;
|
|
33444
|
-
|
|
33445
|
-
padding: 0 12px 0 8px;
|
|
33446
|
-
height: 44px;
|
|
33449
|
+
flex: 1;
|
|
33447
33450
|
flex-shrink: 0;
|
|
33448
33451
|
}
|
|
33449
33452
|
|
|
33450
|
-
.
|
|
33451
|
-
|
|
33452
|
-
padding: 4px;
|
|
33453
|
-
margin-right: 9px;
|
|
33454
|
-
font-weight: 700;
|
|
33455
|
-
font-size: 16px;
|
|
33456
|
-
line-height: 24px;
|
|
33453
|
+
.E_h12yihis .center {
|
|
33454
|
+
flex: 0.8;
|
|
33457
33455
|
}
|
|
33458
33456
|
|
|
33459
|
-
.
|
|
33460
|
-
|
|
33461
|
-
margin-right: 4px;
|
|
33457
|
+
.E_h12yihis .right {
|
|
33458
|
+
justify-content: flex-end;
|
|
33462
33459
|
}
|
|
33463
33460
|
|
|
33464
|
-
.
|
|
33465
|
-
|
|
33466
|
-
align-items: center;
|
|
33467
|
-
gap: 8px;
|
|
33461
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
33462
|
+
opacity: 1;
|
|
33468
33463
|
}
|
|
33469
33464
|
|
|
33470
|
-
.
|
|
33465
|
+
.E_h12yihis .right .btn-group {
|
|
33466
|
+
margin-left: 32px;
|
|
33467
|
+
position: relative;
|
|
33471
33468
|
display: flex;
|
|
33472
33469
|
align-items: center;
|
|
33473
|
-
justify-content: center;
|
|
33474
|
-
background: rgba(237, 241, 250, 0.6);
|
|
33475
33470
|
}
|
|
33476
33471
|
|
|
33477
|
-
.
|
|
33478
|
-
|
|
33479
|
-
|
|
33480
|
-
|
|
33481
|
-
|
|
33482
|
-
|
|
33483
|
-
|
|
33484
|
-
|
|
33485
|
-
|
|
33486
|
-
|
|
33487
|
-
|
|
33472
|
+
.E_h12yihis .right .btn-group:before {
|
|
33473
|
+
content: "";
|
|
33474
|
+
opacity: 0;
|
|
33475
|
+
height: 24px;
|
|
33476
|
+
width: 1px;
|
|
33477
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33478
|
+
position: absolute;
|
|
33479
|
+
left: -16px;
|
|
33480
|
+
top: 50%;
|
|
33481
|
+
transform: translateY(-50%);
|
|
33482
|
+
transition: opacity 160ms ease;
|
|
33488
33483
|
}
|
|
33489
33484
|
|
|
33490
|
-
.
|
|
33491
|
-
|
|
33485
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
33486
|
+
transition: all 160ms ease;
|
|
33487
|
+
cursor: pointer;
|
|
33488
|
+
width: 56px;
|
|
33492
33489
|
height: 40px;
|
|
33493
|
-
|
|
33494
|
-
|
|
33495
|
-
|
|
33490
|
+
display: inline-flex;
|
|
33491
|
+
align-items: center;
|
|
33492
|
+
justify-content: center;
|
|
33493
|
+
border-radius: 6px;
|
|
33496
33494
|
}
|
|
33497
33495
|
|
|
33498
|
-
.
|
|
33499
|
-
|
|
33500
|
-
overflow: auto;
|
|
33501
|
-
position: relative;
|
|
33496
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
33497
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33502
33498
|
}
|
|
33503
33499
|
|
|
33504
|
-
.
|
|
33505
|
-
|
|
33506
|
-
|
|
33507
|
-
margin: 0;
|
|
33500
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
33501
|
+
transform: translateY(2px);
|
|
33502
|
+
transition: all 320ms ease;
|
|
33508
33503
|
}
|
|
33509
33504
|
|
|
33510
|
-
.
|
|
33511
|
-
|
|
33512
|
-
position: sticky;
|
|
33513
|
-
top: 0;
|
|
33514
|
-
background: #fff;
|
|
33515
|
-
transition: all 0.2s ease-in-out;
|
|
33516
|
-
z-index: 2;
|
|
33505
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
33506
|
+
margin-left: 4px;
|
|
33517
33507
|
}
|
|
33518
33508
|
|
|
33519
|
-
.
|
|
33520
|
-
|
|
33509
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
33510
|
+
height: 48px;
|
|
33511
|
+
overflow: hidden;
|
|
33512
|
+
display: flex;
|
|
33513
|
+
align-items: center;
|
|
33514
|
+
padding: 0 4px;
|
|
33515
|
+
margin: 0 -4px;
|
|
33521
33516
|
}
|
|
33522
33517
|
|
|
33523
|
-
.
|
|
33524
|
-
|
|
33525
|
-
|
|
33518
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
33519
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
33520
|
+
transform: translateY(0);
|
|
33521
|
+
}
|
|
33522
|
+
|
|
33523
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
33524
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33525
|
+
height: 48px;
|
|
33526
|
+
transform: translateY(100%);
|
|
33527
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33528
|
+
display: inline-flex;
|
|
33529
|
+
align-items: center;
|
|
33530
|
+
}
|
|
33531
|
+
|
|
33532
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33533
|
+
margin-right: 10px;
|
|
33534
|
+
}
|
|
33535
|
+
|
|
33536
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
33537
|
+
width: 32px;
|
|
33538
|
+
height: 32px;
|
|
33539
|
+
border-radius: 6px;
|
|
33540
|
+
}
|
|
33541
|
+
|
|
33542
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
33543
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33544
|
+
}
|
|
33545
|
+
|
|
33546
|
+
.E_h12yihis .alert,
|
|
33547
|
+
.E_h12yihis .task {
|
|
33548
|
+
position: relative;
|
|
33549
|
+
}
|
|
33550
|
+
|
|
33551
|
+
.E_h12yihis .alert .alert-icon,
|
|
33552
|
+
.E_h12yihis .alert .task-icon,
|
|
33553
|
+
.E_h12yihis .task .alert-icon,
|
|
33554
|
+
.E_h12yihis .task .task-icon {
|
|
33555
|
+
width: 56px;
|
|
33556
|
+
height: 40px;
|
|
33557
|
+
justify-content: center;
|
|
33558
|
+
}
|
|
33559
|
+
|
|
33560
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
33561
|
+
.E_h12yihis .task .ant-badge-count {
|
|
33562
|
+
right: 16px;
|
|
33563
|
+
top: 10px;
|
|
33564
|
+
}
|
|
33565
|
+
|
|
33566
|
+
.E_h12yihis .logo {
|
|
33567
|
+
display: inline-flex;
|
|
33568
|
+
align-items: center;
|
|
33569
|
+
}
|
|
33570
|
+
|
|
33571
|
+
.E_h12yihis .left {
|
|
33572
|
+
position: relative;
|
|
33573
|
+
}
|
|
33574
|
+
|
|
33575
|
+
.E_h12yihis .left .events-audit-title {
|
|
33576
|
+
font-size: 20px;
|
|
33577
|
+
line-height: 24px;
|
|
33578
|
+
font-weight: bold;
|
|
33579
|
+
color: #1d326c;
|
|
33580
|
+
margin: 0px 8px;
|
|
33581
|
+
}
|
|
33582
|
+
|
|
33583
|
+
.E_h12yihis .left .global-search {
|
|
33584
|
+
margin-left: 6px;
|
|
33585
|
+
}
|
|
33586
|
+
|
|
33587
|
+
.E_h12yihis.global-search-active {
|
|
33588
|
+
z-index: 11;
|
|
33589
|
+
}
|
|
33590
|
+
|
|
33591
|
+
.E_h12yihis.global-search-active .left {
|
|
33592
|
+
flex: 1;
|
|
33593
|
+
margin-right: 32px;
|
|
33594
|
+
}
|
|
33595
|
+
|
|
33596
|
+
.E_h12yihis.global-search-active .left .global-search {
|
|
33597
|
+
display: flex;
|
|
33598
|
+
flex: 1;
|
|
33599
|
+
}
|
|
33600
|
+
|
|
33601
|
+
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
33602
|
+
border-color: #0080ff;
|
|
33603
|
+
width: 100%;
|
|
33604
|
+
}
|
|
33605
|
+
|
|
33606
|
+
.E_h12yihis.global-search-active .center {
|
|
33607
|
+
display: none;
|
|
33608
|
+
}
|
|
33609
|
+
|
|
33610
|
+
.E_h12yihis.global-search-active .right {
|
|
33611
|
+
flex: 0 1 auto;
|
|
33612
|
+
}
|
|
33613
|
+
|
|
33614
|
+
.E_h12yihis .ant-badge-count {
|
|
33615
|
+
pointer-events: none;
|
|
33616
|
+
}
|
|
33617
|
+
|
|
33618
|
+
.E_ncaepor {
|
|
33619
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33620
|
+
position: relative;
|
|
33621
|
+
height: 48px;
|
|
33622
|
+
display: inline-flex;
|
|
33623
|
+
align-items: center;
|
|
33624
|
+
justify-content: center;
|
|
33625
|
+
overflow: hidden;
|
|
33626
|
+
}
|
|
33627
|
+
|
|
33628
|
+
.E_ncaepor:before, .E_ncaepor:after {
|
|
33629
|
+
content: "";
|
|
33630
|
+
width: 100%;
|
|
33631
|
+
height: 12px;
|
|
33632
|
+
position: absolute;
|
|
33633
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
33634
|
+
}
|
|
33635
|
+
|
|
33636
|
+
.E_ncaepor:before {
|
|
33637
|
+
top: 0;
|
|
33638
|
+
}
|
|
33639
|
+
|
|
33640
|
+
.E_ncaepor:after {
|
|
33641
|
+
bottom: 0;
|
|
33642
|
+
}
|
|
33643
|
+
|
|
33644
|
+
.E_ncaepor > * {
|
|
33645
|
+
height: 48px;
|
|
33646
|
+
display: inline-flex;
|
|
33647
|
+
align-items: center;
|
|
33648
|
+
white-space: nowrap;
|
|
33649
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33650
|
+
}
|
|
33651
|
+
|
|
33652
|
+
.E_ncaepor .name-text {
|
|
33653
|
+
transform: translateY(0);
|
|
33654
|
+
opacity: 1;
|
|
33655
|
+
}
|
|
33656
|
+
|
|
33657
|
+
.E_ncaepor .nav-info {
|
|
33658
|
+
transform: translateY(100%);
|
|
33659
|
+
opacity: 0;
|
|
33660
|
+
font-size: 18px;
|
|
33661
|
+
font-weight: 700;
|
|
33662
|
+
position: absolute;
|
|
33663
|
+
overflow: hidden;
|
|
33664
|
+
display: flex;
|
|
33665
|
+
justify-content: center;
|
|
33666
|
+
}
|
|
33667
|
+
|
|
33668
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
33669
|
+
color: #1d326c;
|
|
33670
|
+
flex: 1;
|
|
33671
|
+
overflow: hidden;
|
|
33672
|
+
text-overflow: ellipsis;
|
|
33673
|
+
}
|
|
33674
|
+
|
|
33675
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
33676
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33677
|
+
margin-left: 8px;
|
|
33678
|
+
}
|
|
33679
|
+
|
|
33680
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
33681
|
+
transform: translateY(-100%);
|
|
33682
|
+
opacity: 0;
|
|
33683
|
+
position: absolute;
|
|
33684
|
+
}
|
|
33685
|
+
|
|
33686
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
33687
|
+
transform: translateY(0);
|
|
33688
|
+
opacity: 1;
|
|
33689
|
+
position: static;
|
|
33690
|
+
}
|
|
33691
|
+
|
|
33692
|
+
.E_c1kchka8 {
|
|
33693
|
+
height: 100%;
|
|
33694
|
+
width: 100%;
|
|
33695
|
+
display: flex;
|
|
33696
|
+
flex-direction: column;
|
|
33697
|
+
background: #fff;
|
|
33698
|
+
overflow: auto;
|
|
33699
|
+
}
|
|
33700
|
+
|
|
33701
|
+
.E_ctdb951 {
|
|
33702
|
+
display: flex;
|
|
33703
|
+
align-items: center;
|
|
33704
|
+
justify-content: space-between;
|
|
33705
|
+
padding: 0 12px 0 8px;
|
|
33706
|
+
height: 44px;
|
|
33707
|
+
flex-shrink: 0;
|
|
33708
|
+
}
|
|
33709
|
+
|
|
33710
|
+
.E_ctdb951 .year-number-input {
|
|
33711
|
+
width: 54px;
|
|
33712
|
+
padding: 4px;
|
|
33713
|
+
margin-right: 9px;
|
|
33714
|
+
font-weight: 700;
|
|
33715
|
+
font-size: 16px;
|
|
33716
|
+
line-height: 24px;
|
|
33717
|
+
}
|
|
33718
|
+
|
|
33719
|
+
.E_ctdb951 .year-number-text {
|
|
33720
|
+
cursor: pointer;
|
|
33721
|
+
margin-right: 4px;
|
|
33722
|
+
}
|
|
33723
|
+
|
|
33724
|
+
.E_ctdb951 .year-control {
|
|
33725
|
+
display: flex;
|
|
33726
|
+
align-items: center;
|
|
33727
|
+
gap: 8px;
|
|
33728
|
+
}
|
|
33729
|
+
|
|
33730
|
+
.E_ctdb951 .year-control .ant-btn {
|
|
33731
|
+
display: flex;
|
|
33732
|
+
align-items: center;
|
|
33733
|
+
justify-content: center;
|
|
33734
|
+
background: rgba(237, 241, 250, 0.6);
|
|
33735
|
+
}
|
|
33736
|
+
|
|
33737
|
+
.E_cvgtyx0 {
|
|
33738
|
+
display: grid;
|
|
33739
|
+
grid-template-columns: repeat(7, auto);
|
|
33740
|
+
list-style: none;
|
|
33741
|
+
padding: 0 12px;
|
|
33742
|
+
margin: unset;
|
|
33743
|
+
height: 40px;
|
|
33744
|
+
gap: 4px;
|
|
33745
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33746
|
+
flex-wrap: wrap;
|
|
33747
|
+
flex-shrink: 0;
|
|
33748
|
+
}
|
|
33749
|
+
|
|
33750
|
+
.E_cvgtyx0 li {
|
|
33751
|
+
width: 40px;
|
|
33752
|
+
height: 40px;
|
|
33753
|
+
line-height: 40px;
|
|
33754
|
+
text-align: center;
|
|
33755
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33756
|
+
}
|
|
33757
|
+
|
|
33758
|
+
.E_crprfvb {
|
|
33759
|
+
flex: 1;
|
|
33760
|
+
overflow: auto;
|
|
33761
|
+
position: relative;
|
|
33762
|
+
}
|
|
33763
|
+
|
|
33764
|
+
.E_crprfvb ul {
|
|
33765
|
+
list-style: none;
|
|
33766
|
+
padding: 0;
|
|
33767
|
+
margin: 0;
|
|
33768
|
+
}
|
|
33769
|
+
|
|
33770
|
+
.E_crprfvb ul .month-container header {
|
|
33771
|
+
padding: 4px 12px;
|
|
33772
|
+
position: sticky;
|
|
33773
|
+
top: 0;
|
|
33774
|
+
background: #fff;
|
|
33775
|
+
transition: all 0.2s ease-in-out;
|
|
33776
|
+
z-index: 2;
|
|
33777
|
+
}
|
|
33778
|
+
|
|
33779
|
+
.E_crprfvb ul .month-container header.pinned {
|
|
33780
|
+
box-shadow: 0px 4px 12px rgba(225, 230, 241, 0.4), inset 0px -1px 0px rgba(225, 230, 241, 0.6);
|
|
33781
|
+
}
|
|
33782
|
+
|
|
33783
|
+
.E_crprfvb ul .month-container .dates-in-month {
|
|
33784
|
+
display: grid;
|
|
33785
|
+
grid-template-columns: repeat(7, auto);
|
|
33526
33786
|
gap: 4px 0;
|
|
33527
33787
|
padding: 4px 12px;
|
|
33528
33788
|
}
|
|
@@ -33791,464 +34051,204 @@ input.E_rf8rlle.ant-input {
|
|
|
33791
34051
|
|
|
33792
34052
|
.E_r5hl59d .past-time-list li {
|
|
33793
34053
|
padding: 5px 8px;
|
|
33794
|
-
border-radius: 5px;
|
|
33795
|
-
transition: all 0.2s ease-in-out;
|
|
33796
|
-
cursor: pointer;
|
|
33797
|
-
}
|
|
33798
|
-
|
|
33799
|
-
.E_r5hl59d .past-time-list li:hover {
|
|
33800
|
-
background: rgba(0, 136, 255, 0.16);
|
|
33801
|
-
color: #0080ff;
|
|
33802
|
-
}
|
|
33803
|
-
|
|
33804
|
-
.E_r5hl59d .past-time-list li:active {
|
|
33805
|
-
background: rgba(0, 136, 255, 0.2);
|
|
33806
|
-
color: #0080ff;
|
|
33807
|
-
}
|
|
33808
|
-
|
|
33809
|
-
.E_r5hl59d .past-time-list li.selected {
|
|
33810
|
-
background: rgba(0, 136, 255, 0.2);
|
|
33811
|
-
color: #0080ff;
|
|
33812
|
-
}
|
|
33813
|
-
|
|
33814
|
-
.E_r5hl59d .past-time-list li.selected .highlight {
|
|
33815
|
-
color: #0080ff;
|
|
33816
|
-
}
|
|
33817
|
-
|
|
33818
|
-
.E_r5hl59d .past-time-list li.disabled {
|
|
33819
|
-
background: rgba(237, 241, 250, 0.6);
|
|
33820
|
-
color: rgba(0, 21, 64, 0.3);
|
|
33821
|
-
cursor: not-allowed;
|
|
33822
|
-
}
|
|
33823
|
-
|
|
33824
|
-
.E_r5hl59d .past-time-list li + li {
|
|
33825
|
-
margin-top: 2px;
|
|
33826
|
-
}
|
|
33827
|
-
|
|
33828
|
-
.E_dhqt3dw {
|
|
33829
|
-
min-width: 392px;
|
|
33830
|
-
}
|
|
33831
|
-
|
|
33832
|
-
.E_dhqt3dw.date-range-picker {
|
|
33833
|
-
display: inline-flex;
|
|
33834
|
-
align-items: center;
|
|
33835
|
-
gap: 8px;
|
|
33836
|
-
background: #fff;
|
|
33837
|
-
border-radius: 5px;
|
|
33838
|
-
border: 1px solid #e4e9f2;
|
|
33839
|
-
transition: all 0.2s ease-in-out;
|
|
33840
|
-
}
|
|
33841
|
-
|
|
33842
|
-
.E_dhqt3dw.date-range-picker .default-calendar-icon {
|
|
33843
|
-
display: inline-flex;
|
|
33844
|
-
}
|
|
33845
|
-
|
|
33846
|
-
.E_dhqt3dw.date-range-picker .hover-calendar-icon {
|
|
33847
|
-
display: none;
|
|
33848
|
-
}
|
|
33849
|
-
|
|
33850
|
-
.E_dhqt3dw.date-range-picker:hover, .E_dhqt3dw.date-range-picker.active {
|
|
33851
|
-
border-color: #0080ff;
|
|
33852
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33853
|
-
}
|
|
33854
|
-
|
|
33855
|
-
.E_dhqt3dw.date-range-picker:hover .default-calendar-icon, .E_dhqt3dw.date-range-picker.active .default-calendar-icon {
|
|
33856
|
-
display: none;
|
|
33857
|
-
}
|
|
33858
|
-
|
|
33859
|
-
.E_dhqt3dw.date-range-picker:hover .hover-calendar-icon, .E_dhqt3dw.date-range-picker.active .hover-calendar-icon {
|
|
33860
|
-
display: inline-flex;
|
|
33861
|
-
}
|
|
33862
|
-
|
|
33863
|
-
.E_dhqt3dw.date-range-picker.large {
|
|
33864
|
-
height: 40px;
|
|
33865
|
-
line-height: 40px;
|
|
33866
|
-
padding: 0 12px 0 16px;
|
|
33867
|
-
}
|
|
33868
|
-
|
|
33869
|
-
.E_dhqt3dw.date-range-picker.medium {
|
|
33870
|
-
height: 32px;
|
|
33871
|
-
line-height: 32px;
|
|
33872
|
-
padding: 0 8px 0 12px;
|
|
33873
|
-
}
|
|
33874
|
-
|
|
33875
|
-
.E_dhqt3dw.date-range-picker .date-input-content {
|
|
33876
|
-
flex: 1;
|
|
33877
|
-
display: flex;
|
|
33878
|
-
align-items: center;
|
|
33879
|
-
gap: 8px;
|
|
33880
|
-
color: #00122e;
|
|
33881
|
-
}
|
|
33882
|
-
|
|
33883
|
-
.E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
|
|
33884
|
-
color: rgba(0, 21, 64, 0.3);
|
|
33885
|
-
}
|
|
33886
|
-
|
|
33887
|
-
.E_dhqt3dw.date-range-picker .date-input-content input {
|
|
33888
|
-
border: none;
|
|
33889
|
-
outline: none;
|
|
33890
|
-
width: 162px;
|
|
33891
|
-
padding: 0;
|
|
33892
|
-
height: 22px;
|
|
33893
|
-
line-height: 22px;
|
|
33894
|
-
text-align: center;
|
|
33895
|
-
}
|
|
33896
|
-
|
|
33897
|
-
.E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
|
|
33898
|
-
color: rgba(0, 21, 64, 0.3);
|
|
33899
|
-
text-align: center;
|
|
33900
|
-
}
|
|
33901
|
-
|
|
33902
|
-
.E_dhqt3dw.date-range-picker .date-input-content input:disabled {
|
|
33903
|
-
background: inherit;
|
|
33904
|
-
}
|
|
33905
|
-
|
|
33906
|
-
.E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
|
|
33907
|
-
border: none;
|
|
33908
|
-
outline: none;
|
|
33909
|
-
box-shadow: none;
|
|
33910
|
-
}
|
|
33911
|
-
|
|
33912
|
-
.E_dhqt3dw.date-range-picker .past-time-icon {
|
|
33913
|
-
cursor: pointer;
|
|
33914
|
-
}
|
|
33915
|
-
|
|
33916
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
33917
|
-
padding: 12px 12px 0 12px;
|
|
33918
|
-
}
|
|
33919
|
-
|
|
33920
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
|
|
33921
|
-
padding-left: 16px;
|
|
33922
|
-
}
|
|
33923
|
-
|
|
33924
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
33925
|
-
margin-right: 0;
|
|
33926
|
-
}
|
|
33927
|
-
|
|
33928
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
33929
|
-
margin-left: 2px;
|
|
33930
|
-
}
|
|
33931
|
-
|
|
33932
|
-
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
33933
|
-
max-height: 470px;
|
|
33934
|
-
overflow: auto;
|
|
33935
|
-
}
|
|
33936
|
-
|
|
33937
|
-
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
33938
|
-
padding: 0 12px;
|
|
33939
|
-
}
|
|
33940
|
-
|
|
33941
|
-
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
33942
|
-
height: 470px;
|
|
33943
|
-
overflow: auto;
|
|
33944
|
-
}
|
|
33945
|
-
|
|
33946
|
-
.E_d1tc7lgk {
|
|
33947
|
-
min-width: 200px;
|
|
33948
|
-
}
|
|
33949
|
-
|
|
33950
|
-
.E_d1tc7lgk header {
|
|
33951
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33952
|
-
padding: 8px 12px;
|
|
33953
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33954
|
-
}
|
|
33955
|
-
|
|
33956
|
-
.E_d1tc7lgk ul {
|
|
33957
|
-
list-style: none;
|
|
33958
|
-
padding: 12px;
|
|
33959
|
-
}
|
|
33960
|
-
|
|
33961
|
-
.E_d1tc7lgk ul li {
|
|
33962
|
-
padding: 5px 8px;
|
|
33963
|
-
border-radius: 5px;
|
|
33964
|
-
transition: all 0.2s ease-in-out;
|
|
33965
|
-
cursor: pointer;
|
|
33966
|
-
}
|
|
33967
|
-
|
|
33968
|
-
.E_d1tc7lgk ul li:hover {
|
|
33969
|
-
background: rgba(0, 136, 255, 0.16);
|
|
33970
|
-
color: #0080ff;
|
|
33971
|
-
}
|
|
33972
|
-
|
|
33973
|
-
.E_d1tc7lgk ul li:active {
|
|
33974
|
-
background: rgba(0, 136, 255, 0.2);
|
|
33975
|
-
color: #0080ff;
|
|
33976
|
-
}
|
|
33977
|
-
|
|
33978
|
-
.E_d1tc7lgk ul li + li {
|
|
33979
|
-
margin-top: 2px;
|
|
33980
|
-
}
|
|
33981
|
-
|
|
33982
|
-
.E_rzaik16 {
|
|
33983
|
-
padding: 0;
|
|
33984
|
-
}
|
|
33985
|
-
|
|
33986
|
-
.E_rzaik16 .ant-popover-arrow {
|
|
33987
|
-
display: none;
|
|
33988
|
-
}
|
|
33989
|
-
|
|
33990
|
-
.E_rzaik16 .ant-popover-inner-content {
|
|
33991
|
-
padding: 0;
|
|
33992
|
-
}
|
|
33993
|
-
|
|
33994
|
-
.E_h12yihis {
|
|
33995
|
-
height: 50px;
|
|
33996
|
-
border-bottom: 2px solid #edf0f7;
|
|
33997
|
-
background: #fff;
|
|
33998
|
-
display: flex;
|
|
33999
|
-
justify-content: space-between;
|
|
34000
|
-
align-items: center;
|
|
34001
|
-
padding: 0 24px 0 14px;
|
|
34002
|
-
position: relative;
|
|
34003
|
-
z-index: 10;
|
|
34004
|
-
}
|
|
34005
|
-
|
|
34006
|
-
.E_h12yihis .left,
|
|
34007
|
-
.E_h12yihis .right,
|
|
34008
|
-
.E_h12yihis .center {
|
|
34009
|
-
display: flex;
|
|
34010
|
-
align-items: center;
|
|
34011
|
-
flex: 1;
|
|
34012
|
-
flex-shrink: 0;
|
|
34013
|
-
}
|
|
34014
|
-
|
|
34015
|
-
.E_h12yihis .center {
|
|
34016
|
-
flex: 0.8;
|
|
34017
|
-
}
|
|
34018
|
-
|
|
34019
|
-
.E_h12yihis .right {
|
|
34020
|
-
justify-content: flex-end;
|
|
34021
|
-
}
|
|
34022
|
-
|
|
34023
|
-
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
34024
|
-
opacity: 1;
|
|
34025
|
-
}
|
|
34026
|
-
|
|
34027
|
-
.E_h12yihis .right .btn-group {
|
|
34028
|
-
margin-left: 32px;
|
|
34029
|
-
position: relative;
|
|
34030
|
-
display: flex;
|
|
34031
|
-
align-items: center;
|
|
34054
|
+
border-radius: 5px;
|
|
34055
|
+
transition: all 0.2s ease-in-out;
|
|
34056
|
+
cursor: pointer;
|
|
34032
34057
|
}
|
|
34033
34058
|
|
|
34034
|
-
.
|
|
34035
|
-
|
|
34036
|
-
|
|
34037
|
-
height: 24px;
|
|
34038
|
-
width: 1px;
|
|
34039
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34040
|
-
position: absolute;
|
|
34041
|
-
left: -16px;
|
|
34042
|
-
top: 50%;
|
|
34043
|
-
transform: translateY(-50%);
|
|
34044
|
-
transition: opacity 160ms ease;
|
|
34059
|
+
.E_r5hl59d .past-time-list li:hover {
|
|
34060
|
+
background: rgba(0, 136, 255, 0.16);
|
|
34061
|
+
color: #0080ff;
|
|
34045
34062
|
}
|
|
34046
34063
|
|
|
34047
|
-
.
|
|
34048
|
-
|
|
34049
|
-
|
|
34050
|
-
width: 56px;
|
|
34051
|
-
height: 40px;
|
|
34052
|
-
display: inline-flex;
|
|
34053
|
-
align-items: center;
|
|
34054
|
-
justify-content: center;
|
|
34055
|
-
border-radius: 6px;
|
|
34064
|
+
.E_r5hl59d .past-time-list li:active {
|
|
34065
|
+
background: rgba(0, 136, 255, 0.2);
|
|
34066
|
+
color: #0080ff;
|
|
34056
34067
|
}
|
|
34057
34068
|
|
|
34058
|
-
.
|
|
34059
|
-
|
|
34069
|
+
.E_r5hl59d .past-time-list li.selected {
|
|
34070
|
+
background: rgba(0, 136, 255, 0.2);
|
|
34071
|
+
color: #0080ff;
|
|
34060
34072
|
}
|
|
34061
34073
|
|
|
34062
|
-
.
|
|
34063
|
-
|
|
34064
|
-
transition: all 320ms ease;
|
|
34074
|
+
.E_r5hl59d .past-time-list li.selected .highlight {
|
|
34075
|
+
color: #0080ff;
|
|
34065
34076
|
}
|
|
34066
34077
|
|
|
34067
|
-
.
|
|
34068
|
-
|
|
34078
|
+
.E_r5hl59d .past-time-list li.disabled {
|
|
34079
|
+
background: rgba(237, 241, 250, 0.6);
|
|
34080
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34081
|
+
cursor: not-allowed;
|
|
34069
34082
|
}
|
|
34070
34083
|
|
|
34071
|
-
.
|
|
34072
|
-
|
|
34073
|
-
overflow: hidden;
|
|
34074
|
-
display: flex;
|
|
34075
|
-
align-items: center;
|
|
34076
|
-
padding: 0 4px;
|
|
34077
|
-
margin: 0 -4px;
|
|
34084
|
+
.E_r5hl59d .past-time-list li + li {
|
|
34085
|
+
margin-top: 2px;
|
|
34078
34086
|
}
|
|
34079
34087
|
|
|
34080
|
-
.
|
|
34081
|
-
|
|
34082
|
-
transform: translateY(0);
|
|
34088
|
+
.E_dhqt3dw {
|
|
34089
|
+
min-width: 392px;
|
|
34083
34090
|
}
|
|
34084
34091
|
|
|
34085
|
-
.
|
|
34086
|
-
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
34087
|
-
height: 48px;
|
|
34088
|
-
transform: translateY(100%);
|
|
34089
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
34092
|
+
.E_dhqt3dw.date-range-picker {
|
|
34090
34093
|
display: inline-flex;
|
|
34091
34094
|
align-items: center;
|
|
34095
|
+
gap: 8px;
|
|
34096
|
+
background: #fff;
|
|
34097
|
+
border-radius: 5px;
|
|
34098
|
+
border: 1px solid #e4e9f2;
|
|
34099
|
+
transition: all 0.2s ease-in-out;
|
|
34092
34100
|
}
|
|
34093
34101
|
|
|
34094
|
-
.
|
|
34095
|
-
|
|
34102
|
+
.E_dhqt3dw.date-range-picker .default-calendar-icon {
|
|
34103
|
+
display: inline-flex;
|
|
34096
34104
|
}
|
|
34097
34105
|
|
|
34098
|
-
.
|
|
34099
|
-
|
|
34100
|
-
height: 32px;
|
|
34101
|
-
border-radius: 6px;
|
|
34106
|
+
.E_dhqt3dw.date-range-picker .hover-calendar-icon {
|
|
34107
|
+
display: none;
|
|
34102
34108
|
}
|
|
34103
34109
|
|
|
34104
|
-
.
|
|
34105
|
-
|
|
34110
|
+
.E_dhqt3dw.date-range-picker:hover, .E_dhqt3dw.date-range-picker.active {
|
|
34111
|
+
border-color: #0080ff;
|
|
34112
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
34106
34113
|
}
|
|
34107
34114
|
|
|
34108
|
-
.
|
|
34109
|
-
|
|
34110
|
-
position: relative;
|
|
34115
|
+
.E_dhqt3dw.date-range-picker:hover .default-calendar-icon, .E_dhqt3dw.date-range-picker.active .default-calendar-icon {
|
|
34116
|
+
display: none;
|
|
34111
34117
|
}
|
|
34112
34118
|
|
|
34113
|
-
.
|
|
34114
|
-
|
|
34115
|
-
|
|
34116
|
-
|
|
34117
|
-
|
|
34119
|
+
.E_dhqt3dw.date-range-picker:hover .hover-calendar-icon, .E_dhqt3dw.date-range-picker.active .hover-calendar-icon {
|
|
34120
|
+
display: inline-flex;
|
|
34121
|
+
}
|
|
34122
|
+
|
|
34123
|
+
.E_dhqt3dw.date-range-picker.large {
|
|
34118
34124
|
height: 40px;
|
|
34119
|
-
|
|
34125
|
+
line-height: 40px;
|
|
34126
|
+
padding: 0 12px 0 16px;
|
|
34120
34127
|
}
|
|
34121
34128
|
|
|
34122
|
-
.
|
|
34123
|
-
|
|
34124
|
-
|
|
34125
|
-
|
|
34129
|
+
.E_dhqt3dw.date-range-picker.medium {
|
|
34130
|
+
height: 32px;
|
|
34131
|
+
line-height: 32px;
|
|
34132
|
+
padding: 0 8px 0 12px;
|
|
34126
34133
|
}
|
|
34127
34134
|
|
|
34128
|
-
.
|
|
34129
|
-
|
|
34135
|
+
.E_dhqt3dw.date-range-picker .date-input-content {
|
|
34136
|
+
flex: 1;
|
|
34137
|
+
display: flex;
|
|
34130
34138
|
align-items: center;
|
|
34139
|
+
gap: 8px;
|
|
34140
|
+
color: #00122e;
|
|
34131
34141
|
}
|
|
34132
34142
|
|
|
34133
|
-
.
|
|
34134
|
-
|
|
34143
|
+
.E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
|
|
34144
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34135
34145
|
}
|
|
34136
34146
|
|
|
34137
|
-
.
|
|
34138
|
-
|
|
34139
|
-
|
|
34140
|
-
|
|
34141
|
-
|
|
34142
|
-
|
|
34147
|
+
.E_dhqt3dw.date-range-picker .date-input-content input {
|
|
34148
|
+
border: none;
|
|
34149
|
+
outline: none;
|
|
34150
|
+
width: 162px;
|
|
34151
|
+
padding: 0;
|
|
34152
|
+
height: 22px;
|
|
34153
|
+
line-height: 22px;
|
|
34154
|
+
text-align: center;
|
|
34143
34155
|
}
|
|
34144
34156
|
|
|
34145
|
-
.
|
|
34146
|
-
|
|
34157
|
+
.E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
|
|
34158
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34159
|
+
text-align: center;
|
|
34147
34160
|
}
|
|
34148
34161
|
|
|
34149
|
-
.
|
|
34150
|
-
|
|
34162
|
+
.E_dhqt3dw.date-range-picker .date-input-content input:disabled {
|
|
34163
|
+
background: inherit;
|
|
34151
34164
|
}
|
|
34152
34165
|
|
|
34153
|
-
.
|
|
34154
|
-
|
|
34155
|
-
|
|
34166
|
+
.E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
|
|
34167
|
+
border: none;
|
|
34168
|
+
outline: none;
|
|
34169
|
+
box-shadow: none;
|
|
34156
34170
|
}
|
|
34157
34171
|
|
|
34158
|
-
.
|
|
34159
|
-
|
|
34160
|
-
flex: 1;
|
|
34172
|
+
.E_dhqt3dw.date-range-picker .past-time-icon {
|
|
34173
|
+
cursor: pointer;
|
|
34161
34174
|
}
|
|
34162
34175
|
|
|
34163
|
-
.
|
|
34164
|
-
|
|
34165
|
-
width: 100%;
|
|
34176
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
34177
|
+
padding: 12px 12px 0 12px;
|
|
34166
34178
|
}
|
|
34167
34179
|
|
|
34168
|
-
.
|
|
34169
|
-
|
|
34180
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
|
|
34181
|
+
padding-left: 16px;
|
|
34170
34182
|
}
|
|
34171
34183
|
|
|
34172
|
-
.
|
|
34173
|
-
|
|
34184
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
34185
|
+
margin-right: 0;
|
|
34174
34186
|
}
|
|
34175
34187
|
|
|
34176
|
-
.
|
|
34177
|
-
|
|
34188
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
34189
|
+
margin-left: 2px;
|
|
34178
34190
|
}
|
|
34179
34191
|
|
|
34180
|
-
.
|
|
34181
|
-
|
|
34182
|
-
|
|
34183
|
-
height: 48px;
|
|
34184
|
-
display: inline-flex;
|
|
34185
|
-
align-items: center;
|
|
34186
|
-
justify-content: center;
|
|
34187
|
-
overflow: hidden;
|
|
34192
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
34193
|
+
max-height: 470px;
|
|
34194
|
+
overflow: auto;
|
|
34188
34195
|
}
|
|
34189
34196
|
|
|
34190
|
-
.
|
|
34191
|
-
|
|
34192
|
-
width: 100%;
|
|
34193
|
-
height: 12px;
|
|
34194
|
-
position: absolute;
|
|
34195
|
-
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
34197
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
34198
|
+
padding: 0 12px;
|
|
34196
34199
|
}
|
|
34197
34200
|
|
|
34198
|
-
.
|
|
34199
|
-
|
|
34201
|
+
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
34202
|
+
height: 470px;
|
|
34203
|
+
overflow: auto;
|
|
34200
34204
|
}
|
|
34201
34205
|
|
|
34202
|
-
.
|
|
34203
|
-
|
|
34206
|
+
.E_d1tc7lgk {
|
|
34207
|
+
min-width: 200px;
|
|
34204
34208
|
}
|
|
34205
34209
|
|
|
34206
|
-
.
|
|
34207
|
-
|
|
34208
|
-
|
|
34209
|
-
|
|
34210
|
-
white-space: nowrap;
|
|
34211
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
34210
|
+
.E_d1tc7lgk header {
|
|
34211
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34212
|
+
padding: 8px 12px;
|
|
34213
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34212
34214
|
}
|
|
34213
34215
|
|
|
34214
|
-
.
|
|
34215
|
-
|
|
34216
|
-
|
|
34216
|
+
.E_d1tc7lgk ul {
|
|
34217
|
+
list-style: none;
|
|
34218
|
+
padding: 12px;
|
|
34217
34219
|
}
|
|
34218
34220
|
|
|
34219
|
-
.
|
|
34220
|
-
|
|
34221
|
-
|
|
34222
|
-
|
|
34223
|
-
|
|
34224
|
-
position: absolute;
|
|
34225
|
-
overflow: hidden;
|
|
34226
|
-
display: flex;
|
|
34227
|
-
justify-content: center;
|
|
34221
|
+
.E_d1tc7lgk ul li {
|
|
34222
|
+
padding: 5px 8px;
|
|
34223
|
+
border-radius: 5px;
|
|
34224
|
+
transition: all 0.2s ease-in-out;
|
|
34225
|
+
cursor: pointer;
|
|
34228
34226
|
}
|
|
34229
34227
|
|
|
34230
|
-
.
|
|
34231
|
-
|
|
34232
|
-
|
|
34233
|
-
overflow: hidden;
|
|
34234
|
-
text-overflow: ellipsis;
|
|
34228
|
+
.E_d1tc7lgk ul li:hover {
|
|
34229
|
+
background: rgba(0, 136, 255, 0.16);
|
|
34230
|
+
color: #0080ff;
|
|
34235
34231
|
}
|
|
34236
34232
|
|
|
34237
|
-
.
|
|
34238
|
-
|
|
34239
|
-
|
|
34233
|
+
.E_d1tc7lgk ul li:active {
|
|
34234
|
+
background: rgba(0, 136, 255, 0.2);
|
|
34235
|
+
color: #0080ff;
|
|
34240
34236
|
}
|
|
34241
34237
|
|
|
34242
|
-
.
|
|
34243
|
-
|
|
34244
|
-
|
|
34245
|
-
|
|
34238
|
+
.E_d1tc7lgk ul li + li {
|
|
34239
|
+
margin-top: 2px;
|
|
34240
|
+
}
|
|
34241
|
+
|
|
34242
|
+
.E_rzaik16 {
|
|
34243
|
+
padding: 0;
|
|
34246
34244
|
}
|
|
34247
34245
|
|
|
34248
|
-
.
|
|
34249
|
-
|
|
34250
|
-
|
|
34251
|
-
|
|
34246
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
34247
|
+
display: none;
|
|
34248
|
+
}
|
|
34249
|
+
|
|
34250
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
34251
|
+
padding: 0;
|
|
34252
34252
|
}
|
|
34253
34253
|
|
|
34254
34254
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
@@ -34370,23 +34370,8 @@ input.E_rf8rlle.ant-input {
|
|
|
34370
34370
|
margin-left: 24px;
|
|
34371
34371
|
}
|
|
34372
34372
|
|
|
34373
|
-
.
|
|
34374
|
-
|
|
34375
|
-
}
|
|
34376
|
-
|
|
34377
|
-
.E_c1eym6el {
|
|
34378
|
-
border-radius: 8px;
|
|
34379
|
-
background-color: white;
|
|
34380
|
-
}
|
|
34381
|
-
|
|
34382
|
-
.E_c1eym6el.hoverable {
|
|
34383
|
-
cursor: pointer;
|
|
34384
|
-
}
|
|
34385
|
-
|
|
34386
|
-
.E_c1eym6el.hoverable:hover {
|
|
34387
|
-
transition: all 200ms ease;
|
|
34388
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34389
|
-
transform: translateY(-4px);
|
|
34373
|
+
.E_c1yd35n {
|
|
34374
|
+
padding: 0 12px 14px 12px;
|
|
34390
34375
|
}
|
|
34391
34376
|
|
|
34392
34377
|
.E_c1kghdax {
|
|
@@ -34485,250 +34470,51 @@ input.E_rf8rlle.ant-input {
|
|
|
34485
34470
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34486
34471
|
}
|
|
34487
34472
|
|
|
34488
|
-
.
|
|
34489
|
-
|
|
34490
|
-
}
|
|
34491
|
-
|
|
34492
|
-
.E_w7ob4th.outside-tag {
|
|
34493
|
-
padding-left: 0;
|
|
34494
|
-
}
|
|
34495
|
-
|
|
34496
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34497
|
-
border-radius: 4px 0 0 4px;
|
|
34498
|
-
padding-right: 4px;
|
|
34499
|
-
margin-right: 4px;
|
|
34500
|
-
}
|
|
34501
|
-
|
|
34502
|
-
.E_sjob3jg {
|
|
34503
|
-
--item-min-width: 60px;
|
|
34504
|
-
}
|
|
34505
|
-
|
|
34506
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34507
|
-
display: none !important;
|
|
34508
|
-
}
|
|
34509
|
-
|
|
34510
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34511
|
-
flex-shrink: 0 !important;
|
|
34512
|
-
}
|
|
34513
|
-
|
|
34514
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34515
|
-
color: #0080ff;
|
|
34516
|
-
}
|
|
34517
|
-
|
|
34518
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34519
|
-
color: #0080ff;
|
|
34520
|
-
font-weight: normal;
|
|
34521
|
-
}
|
|
34522
|
-
|
|
34523
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34524
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34525
|
-
}
|
|
34526
|
-
|
|
34527
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34528
|
-
color: #00122e;
|
|
34529
|
-
}
|
|
34530
|
-
|
|
34531
|
-
.E_sjob3jg .step-item-text {
|
|
34532
|
-
display: inline-block;
|
|
34533
|
-
}
|
|
34534
|
-
|
|
34535
|
-
.E_sjob3jg .step-item-title {
|
|
34536
|
-
overflow: hidden;
|
|
34537
|
-
white-space: nowrap;
|
|
34538
|
-
text-overflow: ellipsis;
|
|
34539
|
-
}
|
|
34540
|
-
|
|
34541
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
34542
|
-
min-width: var(--item-min-width);
|
|
34543
|
-
}
|
|
34544
|
-
|
|
34545
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34546
|
-
cursor: not-allowed !important;
|
|
34547
|
-
}
|
|
34548
|
-
|
|
34549
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34550
|
-
flex-direction: row;
|
|
34551
|
-
justify-content: stretch;
|
|
34552
|
-
}
|
|
34553
|
-
|
|
34554
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34555
|
-
padding: 0;
|
|
34556
|
-
margin-right: 4px;
|
|
34557
|
-
flex: 1;
|
|
34558
|
-
overflow: visible;
|
|
34559
|
-
}
|
|
34560
|
-
|
|
34561
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34562
|
-
width: 100%;
|
|
34563
|
-
min-height: unset;
|
|
34564
|
-
}
|
|
34565
|
-
|
|
34566
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34567
|
-
height: 26px;
|
|
34568
|
-
line-height: 26px;
|
|
34569
|
-
width: 100%;
|
|
34570
|
-
padding: 0;
|
|
34571
|
-
font-size: 12px;
|
|
34572
|
-
}
|
|
34573
|
-
|
|
34574
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34575
|
-
margin-right: 10px;
|
|
34576
|
-
}
|
|
34577
|
-
|
|
34578
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34579
|
-
display: none;
|
|
34580
|
-
}
|
|
34581
|
-
|
|
34582
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34583
|
-
padding-left: 8px;
|
|
34584
|
-
padding-right: 4px;
|
|
34585
|
-
border-radius: 4px 0 0 4px;
|
|
34586
|
-
}
|
|
34587
|
-
|
|
34588
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34589
|
-
margin-right: 0;
|
|
34590
|
-
}
|
|
34591
|
-
|
|
34592
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34593
|
-
padding-right: 8px;
|
|
34594
|
-
padding-left: 12px;
|
|
34595
|
-
border-radius: 0 4px 4px 0;
|
|
34596
|
-
}
|
|
34597
|
-
|
|
34598
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
34599
|
-
content: "";
|
|
34600
|
-
width: 0;
|
|
34601
|
-
height: 0;
|
|
34602
|
-
border: 13px solid transparent;
|
|
34603
|
-
position: absolute;
|
|
34604
|
-
top: 0;
|
|
34605
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34606
|
-
z-index: 2;
|
|
34607
|
-
position: relative;
|
|
34608
|
-
top: -50%;
|
|
34609
|
-
right: -100%;
|
|
34610
|
-
}
|
|
34611
|
-
|
|
34612
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34613
|
-
padding: 0 4px 0 12px;
|
|
34614
|
-
}
|
|
34615
|
-
|
|
34616
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
34617
|
-
content: "";
|
|
34618
|
-
width: 0;
|
|
34619
|
-
height: 0;
|
|
34620
|
-
border: 13px solid transparent;
|
|
34621
|
-
position: absolute;
|
|
34622
|
-
top: 0;
|
|
34623
|
-
border-left: 8px solid #fff;
|
|
34624
|
-
left: 0;
|
|
34625
|
-
}
|
|
34626
|
-
|
|
34627
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34628
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34629
|
-
}
|
|
34630
|
-
|
|
34631
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34632
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34473
|
+
.E_b14q2gmw {
|
|
34474
|
+
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);
|
|
34633
34475
|
}
|
|
34634
34476
|
|
|
34635
|
-
.
|
|
34636
|
-
border-
|
|
34477
|
+
.E_c1eym6el {
|
|
34478
|
+
border-radius: 8px;
|
|
34479
|
+
background-color: white;
|
|
34637
34480
|
}
|
|
34638
34481
|
|
|
34639
|
-
.
|
|
34482
|
+
.E_c1eym6el.hoverable {
|
|
34640
34483
|
cursor: pointer;
|
|
34641
|
-
min-width: var(--item-min-width);
|
|
34642
|
-
}
|
|
34643
|
-
|
|
34644
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34645
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34646
|
-
min-width: var(--item-min-width);
|
|
34647
|
-
}
|
|
34648
|
-
|
|
34649
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34650
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34651
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34652
|
-
}
|
|
34653
|
-
|
|
34654
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34655
|
-
padding: 0;
|
|
34656
|
-
}
|
|
34657
|
-
|
|
34658
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34659
|
-
width: 192px;
|
|
34660
|
-
row-gap: 2px;
|
|
34661
|
-
}
|
|
34662
|
-
|
|
34663
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34664
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34665
|
-
}
|
|
34666
|
-
|
|
34667
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34668
|
-
color: #00122e !important;
|
|
34669
|
-
}
|
|
34670
|
-
|
|
34671
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
34672
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34673
|
-
}
|
|
34674
|
-
|
|
34675
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34676
|
-
padding: 0 8px;
|
|
34677
|
-
border-radius: 4px;
|
|
34678
|
-
height: 32px;
|
|
34679
|
-
display: flex;
|
|
34680
|
-
align-items: center;
|
|
34681
|
-
}
|
|
34682
|
-
|
|
34683
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34684
|
-
min-height: auto;
|
|
34685
|
-
white-space: nowrap;
|
|
34686
|
-
}
|
|
34687
|
-
|
|
34688
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34689
|
-
font-size: 13px;
|
|
34690
|
-
line-height: 20px;
|
|
34691
|
-
max-width: 100%;
|
|
34692
|
-
padding-right: 0;
|
|
34693
|
-
}
|
|
34694
|
-
|
|
34695
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34696
|
-
background: rgba(0, 128, 255, 0.1);
|
|
34697
|
-
}
|
|
34698
|
-
|
|
34699
|
-
.E_h6l1tj4 {
|
|
34700
|
-
width: 100%;
|
|
34701
|
-
display: inline-flex;
|
|
34702
|
-
align-items: center;
|
|
34703
|
-
justify-content: center;
|
|
34704
|
-
column-gap: 4px;
|
|
34705
|
-
}
|
|
34706
|
-
|
|
34707
|
-
.E_h6l1tj4 .step-item-prefix-container {
|
|
34708
|
-
display: inline-flex;
|
|
34709
|
-
align-items: center;
|
|
34710
|
-
width: 18px;
|
|
34711
|
-
height: 18px;
|
|
34712
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34713
|
-
justify-content: center;
|
|
34714
34484
|
}
|
|
34715
34485
|
|
|
34716
|
-
.
|
|
34717
|
-
|
|
34486
|
+
.E_c1eym6el.hoverable:hover {
|
|
34487
|
+
transition: all 200ms ease;
|
|
34488
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34489
|
+
transform: translateY(-4px);
|
|
34490
|
+
}
|
|
34491
|
+
|
|
34492
|
+
.E_r77hffu {
|
|
34718
34493
|
display: flex;
|
|
34719
34494
|
align-items: center;
|
|
34720
|
-
justify-content:
|
|
34495
|
+
justify-content: space-between;
|
|
34721
34496
|
column-gap: 6px;
|
|
34722
|
-
font-size: 13px;
|
|
34723
34497
|
}
|
|
34724
34498
|
|
|
34725
|
-
.
|
|
34726
|
-
display:
|
|
34727
|
-
|
|
34728
|
-
min-width: 20px;
|
|
34729
|
-
min-height: 20px;
|
|
34730
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34499
|
+
.E_p1cmxsf7 {
|
|
34500
|
+
display: flex;
|
|
34501
|
+
flex-direction: column;
|
|
34731
34502
|
justify-content: center;
|
|
34503
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34504
|
+
}
|
|
34505
|
+
|
|
34506
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34507
|
+
font-size: 0;
|
|
34508
|
+
}
|
|
34509
|
+
|
|
34510
|
+
.E_w7ob4th.outside-tag {
|
|
34511
|
+
padding-left: 0;
|
|
34512
|
+
}
|
|
34513
|
+
|
|
34514
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34515
|
+
border-radius: 4px 0 0 4px;
|
|
34516
|
+
padding-right: 4px;
|
|
34517
|
+
margin-right: 4px;
|
|
34732
34518
|
}
|
|
34733
34519
|
|
|
34734
34520
|
.E_slr2ynn {
|
|
@@ -34760,29 +34546,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34760
34546
|
white-space: normal;
|
|
34761
34547
|
}
|
|
34762
34548
|
|
|
34763
|
-
.E_i1g85yz3 {
|
|
34764
|
-
margin-right: 4px;
|
|
34765
|
-
height: 16px;
|
|
34766
|
-
}
|
|
34767
|
-
|
|
34768
|
-
.E_r77hffu {
|
|
34769
|
-
display: flex;
|
|
34770
|
-
align-items: center;
|
|
34771
|
-
justify-content: space-between;
|
|
34772
|
-
column-gap: 6px;
|
|
34773
|
-
}
|
|
34774
|
-
|
|
34775
|
-
.E_p1cmxsf7 {
|
|
34776
|
-
display: flex;
|
|
34777
|
-
flex-direction: column;
|
|
34778
|
-
justify-content: center;
|
|
34779
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34780
|
-
}
|
|
34781
|
-
|
|
34782
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
34783
|
-
font-size: 0;
|
|
34784
|
-
}
|
|
34785
|
-
|
|
34786
34549
|
button.E_l48ei06.ant-btn {
|
|
34787
34550
|
font-size: 12px;
|
|
34788
34551
|
line-height: 18px;
|
|
@@ -35303,92 +35066,329 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35303
35066
|
height: 22px;
|
|
35304
35067
|
}
|
|
35305
35068
|
|
|
35306
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
35307
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
35069
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
35070
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
35071
|
+
}
|
|
35072
|
+
|
|
35073
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
35074
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
35075
|
+
}
|
|
35076
|
+
|
|
35077
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
35078
|
+
color: #00122e;
|
|
35079
|
+
}
|
|
35080
|
+
|
|
35081
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
35082
|
+
margin-right: 6px;
|
|
35083
|
+
}
|
|
35084
|
+
|
|
35085
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
35086
|
+
margin-left: 8px;
|
|
35087
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35088
|
+
}
|
|
35089
|
+
|
|
35090
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
35091
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35092
|
+
}
|
|
35093
|
+
|
|
35094
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
35095
|
+
background-color: #0080ff;
|
|
35096
|
+
}
|
|
35097
|
+
|
|
35098
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
35099
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
35100
|
+
}
|
|
35101
|
+
|
|
35102
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
35103
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
35104
|
+
}
|
|
35105
|
+
|
|
35106
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
35107
|
+
background-color: #f0483e;
|
|
35108
|
+
}
|
|
35109
|
+
|
|
35110
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
35111
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
35112
|
+
}
|
|
35113
|
+
|
|
35114
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
35115
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
35116
|
+
}
|
|
35117
|
+
|
|
35118
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
35119
|
+
background-color: #fea008;
|
|
35120
|
+
}
|
|
35121
|
+
|
|
35122
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
35123
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
35124
|
+
}
|
|
35125
|
+
|
|
35126
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
35127
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
35128
|
+
}
|
|
35129
|
+
|
|
35130
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
35131
|
+
background-color: #00ba5d;
|
|
35132
|
+
}
|
|
35133
|
+
|
|
35134
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
35135
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
35136
|
+
}
|
|
35137
|
+
|
|
35138
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
35139
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35140
|
+
}
|
|
35141
|
+
|
|
35142
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
35143
|
+
background-color: #6b7d99;
|
|
35144
|
+
}
|
|
35145
|
+
|
|
35146
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
35147
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
35148
|
+
}
|
|
35149
|
+
|
|
35150
|
+
.E_satwmqm {
|
|
35151
|
+
width: 8px;
|
|
35152
|
+
height: 8px;
|
|
35153
|
+
border-radius: 50%;
|
|
35154
|
+
display: inline-block;
|
|
35155
|
+
}
|
|
35156
|
+
|
|
35157
|
+
.E_i1g85yz3 {
|
|
35158
|
+
margin-right: 4px;
|
|
35159
|
+
height: 16px;
|
|
35160
|
+
}
|
|
35161
|
+
|
|
35162
|
+
.E_sjob3jg {
|
|
35163
|
+
--item-min-width: 60px;
|
|
35164
|
+
}
|
|
35165
|
+
|
|
35166
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
35167
|
+
display: none !important;
|
|
35168
|
+
}
|
|
35169
|
+
|
|
35170
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
35171
|
+
flex-shrink: 0 !important;
|
|
35172
|
+
}
|
|
35173
|
+
|
|
35174
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
35175
|
+
color: #0080ff;
|
|
35176
|
+
}
|
|
35177
|
+
|
|
35178
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35179
|
+
color: #0080ff;
|
|
35180
|
+
font-weight: normal;
|
|
35181
|
+
}
|
|
35182
|
+
|
|
35183
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
35184
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35185
|
+
}
|
|
35186
|
+
|
|
35187
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35188
|
+
color: #00122e;
|
|
35189
|
+
}
|
|
35190
|
+
|
|
35191
|
+
.E_sjob3jg .step-item-text {
|
|
35192
|
+
display: inline-block;
|
|
35193
|
+
}
|
|
35194
|
+
|
|
35195
|
+
.E_sjob3jg .step-item-title {
|
|
35196
|
+
overflow: hidden;
|
|
35197
|
+
white-space: nowrap;
|
|
35198
|
+
text-overflow: ellipsis;
|
|
35199
|
+
}
|
|
35200
|
+
|
|
35201
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
35202
|
+
min-width: var(--item-min-width);
|
|
35203
|
+
}
|
|
35204
|
+
|
|
35205
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
35206
|
+
cursor: not-allowed !important;
|
|
35207
|
+
}
|
|
35208
|
+
|
|
35209
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
35210
|
+
flex-direction: row;
|
|
35211
|
+
justify-content: stretch;
|
|
35212
|
+
}
|
|
35213
|
+
|
|
35214
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
35215
|
+
padding: 0;
|
|
35216
|
+
margin-right: 4px;
|
|
35217
|
+
flex: 1;
|
|
35218
|
+
overflow: visible;
|
|
35219
|
+
}
|
|
35220
|
+
|
|
35221
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
35222
|
+
width: 100%;
|
|
35223
|
+
min-height: unset;
|
|
35224
|
+
}
|
|
35225
|
+
|
|
35226
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
35227
|
+
height: 26px;
|
|
35228
|
+
line-height: 26px;
|
|
35229
|
+
width: 100%;
|
|
35230
|
+
padding: 0;
|
|
35231
|
+
font-size: 12px;
|
|
35232
|
+
}
|
|
35233
|
+
|
|
35234
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
35235
|
+
margin-right: 10px;
|
|
35236
|
+
}
|
|
35237
|
+
|
|
35238
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
35239
|
+
display: none;
|
|
35240
|
+
}
|
|
35241
|
+
|
|
35242
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
35243
|
+
padding-left: 8px;
|
|
35244
|
+
padding-right: 4px;
|
|
35245
|
+
border-radius: 4px 0 0 4px;
|
|
35246
|
+
}
|
|
35247
|
+
|
|
35248
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
35249
|
+
margin-right: 0;
|
|
35250
|
+
}
|
|
35251
|
+
|
|
35252
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
35253
|
+
padding-right: 8px;
|
|
35254
|
+
padding-left: 12px;
|
|
35255
|
+
border-radius: 0 4px 4px 0;
|
|
35256
|
+
}
|
|
35257
|
+
|
|
35258
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
35259
|
+
content: "";
|
|
35260
|
+
width: 0;
|
|
35261
|
+
height: 0;
|
|
35262
|
+
border: 13px solid transparent;
|
|
35263
|
+
position: absolute;
|
|
35264
|
+
top: 0;
|
|
35265
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35266
|
+
z-index: 2;
|
|
35267
|
+
position: relative;
|
|
35268
|
+
top: -50%;
|
|
35269
|
+
right: -100%;
|
|
35270
|
+
}
|
|
35271
|
+
|
|
35272
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
35273
|
+
padding: 0 4px 0 12px;
|
|
35308
35274
|
}
|
|
35309
35275
|
|
|
35310
|
-
.
|
|
35311
|
-
|
|
35276
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
35277
|
+
content: "";
|
|
35278
|
+
width: 0;
|
|
35279
|
+
height: 0;
|
|
35280
|
+
border: 13px solid transparent;
|
|
35281
|
+
position: absolute;
|
|
35282
|
+
top: 0;
|
|
35283
|
+
border-left: 8px solid #fff;
|
|
35284
|
+
left: 0;
|
|
35312
35285
|
}
|
|
35313
35286
|
|
|
35314
|
-
.
|
|
35315
|
-
|
|
35287
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
35288
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
35316
35289
|
}
|
|
35317
35290
|
|
|
35318
|
-
.
|
|
35319
|
-
|
|
35291
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
35292
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35320
35293
|
}
|
|
35321
35294
|
|
|
35322
|
-
.
|
|
35323
|
-
|
|
35324
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35295
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
35296
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
35325
35297
|
}
|
|
35326
35298
|
|
|
35327
|
-
.
|
|
35328
|
-
|
|
35299
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35300
|
+
cursor: pointer;
|
|
35301
|
+
min-width: var(--item-min-width);
|
|
35329
35302
|
}
|
|
35330
35303
|
|
|
35331
|
-
.
|
|
35332
|
-
|
|
35304
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
35305
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35306
|
+
min-width: var(--item-min-width);
|
|
35333
35307
|
}
|
|
35334
35308
|
|
|
35335
|
-
.
|
|
35336
|
-
|
|
35309
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
35310
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
35311
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35337
35312
|
}
|
|
35338
35313
|
|
|
35339
|
-
.
|
|
35340
|
-
|
|
35314
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
35315
|
+
padding: 0;
|
|
35341
35316
|
}
|
|
35342
35317
|
|
|
35343
|
-
.
|
|
35344
|
-
|
|
35318
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
35319
|
+
width: 192px;
|
|
35320
|
+
row-gap: 2px;
|
|
35345
35321
|
}
|
|
35346
35322
|
|
|
35347
|
-
.
|
|
35348
|
-
background-color: rgba(
|
|
35323
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
35324
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35349
35325
|
}
|
|
35350
35326
|
|
|
35351
|
-
.
|
|
35352
|
-
|
|
35327
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
35328
|
+
color: #00122e !important;
|
|
35353
35329
|
}
|
|
35354
35330
|
|
|
35355
|
-
.
|
|
35356
|
-
background-color:
|
|
35331
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
35332
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35357
35333
|
}
|
|
35358
35334
|
|
|
35359
|
-
.
|
|
35360
|
-
|
|
35335
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
35336
|
+
padding: 0 8px;
|
|
35337
|
+
border-radius: 4px;
|
|
35338
|
+
height: 32px;
|
|
35339
|
+
display: flex;
|
|
35340
|
+
align-items: center;
|
|
35361
35341
|
}
|
|
35362
35342
|
|
|
35363
|
-
.
|
|
35364
|
-
|
|
35343
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
35344
|
+
min-height: auto;
|
|
35345
|
+
white-space: nowrap;
|
|
35365
35346
|
}
|
|
35366
35347
|
|
|
35367
|
-
.
|
|
35368
|
-
|
|
35348
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35349
|
+
font-size: 13px;
|
|
35350
|
+
line-height: 20px;
|
|
35351
|
+
max-width: 100%;
|
|
35352
|
+
padding-right: 0;
|
|
35369
35353
|
}
|
|
35370
35354
|
|
|
35371
|
-
.
|
|
35372
|
-
background
|
|
35355
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
35356
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35373
35357
|
}
|
|
35374
35358
|
|
|
35375
|
-
.
|
|
35376
|
-
|
|
35359
|
+
.E_h6l1tj4 {
|
|
35360
|
+
width: 100%;
|
|
35361
|
+
display: inline-flex;
|
|
35362
|
+
align-items: center;
|
|
35363
|
+
justify-content: center;
|
|
35364
|
+
column-gap: 4px;
|
|
35377
35365
|
}
|
|
35378
35366
|
|
|
35379
|
-
.
|
|
35380
|
-
|
|
35367
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
35368
|
+
display: inline-flex;
|
|
35369
|
+
align-items: center;
|
|
35370
|
+
width: 18px;
|
|
35371
|
+
height: 18px;
|
|
35372
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35373
|
+
justify-content: center;
|
|
35381
35374
|
}
|
|
35382
35375
|
|
|
35383
|
-
.
|
|
35384
|
-
|
|
35376
|
+
.E_v18frne8 {
|
|
35377
|
+
width: 100%;
|
|
35378
|
+
display: flex;
|
|
35379
|
+
align-items: center;
|
|
35380
|
+
justify-content: center;
|
|
35381
|
+
column-gap: 6px;
|
|
35382
|
+
font-size: 13px;
|
|
35385
35383
|
}
|
|
35386
35384
|
|
|
35387
|
-
.
|
|
35388
|
-
|
|
35389
|
-
|
|
35390
|
-
|
|
35391
|
-
|
|
35385
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
35386
|
+
display: inline-flex;
|
|
35387
|
+
align-items: center;
|
|
35388
|
+
min-width: 20px;
|
|
35389
|
+
min-height: 20px;
|
|
35390
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35391
|
+
justify-content: center;
|
|
35392
35392
|
}
|
|
35393
35393
|
|
|
35394
35394
|
.E_t1dtlqs1 {
|
|
@@ -35619,6 +35619,68 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35619
35619
|
margin-right: 8px;
|
|
35620
35620
|
}
|
|
35621
35621
|
|
|
35622
|
+
.E_t1gvlxt5 {
|
|
35623
|
+
min-width: 0;
|
|
35624
|
+
flex: 1;
|
|
35625
|
+
}
|
|
35626
|
+
|
|
35627
|
+
.E_t1gvlxt5 .tag {
|
|
35628
|
+
flex: 0 0 auto;
|
|
35629
|
+
}
|
|
35630
|
+
|
|
35631
|
+
.E_t1gvlxt5 .progress-title {
|
|
35632
|
+
flex: 2;
|
|
35633
|
+
max-width: fit-content;
|
|
35634
|
+
}
|
|
35635
|
+
|
|
35636
|
+
.E_t1gvlxt5 .progress-desc {
|
|
35637
|
+
flex: 1;
|
|
35638
|
+
max-width: fit-content;
|
|
35639
|
+
}
|
|
35640
|
+
|
|
35641
|
+
.E_a1ji6r68 {
|
|
35642
|
+
display: flex;
|
|
35643
|
+
align-items: center;
|
|
35644
|
+
column-gap: var(--a1ji6r68-0);
|
|
35645
|
+
}
|
|
35646
|
+
|
|
35647
|
+
.E_t13ef470 {
|
|
35648
|
+
height: 100%;
|
|
35649
|
+
}
|
|
35650
|
+
|
|
35651
|
+
.E_t13ef470 .table-loading-item {
|
|
35652
|
+
padding: 12px 4px;
|
|
35653
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
35654
|
+
display: flex;
|
|
35655
|
+
}
|
|
35656
|
+
|
|
35657
|
+
.E_t13ef470 .table-loading-item > * {
|
|
35658
|
+
height: 16px;
|
|
35659
|
+
margin: 4px;
|
|
35660
|
+
background: rgba(204, 212, 227, 0.18);
|
|
35661
|
+
border-radius: 2px;
|
|
35662
|
+
}
|
|
35663
|
+
|
|
35664
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
35665
|
+
width: 16px;
|
|
35666
|
+
}
|
|
35667
|
+
|
|
35668
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
35669
|
+
flex: 1;
|
|
35670
|
+
}
|
|
35671
|
+
|
|
35672
|
+
.E_t13ef470 :nth-child(1) {
|
|
35673
|
+
padding: 8px 4px;
|
|
35674
|
+
}
|
|
35675
|
+
|
|
35676
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
35677
|
+
background: rgba(107, 125, 153, 0.18);
|
|
35678
|
+
}
|
|
35679
|
+
|
|
35680
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
35681
|
+
background: rgba(163, 180, 204, 0.18);
|
|
35682
|
+
}
|
|
35683
|
+
|
|
35622
35684
|
.E_msn7nxt {
|
|
35623
35685
|
color: rgba(44, 56, 82, 0.6);
|
|
35624
35686
|
text-align: center;
|
|
@@ -35803,68 +35865,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35803
35865
|
margin-left: 8px;
|
|
35804
35866
|
}
|
|
35805
35867
|
|
|
35806
|
-
.E_t1gvlxt5 {
|
|
35807
|
-
min-width: 0;
|
|
35808
|
-
flex: 1;
|
|
35809
|
-
}
|
|
35810
|
-
|
|
35811
|
-
.E_t1gvlxt5 .tag {
|
|
35812
|
-
flex: 0 0 auto;
|
|
35813
|
-
}
|
|
35814
|
-
|
|
35815
|
-
.E_t1gvlxt5 .progress-title {
|
|
35816
|
-
flex: 2;
|
|
35817
|
-
max-width: fit-content;
|
|
35818
|
-
}
|
|
35819
|
-
|
|
35820
|
-
.E_t1gvlxt5 .progress-desc {
|
|
35821
|
-
flex: 1;
|
|
35822
|
-
max-width: fit-content;
|
|
35823
|
-
}
|
|
35824
|
-
|
|
35825
|
-
.E_a1ji6r68 {
|
|
35826
|
-
display: flex;
|
|
35827
|
-
align-items: center;
|
|
35828
|
-
column-gap: var(--a1ji6r68-0);
|
|
35829
|
-
}
|
|
35830
|
-
|
|
35831
|
-
.E_t13ef470 {
|
|
35832
|
-
height: 100%;
|
|
35833
|
-
}
|
|
35834
|
-
|
|
35835
|
-
.E_t13ef470 .table-loading-item {
|
|
35836
|
-
padding: 12px 4px;
|
|
35837
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
35838
|
-
display: flex;
|
|
35839
|
-
}
|
|
35840
|
-
|
|
35841
|
-
.E_t13ef470 .table-loading-item > * {
|
|
35842
|
-
height: 16px;
|
|
35843
|
-
margin: 4px;
|
|
35844
|
-
background: rgba(204, 212, 227, 0.18);
|
|
35845
|
-
border-radius: 2px;
|
|
35846
|
-
}
|
|
35847
|
-
|
|
35848
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
35849
|
-
width: 16px;
|
|
35850
|
-
}
|
|
35851
|
-
|
|
35852
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
35853
|
-
flex: 1;
|
|
35854
|
-
}
|
|
35855
|
-
|
|
35856
|
-
.E_t13ef470 :nth-child(1) {
|
|
35857
|
-
padding: 8px 4px;
|
|
35858
|
-
}
|
|
35859
|
-
|
|
35860
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
35861
|
-
background: rgba(107, 125, 153, 0.18);
|
|
35862
|
-
}
|
|
35863
|
-
|
|
35864
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
35865
|
-
background: rgba(163, 180, 204, 0.18);
|
|
35866
|
-
}
|
|
35867
|
-
|
|
35868
35868
|
.E_f16blduf.ant-form-item {
|
|
35869
35869
|
margin-bottom: 0;
|
|
35870
35870
|
}
|