@cloudtower/eagle 0.28.9 → 0.28.11
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/Antd5Anchor/index.js +30 -0
- package/dist/cjs/core/index.js +24 -24
- package/dist/cjs/index.js +250 -248
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1659 -1658
- package/dist/esm/core/Antd5Anchor/index.js +24 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Antd5Anchor/Antd5Anchor.type.d.ts +7 -0
- package/dist/src/core/Antd5Anchor/index.d.ts +4 -0
- package/dist/src/core/index.d.ts +2 -0
- package/dist/stories/docs/core/Antd5Anchor.stories.d.ts +13 -0
- package/dist/style.css +1633 -1633
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29572,91 +29572,6 @@ html body {
|
|
|
29572
29572
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29573
29573
|
}
|
|
29574
29574
|
}
|
|
29575
|
-
.E_skwah65 {
|
|
29576
|
-
height: 8px;
|
|
29577
|
-
box-sizing: border-box;
|
|
29578
|
-
border-radius: 2px;
|
|
29579
|
-
background: #f5f7fa;
|
|
29580
|
-
display: flex;
|
|
29581
|
-
width: 100%;
|
|
29582
|
-
overflow: hidden;
|
|
29583
|
-
}
|
|
29584
|
-
|
|
29585
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29586
|
-
margin-left: 1px;
|
|
29587
|
-
}
|
|
29588
|
-
|
|
29589
|
-
.E_s1ebs0ra {
|
|
29590
|
-
display: flex;
|
|
29591
|
-
align-items: center;
|
|
29592
|
-
justify-content: space-between;
|
|
29593
|
-
background: #edf0f7;
|
|
29594
|
-
padding: 8px 12px;
|
|
29595
|
-
position: sticky;
|
|
29596
|
-
top: 0;
|
|
29597
|
-
z-index: 1;
|
|
29598
|
-
margin-bottom: -52px;
|
|
29599
|
-
}
|
|
29600
|
-
|
|
29601
|
-
.E_s1ebs0ra .select-total {
|
|
29602
|
-
display: flex;
|
|
29603
|
-
align-items: center;
|
|
29604
|
-
font-weight: 700;
|
|
29605
|
-
flex-shrink: 0;
|
|
29606
|
-
}
|
|
29607
|
-
|
|
29608
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29609
|
-
cursor: pointer;
|
|
29610
|
-
margin-left: 8px;
|
|
29611
|
-
width: 32px;
|
|
29612
|
-
height: 32px;
|
|
29613
|
-
border-radius: 50%;
|
|
29614
|
-
justify-content: center;
|
|
29615
|
-
}
|
|
29616
|
-
|
|
29617
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29618
|
-
background: rgba(225, 230, 241, 0.6);
|
|
29619
|
-
}
|
|
29620
|
-
|
|
29621
|
-
.E_s1ebs0ra .action-group {
|
|
29622
|
-
flex: 1;
|
|
29623
|
-
margin-left: 88px;
|
|
29624
|
-
white-space: nowrap;
|
|
29625
|
-
text-align: right;
|
|
29626
|
-
position: relative;
|
|
29627
|
-
padding: 4px 0;
|
|
29628
|
-
margin-top: -4px;
|
|
29629
|
-
overflow: hidden;
|
|
29630
|
-
}
|
|
29631
|
-
|
|
29632
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29633
|
-
transform: translateY(-4px);
|
|
29634
|
-
}
|
|
29635
|
-
|
|
29636
|
-
.E_s1ebs0ra .action-group button {
|
|
29637
|
-
border: none;
|
|
29638
|
-
}
|
|
29639
|
-
|
|
29640
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29641
|
-
margin-right: 8px;
|
|
29642
|
-
}
|
|
29643
|
-
|
|
29644
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
29645
|
-
margin-right: 4px;
|
|
29646
|
-
}
|
|
29647
|
-
|
|
29648
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
29649
|
-
cursor: pointer;
|
|
29650
|
-
width: 32px;
|
|
29651
|
-
height: 32px;
|
|
29652
|
-
justify-content: center;
|
|
29653
|
-
border-radius: 50%;
|
|
29654
|
-
}
|
|
29655
|
-
|
|
29656
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29657
|
-
background: #fff;
|
|
29658
|
-
}
|
|
29659
|
-
|
|
29660
29575
|
.E_clm1wy1 {
|
|
29661
29576
|
width: 192px;
|
|
29662
29577
|
height: 246px;
|
|
@@ -29766,112 +29681,6 @@ html body {
|
|
|
29766
29681
|
border-radius: 2px;
|
|
29767
29682
|
}
|
|
29768
29683
|
|
|
29769
|
-
.E_t1sqg15u {
|
|
29770
|
-
background: white;
|
|
29771
|
-
}
|
|
29772
|
-
|
|
29773
|
-
.E_t1sqg15u.inline .table-row {
|
|
29774
|
-
flex-direction: column;
|
|
29775
|
-
}
|
|
29776
|
-
|
|
29777
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
29778
|
-
padding: 0 16px 7px 0;
|
|
29779
|
-
}
|
|
29780
|
-
|
|
29781
|
-
.E_t1sqg15u.has-border .table-header {
|
|
29782
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
29783
|
-
}
|
|
29784
|
-
|
|
29785
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
29786
|
-
border-top: none !important;
|
|
29787
|
-
}
|
|
29788
|
-
|
|
29789
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
29790
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
29791
|
-
}
|
|
29792
|
-
|
|
29793
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
29794
|
-
padding-bottom: 0;
|
|
29795
|
-
}
|
|
29796
|
-
|
|
29797
|
-
.E_t1sqg15u.align-right .content {
|
|
29798
|
-
text-align: right;
|
|
29799
|
-
}
|
|
29800
|
-
|
|
29801
|
-
.E_t1sqg15u .uuid-row {
|
|
29802
|
-
display: flex;
|
|
29803
|
-
justify-content: space-between;
|
|
29804
|
-
}
|
|
29805
|
-
|
|
29806
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
29807
|
-
white-space: nowrap;
|
|
29808
|
-
overflow: hidden;
|
|
29809
|
-
text-overflow: ellipsis;
|
|
29810
|
-
}
|
|
29811
|
-
|
|
29812
|
-
.E_t4zczcp {
|
|
29813
|
-
display: flex;
|
|
29814
|
-
justify-content: space-between;
|
|
29815
|
-
align-items: center;
|
|
29816
|
-
padding: 8px;
|
|
29817
|
-
min-height: 32px;
|
|
29818
|
-
}
|
|
29819
|
-
|
|
29820
|
-
.E_t4zczcp .table-title {
|
|
29821
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29822
|
-
font-weight: 600;
|
|
29823
|
-
font-size: 12px;
|
|
29824
|
-
line-height: 8px;
|
|
29825
|
-
}
|
|
29826
|
-
|
|
29827
|
-
.E_t4zczcp .edit-icon {
|
|
29828
|
-
font-size: 16px;
|
|
29829
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29830
|
-
cursor: pointer;
|
|
29831
|
-
}
|
|
29832
|
-
|
|
29833
|
-
.E_t1s7goww {
|
|
29834
|
-
font-size: 12px;
|
|
29835
|
-
line-height: 18px;
|
|
29836
|
-
}
|
|
29837
|
-
|
|
29838
|
-
.E_t93e4cf {
|
|
29839
|
-
display: flex;
|
|
29840
|
-
padding: 8px 0;
|
|
29841
|
-
color: #2d3a56;
|
|
29842
|
-
}
|
|
29843
|
-
|
|
29844
|
-
.E_t93e4cf .hidden {
|
|
29845
|
-
display: none;
|
|
29846
|
-
}
|
|
29847
|
-
|
|
29848
|
-
.E_t93e4cf .ant-btn-link {
|
|
29849
|
-
height: auto;
|
|
29850
|
-
}
|
|
29851
|
-
|
|
29852
|
-
.E_t93e4cf .content {
|
|
29853
|
-
overflow: hidden;
|
|
29854
|
-
overflow-x: auto;
|
|
29855
|
-
width: 100%;
|
|
29856
|
-
white-space: pre-wrap;
|
|
29857
|
-
}
|
|
29858
|
-
|
|
29859
|
-
.E_t93e4cf .content .ant-btn {
|
|
29860
|
-
white-space: pre-wrap;
|
|
29861
|
-
text-align: left;
|
|
29862
|
-
}
|
|
29863
|
-
|
|
29864
|
-
.E_t93e4cf .content .unit-chart {
|
|
29865
|
-
justify-content: flex-start;
|
|
29866
|
-
}
|
|
29867
|
-
|
|
29868
|
-
.E_rhz2uv5 {
|
|
29869
|
-
width: var(--rhz2uv5-0);
|
|
29870
|
-
flex-shrink: 0;
|
|
29871
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29872
|
-
padding-right: 12px;
|
|
29873
|
-
}
|
|
29874
|
-
|
|
29875
29684
|
.E_c18bcrac {
|
|
29876
29685
|
display: inline-block;
|
|
29877
29686
|
width: 100%;
|
|
@@ -29921,56 +29730,89 @@ html body {
|
|
|
29921
29730
|
margin-right: 4px;
|
|
29922
29731
|
}
|
|
29923
29732
|
|
|
29924
|
-
.
|
|
29733
|
+
.E_s1ebs0ra {
|
|
29925
29734
|
display: flex;
|
|
29926
29735
|
align-items: center;
|
|
29927
|
-
|
|
29928
|
-
|
|
29929
|
-
|
|
29930
|
-
|
|
29931
|
-
|
|
29932
|
-
|
|
29736
|
+
justify-content: space-between;
|
|
29737
|
+
background: #edf0f7;
|
|
29738
|
+
padding: 8px 12px;
|
|
29739
|
+
position: sticky;
|
|
29740
|
+
top: 0;
|
|
29741
|
+
z-index: 1;
|
|
29742
|
+
margin-bottom: -52px;
|
|
29933
29743
|
}
|
|
29934
29744
|
|
|
29935
|
-
.
|
|
29936
|
-
|
|
29745
|
+
.E_s1ebs0ra .select-total {
|
|
29746
|
+
display: flex;
|
|
29747
|
+
align-items: center;
|
|
29748
|
+
font-weight: 700;
|
|
29749
|
+
flex-shrink: 0;
|
|
29937
29750
|
}
|
|
29938
29751
|
|
|
29939
|
-
.
|
|
29940
|
-
|
|
29941
|
-
|
|
29752
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29753
|
+
cursor: pointer;
|
|
29754
|
+
margin-left: 8px;
|
|
29755
|
+
width: 32px;
|
|
29756
|
+
height: 32px;
|
|
29757
|
+
border-radius: 50%;
|
|
29758
|
+
justify-content: center;
|
|
29942
29759
|
}
|
|
29943
29760
|
|
|
29944
|
-
|
|
29945
|
-
|
|
29761
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29762
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29946
29763
|
}
|
|
29947
29764
|
|
|
29948
|
-
.
|
|
29949
|
-
|
|
29765
|
+
.E_s1ebs0ra .action-group {
|
|
29766
|
+
flex: 1;
|
|
29767
|
+
margin-left: 88px;
|
|
29768
|
+
white-space: nowrap;
|
|
29769
|
+
text-align: right;
|
|
29770
|
+
position: relative;
|
|
29771
|
+
padding: 4px 0;
|
|
29772
|
+
margin-top: -4px;
|
|
29773
|
+
overflow: hidden;
|
|
29950
29774
|
}
|
|
29951
29775
|
|
|
29952
|
-
.
|
|
29953
|
-
|
|
29776
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29777
|
+
transform: translateY(-4px);
|
|
29954
29778
|
}
|
|
29955
29779
|
|
|
29956
|
-
.
|
|
29957
|
-
|
|
29780
|
+
.E_s1ebs0ra .action-group button {
|
|
29781
|
+
border: none;
|
|
29958
29782
|
}
|
|
29959
29783
|
|
|
29960
|
-
.
|
|
29961
|
-
|
|
29962
|
-
text-overflow: ellipsis;
|
|
29784
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29785
|
+
margin-right: 8px;
|
|
29963
29786
|
}
|
|
29964
29787
|
|
|
29965
|
-
.
|
|
29966
|
-
|
|
29788
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29789
|
+
margin-right: 4px;
|
|
29967
29790
|
}
|
|
29968
29791
|
|
|
29969
|
-
.
|
|
29970
|
-
|
|
29971
|
-
|
|
29972
|
-
|
|
29973
|
-
|
|
29792
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29793
|
+
cursor: pointer;
|
|
29794
|
+
width: 32px;
|
|
29795
|
+
height: 32px;
|
|
29796
|
+
justify-content: center;
|
|
29797
|
+
border-radius: 50%;
|
|
29798
|
+
}
|
|
29799
|
+
|
|
29800
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29801
|
+
background: #fff;
|
|
29802
|
+
}
|
|
29803
|
+
|
|
29804
|
+
.E_skwah65 {
|
|
29805
|
+
height: 8px;
|
|
29806
|
+
box-sizing: border-box;
|
|
29807
|
+
border-radius: 2px;
|
|
29808
|
+
background: #f5f7fa;
|
|
29809
|
+
display: flex;
|
|
29810
|
+
width: 100%;
|
|
29811
|
+
overflow: hidden;
|
|
29812
|
+
}
|
|
29813
|
+
|
|
29814
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29815
|
+
margin-left: 1px;
|
|
29974
29816
|
}
|
|
29975
29817
|
|
|
29976
29818
|
.E_c1up1pdz {
|
|
@@ -30139,13 +29981,162 @@ span.E_tqjc4ui {
|
|
|
30139
29981
|
color: #fff;
|
|
30140
29982
|
}
|
|
30141
29983
|
|
|
30142
|
-
.
|
|
29984
|
+
.E_gmyahx3 {
|
|
29985
|
+
cursor: pointer;
|
|
29986
|
+
}
|
|
29987
|
+
|
|
29988
|
+
.E_gmyahx3 .link-text {
|
|
29989
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29990
|
+
}
|
|
29991
|
+
|
|
29992
|
+
.E_gmyahx3:hover .link-text {
|
|
29993
|
+
color: #0080ff;
|
|
29994
|
+
}
|
|
29995
|
+
|
|
29996
|
+
.E_n12mqh7z {
|
|
30143
29997
|
display: flex;
|
|
30144
29998
|
align-items: center;
|
|
29999
|
+
font-size: 12px;
|
|
30000
|
+
line-height: 18px;
|
|
30145
30001
|
}
|
|
30146
30002
|
|
|
30147
|
-
.
|
|
30148
|
-
margin-
|
|
30003
|
+
.E_n12mqh7z:not(:last-child) {
|
|
30004
|
+
margin-bottom: 4px;
|
|
30005
|
+
}
|
|
30006
|
+
|
|
30007
|
+
.E_tf5bynu {
|
|
30008
|
+
margin: 0 3px;
|
|
30009
|
+
}
|
|
30010
|
+
|
|
30011
|
+
.E_tcckoz1 {
|
|
30012
|
+
max-height: 400px;
|
|
30013
|
+
overflow: auto;
|
|
30014
|
+
}
|
|
30015
|
+
|
|
30016
|
+
span.E_tqjc4ui {
|
|
30017
|
+
margin: 0 2px;
|
|
30018
|
+
}
|
|
30019
|
+
|
|
30020
|
+
.E_ou7iq30 {
|
|
30021
|
+
overflow: hidden;
|
|
30022
|
+
text-overflow: ellipsis;
|
|
30023
|
+
}
|
|
30024
|
+
|
|
30025
|
+
.E_s1tui002 {
|
|
30026
|
+
white-space: nowrap;
|
|
30027
|
+
}
|
|
30028
|
+
|
|
30029
|
+
.E_mxrc2zg {
|
|
30030
|
+
display: -webkit-box;
|
|
30031
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30032
|
+
-webkit-box-orient: vertical;
|
|
30033
|
+
word-break: break-all;
|
|
30034
|
+
}
|
|
30035
|
+
|
|
30036
|
+
.E_t1sqg15u {
|
|
30037
|
+
background: white;
|
|
30038
|
+
}
|
|
30039
|
+
|
|
30040
|
+
.E_t1sqg15u.inline .table-row {
|
|
30041
|
+
flex-direction: column;
|
|
30042
|
+
}
|
|
30043
|
+
|
|
30044
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
30045
|
+
padding: 0 16px 7px 0;
|
|
30046
|
+
}
|
|
30047
|
+
|
|
30048
|
+
.E_t1sqg15u.has-border .table-header {
|
|
30049
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30050
|
+
}
|
|
30051
|
+
|
|
30052
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30053
|
+
border-top: none !important;
|
|
30054
|
+
}
|
|
30055
|
+
|
|
30056
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30057
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30058
|
+
}
|
|
30059
|
+
|
|
30060
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30061
|
+
padding-bottom: 0;
|
|
30062
|
+
}
|
|
30063
|
+
|
|
30064
|
+
.E_t1sqg15u.align-right .content {
|
|
30065
|
+
text-align: right;
|
|
30066
|
+
}
|
|
30067
|
+
|
|
30068
|
+
.E_t1sqg15u .uuid-row {
|
|
30069
|
+
display: flex;
|
|
30070
|
+
justify-content: space-between;
|
|
30071
|
+
}
|
|
30072
|
+
|
|
30073
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
30074
|
+
white-space: nowrap;
|
|
30075
|
+
overflow: hidden;
|
|
30076
|
+
text-overflow: ellipsis;
|
|
30077
|
+
}
|
|
30078
|
+
|
|
30079
|
+
.E_t4zczcp {
|
|
30080
|
+
display: flex;
|
|
30081
|
+
justify-content: space-between;
|
|
30082
|
+
align-items: center;
|
|
30083
|
+
padding: 8px;
|
|
30084
|
+
min-height: 32px;
|
|
30085
|
+
}
|
|
30086
|
+
|
|
30087
|
+
.E_t4zczcp .table-title {
|
|
30088
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30089
|
+
font-weight: 600;
|
|
30090
|
+
font-size: 12px;
|
|
30091
|
+
line-height: 8px;
|
|
30092
|
+
}
|
|
30093
|
+
|
|
30094
|
+
.E_t4zczcp .edit-icon {
|
|
30095
|
+
font-size: 16px;
|
|
30096
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30097
|
+
cursor: pointer;
|
|
30098
|
+
}
|
|
30099
|
+
|
|
30100
|
+
.E_t1s7goww {
|
|
30101
|
+
font-size: 12px;
|
|
30102
|
+
line-height: 18px;
|
|
30103
|
+
}
|
|
30104
|
+
|
|
30105
|
+
.E_t93e4cf {
|
|
30106
|
+
display: flex;
|
|
30107
|
+
padding: 8px 0;
|
|
30108
|
+
color: #2d3a56;
|
|
30109
|
+
}
|
|
30110
|
+
|
|
30111
|
+
.E_t93e4cf .hidden {
|
|
30112
|
+
display: none;
|
|
30113
|
+
}
|
|
30114
|
+
|
|
30115
|
+
.E_t93e4cf .ant-btn-link {
|
|
30116
|
+
height: auto;
|
|
30117
|
+
}
|
|
30118
|
+
|
|
30119
|
+
.E_t93e4cf .content {
|
|
30120
|
+
overflow: hidden;
|
|
30121
|
+
overflow-x: auto;
|
|
30122
|
+
width: 100%;
|
|
30123
|
+
white-space: pre-wrap;
|
|
30124
|
+
}
|
|
30125
|
+
|
|
30126
|
+
.E_t93e4cf .content .ant-btn {
|
|
30127
|
+
white-space: pre-wrap;
|
|
30128
|
+
text-align: left;
|
|
30129
|
+
}
|
|
30130
|
+
|
|
30131
|
+
.E_t93e4cf .content .unit-chart {
|
|
30132
|
+
justify-content: flex-start;
|
|
30133
|
+
}
|
|
30134
|
+
|
|
30135
|
+
.E_rhz2uv5 {
|
|
30136
|
+
width: var(--rhz2uv5-0);
|
|
30137
|
+
flex-shrink: 0;
|
|
30138
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30139
|
+
padding-right: 12px;
|
|
30149
30140
|
}
|
|
30150
30141
|
|
|
30151
30142
|
.E_wg1tsps {
|
|
@@ -30423,6 +30414,15 @@ span.E_tqjc4ui {
|
|
|
30423
30414
|
background: transparent;
|
|
30424
30415
|
}
|
|
30425
30416
|
|
|
30417
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30418
|
+
display: flex;
|
|
30419
|
+
align-items: center;
|
|
30420
|
+
}
|
|
30421
|
+
|
|
30422
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30423
|
+
margin-right: 8px;
|
|
30424
|
+
}
|
|
30425
|
+
|
|
30426
30426
|
.E_c18gxmrl {
|
|
30427
30427
|
border: 1px solid #d8deeb;
|
|
30428
30428
|
border-radius: 4px;
|
|
@@ -30462,188 +30462,57 @@ span.E_tqjc4ui {
|
|
|
30462
30462
|
width: 100%;
|
|
30463
30463
|
}
|
|
30464
30464
|
|
|
30465
|
-
.
|
|
30466
|
-
|
|
30465
|
+
.E_berrcjl {
|
|
30466
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30467
|
+
margin-bottom: 4px;
|
|
30467
30468
|
}
|
|
30468
30469
|
|
|
30469
|
-
.
|
|
30470
|
-
|
|
30471
|
-
|
|
30470
|
+
.E_berrcjl .breadcrumb-link {
|
|
30471
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30472
|
+
cursor: pointer;
|
|
30473
|
+
transition: color 160ms ease;
|
|
30472
30474
|
}
|
|
30473
30475
|
|
|
30474
|
-
.
|
|
30475
|
-
|
|
30476
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30477
|
+
color: #0080ff;
|
|
30476
30478
|
}
|
|
30477
30479
|
|
|
30478
|
-
.
|
|
30479
|
-
|
|
30480
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30481
|
+
color: #005ed1;
|
|
30480
30482
|
}
|
|
30481
30483
|
|
|
30482
|
-
.
|
|
30483
|
-
|
|
30484
|
+
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30485
|
+
justify-content: center;
|
|
30484
30486
|
}
|
|
30485
30487
|
|
|
30486
|
-
.
|
|
30487
|
-
|
|
30488
|
-
|
|
30488
|
+
.E_b1wx3t3t.ant-btn {
|
|
30489
|
+
display: inline-flex;
|
|
30490
|
+
align-items: center;
|
|
30491
|
+
justify-content: center;
|
|
30492
|
+
height: 32px;
|
|
30493
|
+
border-radius: 6px;
|
|
30494
|
+
line-height: 22px;
|
|
30495
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30496
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30489
30497
|
}
|
|
30490
30498
|
|
|
30491
|
-
.
|
|
30492
|
-
|
|
30493
|
-
|
|
30499
|
+
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30500
|
+
height: 40px;
|
|
30501
|
+
line-height: 24px;
|
|
30494
30502
|
}
|
|
30495
30503
|
|
|
30496
|
-
.
|
|
30497
|
-
|
|
30504
|
+
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30505
|
+
height: 24px;
|
|
30506
|
+
line-height: 20px;
|
|
30498
30507
|
}
|
|
30499
30508
|
|
|
30500
|
-
.
|
|
30501
|
-
|
|
30509
|
+
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30510
|
+
border-radius: 50%;
|
|
30502
30511
|
}
|
|
30503
30512
|
|
|
30504
|
-
.
|
|
30505
|
-
|
|
30506
|
-
|
|
30507
|
-
font-weight: 700;
|
|
30508
|
-
line-height: 32px;
|
|
30509
|
-
}
|
|
30510
|
-
|
|
30511
|
-
.E_c1uzzomf .card-body {
|
|
30512
|
-
padding: 24px;
|
|
30513
|
-
border-radius: 8px;
|
|
30514
|
-
background: #fff;
|
|
30515
|
-
}
|
|
30516
|
-
|
|
30517
|
-
.E_c1uzzomf .empty {
|
|
30518
|
-
font-weight: 700;
|
|
30519
|
-
font-size: 14px;
|
|
30520
|
-
line-height: 22px;
|
|
30521
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30522
|
-
text-align: center;
|
|
30523
|
-
}
|
|
30524
|
-
|
|
30525
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30526
|
-
padding: 4px 8px 0 8px;
|
|
30527
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30528
|
-
font-size: 12px;
|
|
30529
|
-
}
|
|
30530
|
-
|
|
30531
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30532
|
-
padding-bottom: 6px;
|
|
30533
|
-
}
|
|
30534
|
-
|
|
30535
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30536
|
-
padding-top: 4px;
|
|
30537
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30538
|
-
}
|
|
30539
|
-
|
|
30540
|
-
.E_fzh9mnb {
|
|
30541
|
-
width: 100%;
|
|
30542
|
-
height: 100%;
|
|
30543
|
-
min-height: 124px;
|
|
30544
|
-
display: flex;
|
|
30545
|
-
flex-direction: column;
|
|
30546
|
-
justify-content: center;
|
|
30547
|
-
align-items: center;
|
|
30548
|
-
}
|
|
30549
|
-
|
|
30550
|
-
.E_fzh9mnb .error-text {
|
|
30551
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30552
|
-
margin-bottom: 16px;
|
|
30553
|
-
font-size: 18px;
|
|
30554
|
-
}
|
|
30555
|
-
|
|
30556
|
-
.E_f7pxqmh {
|
|
30557
|
-
width: 100%;
|
|
30558
|
-
margin-bottom: 0 !important;
|
|
30559
|
-
flex-flow: nowrap !important;
|
|
30560
|
-
line-break: auto;
|
|
30561
|
-
}
|
|
30562
|
-
|
|
30563
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
30564
|
-
text-align: left !important;
|
|
30565
|
-
padding-bottom: 0 !important;
|
|
30566
|
-
}
|
|
30567
|
-
|
|
30568
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30569
|
-
min-height: 32px;
|
|
30570
|
-
height: auto;
|
|
30571
|
-
font-size: 13px;
|
|
30572
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30573
|
-
white-space: normal;
|
|
30574
|
-
}
|
|
30575
|
-
|
|
30576
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30577
|
-
border-color: #ff4d4f !important;
|
|
30578
|
-
}
|
|
30579
|
-
|
|
30580
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30581
|
-
border-color: #ff4d4f !important;
|
|
30582
|
-
}
|
|
30583
|
-
|
|
30584
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
30585
|
-
margin-top: 4px;
|
|
30586
|
-
font-size: 12px;
|
|
30587
|
-
min-height: 0px;
|
|
30588
|
-
}
|
|
30589
|
-
|
|
30590
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
30591
|
-
font-size: 12px;
|
|
30592
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30593
|
-
min-height: 0px;
|
|
30594
|
-
}
|
|
30595
|
-
|
|
30596
|
-
.E_berrcjl {
|
|
30597
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30598
|
-
margin-bottom: 4px;
|
|
30599
|
-
}
|
|
30600
|
-
|
|
30601
|
-
.E_berrcjl .breadcrumb-link {
|
|
30602
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30603
|
-
cursor: pointer;
|
|
30604
|
-
transition: color 160ms ease;
|
|
30605
|
-
}
|
|
30606
|
-
|
|
30607
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
30608
|
-
color: #0080ff;
|
|
30609
|
-
}
|
|
30610
|
-
|
|
30611
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
30612
|
-
color: #005ed1;
|
|
30613
|
-
}
|
|
30614
|
-
|
|
30615
|
-
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30616
|
-
justify-content: center;
|
|
30617
|
-
}
|
|
30618
|
-
|
|
30619
|
-
.E_b1wx3t3t.ant-btn {
|
|
30620
|
-
display: inline-flex;
|
|
30621
|
-
align-items: center;
|
|
30622
|
-
justify-content: center;
|
|
30623
|
-
height: 32px;
|
|
30624
|
-
border-radius: 6px;
|
|
30625
|
-
line-height: 22px;
|
|
30626
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30627
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30628
|
-
}
|
|
30629
|
-
|
|
30630
|
-
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30631
|
-
height: 40px;
|
|
30632
|
-
line-height: 24px;
|
|
30633
|
-
}
|
|
30634
|
-
|
|
30635
|
-
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30636
|
-
height: 24px;
|
|
30637
|
-
line-height: 20px;
|
|
30638
|
-
}
|
|
30639
|
-
|
|
30640
|
-
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30641
|
-
border-radius: 50%;
|
|
30642
|
-
}
|
|
30643
|
-
|
|
30644
|
-
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
30645
|
-
margin-right: 8px;
|
|
30646
|
-
padding-right: 0px;
|
|
30513
|
+
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
30514
|
+
margin-right: 8px;
|
|
30515
|
+
padding-right: 0px;
|
|
30647
30516
|
}
|
|
30648
30517
|
|
|
30649
30518
|
.E_b1wx3t3t.ant-btn.ant-btn-primary, .E_b1wx3t3t.ant-btn.ant-btn-secondary, .E_b1wx3t3t.ant-btn.ant-btn-tertiary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint, .E_b1wx3t3t.ant-btn.ant-btn-quiet {
|
|
@@ -30904,25 +30773,64 @@ button.E_n7k2c6r {
|
|
|
30904
30773
|
padding: 0;
|
|
30905
30774
|
}
|
|
30906
30775
|
|
|
30907
|
-
.
|
|
30908
|
-
|
|
30909
|
-
align-items: center;
|
|
30776
|
+
.E_b1nip9bk {
|
|
30777
|
+
padding: 4px 11px;
|
|
30910
30778
|
}
|
|
30911
30779
|
|
|
30912
|
-
.
|
|
30913
|
-
|
|
30914
|
-
|
|
30915
|
-
justify-content: center;
|
|
30780
|
+
.E_bqamoqe {
|
|
30781
|
+
white-space: nowrap;
|
|
30782
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30916
30783
|
}
|
|
30917
30784
|
|
|
30918
|
-
.
|
|
30919
|
-
|
|
30920
|
-
margin-left: 4px;
|
|
30785
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30786
|
+
--color: #0080ff;
|
|
30921
30787
|
}
|
|
30922
30788
|
|
|
30923
|
-
.
|
|
30924
|
-
|
|
30925
|
-
|
|
30789
|
+
.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] {
|
|
30790
|
+
--color: #0080ff;
|
|
30791
|
+
}
|
|
30792
|
+
|
|
30793
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30794
|
+
margin-left: 1px;
|
|
30795
|
+
}
|
|
30796
|
+
|
|
30797
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30798
|
+
border-top-right-radius: 0;
|
|
30799
|
+
border-bottom-right-radius: 0;
|
|
30800
|
+
}
|
|
30801
|
+
|
|
30802
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30803
|
+
border-top-left-radius: 0;
|
|
30804
|
+
border-bottom-left-radius: 0;
|
|
30805
|
+
}
|
|
30806
|
+
|
|
30807
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30808
|
+
border-radius: unset;
|
|
30809
|
+
}
|
|
30810
|
+
|
|
30811
|
+
.E_c1uzzomf {
|
|
30812
|
+
margin-bottom: 16px;
|
|
30813
|
+
}
|
|
30814
|
+
|
|
30815
|
+
.E_c1uzzomf .card-title {
|
|
30816
|
+
font-size: 16px;
|
|
30817
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30818
|
+
font-weight: 700;
|
|
30819
|
+
line-height: 32px;
|
|
30820
|
+
}
|
|
30821
|
+
|
|
30822
|
+
.E_c1uzzomf .card-body {
|
|
30823
|
+
padding: 24px;
|
|
30824
|
+
border-radius: 8px;
|
|
30825
|
+
background: #fff;
|
|
30826
|
+
}
|
|
30827
|
+
|
|
30828
|
+
.E_c1uzzomf .empty {
|
|
30829
|
+
font-weight: 700;
|
|
30830
|
+
font-size: 14px;
|
|
30831
|
+
line-height: 22px;
|
|
30832
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30833
|
+
text-align: center;
|
|
30926
30834
|
}
|
|
30927
30835
|
|
|
30928
30836
|
.E_d1bw7c5z {
|
|
@@ -31021,105 +30929,106 @@ button.E_n7k2c6r {
|
|
|
31021
30929
|
width: 102px;
|
|
31022
30930
|
}
|
|
31023
30931
|
|
|
31024
|
-
.
|
|
31025
|
-
|
|
30932
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30933
|
+
padding: 4px 8px 0 8px;
|
|
30934
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30935
|
+
font-size: 12px;
|
|
31026
30936
|
}
|
|
31027
30937
|
|
|
31028
|
-
.
|
|
31029
|
-
|
|
30938
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30939
|
+
padding-bottom: 6px;
|
|
31030
30940
|
}
|
|
31031
30941
|
|
|
31032
|
-
.
|
|
31033
|
-
|
|
31034
|
-
|
|
31035
|
-
|
|
30942
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30943
|
+
padding-top: 4px;
|
|
30944
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30945
|
+
}
|
|
30946
|
+
|
|
30947
|
+
.E_f7pxqmh {
|
|
31036
30948
|
width: 100%;
|
|
30949
|
+
margin-bottom: 0 !important;
|
|
30950
|
+
flex-flow: nowrap !important;
|
|
30951
|
+
line-break: auto;
|
|
31037
30952
|
}
|
|
31038
30953
|
|
|
31039
|
-
.
|
|
31040
|
-
|
|
31041
|
-
|
|
31042
|
-
flex: none;
|
|
31043
|
-
align-items: center;
|
|
31044
|
-
margin-left: 4px;
|
|
31045
|
-
padding: 5px 12px 5px 0;
|
|
31046
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30954
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30955
|
+
text-align: left !important;
|
|
30956
|
+
padding-bottom: 0 !important;
|
|
31047
30957
|
}
|
|
31048
30958
|
|
|
31049
|
-
.
|
|
31050
|
-
|
|
31051
|
-
|
|
31052
|
-
|
|
31053
|
-
align-items: center;
|
|
31054
|
-
margin-right: 4px;
|
|
31055
|
-
cursor: auto;
|
|
30959
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30960
|
+
min-height: 32px;
|
|
30961
|
+
height: auto;
|
|
30962
|
+
font-size: 13px;
|
|
31056
30963
|
color: rgba(44, 56, 82, 0.6);
|
|
30964
|
+
white-space: normal;
|
|
31057
30965
|
}
|
|
31058
30966
|
|
|
31059
|
-
.ant-
|
|
31060
|
-
border-
|
|
30967
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30968
|
+
border-color: #ff4d4f !important;
|
|
31061
30969
|
}
|
|
31062
30970
|
|
|
31063
|
-
.
|
|
31064
|
-
|
|
31065
|
-
border-radius: 6px;
|
|
30971
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30972
|
+
border-color: #ff4d4f !important;
|
|
31066
30973
|
}
|
|
31067
30974
|
|
|
31068
|
-
.
|
|
31069
|
-
|
|
31070
|
-
|
|
31071
|
-
|
|
30975
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30976
|
+
margin-top: 4px;
|
|
30977
|
+
font-size: 12px;
|
|
30978
|
+
min-height: 0px;
|
|
31072
30979
|
}
|
|
31073
30980
|
|
|
31074
|
-
.
|
|
31075
|
-
|
|
31076
|
-
|
|
30981
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30982
|
+
font-size: 12px;
|
|
30983
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30984
|
+
min-height: 0px;
|
|
31077
30985
|
}
|
|
31078
30986
|
|
|
31079
|
-
.
|
|
31080
|
-
|
|
31081
|
-
|
|
31082
|
-
padding: 5px 12px;
|
|
31083
|
-
font-size: inherit;
|
|
30987
|
+
.E_iouxfgt {
|
|
30988
|
+
display: inline-flex;
|
|
30989
|
+
align-items: center;
|
|
31084
30990
|
}
|
|
31085
30991
|
|
|
31086
|
-
.
|
|
31087
|
-
|
|
31088
|
-
|
|
31089
|
-
|
|
30992
|
+
.E_iouxfgt .icon-inner {
|
|
30993
|
+
display: inline-flex;
|
|
30994
|
+
align-items: center;
|
|
30995
|
+
justify-content: center;
|
|
31090
30996
|
}
|
|
31091
30997
|
|
|
31092
|
-
.
|
|
31093
|
-
|
|
31094
|
-
|
|
31095
|
-
padding: 2px 8px;
|
|
30998
|
+
.E_iouxfgt .icon-inner + span,
|
|
30999
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31000
|
+
margin-left: 4px;
|
|
31096
31001
|
}
|
|
31097
31002
|
|
|
31098
|
-
.
|
|
31099
|
-
|
|
31100
|
-
|
|
31101
|
-
padding: 0 4px;
|
|
31102
|
-
border-radius: 4px;
|
|
31103
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31104
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31105
|
-
display: flex;
|
|
31106
|
-
align-items: center;
|
|
31107
|
-
white-space: nowrap;
|
|
31108
|
-
margin-right: 4px;
|
|
31003
|
+
.E_iouxfgt.is-rotate img,
|
|
31004
|
+
.E_iouxfgt.is-rotate svg {
|
|
31005
|
+
animation: rotate 680ms linear infinite;
|
|
31109
31006
|
}
|
|
31110
31007
|
|
|
31111
|
-
.
|
|
31112
|
-
|
|
31008
|
+
.E_fzh9mnb {
|
|
31009
|
+
width: 100%;
|
|
31010
|
+
height: 100%;
|
|
31011
|
+
min-height: 124px;
|
|
31012
|
+
display: flex;
|
|
31013
|
+
flex-direction: column;
|
|
31014
|
+
justify-content: center;
|
|
31015
|
+
align-items: center;
|
|
31113
31016
|
}
|
|
31114
31017
|
|
|
31115
|
-
.
|
|
31116
|
-
|
|
31018
|
+
.E_fzh9mnb .error-text {
|
|
31019
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31020
|
+
margin-bottom: 16px;
|
|
31021
|
+
font-size: 18px;
|
|
31117
31022
|
}
|
|
31118
31023
|
|
|
31119
31024
|
.E_sx1bpnu .ant-input-sm {
|
|
31120
31025
|
line-height: 18px;
|
|
31121
31026
|
}
|
|
31122
31027
|
|
|
31028
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31029
|
+
display: flex;
|
|
31030
|
+
}
|
|
31031
|
+
|
|
31123
31032
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31124
31033
|
display: var(--a1wfy30z-0);
|
|
31125
31034
|
}
|
|
@@ -31155,6 +31064,93 @@ button.E_n7k2c6r {
|
|
|
31155
31064
|
font-size: inherit;
|
|
31156
31065
|
}
|
|
31157
31066
|
|
|
31067
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31068
|
+
margin-left: 8px;
|
|
31069
|
+
}
|
|
31070
|
+
|
|
31071
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31072
|
+
padding: 2px 7px 2px 12px;
|
|
31073
|
+
}
|
|
31074
|
+
|
|
31075
|
+
.E_owd0kml {
|
|
31076
|
+
display: inline-block;
|
|
31077
|
+
}
|
|
31078
|
+
|
|
31079
|
+
.E_h1jsgezc {
|
|
31080
|
+
visibility: hidden;
|
|
31081
|
+
position: absolute;
|
|
31082
|
+
}
|
|
31083
|
+
|
|
31084
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31085
|
+
display: var(--ai7qkf2-0);
|
|
31086
|
+
}
|
|
31087
|
+
|
|
31088
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31089
|
+
display: inline-flex;
|
|
31090
|
+
line-height: 1.5715;
|
|
31091
|
+
height: 100%;
|
|
31092
|
+
width: 100%;
|
|
31093
|
+
}
|
|
31094
|
+
|
|
31095
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31096
|
+
content: var(--ai7qkf2-1);
|
|
31097
|
+
display: var(--ai7qkf2-2);
|
|
31098
|
+
flex: none;
|
|
31099
|
+
align-items: center;
|
|
31100
|
+
margin-left: 4px;
|
|
31101
|
+
padding: 5px 12px 5px 0;
|
|
31102
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31103
|
+
}
|
|
31104
|
+
|
|
31105
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31106
|
+
content: var(--ai7qkf2-3);
|
|
31107
|
+
display: var(--ai7qkf2-4);
|
|
31108
|
+
flex: none;
|
|
31109
|
+
align-items: center;
|
|
31110
|
+
margin-right: 4px;
|
|
31111
|
+
cursor: auto;
|
|
31112
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31113
|
+
}
|
|
31114
|
+
|
|
31115
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31116
|
+
border-radius: 0;
|
|
31117
|
+
}
|
|
31118
|
+
|
|
31119
|
+
.E_ai7qkf2.ant-input-number {
|
|
31120
|
+
width: 100%;
|
|
31121
|
+
border-radius: 6px;
|
|
31122
|
+
}
|
|
31123
|
+
|
|
31124
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
31125
|
+
border-color: #0096ff;
|
|
31126
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31127
|
+
z-index: 1;
|
|
31128
|
+
}
|
|
31129
|
+
|
|
31130
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31131
|
+
border-color: #e75a3a;
|
|
31132
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31133
|
+
}
|
|
31134
|
+
|
|
31135
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31136
|
+
height: 30px;
|
|
31137
|
+
border: 1px;
|
|
31138
|
+
padding: 5px 12px;
|
|
31139
|
+
font-size: inherit;
|
|
31140
|
+
}
|
|
31141
|
+
|
|
31142
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31143
|
+
height: 38px;
|
|
31144
|
+
border: 1px;
|
|
31145
|
+
padding: 8px 16px;
|
|
31146
|
+
}
|
|
31147
|
+
|
|
31148
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31149
|
+
height: 22px;
|
|
31150
|
+
border: 1px;
|
|
31151
|
+
padding: 2px 8px;
|
|
31152
|
+
}
|
|
31153
|
+
|
|
31158
31154
|
.E_rapgekc.ant-radio-wrapper {
|
|
31159
31155
|
display: inline-flex;
|
|
31160
31156
|
align-items: baseline;
|
|
@@ -31401,13 +31397,98 @@ button.E_n7k2c6r {
|
|
|
31401
31397
|
line-height: 18px;
|
|
31402
31398
|
}
|
|
31403
31399
|
|
|
31404
|
-
.
|
|
31405
|
-
|
|
31400
|
+
.E_i1inqkme {
|
|
31401
|
+
height: 18px;
|
|
31402
|
+
line-height: 18px;
|
|
31403
|
+
padding: 0 4px;
|
|
31404
|
+
border-radius: 4px;
|
|
31405
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31406
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31407
|
+
display: flex;
|
|
31408
|
+
align-items: center;
|
|
31409
|
+
white-space: nowrap;
|
|
31410
|
+
margin-right: 4px;
|
|
31406
31411
|
}
|
|
31407
31412
|
|
|
31408
|
-
.
|
|
31409
|
-
|
|
31410
|
-
|
|
31413
|
+
.E_ivqqkzv {
|
|
31414
|
+
height: 24px;
|
|
31415
|
+
width: 56px !important;
|
|
31416
|
+
margin-right: 4px;
|
|
31417
|
+
}
|
|
31418
|
+
|
|
31419
|
+
.E_c1wk4q29 {
|
|
31420
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31421
|
+
}
|
|
31422
|
+
|
|
31423
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31424
|
+
border-radius: 6px;
|
|
31425
|
+
}
|
|
31426
|
+
|
|
31427
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
31428
|
+
width: 100%;
|
|
31429
|
+
color: #2d3a56;
|
|
31430
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
31431
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31432
|
+
font-size: 13px;
|
|
31433
|
+
}
|
|
31434
|
+
|
|
31435
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31436
|
+
height: 30px;
|
|
31437
|
+
}
|
|
31438
|
+
|
|
31439
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31440
|
+
height: 38px;
|
|
31441
|
+
font-size: 13px;
|
|
31442
|
+
}
|
|
31443
|
+
|
|
31444
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31445
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31446
|
+
transition: 160ms ease;
|
|
31447
|
+
}
|
|
31448
|
+
|
|
31449
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31450
|
+
color: #0080ff;
|
|
31451
|
+
}
|
|
31452
|
+
|
|
31453
|
+
.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 {
|
|
31454
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31455
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31456
|
+
}
|
|
31457
|
+
|
|
31458
|
+
.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 {
|
|
31459
|
+
color: #0080ff;
|
|
31460
|
+
}
|
|
31461
|
+
|
|
31462
|
+
.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 {
|
|
31463
|
+
border-color: #0080ff;
|
|
31464
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31465
|
+
}
|
|
31466
|
+
|
|
31467
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31468
|
+
transform: rotate(180deg);
|
|
31469
|
+
}
|
|
31470
|
+
|
|
31471
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31472
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31473
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31474
|
+
cursor: "not-allowed";
|
|
31475
|
+
}
|
|
31476
|
+
|
|
31477
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31478
|
+
border-color: #f0483e !important;
|
|
31479
|
+
}
|
|
31480
|
+
|
|
31481
|
+
.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 {
|
|
31482
|
+
color: #1d326c;
|
|
31483
|
+
}
|
|
31484
|
+
|
|
31485
|
+
.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 {
|
|
31486
|
+
border-color: #0080ff;
|
|
31487
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31488
|
+
}
|
|
31489
|
+
|
|
31490
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31491
|
+
transform: rotate(180deg);
|
|
31411
31492
|
}
|
|
31412
31493
|
|
|
31413
31494
|
.E_c1bus5hc {
|
|
@@ -31453,22 +31534,8 @@ button.E_n7k2c6r {
|
|
|
31453
31534
|
transform: rotate(0deg);
|
|
31454
31535
|
}
|
|
31455
31536
|
|
|
31456
|
-
.
|
|
31457
|
-
|
|
31458
|
-
width: 56px !important;
|
|
31459
|
-
margin-right: 4px;
|
|
31460
|
-
}
|
|
31461
|
-
|
|
31462
|
-
.E_c1wk4q29 {
|
|
31463
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31464
|
-
}
|
|
31465
|
-
|
|
31466
|
-
.E_tju3gfj .date {
|
|
31467
|
-
margin-right: 4px;
|
|
31468
|
-
}
|
|
31469
|
-
|
|
31470
|
-
.E_s1dizucg.ant-switch {
|
|
31471
|
-
min-width: 40px;
|
|
31537
|
+
.E_s1dizucg.ant-switch {
|
|
31538
|
+
min-width: 40px;
|
|
31472
31539
|
height: 24px;
|
|
31473
31540
|
background: rgba(172, 186, 211, 0.6);
|
|
31474
31541
|
overflow: hidden;
|
|
@@ -31534,184 +31601,6 @@ button.E_n7k2c6r {
|
|
|
31534
31601
|
margin-left: 5px;
|
|
31535
31602
|
}
|
|
31536
31603
|
|
|
31537
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31538
|
-
display: none;
|
|
31539
|
-
}
|
|
31540
|
-
|
|
31541
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31542
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31543
|
-
border-radius: 4px;
|
|
31544
|
-
}
|
|
31545
|
-
|
|
31546
|
-
.E_s1sck0th {
|
|
31547
|
-
padding: 0 8px;
|
|
31548
|
-
border-radius: 4px;
|
|
31549
|
-
}
|
|
31550
|
-
|
|
31551
|
-
.E_m855nr1 {
|
|
31552
|
-
padding: 2px 8px;
|
|
31553
|
-
border-radius: 3px;
|
|
31554
|
-
}
|
|
31555
|
-
|
|
31556
|
-
.E_l1270xpg {
|
|
31557
|
-
padding: 3px 8px;
|
|
31558
|
-
border-radius: 2px;
|
|
31559
|
-
}
|
|
31560
|
-
|
|
31561
|
-
.E_t14rextb.ant-tag:hover {
|
|
31562
|
-
opacity: unset;
|
|
31563
|
-
}
|
|
31564
|
-
|
|
31565
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31566
|
-
margin: 0;
|
|
31567
|
-
margin-right: 8px;
|
|
31568
|
-
display: inline-flex;
|
|
31569
|
-
align-items: center;
|
|
31570
|
-
border: none;
|
|
31571
|
-
}
|
|
31572
|
-
|
|
31573
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31574
|
-
width: 16px;
|
|
31575
|
-
height: 16px;
|
|
31576
|
-
color: inherit;
|
|
31577
|
-
margin-left: 4px;
|
|
31578
|
-
opacity: 0.6;
|
|
31579
|
-
display: inline-flex;
|
|
31580
|
-
}
|
|
31581
|
-
|
|
31582
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31583
|
-
opacity: 1;
|
|
31584
|
-
}
|
|
31585
|
-
|
|
31586
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31587
|
-
color: #0080ff;
|
|
31588
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31589
|
-
}
|
|
31590
|
-
|
|
31591
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31592
|
-
color: #f0483e;
|
|
31593
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31594
|
-
}
|
|
31595
|
-
|
|
31596
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31597
|
-
color: #e07f00;
|
|
31598
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31599
|
-
}
|
|
31600
|
-
|
|
31601
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31602
|
-
color: #008f4c;
|
|
31603
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31604
|
-
}
|
|
31605
|
-
|
|
31606
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31607
|
-
color: #1d326c;
|
|
31608
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31609
|
-
}
|
|
31610
|
-
|
|
31611
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31612
|
-
color: #7E41FF;
|
|
31613
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
31614
|
-
}
|
|
31615
|
-
|
|
31616
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31617
|
-
color: #fff;
|
|
31618
|
-
}
|
|
31619
|
-
|
|
31620
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31621
|
-
background-color: #f0483e;
|
|
31622
|
-
}
|
|
31623
|
-
|
|
31624
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31625
|
-
background-color: #fea008;
|
|
31626
|
-
}
|
|
31627
|
-
|
|
31628
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31629
|
-
background-color: #00ba5d;
|
|
31630
|
-
}
|
|
31631
|
-
|
|
31632
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31633
|
-
background-color: #0080ff;
|
|
31634
|
-
}
|
|
31635
|
-
|
|
31636
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31637
|
-
background-color: #6b7d99;
|
|
31638
|
-
}
|
|
31639
|
-
|
|
31640
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31641
|
-
background-color: #7E41FF;
|
|
31642
|
-
}
|
|
31643
|
-
|
|
31644
|
-
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31645
|
-
border-radius: 6px;
|
|
31646
|
-
}
|
|
31647
|
-
|
|
31648
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
31649
|
-
width: 100%;
|
|
31650
|
-
color: #2d3a56;
|
|
31651
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
31652
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31653
|
-
font-size: 13px;
|
|
31654
|
-
}
|
|
31655
|
-
|
|
31656
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31657
|
-
height: 30px;
|
|
31658
|
-
}
|
|
31659
|
-
|
|
31660
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31661
|
-
height: 38px;
|
|
31662
|
-
font-size: 13px;
|
|
31663
|
-
}
|
|
31664
|
-
|
|
31665
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31666
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31667
|
-
transition: 160ms ease;
|
|
31668
|
-
}
|
|
31669
|
-
|
|
31670
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31671
|
-
color: #0080ff;
|
|
31672
|
-
}
|
|
31673
|
-
|
|
31674
|
-
.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 {
|
|
31675
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31676
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31677
|
-
}
|
|
31678
|
-
|
|
31679
|
-
.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 {
|
|
31680
|
-
color: #0080ff;
|
|
31681
|
-
}
|
|
31682
|
-
|
|
31683
|
-
.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 {
|
|
31684
|
-
border-color: #0080ff;
|
|
31685
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31686
|
-
}
|
|
31687
|
-
|
|
31688
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31689
|
-
transform: rotate(180deg);
|
|
31690
|
-
}
|
|
31691
|
-
|
|
31692
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31693
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31694
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31695
|
-
cursor: "not-allowed";
|
|
31696
|
-
}
|
|
31697
|
-
|
|
31698
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31699
|
-
border-color: #f0483e !important;
|
|
31700
|
-
}
|
|
31701
|
-
|
|
31702
|
-
.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 {
|
|
31703
|
-
color: #1d326c;
|
|
31704
|
-
}
|
|
31705
|
-
|
|
31706
|
-
.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 {
|
|
31707
|
-
border-color: #0080ff;
|
|
31708
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31709
|
-
}
|
|
31710
|
-
|
|
31711
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31712
|
-
transform: rotate(180deg);
|
|
31713
|
-
}
|
|
31714
|
-
|
|
31715
31604
|
.E_cnujxq2 {
|
|
31716
31605
|
display: flex;
|
|
31717
31606
|
flex-direction: column;
|
|
@@ -32500,212 +32389,52 @@ input.E_rf8rlle.ant-input {
|
|
|
32500
32389
|
display: inline-block;
|
|
32501
32390
|
}
|
|
32502
32391
|
|
|
32503
|
-
.
|
|
32504
|
-
|
|
32505
|
-
|
|
32506
|
-
|
|
32507
|
-
|
|
32508
|
-
|
|
32509
|
-
line-height: 18px;
|
|
32510
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32511
|
-
height: 34px;
|
|
32512
|
-
min-height: 34px;
|
|
32513
|
-
box-sizing: border-box;
|
|
32514
|
-
margin-top: 8px;
|
|
32392
|
+
.E_dsnbhzf {
|
|
32393
|
+
font-family: Inter;
|
|
32394
|
+
font-style: normal;
|
|
32395
|
+
font-weight: bold;
|
|
32396
|
+
font-size: 32px;
|
|
32397
|
+
line-height: 40px;
|
|
32515
32398
|
}
|
|
32516
32399
|
|
|
32517
|
-
.
|
|
32518
|
-
|
|
32519
|
-
|
|
32520
|
-
|
|
32521
|
-
|
|
32522
|
-
|
|
32400
|
+
.E_d1mvo22k {
|
|
32401
|
+
font-family: Inter;
|
|
32402
|
+
font-style: normal;
|
|
32403
|
+
font-weight: bold;
|
|
32404
|
+
font-size: 24px;
|
|
32405
|
+
line-height: 32px;
|
|
32523
32406
|
}
|
|
32524
32407
|
|
|
32525
|
-
.
|
|
32526
|
-
|
|
32408
|
+
.E_d1b444tr {
|
|
32409
|
+
font-family: Inter;
|
|
32410
|
+
font-style: normal;
|
|
32411
|
+
font-weight: normal;
|
|
32412
|
+
font-size: 32px;
|
|
32413
|
+
line-height: 40px;
|
|
32527
32414
|
}
|
|
32528
32415
|
|
|
32529
|
-
.
|
|
32530
|
-
|
|
32416
|
+
.E_dvs0kue {
|
|
32417
|
+
font-family: Inter;
|
|
32418
|
+
font-style: normal;
|
|
32419
|
+
font-weight: bold;
|
|
32420
|
+
font-size: 20px;
|
|
32421
|
+
line-height: 24px;
|
|
32531
32422
|
}
|
|
32532
32423
|
|
|
32533
|
-
.
|
|
32534
|
-
|
|
32424
|
+
.E_d1hcbfcq {
|
|
32425
|
+
font-family: Inter;
|
|
32426
|
+
font-style: normal;
|
|
32427
|
+
font-weight: normal;
|
|
32428
|
+
font-size: 20px;
|
|
32429
|
+
line-height: 24px;
|
|
32535
32430
|
}
|
|
32536
32431
|
|
|
32537
|
-
.
|
|
32538
|
-
|
|
32539
|
-
|
|
32540
|
-
|
|
32541
|
-
|
|
32542
|
-
|
|
32543
|
-
}
|
|
32544
|
-
|
|
32545
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
32546
|
-
background: rgba(0, 136, 255, 0.16);
|
|
32547
|
-
}
|
|
32548
|
-
|
|
32549
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
32550
|
-
color: #0080ff;
|
|
32551
|
-
}
|
|
32552
|
-
|
|
32553
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
32554
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32555
|
-
color: #0080ff;
|
|
32556
|
-
}
|
|
32557
|
-
|
|
32558
|
-
.E_o1ifxsq4 {
|
|
32559
|
-
display: flex;
|
|
32560
|
-
justify-content: space-between;
|
|
32561
|
-
height: 20px;
|
|
32562
|
-
line-height: 20px;
|
|
32563
|
-
}
|
|
32564
|
-
|
|
32565
|
-
.E_o1ifxsq4 .timezone-title {
|
|
32566
|
-
color: #2d3a56;
|
|
32567
|
-
overflow: hidden;
|
|
32568
|
-
text-overflow: ellipsis;
|
|
32569
|
-
}
|
|
32570
|
-
|
|
32571
|
-
.E_o1zue7 {
|
|
32572
|
-
display: flex;
|
|
32573
|
-
justify-content: space-between;
|
|
32574
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32575
|
-
height: 18px;
|
|
32576
|
-
line-height: 18px;
|
|
32577
|
-
margin-top: 2px;
|
|
32578
|
-
}
|
|
32579
|
-
|
|
32580
|
-
.E_tyfmlxg {
|
|
32581
|
-
border: none;
|
|
32582
|
-
margin-right: 0;
|
|
32583
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32584
|
-
}
|
|
32585
|
-
|
|
32586
|
-
.E_o18uybox {
|
|
32587
|
-
pointer-events: none;
|
|
32588
|
-
height: 32px;
|
|
32589
|
-
width: 100%;
|
|
32590
|
-
opacity: 0;
|
|
32591
|
-
}
|
|
32592
|
-
|
|
32593
|
-
.E_c1yyuluq {
|
|
32594
|
-
border-radius: 8px;
|
|
32595
|
-
}
|
|
32596
|
-
|
|
32597
|
-
.E_c1yyuluq .ant-card-body {
|
|
32598
|
-
padding: 20px 24px 24px 24px;
|
|
32599
|
-
}
|
|
32600
|
-
|
|
32601
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
32602
|
-
border: 0px;
|
|
32603
|
-
background-color: #fff;
|
|
32604
|
-
}
|
|
32605
|
-
|
|
32606
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32607
|
-
padding-top: 0px;
|
|
32608
|
-
padding-bottom: 0px;
|
|
32609
|
-
padding-left: 0px !important;
|
|
32610
|
-
padding-right: 24px;
|
|
32611
|
-
}
|
|
32612
|
-
|
|
32613
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32614
|
-
right: 0px;
|
|
32615
|
-
}
|
|
32616
|
-
|
|
32617
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32618
|
-
padding: 0px;
|
|
32619
|
-
}
|
|
32620
|
-
|
|
32621
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32622
|
-
padding-right: 0px;
|
|
32623
|
-
cursor: default;
|
|
32624
|
-
}
|
|
32625
|
-
|
|
32626
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
32627
|
-
display: inline-flex;
|
|
32628
|
-
align-items: center;
|
|
32629
|
-
justify-content: center;
|
|
32630
|
-
color: #fff;
|
|
32631
|
-
font-weight: bold;
|
|
32632
|
-
font-size: 12px;
|
|
32633
|
-
width: 24px;
|
|
32634
|
-
height: 24px;
|
|
32635
|
-
border-radius: 50%;
|
|
32636
|
-
background: var(--a1b5xrg3-0);
|
|
32637
|
-
}
|
|
32638
|
-
|
|
32639
|
-
.E_a1b5xrg3.btn-item {
|
|
32640
|
-
transition: all 160ms ease;
|
|
32641
|
-
cursor: pointer;
|
|
32642
|
-
width: 56px;
|
|
32643
|
-
height: 40px;
|
|
32644
|
-
display: inline-flex;
|
|
32645
|
-
align-items: center;
|
|
32646
|
-
justify-content: center;
|
|
32647
|
-
border-radius: 6px;
|
|
32648
|
-
}
|
|
32649
|
-
|
|
32650
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32651
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32652
|
-
}
|
|
32653
|
-
|
|
32654
|
-
.E_a1b5xrg3.btn-item:active {
|
|
32655
|
-
transform: translateY(2px);
|
|
32656
|
-
transition: all 320ms ease;
|
|
32657
|
-
}
|
|
32658
|
-
|
|
32659
|
-
.E_m196gn1d {
|
|
32660
|
-
min-width: 1280px;
|
|
32661
|
-
}
|
|
32662
|
-
|
|
32663
|
-
.E_dsnbhzf {
|
|
32664
|
-
font-family: Inter;
|
|
32665
|
-
font-style: normal;
|
|
32666
|
-
font-weight: bold;
|
|
32667
|
-
font-size: 32px;
|
|
32668
|
-
line-height: 40px;
|
|
32669
|
-
}
|
|
32670
|
-
|
|
32671
|
-
.E_d1mvo22k {
|
|
32672
|
-
font-family: Inter;
|
|
32673
|
-
font-style: normal;
|
|
32674
|
-
font-weight: bold;
|
|
32675
|
-
font-size: 24px;
|
|
32676
|
-
line-height: 32px;
|
|
32677
|
-
}
|
|
32678
|
-
|
|
32679
|
-
.E_d1b444tr {
|
|
32680
|
-
font-family: Inter;
|
|
32681
|
-
font-style: normal;
|
|
32682
|
-
font-weight: normal;
|
|
32683
|
-
font-size: 32px;
|
|
32684
|
-
line-height: 40px;
|
|
32685
|
-
}
|
|
32686
|
-
|
|
32687
|
-
.E_dvs0kue {
|
|
32688
|
-
font-family: Inter;
|
|
32689
|
-
font-style: normal;
|
|
32690
|
-
font-weight: bold;
|
|
32691
|
-
font-size: 20px;
|
|
32692
|
-
line-height: 24px;
|
|
32693
|
-
}
|
|
32694
|
-
|
|
32695
|
-
.E_d1hcbfcq {
|
|
32696
|
-
font-family: Inter;
|
|
32697
|
-
font-style: normal;
|
|
32698
|
-
font-weight: normal;
|
|
32699
|
-
font-size: 20px;
|
|
32700
|
-
line-height: 24px;
|
|
32701
|
-
}
|
|
32702
|
-
|
|
32703
|
-
.E_d1cz922v {
|
|
32704
|
-
font-family: Inter;
|
|
32705
|
-
font-style: normal;
|
|
32706
|
-
font-weight: bold;
|
|
32707
|
-
font-size: 18px;
|
|
32708
|
-
line-height: 22px;
|
|
32432
|
+
.E_d1cz922v {
|
|
32433
|
+
font-family: Inter;
|
|
32434
|
+
font-style: normal;
|
|
32435
|
+
font-weight: bold;
|
|
32436
|
+
font-size: 18px;
|
|
32437
|
+
line-height: 22px;
|
|
32709
32438
|
}
|
|
32710
32439
|
|
|
32711
32440
|
.E_d3nzbrm {
|
|
@@ -33135,81 +32864,320 @@ input.E_rf8rlle.ant-input {
|
|
|
33135
32864
|
line-height: 12px;
|
|
33136
32865
|
}
|
|
33137
32866
|
|
|
33138
|
-
.
|
|
33139
|
-
|
|
33140
|
-
background-color: unset;
|
|
33141
|
-
padding: unset;
|
|
32867
|
+
.E_tju3gfj .date {
|
|
32868
|
+
margin-right: 4px;
|
|
33142
32869
|
}
|
|
33143
32870
|
|
|
33144
|
-
.
|
|
33145
|
-
|
|
33146
|
-
|
|
33147
|
-
border-radius: 6px;
|
|
33148
|
-
padding: 4px;
|
|
32871
|
+
.E_s1sck0th {
|
|
32872
|
+
padding: 0 8px;
|
|
32873
|
+
border-radius: 4px;
|
|
33149
32874
|
}
|
|
33150
32875
|
|
|
33151
|
-
.
|
|
33152
|
-
|
|
32876
|
+
.E_m855nr1 {
|
|
32877
|
+
padding: 2px 8px;
|
|
32878
|
+
border-radius: 3px;
|
|
33153
32879
|
}
|
|
33154
32880
|
|
|
33155
|
-
.
|
|
33156
|
-
|
|
32881
|
+
.E_l1270xpg {
|
|
32882
|
+
padding: 3px 8px;
|
|
32883
|
+
border-radius: 2px;
|
|
33157
32884
|
}
|
|
33158
32885
|
|
|
33159
|
-
.
|
|
33160
|
-
|
|
33161
|
-
align-items: center;
|
|
32886
|
+
.E_t14rextb.ant-tag:hover {
|
|
32887
|
+
opacity: unset;
|
|
33162
32888
|
}
|
|
33163
32889
|
|
|
33164
|
-
.
|
|
33165
|
-
|
|
33166
|
-
|
|
33167
|
-
|
|
33168
|
-
color: #0080ff;
|
|
33169
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33170
|
-
display: flex;
|
|
32890
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32891
|
+
margin: 0;
|
|
32892
|
+
margin-right: 8px;
|
|
32893
|
+
display: inline-flex;
|
|
33171
32894
|
align-items: center;
|
|
33172
|
-
|
|
33173
|
-
margin-right: 6px;
|
|
32895
|
+
border: none;
|
|
33174
32896
|
}
|
|
33175
32897
|
|
|
33176
|
-
.
|
|
33177
|
-
|
|
32898
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32899
|
+
width: 16px;
|
|
32900
|
+
height: 16px;
|
|
32901
|
+
color: inherit;
|
|
32902
|
+
margin-left: 4px;
|
|
32903
|
+
opacity: 0.6;
|
|
32904
|
+
display: inline-flex;
|
|
33178
32905
|
}
|
|
33179
32906
|
|
|
33180
|
-
.
|
|
33181
|
-
|
|
32907
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32908
|
+
opacity: 1;
|
|
33182
32909
|
}
|
|
33183
32910
|
|
|
33184
|
-
.
|
|
33185
|
-
|
|
32911
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32912
|
+
color: #0080ff;
|
|
32913
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33186
32914
|
}
|
|
33187
32915
|
|
|
33188
|
-
.
|
|
33189
|
-
|
|
33190
|
-
|
|
33191
|
-
justify-content: space-between;
|
|
32916
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32917
|
+
color: #f0483e;
|
|
32918
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33192
32919
|
}
|
|
33193
32920
|
|
|
33194
|
-
.
|
|
33195
|
-
color:
|
|
33196
|
-
|
|
32921
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32922
|
+
color: #e07f00;
|
|
32923
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
33197
32924
|
}
|
|
33198
32925
|
|
|
33199
|
-
.
|
|
33200
|
-
|
|
33201
|
-
|
|
33202
|
-
justify-content: center;
|
|
33203
|
-
align-items: center;
|
|
33204
|
-
height: 240px;
|
|
33205
|
-
width: 432px;
|
|
32926
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32927
|
+
color: #008f4c;
|
|
32928
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33206
32929
|
}
|
|
33207
32930
|
|
|
33208
|
-
.
|
|
33209
|
-
|
|
33210
|
-
|
|
33211
|
-
|
|
33212
|
-
|
|
32931
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32932
|
+
color: #1d326c;
|
|
32933
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32934
|
+
}
|
|
32935
|
+
|
|
32936
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32937
|
+
color: #7E41FF;
|
|
32938
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32939
|
+
}
|
|
32940
|
+
|
|
32941
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32942
|
+
color: #fff;
|
|
32943
|
+
}
|
|
32944
|
+
|
|
32945
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32946
|
+
background-color: #f0483e;
|
|
32947
|
+
}
|
|
32948
|
+
|
|
32949
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32950
|
+
background-color: #fea008;
|
|
32951
|
+
}
|
|
32952
|
+
|
|
32953
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32954
|
+
background-color: #00ba5d;
|
|
32955
|
+
}
|
|
32956
|
+
|
|
32957
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32958
|
+
background-color: #0080ff;
|
|
32959
|
+
}
|
|
32960
|
+
|
|
32961
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32962
|
+
background-color: #6b7d99;
|
|
32963
|
+
}
|
|
32964
|
+
|
|
32965
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32966
|
+
background-color: #7E41FF;
|
|
32967
|
+
}
|
|
32968
|
+
|
|
32969
|
+
.E_s1dni7lo {
|
|
32970
|
+
width: 430px !important;
|
|
32971
|
+
}
|
|
32972
|
+
|
|
32973
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
32974
|
+
padding: 8px 16px;
|
|
32975
|
+
line-height: 18px;
|
|
32976
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32977
|
+
height: 34px;
|
|
32978
|
+
min-height: 34px;
|
|
32979
|
+
box-sizing: border-box;
|
|
32980
|
+
margin-top: 8px;
|
|
32981
|
+
}
|
|
32982
|
+
|
|
32983
|
+
.E_o1ugr09p {
|
|
32984
|
+
display: flex;
|
|
32985
|
+
flex-direction: column;
|
|
32986
|
+
margin: 1px 8px;
|
|
32987
|
+
padding: 8px;
|
|
32988
|
+
border-radius: 4px;
|
|
32989
|
+
}
|
|
32990
|
+
|
|
32991
|
+
.E_o1ugr09p .selected-icon {
|
|
32992
|
+
display: none;
|
|
32993
|
+
}
|
|
32994
|
+
|
|
32995
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
32996
|
+
padding-left: 8px;
|
|
32997
|
+
}
|
|
32998
|
+
|
|
32999
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
33000
|
+
background-color: white;
|
|
33001
|
+
}
|
|
33002
|
+
|
|
33003
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
33004
|
+
color: #0080ff;
|
|
33005
|
+
}
|
|
33006
|
+
|
|
33007
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
33008
|
+
display: block;
|
|
33009
|
+
}
|
|
33010
|
+
|
|
33011
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
33012
|
+
background: rgba(0, 136, 255, 0.16);
|
|
33013
|
+
}
|
|
33014
|
+
|
|
33015
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
33016
|
+
color: #0080ff;
|
|
33017
|
+
}
|
|
33018
|
+
|
|
33019
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
33020
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33021
|
+
color: #0080ff;
|
|
33022
|
+
}
|
|
33023
|
+
|
|
33024
|
+
.E_o1ifxsq4 {
|
|
33025
|
+
display: flex;
|
|
33026
|
+
justify-content: space-between;
|
|
33027
|
+
height: 20px;
|
|
33028
|
+
line-height: 20px;
|
|
33029
|
+
}
|
|
33030
|
+
|
|
33031
|
+
.E_o1ifxsq4 .timezone-title {
|
|
33032
|
+
color: #2d3a56;
|
|
33033
|
+
overflow: hidden;
|
|
33034
|
+
text-overflow: ellipsis;
|
|
33035
|
+
}
|
|
33036
|
+
|
|
33037
|
+
.E_o1zue7 {
|
|
33038
|
+
display: flex;
|
|
33039
|
+
justify-content: space-between;
|
|
33040
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33041
|
+
height: 18px;
|
|
33042
|
+
line-height: 18px;
|
|
33043
|
+
margin-top: 2px;
|
|
33044
|
+
}
|
|
33045
|
+
|
|
33046
|
+
.E_tyfmlxg {
|
|
33047
|
+
border: none;
|
|
33048
|
+
margin-right: 0;
|
|
33049
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33050
|
+
}
|
|
33051
|
+
|
|
33052
|
+
.E_o18uybox {
|
|
33053
|
+
pointer-events: none;
|
|
33054
|
+
height: 32px;
|
|
33055
|
+
width: 100%;
|
|
33056
|
+
opacity: 0;
|
|
33057
|
+
}
|
|
33058
|
+
|
|
33059
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
33060
|
+
display: none;
|
|
33061
|
+
}
|
|
33062
|
+
|
|
33063
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
33064
|
+
background: rgba(23, 38, 64, 0.8);
|
|
33065
|
+
border-radius: 4px;
|
|
33066
|
+
}
|
|
33067
|
+
|
|
33068
|
+
.E_c1yyuluq {
|
|
33069
|
+
border-radius: 8px;
|
|
33070
|
+
}
|
|
33071
|
+
|
|
33072
|
+
.E_c1yyuluq .ant-card-body {
|
|
33073
|
+
padding: 20px 24px 24px 24px;
|
|
33074
|
+
}
|
|
33075
|
+
|
|
33076
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
33077
|
+
border: 0px;
|
|
33078
|
+
background-color: #fff;
|
|
33079
|
+
}
|
|
33080
|
+
|
|
33081
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
33082
|
+
padding-top: 0px;
|
|
33083
|
+
padding-bottom: 0px;
|
|
33084
|
+
padding-left: 0px !important;
|
|
33085
|
+
padding-right: 24px;
|
|
33086
|
+
}
|
|
33087
|
+
|
|
33088
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
33089
|
+
right: 0px;
|
|
33090
|
+
}
|
|
33091
|
+
|
|
33092
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
33093
|
+
padding: 0px;
|
|
33094
|
+
}
|
|
33095
|
+
|
|
33096
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
33097
|
+
padding-right: 0px;
|
|
33098
|
+
cursor: default;
|
|
33099
|
+
}
|
|
33100
|
+
|
|
33101
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
33102
|
+
display: inline-flex;
|
|
33103
|
+
align-items: center;
|
|
33104
|
+
justify-content: center;
|
|
33105
|
+
color: #fff;
|
|
33106
|
+
font-weight: bold;
|
|
33107
|
+
font-size: 12px;
|
|
33108
|
+
width: 24px;
|
|
33109
|
+
height: 24px;
|
|
33110
|
+
border-radius: 50%;
|
|
33111
|
+
background: var(--a1b5xrg3-0);
|
|
33112
|
+
}
|
|
33113
|
+
|
|
33114
|
+
.E_a1b5xrg3.btn-item {
|
|
33115
|
+
transition: all 160ms ease;
|
|
33116
|
+
cursor: pointer;
|
|
33117
|
+
width: 56px;
|
|
33118
|
+
height: 40px;
|
|
33119
|
+
display: inline-flex;
|
|
33120
|
+
align-items: center;
|
|
33121
|
+
justify-content: center;
|
|
33122
|
+
border-radius: 6px;
|
|
33123
|
+
}
|
|
33124
|
+
|
|
33125
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
33126
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33127
|
+
}
|
|
33128
|
+
|
|
33129
|
+
.E_a1b5xrg3.btn-item:active {
|
|
33130
|
+
transform: translateY(2px);
|
|
33131
|
+
transition: all 320ms ease;
|
|
33132
|
+
}
|
|
33133
|
+
|
|
33134
|
+
.E_m196gn1d {
|
|
33135
|
+
min-width: 1280px;
|
|
33136
|
+
}
|
|
33137
|
+
|
|
33138
|
+
.E_h1ol2wl7 {
|
|
33139
|
+
font-weight: bold;
|
|
33140
|
+
background-color: unset;
|
|
33141
|
+
padding: unset;
|
|
33142
|
+
}
|
|
33143
|
+
|
|
33144
|
+
.E_hrhfj7c {
|
|
33145
|
+
display: none;
|
|
33146
|
+
}
|
|
33147
|
+
|
|
33148
|
+
.E_dt9qoak .bottom {
|
|
33149
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33150
|
+
}
|
|
33151
|
+
|
|
33152
|
+
.E_dt9qoak .left {
|
|
33153
|
+
min-width: 0;
|
|
33154
|
+
}
|
|
33155
|
+
|
|
33156
|
+
.E_crhnxq5 {
|
|
33157
|
+
display: flex;
|
|
33158
|
+
flex-direction: row;
|
|
33159
|
+
justify-content: space-between;
|
|
33160
|
+
}
|
|
33161
|
+
|
|
33162
|
+
.E_crhnxq5 .label {
|
|
33163
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33164
|
+
font-weight: 400;
|
|
33165
|
+
}
|
|
33166
|
+
|
|
33167
|
+
.E_c1iq43vd {
|
|
33168
|
+
display: flex;
|
|
33169
|
+
flex-direction: column;
|
|
33170
|
+
justify-content: center;
|
|
33171
|
+
align-items: center;
|
|
33172
|
+
height: 240px;
|
|
33173
|
+
width: 432px;
|
|
33174
|
+
}
|
|
33175
|
+
|
|
33176
|
+
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
33177
|
+
border-radius: 0px;
|
|
33178
|
+
box-shadow: unset;
|
|
33179
|
+
border: 0;
|
|
33180
|
+
border-bottom: 1px solid #e4e9f2;
|
|
33213
33181
|
}
|
|
33214
33182
|
|
|
33215
33183
|
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
@@ -33431,12 +33399,44 @@ input.E_rf8rlle.ant-input {
|
|
|
33431
33399
|
font-size: 14px;
|
|
33432
33400
|
}
|
|
33433
33401
|
|
|
33434
|
-
.
|
|
33435
|
-
height: 100%;
|
|
33436
|
-
width: 100%;
|
|
33402
|
+
.E_ryby9ds {
|
|
33437
33403
|
display: flex;
|
|
33438
|
-
|
|
33439
|
-
|
|
33404
|
+
align-items: center;
|
|
33405
|
+
}
|
|
33406
|
+
|
|
33407
|
+
.E_ryby9ds .order {
|
|
33408
|
+
height: 24px;
|
|
33409
|
+
width: 24px;
|
|
33410
|
+
border-radius: 20px;
|
|
33411
|
+
color: #0080ff;
|
|
33412
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33413
|
+
display: flex;
|
|
33414
|
+
align-items: center;
|
|
33415
|
+
justify-content: center;
|
|
33416
|
+
margin-right: 6px;
|
|
33417
|
+
}
|
|
33418
|
+
|
|
33419
|
+
.E_suhck3k {
|
|
33420
|
+
height: 24px;
|
|
33421
|
+
width: 24px;
|
|
33422
|
+
border-radius: 6px;
|
|
33423
|
+
padding: 4px;
|
|
33424
|
+
}
|
|
33425
|
+
|
|
33426
|
+
.E_suhck3k:hover {
|
|
33427
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33428
|
+
}
|
|
33429
|
+
|
|
33430
|
+
.E_suhck3k:hover svg path {
|
|
33431
|
+
fill: blue;
|
|
33432
|
+
}
|
|
33433
|
+
|
|
33434
|
+
.E_c1kchka8 {
|
|
33435
|
+
height: 100%;
|
|
33436
|
+
width: 100%;
|
|
33437
|
+
display: flex;
|
|
33438
|
+
flex-direction: column;
|
|
33439
|
+
background: #fff;
|
|
33440
33440
|
overflow: auto;
|
|
33441
33441
|
}
|
|
33442
33442
|
|
|
@@ -34271,55 +34271,43 @@ input.E_rf8rlle.ant-input {
|
|
|
34271
34271
|
font-size: 0;
|
|
34272
34272
|
}
|
|
34273
34273
|
|
|
34274
|
-
.
|
|
34275
|
-
|
|
34274
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34275
|
+
margin-right: 2px;
|
|
34276
34276
|
}
|
|
34277
34277
|
|
|
34278
|
-
.
|
|
34279
|
-
|
|
34280
|
-
padding:
|
|
34281
|
-
display: flex;
|
|
34282
|
-
justify-content: space-between;
|
|
34283
|
-
align-items: center;
|
|
34278
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34279
|
+
padding-left: 8px;
|
|
34280
|
+
padding-right: 8px;
|
|
34284
34281
|
}
|
|
34285
34282
|
|
|
34286
|
-
.
|
|
34287
|
-
|
|
34283
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34284
|
+
border-radius: 4px;
|
|
34288
34285
|
}
|
|
34289
34286
|
|
|
34290
|
-
.
|
|
34291
|
-
|
|
34292
|
-
color: #00122e;
|
|
34287
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34288
|
+
border-radius: 4px;
|
|
34293
34289
|
}
|
|
34294
34290
|
|
|
34295
|
-
.
|
|
34296
|
-
|
|
34297
|
-
|
|
34291
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
34292
|
+
padding-left: 12px;
|
|
34293
|
+
padding-right: 12px;
|
|
34298
34294
|
}
|
|
34299
34295
|
|
|
34300
|
-
.
|
|
34301
|
-
|
|
34296
|
+
.E_ckld275 {
|
|
34297
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34302
34298
|
}
|
|
34303
34299
|
|
|
34304
|
-
.
|
|
34305
|
-
|
|
34306
|
-
|
|
34300
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34301
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
34302
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34307
34303
|
}
|
|
34308
34304
|
|
|
34309
|
-
.
|
|
34310
|
-
|
|
34311
|
-
align-items: center;
|
|
34312
|
-
user-select: none;
|
|
34313
|
-
flex-grow: 1;
|
|
34314
|
-
font-size: 12px;
|
|
34315
|
-
line-height: 18px;
|
|
34316
|
-
color: #2d3a56;
|
|
34317
|
-
font-weight: 700;
|
|
34305
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34306
|
+
background-color: transparent;
|
|
34318
34307
|
}
|
|
34319
34308
|
|
|
34320
|
-
.
|
|
34321
|
-
|
|
34322
|
-
margin-right: 2px;
|
|
34309
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34310
|
+
background-color: transparent;
|
|
34323
34311
|
}
|
|
34324
34312
|
|
|
34325
34313
|
.E_b14q2gmw {
|
|
@@ -34341,43 +34329,55 @@ input.E_rf8rlle.ant-input {
|
|
|
34341
34329
|
transform: translateY(-4px);
|
|
34342
34330
|
}
|
|
34343
34331
|
|
|
34344
|
-
.
|
|
34345
|
-
|
|
34332
|
+
.E_c1yd35n {
|
|
34333
|
+
padding: 0 12px 14px 12px;
|
|
34346
34334
|
}
|
|
34347
34335
|
|
|
34348
|
-
.
|
|
34349
|
-
|
|
34350
|
-
padding
|
|
34336
|
+
.E_c1kghdax {
|
|
34337
|
+
color: #2d3a56;
|
|
34338
|
+
padding: 7px 12px;
|
|
34339
|
+
display: flex;
|
|
34340
|
+
justify-content: space-between;
|
|
34341
|
+
align-items: center;
|
|
34351
34342
|
}
|
|
34352
34343
|
|
|
34353
|
-
.
|
|
34354
|
-
|
|
34344
|
+
.E_c1kghdax.has-arrow {
|
|
34345
|
+
padding-left: 10px;
|
|
34355
34346
|
}
|
|
34356
34347
|
|
|
34357
|
-
.
|
|
34358
|
-
|
|
34348
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34349
|
+
cursor: pointer;
|
|
34350
|
+
color: #00122e;
|
|
34359
34351
|
}
|
|
34360
34352
|
|
|
34361
|
-
.
|
|
34362
|
-
|
|
34363
|
-
|
|
34353
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34354
|
+
color: #2d3a56;
|
|
34355
|
+
font-weight: 600;
|
|
34364
34356
|
}
|
|
34365
34357
|
|
|
34366
|
-
.
|
|
34367
|
-
|
|
34358
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34359
|
+
transform: rotate(90deg);
|
|
34368
34360
|
}
|
|
34369
34361
|
|
|
34370
|
-
.
|
|
34371
|
-
|
|
34372
|
-
|
|
34362
|
+
.E_c1kghdax .sub-info {
|
|
34363
|
+
font-size: 12px;
|
|
34364
|
+
line-height: 18px;
|
|
34373
34365
|
}
|
|
34374
34366
|
|
|
34375
|
-
.
|
|
34376
|
-
|
|
34367
|
+
.E_c1kghdax .title-wrapper {
|
|
34368
|
+
display: flex;
|
|
34369
|
+
align-items: center;
|
|
34370
|
+
user-select: none;
|
|
34371
|
+
flex-grow: 1;
|
|
34372
|
+
font-size: 12px;
|
|
34373
|
+
line-height: 18px;
|
|
34374
|
+
color: #2d3a56;
|
|
34375
|
+
font-weight: 700;
|
|
34377
34376
|
}
|
|
34378
34377
|
|
|
34379
|
-
.
|
|
34380
|
-
|
|
34378
|
+
.E_c1kghdax .collapse-arrow {
|
|
34379
|
+
transition: all 50ms ease-out 0ms;
|
|
34380
|
+
margin-right: 2px;
|
|
34381
34381
|
}
|
|
34382
34382
|
|
|
34383
34383
|
.E_ckui4s7 {
|
|
@@ -34485,55 +34485,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34485
34485
|
column-gap: var(--a1ji6r68-0);
|
|
34486
34486
|
}
|
|
34487
34487
|
|
|
34488
|
-
.E_lht19u8 {
|
|
34489
|
-
width: 64px;
|
|
34490
|
-
height: 64px;
|
|
34491
|
-
display: flex;
|
|
34492
|
-
align-items: center;
|
|
34493
|
-
justify-content: center;
|
|
34494
|
-
position: relative;
|
|
34495
|
-
opacity: 0.2;
|
|
34496
|
-
}
|
|
34497
|
-
|
|
34498
|
-
.E_lk3gkp4 {
|
|
34499
|
-
position: absolute;
|
|
34500
|
-
width: 5px;
|
|
34501
|
-
height: 48px;
|
|
34502
|
-
left: 9.33px;
|
|
34503
|
-
top: 40.5px;
|
|
34504
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34505
|
-
border-radius: 5px;
|
|
34506
|
-
transform: rotate(-128deg);
|
|
34507
|
-
transform-origin: top left;
|
|
34508
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34509
|
-
}
|
|
34510
|
-
|
|
34511
|
-
.E_ll4n94n {
|
|
34512
|
-
position: absolute;
|
|
34513
|
-
width: 5px;
|
|
34514
|
-
height: 48px;
|
|
34515
|
-
left: 40.8px;
|
|
34516
|
-
top: 8.4px;
|
|
34517
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34518
|
-
border-radius: 5px;
|
|
34519
|
-
transform: rotate(-8deg);
|
|
34520
|
-
transform-origin: top left;
|
|
34521
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34522
|
-
}
|
|
34523
|
-
|
|
34524
|
-
.E_l17lbdo6 {
|
|
34525
|
-
position: absolute;
|
|
34526
|
-
width: 5px;
|
|
34527
|
-
height: 48px;
|
|
34528
|
-
left: 52.9px;
|
|
34529
|
-
top: 51.8px;
|
|
34530
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34531
|
-
border-radius: 5px;
|
|
34532
|
-
transform: rotate(112deg);
|
|
34533
|
-
transform-origin: top left;
|
|
34534
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34535
|
-
}
|
|
34536
|
-
|
|
34537
34488
|
.E_msn7nxt {
|
|
34538
34489
|
color: rgba(44, 56, 82, 0.6);
|
|
34539
34490
|
text-align: center;
|
|
@@ -34718,6 +34669,55 @@ input.E_rf8rlle.ant-input {
|
|
|
34718
34669
|
margin-left: 8px;
|
|
34719
34670
|
}
|
|
34720
34671
|
|
|
34672
|
+
.E_lht19u8 {
|
|
34673
|
+
width: 64px;
|
|
34674
|
+
height: 64px;
|
|
34675
|
+
display: flex;
|
|
34676
|
+
align-items: center;
|
|
34677
|
+
justify-content: center;
|
|
34678
|
+
position: relative;
|
|
34679
|
+
opacity: 0.2;
|
|
34680
|
+
}
|
|
34681
|
+
|
|
34682
|
+
.E_lk3gkp4 {
|
|
34683
|
+
position: absolute;
|
|
34684
|
+
width: 5px;
|
|
34685
|
+
height: 48px;
|
|
34686
|
+
left: 9.33px;
|
|
34687
|
+
top: 40.5px;
|
|
34688
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34689
|
+
border-radius: 5px;
|
|
34690
|
+
transform: rotate(-128deg);
|
|
34691
|
+
transform-origin: top left;
|
|
34692
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34693
|
+
}
|
|
34694
|
+
|
|
34695
|
+
.E_ll4n94n {
|
|
34696
|
+
position: absolute;
|
|
34697
|
+
width: 5px;
|
|
34698
|
+
height: 48px;
|
|
34699
|
+
left: 40.8px;
|
|
34700
|
+
top: 8.4px;
|
|
34701
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34702
|
+
border-radius: 5px;
|
|
34703
|
+
transform: rotate(-8deg);
|
|
34704
|
+
transform-origin: top left;
|
|
34705
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34706
|
+
}
|
|
34707
|
+
|
|
34708
|
+
.E_l17lbdo6 {
|
|
34709
|
+
position: absolute;
|
|
34710
|
+
width: 5px;
|
|
34711
|
+
height: 48px;
|
|
34712
|
+
left: 52.9px;
|
|
34713
|
+
top: 51.8px;
|
|
34714
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34715
|
+
border-radius: 5px;
|
|
34716
|
+
transform: rotate(112deg);
|
|
34717
|
+
transform-origin: top left;
|
|
34718
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34719
|
+
}
|
|
34720
|
+
|
|
34721
34721
|
.E_w7ob4th.outside-tag {
|
|
34722
34722
|
padding-left: 0;
|
|
34723
34723
|
}
|
|
@@ -34757,469 +34757,517 @@ input.E_rf8rlle.ant-input {
|
|
|
34757
34757
|
white-space: normal;
|
|
34758
34758
|
}
|
|
34759
34759
|
|
|
34760
|
-
.
|
|
34761
|
-
|
|
34762
|
-
|
|
34763
|
-
|
|
34764
|
-
text-overflow: ellipsis;
|
|
34765
|
-
white-space: nowrap;
|
|
34760
|
+
button.E_l48ei06.ant-btn {
|
|
34761
|
+
font-size: 12px;
|
|
34762
|
+
line-height: 18px;
|
|
34763
|
+
height: 18px;
|
|
34766
34764
|
}
|
|
34767
34765
|
|
|
34768
|
-
.
|
|
34769
|
-
color:
|
|
34770
|
-
|
|
34771
|
-
height: 32px;
|
|
34772
|
-
margin-bottom: 0;
|
|
34773
|
-
}
|
|
34774
|
-
|
|
34775
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34776
|
-
color: #0080ff;
|
|
34766
|
+
button.E_l48ei06 {
|
|
34767
|
+
color: #0080FF;
|
|
34768
|
+
height: unset;
|
|
34777
34769
|
}
|
|
34778
34770
|
|
|
34779
|
-
.
|
|
34780
|
-
|
|
34771
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34772
|
+
margin-right: 4px;
|
|
34781
34773
|
}
|
|
34782
34774
|
|
|
34783
|
-
.
|
|
34784
|
-
|
|
34775
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34776
|
+
margin-left: 4px;
|
|
34785
34777
|
}
|
|
34786
34778
|
|
|
34787
|
-
.
|
|
34788
|
-
color: #
|
|
34779
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34780
|
+
color: #009DFF;
|
|
34789
34781
|
}
|
|
34790
34782
|
|
|
34791
|
-
.
|
|
34792
|
-
color:
|
|
34783
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34784
|
+
color: #005ED1;
|
|
34793
34785
|
}
|
|
34794
34786
|
|
|
34795
|
-
.
|
|
34796
|
-
|
|
34797
|
-
color: #00122e;
|
|
34787
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34788
|
+
color: #0080FF;
|
|
34798
34789
|
}
|
|
34799
34790
|
|
|
34800
|
-
.
|
|
34801
|
-
|
|
34802
|
-
margin-right: 6px;
|
|
34791
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34792
|
+
color: #00122E;
|
|
34803
34793
|
}
|
|
34804
34794
|
|
|
34805
|
-
.
|
|
34806
|
-
|
|
34807
|
-
flex: 1;
|
|
34808
|
-
position: relative;
|
|
34809
|
-
top: -7px;
|
|
34795
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34796
|
+
color: #0080FF;
|
|
34810
34797
|
}
|
|
34811
34798
|
|
|
34812
|
-
.
|
|
34813
|
-
|
|
34814
|
-
overflow: hidden;
|
|
34815
|
-
text-overflow: ellipsis;
|
|
34816
|
-
white-space: nowrap;
|
|
34799
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34800
|
+
color: #005ED1;
|
|
34817
34801
|
}
|
|
34818
34802
|
|
|
34819
|
-
.
|
|
34820
|
-
|
|
34821
|
-
border-radius: 8px;
|
|
34822
|
-
overflow: auto;
|
|
34803
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34804
|
+
color: #00122E;
|
|
34823
34805
|
}
|
|
34824
34806
|
|
|
34825
|
-
.
|
|
34826
|
-
|
|
34807
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34808
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34827
34809
|
}
|
|
34828
34810
|
|
|
34829
|
-
.
|
|
34830
|
-
|
|
34831
|
-
top: 0;
|
|
34832
|
-
z-index: 2;
|
|
34833
|
-
display: flex;
|
|
34834
|
-
padding: 8px;
|
|
34835
|
-
flex-wrap: nowrap;
|
|
34836
|
-
justify-content: flex-start;
|
|
34837
|
-
background: #f2f5fa;
|
|
34838
|
-
font-size: 14px;
|
|
34839
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34840
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34811
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34812
|
+
color: #0080FF;
|
|
34841
34813
|
}
|
|
34842
34814
|
|
|
34843
|
-
.
|
|
34844
|
-
|
|
34815
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34816
|
+
color: #005ED1;
|
|
34845
34817
|
}
|
|
34846
34818
|
|
|
34847
|
-
.
|
|
34848
|
-
|
|
34849
|
-
justify-content: flex-start;
|
|
34850
|
-
align-items: flex-start;
|
|
34851
|
-
flex-wrap: wrap;
|
|
34852
|
-
padding: 8px;
|
|
34853
|
-
border: none;
|
|
34819
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34820
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34854
34821
|
}
|
|
34855
34822
|
|
|
34856
|
-
.
|
|
34857
|
-
|
|
34858
|
-
margin: 12px 0 0;
|
|
34859
|
-
order: 99;
|
|
34860
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34823
|
+
.E_tc97u5y {
|
|
34824
|
+
height: 100%;
|
|
34861
34825
|
}
|
|
34862
34826
|
|
|
34863
|
-
.
|
|
34864
|
-
|
|
34865
|
-
flex-basis: 100%;
|
|
34866
|
-
order: 98;
|
|
34867
|
-
margin: 12px 0 0;
|
|
34827
|
+
.E_tfzf37v {
|
|
34828
|
+
height: 100%;
|
|
34868
34829
|
}
|
|
34869
34830
|
|
|
34870
|
-
.
|
|
34871
|
-
|
|
34831
|
+
.E_tfzf37v.empty-table .ant-table-content {
|
|
34832
|
+
overflow: visible !important;
|
|
34833
|
+
height: 100%;
|
|
34872
34834
|
}
|
|
34873
34835
|
|
|
34874
|
-
.
|
|
34875
|
-
|
|
34836
|
+
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
34837
|
+
height: 100%;
|
|
34876
34838
|
}
|
|
34877
34839
|
|
|
34878
|
-
.
|
|
34879
|
-
|
|
34880
|
-
|
|
34840
|
+
.E_tfzf37v.empty-table .ant-table-content table {
|
|
34841
|
+
width: 100% !important;
|
|
34842
|
+
height: 100%;
|
|
34881
34843
|
}
|
|
34882
34844
|
|
|
34883
|
-
.
|
|
34884
|
-
|
|
34885
|
-
margin: 0;
|
|
34845
|
+
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34846
|
+
padding: 15px 0;
|
|
34886
34847
|
}
|
|
34887
34848
|
|
|
34888
|
-
.
|
|
34889
|
-
|
|
34849
|
+
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
34850
|
+
display: none;
|
|
34890
34851
|
}
|
|
34891
34852
|
|
|
34892
|
-
.
|
|
34893
|
-
|
|
34853
|
+
.E_tfzf37v .active-row td:nth-child(1) {
|
|
34854
|
+
font-weight: 700;
|
|
34894
34855
|
}
|
|
34895
34856
|
|
|
34896
|
-
.
|
|
34897
|
-
|
|
34857
|
+
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
34858
|
+
font-weight: 700;
|
|
34898
34859
|
}
|
|
34899
34860
|
|
|
34900
|
-
.
|
|
34901
|
-
|
|
34861
|
+
.E_tfzf37v .ant-spin-nested-loading {
|
|
34862
|
+
height: 100%;
|
|
34902
34863
|
}
|
|
34903
34864
|
|
|
34904
|
-
.
|
|
34905
|
-
|
|
34865
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
34866
|
+
height: 100%;
|
|
34867
|
+
overflow: visible;
|
|
34906
34868
|
}
|
|
34907
34869
|
|
|
34908
|
-
.
|
|
34909
|
-
|
|
34870
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
34871
|
+
max-height: none;
|
|
34910
34872
|
}
|
|
34911
34873
|
|
|
34912
|
-
.
|
|
34913
|
-
|
|
34874
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
34875
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
34876
|
+
display: none;
|
|
34914
34877
|
}
|
|
34915
34878
|
|
|
34916
|
-
.
|
|
34917
|
-
|
|
34918
|
-
width: 24px;
|
|
34919
|
-
height: 24px;
|
|
34920
|
-
overflow: hidden;
|
|
34879
|
+
.E_tfzf37v td.ant-table-column-sort {
|
|
34880
|
+
background: transparent;
|
|
34921
34881
|
}
|
|
34922
34882
|
|
|
34923
|
-
.
|
|
34924
|
-
|
|
34883
|
+
.E_tfzf37v td.ant-table-cell-fix-left,
|
|
34884
|
+
.E_tfzf37v td.ant-table-cell-fix-right {
|
|
34885
|
+
background: #fff;
|
|
34886
|
+
padding: 0 !important;
|
|
34925
34887
|
}
|
|
34926
34888
|
|
|
34927
|
-
.
|
|
34928
|
-
|
|
34929
|
-
|
|
34889
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
34890
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34891
|
+
display: flex;
|
|
34892
|
+
align-items: center;
|
|
34893
|
+
height: 100%;
|
|
34894
|
+
padding: 8px;
|
|
34930
34895
|
}
|
|
34931
34896
|
|
|
34932
|
-
.
|
|
34933
|
-
|
|
34897
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
34898
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
34899
|
+
overflow: hidden;
|
|
34900
|
+
text-overflow: ellipsis;
|
|
34901
|
+
width: 100%;
|
|
34934
34902
|
}
|
|
34935
34903
|
|
|
34936
|
-
.
|
|
34937
|
-
|
|
34938
|
-
border-radius: 5px;
|
|
34939
|
-
font-size: 12px;
|
|
34904
|
+
.E_tfzf37v .ant-table-container {
|
|
34905
|
+
height: 100%;
|
|
34940
34906
|
}
|
|
34941
34907
|
|
|
34942
|
-
.
|
|
34943
|
-
|
|
34908
|
+
.E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
|
|
34909
|
+
box-shadow: none !important;
|
|
34944
34910
|
}
|
|
34945
34911
|
|
|
34946
|
-
.
|
|
34947
|
-
|
|
34912
|
+
.E_tfzf37v div.ant-table {
|
|
34913
|
+
border-radius: 0px;
|
|
34914
|
+
border-left: none;
|
|
34915
|
+
border-right: none;
|
|
34916
|
+
border-bottom: none;
|
|
34917
|
+
height: 100%;
|
|
34948
34918
|
font-size: 12px;
|
|
34949
|
-
|
|
34919
|
+
background: transparent;
|
|
34950
34920
|
}
|
|
34951
34921
|
|
|
34952
|
-
.
|
|
34953
|
-
|
|
34922
|
+
.E_tfzf37v div.ant-table .ant-table-header {
|
|
34923
|
+
position: relative;
|
|
34924
|
+
z-index: 3;
|
|
34925
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34926
|
+
margin-bottom: -1px;
|
|
34954
34927
|
}
|
|
34955
34928
|
|
|
34956
|
-
.
|
|
34957
|
-
|
|
34929
|
+
.E_tfzf37v div.ant-table .time-wrapper .date,
|
|
34930
|
+
.E_tfzf37v div.ant-table .value {
|
|
34931
|
+
color: #2d3a56;
|
|
34958
34932
|
}
|
|
34959
34933
|
|
|
34960
|
-
.
|
|
34961
|
-
|
|
34962
|
-
|
|
34963
|
-
margin-top: 8px;
|
|
34934
|
+
.E_tfzf37v div.ant-table .time-wrapper .time,
|
|
34935
|
+
.E_tfzf37v div.ant-table .unit {
|
|
34936
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34964
34937
|
}
|
|
34965
34938
|
|
|
34966
|
-
.
|
|
34967
|
-
|
|
34968
|
-
|
|
34939
|
+
.E_tfzf37v div.ant-table .ant-table-selection {
|
|
34940
|
+
position: unset;
|
|
34941
|
+
text-align: center;
|
|
34969
34942
|
}
|
|
34970
34943
|
|
|
34971
|
-
.
|
|
34972
|
-
|
|
34973
|
-
margin-left: 8px;
|
|
34974
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34944
|
+
.E_tfzf37v div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
34945
|
+
background: #fff;
|
|
34975
34946
|
}
|
|
34976
34947
|
|
|
34977
|
-
.
|
|
34978
|
-
|
|
34948
|
+
.E_tfzf37v div.ant-table .anticon-setting {
|
|
34949
|
+
cursor: pointer;
|
|
34950
|
+
position: absolute;
|
|
34951
|
+
top: 50%;
|
|
34952
|
+
right: 12px;
|
|
34953
|
+
transform: translateY(-50%);
|
|
34979
34954
|
}
|
|
34980
34955
|
|
|
34981
|
-
.
|
|
34982
|
-
|
|
34983
|
-
|
|
34984
|
-
|
|
34985
|
-
margin-right: 8px;
|
|
34956
|
+
.E_tfzf37v div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
34957
|
+
box-shadow: none;
|
|
34958
|
+
width: 1px;
|
|
34959
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34986
34960
|
}
|
|
34987
34961
|
|
|
34988
|
-
.
|
|
34989
|
-
|
|
34962
|
+
.E_tfzf37v div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
34963
|
+
box-shadow: none;
|
|
34964
|
+
width: 1px;
|
|
34965
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34990
34966
|
}
|
|
34991
34967
|
|
|
34992
|
-
.
|
|
34993
|
-
|
|
34968
|
+
.E_tfzf37v div.ant-table .ant-table-tbody {
|
|
34969
|
+
position: relative;
|
|
34994
34970
|
}
|
|
34995
34971
|
|
|
34996
|
-
.
|
|
34997
|
-
|
|
34998
|
-
|
|
34999
|
-
|
|
35000
|
-
|
|
35001
|
-
|
|
35002
|
-
|
|
35003
|
-
|
|
35004
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35005
|
-
color: #0080ff;
|
|
35006
|
-
font-weight: normal;
|
|
34972
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td {
|
|
34973
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34974
|
+
border-bottom: 1px solid white;
|
|
34975
|
+
height: 40px;
|
|
34976
|
+
vertical-align: middle;
|
|
34977
|
+
transition: background 0ms;
|
|
34978
|
+
color: #00122e;
|
|
35007
34979
|
}
|
|
35008
34980
|
|
|
35009
|
-
.
|
|
35010
|
-
|
|
34981
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
34982
|
+
background: #f2f5fa;
|
|
34983
|
+
border-bottom-color: #f2f5fa;
|
|
35011
34984
|
}
|
|
35012
34985
|
|
|
35013
|
-
.
|
|
34986
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
34987
|
+
height: auto;
|
|
35014
34988
|
color: #00122e;
|
|
34989
|
+
font-size: 12px;
|
|
34990
|
+
text-align: left;
|
|
34991
|
+
transition: none;
|
|
34992
|
+
overflow: hidden;
|
|
34993
|
+
text-overflow: ellipsis;
|
|
34994
|
+
white-space: nowrap;
|
|
35015
34995
|
}
|
|
35016
34996
|
|
|
35017
|
-
.
|
|
35018
|
-
|
|
34997
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
34998
|
+
color: #0096ff;
|
|
35019
34999
|
}
|
|
35020
35000
|
|
|
35021
|
-
.
|
|
35001
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
35022
35002
|
overflow: hidden;
|
|
35023
|
-
white-space: nowrap;
|
|
35024
35003
|
text-overflow: ellipsis;
|
|
35004
|
+
width: 100%;
|
|
35005
|
+
vertical-align: middle;
|
|
35025
35006
|
}
|
|
35026
35007
|
|
|
35027
|
-
.
|
|
35028
|
-
|
|
35008
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
35009
|
+
line-height: 0px;
|
|
35029
35010
|
}
|
|
35030
35011
|
|
|
35031
|
-
.
|
|
35032
|
-
|
|
35012
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
35013
|
+
padding-right: 25px;
|
|
35033
35014
|
}
|
|
35034
35015
|
|
|
35035
|
-
.
|
|
35036
|
-
|
|
35037
|
-
justify-content: stretch;
|
|
35016
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
35017
|
+
border-top-color: transparent;
|
|
35038
35018
|
}
|
|
35039
35019
|
|
|
35040
|
-
.
|
|
35041
|
-
|
|
35042
|
-
|
|
35043
|
-
flex: 1;
|
|
35044
|
-
overflow: visible;
|
|
35020
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
35021
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35022
|
+
border-color: transparent transparent white;
|
|
35045
35023
|
}
|
|
35046
35024
|
|
|
35047
|
-
.
|
|
35048
|
-
|
|
35049
|
-
min-height: unset;
|
|
35025
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
35026
|
+
border-radius: 8px 0 0 8px;
|
|
35050
35027
|
}
|
|
35051
35028
|
|
|
35052
|
-
.
|
|
35053
|
-
|
|
35054
|
-
line-height: 26px;
|
|
35055
|
-
width: 100%;
|
|
35056
|
-
padding: 0;
|
|
35057
|
-
font-size: 12px;
|
|
35029
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
35030
|
+
border-radius: 8px 0 0 8px;
|
|
35058
35031
|
}
|
|
35059
35032
|
|
|
35060
|
-
.
|
|
35061
|
-
|
|
35033
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
35034
|
+
content: "";
|
|
35035
|
+
width: 4px;
|
|
35036
|
+
top: -1px;
|
|
35037
|
+
bottom: -1px;
|
|
35038
|
+
background: white;
|
|
35062
35039
|
}
|
|
35063
35040
|
|
|
35064
|
-
.
|
|
35065
|
-
|
|
35041
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
35042
|
+
border-radius: 0 8px 8px 0;
|
|
35066
35043
|
}
|
|
35067
35044
|
|
|
35068
|
-
.
|
|
35069
|
-
|
|
35070
|
-
|
|
35071
|
-
border-
|
|
35045
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
35046
|
+
border-radius: 0;
|
|
35047
|
+
background: white;
|
|
35048
|
+
border-top: none;
|
|
35072
35049
|
}
|
|
35073
35050
|
|
|
35074
|
-
.
|
|
35075
|
-
|
|
35051
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
35052
|
+
border-top: 1px solid transparent;
|
|
35053
|
+
border-radius: 0 8px 8px 0;
|
|
35054
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35076
35055
|
}
|
|
35077
35056
|
|
|
35078
|
-
.
|
|
35079
|
-
|
|
35080
|
-
|
|
35081
|
-
border-radius: 0 4px 4px 0;
|
|
35057
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
35058
|
+
background: white;
|
|
35059
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35082
35060
|
}
|
|
35083
35061
|
|
|
35084
|
-
.
|
|
35085
|
-
|
|
35086
|
-
|
|
35087
|
-
height:
|
|
35088
|
-
|
|
35089
|
-
position: absolute;
|
|
35090
|
-
top: 0;
|
|
35091
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35092
|
-
z-index: 2;
|
|
35093
|
-
position: relative;
|
|
35094
|
-
top: -50%;
|
|
35095
|
-
right: -100%;
|
|
35062
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35063
|
+
display: flex;
|
|
35064
|
+
align-items: center;
|
|
35065
|
+
height: 100%;
|
|
35066
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35096
35067
|
}
|
|
35097
35068
|
|
|
35098
|
-
.
|
|
35099
|
-
|
|
35069
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
35070
|
+
background: white;
|
|
35071
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35100
35072
|
}
|
|
35101
35073
|
|
|
35102
|
-
.
|
|
35103
|
-
|
|
35104
|
-
|
|
35105
|
-
height:
|
|
35106
|
-
|
|
35107
|
-
position: absolute;
|
|
35108
|
-
top: 0;
|
|
35109
|
-
border-left: 8px solid #fff;
|
|
35110
|
-
left: 0;
|
|
35074
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
35075
|
+
display: flex;
|
|
35076
|
+
align-items: center;
|
|
35077
|
+
height: 100%;
|
|
35078
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35111
35079
|
}
|
|
35112
35080
|
|
|
35113
|
-
.
|
|
35114
|
-
|
|
35081
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
35082
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35115
35083
|
}
|
|
35116
35084
|
|
|
35117
|
-
.
|
|
35118
|
-
|
|
35085
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
35086
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
35087
|
+
border-radius: 8px;
|
|
35119
35088
|
}
|
|
35120
35089
|
|
|
35121
|
-
.
|
|
35122
|
-
border-
|
|
35090
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
35091
|
+
border-top-color: white;
|
|
35123
35092
|
}
|
|
35124
35093
|
|
|
35125
|
-
.
|
|
35126
|
-
|
|
35127
|
-
|
|
35094
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
35095
|
+
background: rgba(0, 136, 255, 0.1);
|
|
35096
|
+
border-bottom-color: transparent;
|
|
35097
|
+
border-top-color: transparent;
|
|
35128
35098
|
}
|
|
35129
35099
|
|
|
35130
|
-
.
|
|
35131
|
-
|
|
35132
|
-
min-width: var(--item-min-width);
|
|
35100
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
35101
|
+
border-radius: 8px 0 0 8px;
|
|
35133
35102
|
}
|
|
35134
35103
|
|
|
35135
|
-
.
|
|
35136
|
-
|
|
35137
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35104
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
35105
|
+
border-radius: 0 8px 8px 0;
|
|
35138
35106
|
}
|
|
35139
35107
|
|
|
35140
|
-
.
|
|
35141
|
-
|
|
35108
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
35109
|
+
background: rgba(0, 136, 255, 0.1);
|
|
35142
35110
|
}
|
|
35143
35111
|
|
|
35144
|
-
.
|
|
35145
|
-
|
|
35146
|
-
|
|
35112
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th {
|
|
35113
|
+
background: #fff;
|
|
35114
|
+
font-weight: 400;
|
|
35115
|
+
position: relative;
|
|
35116
|
+
border-bottom: none;
|
|
35117
|
+
color: #00122e;
|
|
35118
|
+
transition: none;
|
|
35119
|
+
padding: 15px 8px 15px 8px;
|
|
35147
35120
|
}
|
|
35148
35121
|
|
|
35149
|
-
.
|
|
35150
|
-
|
|
35122
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
35123
|
+
content: "";
|
|
35124
|
+
width: 1px;
|
|
35125
|
+
top: 0;
|
|
35126
|
+
bottom: 0;
|
|
35127
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35128
|
+
position: absolute;
|
|
35129
|
+
right: 0;
|
|
35151
35130
|
}
|
|
35152
35131
|
|
|
35153
|
-
.
|
|
35154
|
-
|
|
35132
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
35133
|
+
padding: unset;
|
|
35155
35134
|
}
|
|
35156
35135
|
|
|
35157
|
-
.
|
|
35158
|
-
|
|
35136
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
35137
|
+
display: none;
|
|
35159
35138
|
}
|
|
35160
35139
|
|
|
35161
|
-
.
|
|
35162
|
-
|
|
35163
|
-
|
|
35164
|
-
|
|
35165
|
-
|
|
35166
|
-
align-items: center;
|
|
35140
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35141
|
+
width: 100%;
|
|
35142
|
+
overflow: hidden;
|
|
35143
|
+
white-space: nowrap;
|
|
35144
|
+
text-overflow: ellipsis;
|
|
35167
35145
|
}
|
|
35168
35146
|
|
|
35169
|
-
.
|
|
35170
|
-
|
|
35171
|
-
|
|
35147
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
35148
|
+
overflow: hidden;
|
|
35149
|
+
text-overflow: ellipsis;
|
|
35150
|
+
flex: 1;
|
|
35172
35151
|
}
|
|
35173
35152
|
|
|
35174
|
-
.
|
|
35175
|
-
|
|
35176
|
-
line-height: 20px;
|
|
35177
|
-
max-width: 100%;
|
|
35178
|
-
padding-right: 0;
|
|
35153
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
35154
|
+
padding: 15px 25px 15px 8px;
|
|
35179
35155
|
}
|
|
35180
35156
|
|
|
35181
|
-
.
|
|
35182
|
-
|
|
35157
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35158
|
+
padding: 0;
|
|
35183
35159
|
}
|
|
35184
35160
|
|
|
35185
|
-
.
|
|
35186
|
-
|
|
35187
|
-
|
|
35188
|
-
|
|
35189
|
-
|
|
35190
|
-
|
|
35161
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
35162
|
+
position: absolute;
|
|
35163
|
+
right: 6px;
|
|
35164
|
+
top: 50%;
|
|
35165
|
+
transform: translateY(-50%);
|
|
35166
|
+
height: 16px;
|
|
35167
|
+
display: none;
|
|
35168
|
+
transition: transform 320ms ease;
|
|
35191
35169
|
}
|
|
35192
35170
|
|
|
35193
|
-
.
|
|
35194
|
-
display:
|
|
35195
|
-
|
|
35196
|
-
width: 18px;
|
|
35197
|
-
height: 18px;
|
|
35198
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35199
|
-
justify-content: center;
|
|
35171
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
35172
|
+
display: block;
|
|
35173
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
35200
35174
|
}
|
|
35201
35175
|
|
|
35202
|
-
.
|
|
35203
|
-
|
|
35176
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
35177
|
+
display: block;
|
|
35178
|
+
}
|
|
35179
|
+
|
|
35180
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
35181
|
+
display: none;
|
|
35182
|
+
}
|
|
35183
|
+
|
|
35184
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
35185
|
+
transform: translateY(-50%);
|
|
35186
|
+
}
|
|
35187
|
+
|
|
35188
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
35189
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
35190
|
+
}
|
|
35191
|
+
|
|
35192
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
35193
|
+
background: #f2f5fa;
|
|
35194
|
+
}
|
|
35195
|
+
|
|
35196
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
35197
|
+
display: block;
|
|
35198
|
+
}
|
|
35199
|
+
|
|
35200
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.align-right {
|
|
35201
|
+
padding-right: 25px;
|
|
35202
|
+
}
|
|
35203
|
+
|
|
35204
|
+
.E_tfzf37v div.ant-table .ant-table-selection-column {
|
|
35205
|
+
padding: 0 !important;
|
|
35206
|
+
}
|
|
35207
|
+
|
|
35208
|
+
.E_tfzf37v div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
35209
|
+
position: absolute;
|
|
35210
|
+
left: 50%;
|
|
35211
|
+
top: 50%;
|
|
35212
|
+
transform: translate(-50%, -50%);
|
|
35213
|
+
}
|
|
35214
|
+
|
|
35215
|
+
.E_tfzf37v div.ant-table .ant-table-selection-column:after {
|
|
35216
|
+
display: none;
|
|
35217
|
+
}
|
|
35218
|
+
|
|
35219
|
+
.E_tfzf37v div.ant-table .ant-table-hide-scrollbar {
|
|
35220
|
+
background: #fff;
|
|
35221
|
+
}
|
|
35222
|
+
|
|
35223
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder {
|
|
35224
|
+
background: inherit;
|
|
35225
|
+
}
|
|
35226
|
+
|
|
35227
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder td {
|
|
35228
|
+
position: static;
|
|
35229
|
+
border: none;
|
|
35230
|
+
background: inherit !important;
|
|
35231
|
+
height: 100px;
|
|
35232
|
+
vertical-align: middle;
|
|
35233
|
+
}
|
|
35234
|
+
|
|
35235
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder .table-default-empty,
|
|
35236
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35237
|
+
font-weight: bold;
|
|
35238
|
+
font-size: 20px;
|
|
35239
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35240
|
+
}
|
|
35241
|
+
|
|
35242
|
+
.E_tfzf37v div.ant-table th.ant-table-cell-scrollbar,
|
|
35243
|
+
.E_tfzf37v div.ant-table th.cell__action_ {
|
|
35244
|
+
z-index: 10;
|
|
35245
|
+
}
|
|
35246
|
+
|
|
35247
|
+
.E_tfzf37v div.ant-table td.cell__action_ {
|
|
35248
|
+
padding: 0 !important;
|
|
35249
|
+
position: relative;
|
|
35250
|
+
background: #fff;
|
|
35251
|
+
}
|
|
35252
|
+
|
|
35253
|
+
.E_tfzf37v div.ant-table td.cell__action_ > * {
|
|
35254
|
+
height: 100%;
|
|
35204
35255
|
display: flex;
|
|
35205
35256
|
align-items: center;
|
|
35206
|
-
justify-content:
|
|
35207
|
-
|
|
35208
|
-
font-size: 13px;
|
|
35257
|
+
justify-content: flex-end;
|
|
35258
|
+
padding-right: 8px;
|
|
35209
35259
|
}
|
|
35210
35260
|
|
|
35211
|
-
.
|
|
35212
|
-
|
|
35213
|
-
|
|
35214
|
-
|
|
35215
|
-
min-height: 20px;
|
|
35216
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35261
|
+
.E_tfzf37v div.ant-table td.cell__action_ .menu-button {
|
|
35262
|
+
width: 24px;
|
|
35263
|
+
height: 24px;
|
|
35264
|
+
cursor: pointer;
|
|
35217
35265
|
justify-content: center;
|
|
35266
|
+
border-radius: 4px;
|
|
35218
35267
|
}
|
|
35219
35268
|
|
|
35220
|
-
.
|
|
35221
|
-
|
|
35222
|
-
height: 16px;
|
|
35269
|
+
.E_tfzf37v div.ant-table td.cell__action_ .menu-button:hover {
|
|
35270
|
+
background: #fff;
|
|
35223
35271
|
}
|
|
35224
35272
|
|
|
35225
35273
|
.E_sddwhm6 {
|
|
@@ -35317,517 +35365,469 @@ input.E_rf8rlle.ant-input {
|
|
|
35317
35365
|
display: inline-block;
|
|
35318
35366
|
}
|
|
35319
35367
|
|
|
35320
|
-
|
|
35321
|
-
|
|
35322
|
-
line-height: 18px;
|
|
35323
|
-
height: 18px;
|
|
35324
|
-
}
|
|
35325
|
-
|
|
35326
|
-
button.E_l48ei06 {
|
|
35327
|
-
color: #0080FF;
|
|
35328
|
-
height: unset;
|
|
35329
|
-
}
|
|
35330
|
-
|
|
35331
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
35332
|
-
margin-right: 4px;
|
|
35333
|
-
}
|
|
35334
|
-
|
|
35335
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
35336
|
-
margin-left: 4px;
|
|
35337
|
-
}
|
|
35338
|
-
|
|
35339
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
35340
|
-
color: #009DFF;
|
|
35341
|
-
}
|
|
35342
|
-
|
|
35343
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
35344
|
-
color: #005ED1;
|
|
35368
|
+
.E_sjob3jg {
|
|
35369
|
+
--item-min-width: 60px;
|
|
35345
35370
|
}
|
|
35346
35371
|
|
|
35347
|
-
|
|
35348
|
-
|
|
35372
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
35373
|
+
display: none !important;
|
|
35349
35374
|
}
|
|
35350
35375
|
|
|
35351
|
-
|
|
35352
|
-
|
|
35376
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
35377
|
+
flex-shrink: 0 !important;
|
|
35353
35378
|
}
|
|
35354
35379
|
|
|
35355
|
-
|
|
35356
|
-
color: #
|
|
35380
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
35381
|
+
color: #0080ff;
|
|
35357
35382
|
}
|
|
35358
35383
|
|
|
35359
|
-
|
|
35360
|
-
color: #
|
|
35384
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35385
|
+
color: #0080ff;
|
|
35386
|
+
font-weight: normal;
|
|
35361
35387
|
}
|
|
35362
35388
|
|
|
35363
|
-
|
|
35364
|
-
color:
|
|
35389
|
+
.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 {
|
|
35390
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35365
35391
|
}
|
|
35366
35392
|
|
|
35367
|
-
|
|
35368
|
-
color:
|
|
35393
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35394
|
+
color: #00122e;
|
|
35369
35395
|
}
|
|
35370
35396
|
|
|
35371
|
-
|
|
35372
|
-
|
|
35397
|
+
.E_sjob3jg .step-item-text {
|
|
35398
|
+
display: inline-block;
|
|
35373
35399
|
}
|
|
35374
35400
|
|
|
35375
|
-
|
|
35376
|
-
|
|
35401
|
+
.E_sjob3jg .step-item-title {
|
|
35402
|
+
overflow: hidden;
|
|
35403
|
+
white-space: nowrap;
|
|
35404
|
+
text-overflow: ellipsis;
|
|
35377
35405
|
}
|
|
35378
35406
|
|
|
35379
|
-
|
|
35380
|
-
|
|
35407
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
35408
|
+
min-width: var(--item-min-width);
|
|
35381
35409
|
}
|
|
35382
35410
|
|
|
35383
|
-
.
|
|
35384
|
-
|
|
35411
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
35412
|
+
cursor: not-allowed !important;
|
|
35385
35413
|
}
|
|
35386
35414
|
|
|
35387
|
-
.
|
|
35388
|
-
|
|
35415
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
35416
|
+
flex-direction: row;
|
|
35417
|
+
justify-content: stretch;
|
|
35389
35418
|
}
|
|
35390
35419
|
|
|
35391
|
-
.
|
|
35392
|
-
|
|
35393
|
-
|
|
35420
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
35421
|
+
padding: 0;
|
|
35422
|
+
margin-right: 4px;
|
|
35423
|
+
flex: 1;
|
|
35424
|
+
overflow: visible;
|
|
35394
35425
|
}
|
|
35395
35426
|
|
|
35396
|
-
.
|
|
35397
|
-
|
|
35427
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
35428
|
+
width: 100%;
|
|
35429
|
+
min-height: unset;
|
|
35398
35430
|
}
|
|
35399
35431
|
|
|
35400
|
-
.
|
|
35401
|
-
|
|
35402
|
-
height:
|
|
35432
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
35433
|
+
height: 26px;
|
|
35434
|
+
line-height: 26px;
|
|
35435
|
+
width: 100%;
|
|
35436
|
+
padding: 0;
|
|
35437
|
+
font-size: 12px;
|
|
35403
35438
|
}
|
|
35404
35439
|
|
|
35405
|
-
.
|
|
35406
|
-
|
|
35440
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
35441
|
+
margin-right: 10px;
|
|
35407
35442
|
}
|
|
35408
35443
|
|
|
35409
|
-
.
|
|
35444
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
35410
35445
|
display: none;
|
|
35411
35446
|
}
|
|
35412
35447
|
|
|
35413
|
-
.
|
|
35414
|
-
|
|
35448
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
35449
|
+
padding-left: 8px;
|
|
35450
|
+
padding-right: 4px;
|
|
35451
|
+
border-radius: 4px 0 0 4px;
|
|
35415
35452
|
}
|
|
35416
35453
|
|
|
35417
|
-
.
|
|
35418
|
-
|
|
35454
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
35455
|
+
margin-right: 0;
|
|
35419
35456
|
}
|
|
35420
35457
|
|
|
35421
|
-
.
|
|
35422
|
-
|
|
35458
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
35459
|
+
padding-right: 8px;
|
|
35460
|
+
padding-left: 12px;
|
|
35461
|
+
border-radius: 0 4px 4px 0;
|
|
35423
35462
|
}
|
|
35424
35463
|
|
|
35425
|
-
.
|
|
35426
|
-
|
|
35427
|
-
|
|
35464
|
+
.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 {
|
|
35465
|
+
content: "";
|
|
35466
|
+
width: 0;
|
|
35467
|
+
height: 0;
|
|
35468
|
+
border: 13px solid transparent;
|
|
35469
|
+
position: absolute;
|
|
35470
|
+
top: 0;
|
|
35471
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35472
|
+
z-index: 2;
|
|
35473
|
+
position: relative;
|
|
35474
|
+
top: -50%;
|
|
35475
|
+
right: -100%;
|
|
35428
35476
|
}
|
|
35429
35477
|
|
|
35430
|
-
.
|
|
35431
|
-
|
|
35478
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
35479
|
+
padding: 0 4px 0 12px;
|
|
35432
35480
|
}
|
|
35433
35481
|
|
|
35434
|
-
.
|
|
35435
|
-
|
|
35436
|
-
|
|
35482
|
+
.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 {
|
|
35483
|
+
content: "";
|
|
35484
|
+
width: 0;
|
|
35485
|
+
height: 0;
|
|
35486
|
+
border: 13px solid transparent;
|
|
35487
|
+
position: absolute;
|
|
35488
|
+
top: 0;
|
|
35489
|
+
border-left: 8px solid #fff;
|
|
35490
|
+
left: 0;
|
|
35437
35491
|
}
|
|
35438
35492
|
|
|
35439
|
-
.
|
|
35440
|
-
|
|
35493
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
35494
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
35441
35495
|
}
|
|
35442
35496
|
|
|
35443
|
-
.
|
|
35444
|
-
|
|
35445
|
-
background: #fff;
|
|
35446
|
-
padding: 0 !important;
|
|
35497
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
35498
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35447
35499
|
}
|
|
35448
35500
|
|
|
35449
|
-
.
|
|
35450
|
-
|
|
35451
|
-
display: flex;
|
|
35452
|
-
align-items: center;
|
|
35453
|
-
height: 100%;
|
|
35454
|
-
padding: 8px;
|
|
35501
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
35502
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
35455
35503
|
}
|
|
35456
35504
|
|
|
35457
|
-
.
|
|
35458
|
-
|
|
35459
|
-
|
|
35460
|
-
text-overflow: ellipsis;
|
|
35461
|
-
width: 100%;
|
|
35505
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35506
|
+
cursor: pointer;
|
|
35507
|
+
min-width: var(--item-min-width);
|
|
35462
35508
|
}
|
|
35463
35509
|
|
|
35464
|
-
.
|
|
35465
|
-
|
|
35510
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
35511
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35512
|
+
min-width: var(--item-min-width);
|
|
35466
35513
|
}
|
|
35467
35514
|
|
|
35468
|
-
.
|
|
35469
|
-
|
|
35515
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
35516
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
35517
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35470
35518
|
}
|
|
35471
35519
|
|
|
35472
|
-
.
|
|
35473
|
-
|
|
35474
|
-
border-left: none;
|
|
35475
|
-
border-right: none;
|
|
35476
|
-
border-bottom: none;
|
|
35477
|
-
height: 100%;
|
|
35478
|
-
font-size: 12px;
|
|
35479
|
-
background: transparent;
|
|
35520
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
35521
|
+
padding: 0;
|
|
35480
35522
|
}
|
|
35481
35523
|
|
|
35482
|
-
.
|
|
35483
|
-
|
|
35484
|
-
|
|
35485
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35486
|
-
margin-bottom: -1px;
|
|
35524
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
35525
|
+
width: 192px;
|
|
35526
|
+
row-gap: 2px;
|
|
35487
35527
|
}
|
|
35488
35528
|
|
|
35489
|
-
.
|
|
35490
|
-
|
|
35491
|
-
color: #2d3a56;
|
|
35529
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
35530
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35492
35531
|
}
|
|
35493
35532
|
|
|
35494
|
-
.
|
|
35495
|
-
|
|
35496
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35533
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
35534
|
+
color: #00122e !important;
|
|
35497
35535
|
}
|
|
35498
35536
|
|
|
35499
|
-
.
|
|
35500
|
-
|
|
35501
|
-
text-align: center;
|
|
35537
|
+
.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 {
|
|
35538
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35502
35539
|
}
|
|
35503
35540
|
|
|
35504
|
-
.
|
|
35505
|
-
|
|
35541
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
35542
|
+
padding: 0 8px;
|
|
35543
|
+
border-radius: 4px;
|
|
35544
|
+
height: 32px;
|
|
35545
|
+
display: flex;
|
|
35546
|
+
align-items: center;
|
|
35506
35547
|
}
|
|
35507
35548
|
|
|
35508
|
-
.
|
|
35509
|
-
|
|
35510
|
-
|
|
35511
|
-
top: 50%;
|
|
35512
|
-
right: 12px;
|
|
35513
|
-
transform: translateY(-50%);
|
|
35549
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
35550
|
+
min-height: auto;
|
|
35551
|
+
white-space: nowrap;
|
|
35514
35552
|
}
|
|
35515
35553
|
|
|
35516
|
-
.
|
|
35517
|
-
|
|
35518
|
-
|
|
35519
|
-
|
|
35554
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35555
|
+
font-size: 13px;
|
|
35556
|
+
line-height: 20px;
|
|
35557
|
+
max-width: 100%;
|
|
35558
|
+
padding-right: 0;
|
|
35520
35559
|
}
|
|
35521
35560
|
|
|
35522
|
-
.
|
|
35523
|
-
|
|
35524
|
-
width: 1px;
|
|
35525
|
-
background: rgba(213, 219, 227, 0.6);
|
|
35561
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
35562
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35526
35563
|
}
|
|
35527
35564
|
|
|
35528
|
-
.
|
|
35529
|
-
|
|
35565
|
+
.E_h6l1tj4 {
|
|
35566
|
+
width: 100%;
|
|
35567
|
+
display: inline-flex;
|
|
35568
|
+
align-items: center;
|
|
35569
|
+
justify-content: center;
|
|
35570
|
+
column-gap: 4px;
|
|
35530
35571
|
}
|
|
35531
35572
|
|
|
35532
|
-
.
|
|
35533
|
-
|
|
35534
|
-
|
|
35535
|
-
|
|
35536
|
-
|
|
35537
|
-
|
|
35538
|
-
|
|
35573
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
35574
|
+
display: inline-flex;
|
|
35575
|
+
align-items: center;
|
|
35576
|
+
width: 18px;
|
|
35577
|
+
height: 18px;
|
|
35578
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35579
|
+
justify-content: center;
|
|
35539
35580
|
}
|
|
35540
35581
|
|
|
35541
|
-
.
|
|
35542
|
-
|
|
35543
|
-
|
|
35582
|
+
.E_v18frne8 {
|
|
35583
|
+
width: 100%;
|
|
35584
|
+
display: flex;
|
|
35585
|
+
align-items: center;
|
|
35586
|
+
justify-content: center;
|
|
35587
|
+
column-gap: 6px;
|
|
35588
|
+
font-size: 13px;
|
|
35544
35589
|
}
|
|
35545
35590
|
|
|
35546
|
-
.
|
|
35547
|
-
|
|
35548
|
-
|
|
35549
|
-
|
|
35550
|
-
|
|
35551
|
-
|
|
35552
|
-
|
|
35553
|
-
text-overflow: ellipsis;
|
|
35554
|
-
white-space: nowrap;
|
|
35591
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
35592
|
+
display: inline-flex;
|
|
35593
|
+
align-items: center;
|
|
35594
|
+
min-width: 20px;
|
|
35595
|
+
min-height: 20px;
|
|
35596
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35597
|
+
justify-content: center;
|
|
35555
35598
|
}
|
|
35556
35599
|
|
|
35557
|
-
.
|
|
35558
|
-
|
|
35600
|
+
.E_i1g85yz3 {
|
|
35601
|
+
margin-right: 4px;
|
|
35602
|
+
height: 16px;
|
|
35559
35603
|
}
|
|
35560
35604
|
|
|
35561
|
-
.
|
|
35605
|
+
.E_t1dtlqs1 {
|
|
35606
|
+
margin-bottom: 4px;
|
|
35607
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35562
35608
|
overflow: hidden;
|
|
35563
35609
|
text-overflow: ellipsis;
|
|
35564
|
-
|
|
35565
|
-
vertical-align: middle;
|
|
35566
|
-
}
|
|
35567
|
-
|
|
35568
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
35569
|
-
line-height: 0px;
|
|
35570
|
-
}
|
|
35571
|
-
|
|
35572
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
35573
|
-
padding-right: 25px;
|
|
35574
|
-
}
|
|
35575
|
-
|
|
35576
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
35577
|
-
border-top-color: transparent;
|
|
35578
|
-
}
|
|
35579
|
-
|
|
35580
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
35581
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35582
|
-
border-color: transparent transparent white;
|
|
35583
|
-
}
|
|
35584
|
-
|
|
35585
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
35586
|
-
border-radius: 8px 0 0 8px;
|
|
35587
|
-
}
|
|
35588
|
-
|
|
35589
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
35590
|
-
border-radius: 8px 0 0 8px;
|
|
35591
|
-
}
|
|
35592
|
-
|
|
35593
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
35594
|
-
content: "";
|
|
35595
|
-
width: 4px;
|
|
35596
|
-
top: -1px;
|
|
35597
|
-
bottom: -1px;
|
|
35598
|
-
background: white;
|
|
35599
|
-
}
|
|
35600
|
-
|
|
35601
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
35602
|
-
border-radius: 0 8px 8px 0;
|
|
35603
|
-
}
|
|
35604
|
-
|
|
35605
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
35606
|
-
border-radius: 0;
|
|
35607
|
-
background: white;
|
|
35608
|
-
border-top: none;
|
|
35609
|
-
}
|
|
35610
|
-
|
|
35611
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
35612
|
-
border-top: 1px solid transparent;
|
|
35613
|
-
border-radius: 0 8px 8px 0;
|
|
35614
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35610
|
+
white-space: nowrap;
|
|
35615
35611
|
}
|
|
35616
35612
|
|
|
35617
|
-
.
|
|
35618
|
-
|
|
35619
|
-
|
|
35613
|
+
.E_s1ese5oy {
|
|
35614
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35615
|
+
line-height: 32px;
|
|
35616
|
+
height: 32px;
|
|
35617
|
+
margin-bottom: 0;
|
|
35620
35618
|
}
|
|
35621
35619
|
|
|
35622
|
-
.
|
|
35623
|
-
|
|
35624
|
-
align-items: center;
|
|
35625
|
-
height: 100%;
|
|
35626
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35620
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
35621
|
+
color: #0080ff;
|
|
35627
35622
|
}
|
|
35628
35623
|
|
|
35629
|
-
.
|
|
35630
|
-
|
|
35631
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35624
|
+
.E_s1ese5oy.warning {
|
|
35625
|
+
color: #ffa500;
|
|
35632
35626
|
}
|
|
35633
35627
|
|
|
35634
|
-
.
|
|
35635
|
-
|
|
35636
|
-
align-items: center;
|
|
35637
|
-
height: 100%;
|
|
35638
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35628
|
+
.E_s1ese5oy.success {
|
|
35629
|
+
color: #00ba5d;
|
|
35639
35630
|
}
|
|
35640
35631
|
|
|
35641
|
-
.
|
|
35642
|
-
|
|
35632
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
35633
|
+
color: #f0483e;
|
|
35643
35634
|
}
|
|
35644
|
-
|
|
35645
|
-
.
|
|
35646
|
-
|
|
35647
|
-
border-radius: 8px;
|
|
35635
|
+
|
|
35636
|
+
.E_s1ese5oy.normal {
|
|
35637
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35648
35638
|
}
|
|
35649
35639
|
|
|
35650
|
-
.
|
|
35651
|
-
|
|
35640
|
+
.E_b1ibis43 {
|
|
35641
|
+
margin-bottom: 0;
|
|
35642
|
+
color: #00122e;
|
|
35652
35643
|
}
|
|
35653
35644
|
|
|
35654
|
-
.
|
|
35655
|
-
|
|
35656
|
-
|
|
35657
|
-
border-top-color: transparent;
|
|
35645
|
+
.E_b11xxjd2 {
|
|
35646
|
+
line-height: 32px;
|
|
35647
|
+
margin-right: 6px;
|
|
35658
35648
|
}
|
|
35659
35649
|
|
|
35660
|
-
.
|
|
35661
|
-
|
|
35650
|
+
.E_bsub5bw.with-description {
|
|
35651
|
+
height: 24px;
|
|
35652
|
+
flex: 1;
|
|
35653
|
+
position: relative;
|
|
35654
|
+
top: -7px;
|
|
35662
35655
|
}
|
|
35663
35656
|
|
|
35664
|
-
.
|
|
35665
|
-
|
|
35657
|
+
.E_bsub5bw p {
|
|
35658
|
+
width: 100%;
|
|
35659
|
+
overflow: hidden;
|
|
35660
|
+
text-overflow: ellipsis;
|
|
35661
|
+
white-space: nowrap;
|
|
35666
35662
|
}
|
|
35667
35663
|
|
|
35668
|
-
.
|
|
35669
|
-
|
|
35664
|
+
.E_tmoyoag {
|
|
35665
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35666
|
+
border-radius: 8px;
|
|
35667
|
+
overflow: auto;
|
|
35670
35668
|
}
|
|
35671
35669
|
|
|
35672
|
-
.
|
|
35673
|
-
background: #fff;
|
|
35674
|
-
font-weight: 400;
|
|
35670
|
+
.E_tmoyoag .ant-list {
|
|
35675
35671
|
position: relative;
|
|
35676
|
-
border-bottom: none;
|
|
35677
|
-
color: #00122e;
|
|
35678
|
-
transition: none;
|
|
35679
|
-
padding: 15px 8px 15px 8px;
|
|
35680
35672
|
}
|
|
35681
35673
|
|
|
35682
|
-
.
|
|
35683
|
-
|
|
35684
|
-
width: 1px;
|
|
35674
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35675
|
+
position: sticky;
|
|
35685
35676
|
top: 0;
|
|
35686
|
-
|
|
35687
|
-
|
|
35688
|
-
|
|
35689
|
-
|
|
35677
|
+
z-index: 2;
|
|
35678
|
+
display: flex;
|
|
35679
|
+
padding: 8px;
|
|
35680
|
+
flex-wrap: nowrap;
|
|
35681
|
+
justify-content: flex-start;
|
|
35682
|
+
background: #f2f5fa;
|
|
35683
|
+
font-size: 14px;
|
|
35684
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35685
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35690
35686
|
}
|
|
35691
35687
|
|
|
35692
|
-
.
|
|
35693
|
-
|
|
35688
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35689
|
+
align-items: inherit;
|
|
35694
35690
|
}
|
|
35695
35691
|
|
|
35696
|
-
.
|
|
35697
|
-
display:
|
|
35692
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
35693
|
+
display: flex;
|
|
35694
|
+
justify-content: flex-start;
|
|
35695
|
+
align-items: flex-start;
|
|
35696
|
+
flex-wrap: wrap;
|
|
35697
|
+
padding: 8px;
|
|
35698
|
+
border: none;
|
|
35698
35699
|
}
|
|
35699
35700
|
|
|
35700
|
-
.
|
|
35701
|
-
|
|
35702
|
-
|
|
35703
|
-
|
|
35704
|
-
|
|
35701
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
35702
|
+
flex-basis: 100%;
|
|
35703
|
+
margin: 12px 0 0;
|
|
35704
|
+
order: 99;
|
|
35705
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35705
35706
|
}
|
|
35706
35707
|
|
|
35707
|
-
.
|
|
35708
|
-
|
|
35709
|
-
|
|
35710
|
-
|
|
35708
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
35709
|
+
color: #f0483e;
|
|
35710
|
+
flex-basis: 100%;
|
|
35711
|
+
order: 98;
|
|
35712
|
+
margin: 12px 0 0;
|
|
35711
35713
|
}
|
|
35712
35714
|
|
|
35713
|
-
.
|
|
35714
|
-
|
|
35715
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
35716
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35715
35717
|
}
|
|
35716
35718
|
|
|
35717
|
-
.
|
|
35718
|
-
|
|
35719
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
35720
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35719
35721
|
}
|
|
35720
35722
|
|
|
35721
|
-
.
|
|
35722
|
-
|
|
35723
|
-
|
|
35724
|
-
top: 50%;
|
|
35725
|
-
transform: translateY(-50%);
|
|
35726
|
-
height: 16px;
|
|
35727
|
-
display: none;
|
|
35728
|
-
transition: transform 320ms ease;
|
|
35723
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
35724
|
+
flex: 1 0 0;
|
|
35725
|
+
overflow: hidden;
|
|
35729
35726
|
}
|
|
35730
35727
|
|
|
35731
|
-
.
|
|
35732
|
-
|
|
35733
|
-
|
|
35728
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
35729
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35730
|
+
margin: 0;
|
|
35734
35731
|
}
|
|
35735
35732
|
|
|
35736
|
-
.
|
|
35737
|
-
|
|
35733
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
35734
|
+
text-align: center;
|
|
35738
35735
|
}
|
|
35739
35736
|
|
|
35740
|
-
.
|
|
35741
|
-
|
|
35737
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
35738
|
+
text-align: center;
|
|
35742
35739
|
}
|
|
35743
35740
|
|
|
35744
|
-
.
|
|
35745
|
-
|
|
35741
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
35742
|
+
text-align: left;
|
|
35746
35743
|
}
|
|
35747
35744
|
|
|
35748
|
-
.
|
|
35749
|
-
|
|
35745
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
35746
|
+
text-align: left;
|
|
35750
35747
|
}
|
|
35751
35748
|
|
|
35752
|
-
.
|
|
35753
|
-
|
|
35749
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
35750
|
+
text-align: right;
|
|
35754
35751
|
}
|
|
35755
35752
|
|
|
35756
|
-
.
|
|
35757
|
-
|
|
35753
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
35754
|
+
text-align: right;
|
|
35758
35755
|
}
|
|
35759
35756
|
|
|
35760
|
-
.
|
|
35761
|
-
|
|
35757
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
35758
|
+
margin-right: 8px;
|
|
35762
35759
|
}
|
|
35763
35760
|
|
|
35764
|
-
.
|
|
35765
|
-
padding:
|
|
35761
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
35762
|
+
padding: 4px;
|
|
35763
|
+
width: 24px;
|
|
35764
|
+
height: 24px;
|
|
35765
|
+
overflow: hidden;
|
|
35766
35766
|
}
|
|
35767
35767
|
|
|
35768
|
-
.
|
|
35769
|
-
|
|
35770
|
-
left: 50%;
|
|
35771
|
-
top: 50%;
|
|
35772
|
-
transform: translate(-50%, -50%);
|
|
35768
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
35769
|
+
padding: 0;
|
|
35773
35770
|
}
|
|
35774
35771
|
|
|
35775
|
-
.
|
|
35776
|
-
|
|
35772
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
35773
|
+
cursor: not-allowed;
|
|
35774
|
+
opacity: 0.5;
|
|
35777
35775
|
}
|
|
35778
35776
|
|
|
35779
|
-
.
|
|
35780
|
-
|
|
35777
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
35778
|
+
margin: 0;
|
|
35781
35779
|
}
|
|
35782
35780
|
|
|
35783
|
-
.
|
|
35784
|
-
|
|
35781
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
35782
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
35783
|
+
border-radius: 5px;
|
|
35784
|
+
font-size: 12px;
|
|
35785
35785
|
}
|
|
35786
35786
|
|
|
35787
|
-
.
|
|
35788
|
-
|
|
35789
|
-
border: none;
|
|
35790
|
-
background: inherit !important;
|
|
35791
|
-
height: 100px;
|
|
35792
|
-
vertical-align: middle;
|
|
35787
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
35788
|
+
font-size: inherit;
|
|
35793
35789
|
}
|
|
35794
35790
|
|
|
35795
|
-
.
|
|
35796
|
-
|
|
35797
|
-
font-
|
|
35798
|
-
|
|
35799
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35791
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
35792
|
+
min-height: 24px;
|
|
35793
|
+
font-size: 12px;
|
|
35794
|
+
position: relative;
|
|
35800
35795
|
}
|
|
35801
35796
|
|
|
35802
|
-
.
|
|
35803
|
-
|
|
35804
|
-
z-index: 10;
|
|
35797
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
35798
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35805
35799
|
}
|
|
35806
35800
|
|
|
35807
|
-
.
|
|
35808
|
-
|
|
35809
|
-
position: relative;
|
|
35810
|
-
background: #fff;
|
|
35801
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
35802
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35811
35803
|
}
|
|
35812
35804
|
|
|
35813
|
-
.
|
|
35814
|
-
height: 100%;
|
|
35805
|
+
.E_a138syjm {
|
|
35815
35806
|
display: flex;
|
|
35816
35807
|
align-items: center;
|
|
35817
|
-
|
|
35818
|
-
padding-right: 8px;
|
|
35808
|
+
margin-top: 8px;
|
|
35819
35809
|
}
|
|
35820
35810
|
|
|
35821
|
-
.
|
|
35822
|
-
|
|
35811
|
+
.E_a138syjm button.ant-btn {
|
|
35812
|
+
padding: 2px 8px;
|
|
35823
35813
|
height: 24px;
|
|
35824
|
-
cursor: pointer;
|
|
35825
|
-
justify-content: center;
|
|
35826
|
-
border-radius: 4px;
|
|
35827
35814
|
}
|
|
35828
35815
|
|
|
35829
|
-
.
|
|
35830
|
-
|
|
35816
|
+
.E_a138syjm > span.maximum-desc {
|
|
35817
|
+
display: none;
|
|
35818
|
+
margin-left: 8px;
|
|
35819
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35820
|
+
}
|
|
35821
|
+
|
|
35822
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
35823
|
+
display: inline;
|
|
35824
|
+
}
|
|
35825
|
+
|
|
35826
|
+
.E_d77i8u0 {
|
|
35827
|
+
width: 24px;
|
|
35828
|
+
height: 24px;
|
|
35829
|
+
padding: 4px;
|
|
35830
|
+
margin-right: 8px;
|
|
35831
35831
|
}
|
|
35832
35832
|
|
|
35833
35833
|
.E_t13ef470 {
|
|
@@ -35889,6 +35889,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35889
35889
|
display: block;
|
|
35890
35890
|
}
|
|
35891
35891
|
|
|
35892
|
+
.E_i14c7jc8 {
|
|
35893
|
+
color: var(--i14c7jc8-0);
|
|
35894
|
+
}
|
|
35895
|
+
|
|
35896
|
+
.E_i1ibuolf {
|
|
35897
|
+
display: flex;
|
|
35898
|
+
align-items: center;
|
|
35899
|
+
column-gap: 4px;
|
|
35900
|
+
font-size: 12px;
|
|
35901
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35902
|
+
}
|
|
35903
|
+
|
|
35892
35904
|
.E_d1u4ndxc {
|
|
35893
35905
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35894
35906
|
font-size: 12px;
|
|
@@ -35919,15 +35931,4 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35919
35931
|
to {
|
|
35920
35932
|
transform: translateX(100%);
|
|
35921
35933
|
}
|
|
35922
|
-
}
|
|
35923
|
-
.E_i14c7jc8 {
|
|
35924
|
-
color: var(--i14c7jc8-0);
|
|
35925
|
-
}
|
|
35926
|
-
|
|
35927
|
-
.E_i1ibuolf {
|
|
35928
|
-
display: flex;
|
|
35929
|
-
align-items: center;
|
|
35930
|
-
column-gap: 4px;
|
|
35931
|
-
font-size: 12px;
|
|
35932
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35933
35934
|
}
|