@cloudtower/eagle 0.30.8 → 0.30.10
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/coreX/OverflowTooltip/index.js +21 -8
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1354 -1337
- package/dist/esm/coreX/OverflowTooltip/index.js +21 -8
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Tooltip/EllipsisTooltipContent.d.ts +4 -0
- package/dist/src/core/Tooltip/tooltip.type.d.ts +22 -0
- package/dist/src/core/Tooltip/tooltip.widget.d.ts +5 -0
- package/dist/src/coreX/OverflowTooltip/overflowTooltip.type.d.ts +2 -1
- package/dist/stories/docs/core/EllipsisTooltipContent.stories.d.ts +24 -0
- package/dist/stories/docs/coreX/OverflowTooltip.stories.d.ts +5 -0
- package/dist/style.css +1077 -1063
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29572,53 +29572,30 @@ 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
|
-
.
|
|
29576
|
-
|
|
29577
|
-
|
|
29578
|
-
|
|
29579
|
-
|
|
29580
|
-
.E_c18bcrac .recharts-wrapper {
|
|
29581
|
-
margin-left: 4px;
|
|
29582
|
-
}
|
|
29583
|
-
|
|
29584
|
-
.E_cro7kg2 {
|
|
29585
|
-
padding: 4px;
|
|
29586
|
-
}
|
|
29587
|
-
|
|
29588
|
-
.E_c14wcxf0 {
|
|
29575
|
+
.E_skwah65 {
|
|
29576
|
+
height: 8px;
|
|
29577
|
+
box-sizing: border-box;
|
|
29578
|
+
border-radius: 2px;
|
|
29579
|
+
background: #f5f7fa;
|
|
29589
29580
|
display: flex;
|
|
29590
|
-
|
|
29591
|
-
|
|
29592
|
-
font-size: 13px;
|
|
29593
|
-
line-height: 24px;
|
|
29594
|
-
color: #cccccc;
|
|
29595
|
-
white-space: nowrap;
|
|
29581
|
+
width: 100%;
|
|
29582
|
+
overflow: hidden;
|
|
29596
29583
|
}
|
|
29597
29584
|
|
|
29598
|
-
.
|
|
29599
|
-
margin-
|
|
29585
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29586
|
+
margin-left: 1px;
|
|
29600
29587
|
}
|
|
29601
29588
|
|
|
29602
|
-
.
|
|
29603
|
-
|
|
29604
|
-
color: white;
|
|
29589
|
+
.E_gmyahx3 {
|
|
29590
|
+
cursor: pointer;
|
|
29605
29591
|
}
|
|
29606
29592
|
|
|
29607
|
-
.
|
|
29608
|
-
|
|
29609
|
-
height: 8px;
|
|
29610
|
-
border-radius: 2px;
|
|
29611
|
-
display: inline-block;
|
|
29612
|
-
background: var(--s11212zy-0);
|
|
29613
|
-
border: 1px solid #fff;
|
|
29614
|
-
box-sizing: content-box;
|
|
29615
|
-
margin-right: 6px;
|
|
29593
|
+
.E_gmyahx3 .link-text {
|
|
29594
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29616
29595
|
}
|
|
29617
29596
|
|
|
29618
|
-
.
|
|
29619
|
-
|
|
29620
|
-
color: white;
|
|
29621
|
-
margin-right: 4px;
|
|
29597
|
+
.E_gmyahx3:hover .link-text {
|
|
29598
|
+
color: #0080ff;
|
|
29622
29599
|
}
|
|
29623
29600
|
|
|
29624
29601
|
.E_s1ebs0ra {
|
|
@@ -29692,20 +29669,77 @@ html body {
|
|
|
29692
29669
|
background: #fff;
|
|
29693
29670
|
}
|
|
29694
29671
|
|
|
29695
|
-
.
|
|
29696
|
-
|
|
29697
|
-
text-overflow: ellipsis;
|
|
29672
|
+
span.E_tqjc4ui {
|
|
29673
|
+
margin: 0 2px;
|
|
29698
29674
|
}
|
|
29699
29675
|
|
|
29700
|
-
.
|
|
29676
|
+
.E_c18bcrac {
|
|
29677
|
+
display: inline-block;
|
|
29678
|
+
width: 100%;
|
|
29679
|
+
}
|
|
29680
|
+
|
|
29681
|
+
.E_c18bcrac .recharts-wrapper {
|
|
29682
|
+
margin-left: 4px;
|
|
29683
|
+
}
|
|
29684
|
+
|
|
29685
|
+
.E_cro7kg2 {
|
|
29686
|
+
padding: 4px;
|
|
29687
|
+
}
|
|
29688
|
+
|
|
29689
|
+
.E_c14wcxf0 {
|
|
29690
|
+
display: flex;
|
|
29691
|
+
justify-content: space-between;
|
|
29692
|
+
align-items: center;
|
|
29693
|
+
font-size: 13px;
|
|
29694
|
+
line-height: 24px;
|
|
29695
|
+
color: #cccccc;
|
|
29701
29696
|
white-space: nowrap;
|
|
29702
29697
|
}
|
|
29703
29698
|
|
|
29704
|
-
.
|
|
29705
|
-
|
|
29706
|
-
|
|
29707
|
-
|
|
29708
|
-
|
|
29699
|
+
.E_c14wcxf0 label {
|
|
29700
|
+
margin-right: 32px;
|
|
29701
|
+
}
|
|
29702
|
+
|
|
29703
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
29704
|
+
font-weight: bold;
|
|
29705
|
+
color: white;
|
|
29706
|
+
}
|
|
29707
|
+
|
|
29708
|
+
.E_s11212zy {
|
|
29709
|
+
width: 8px;
|
|
29710
|
+
height: 8px;
|
|
29711
|
+
border-radius: 2px;
|
|
29712
|
+
display: inline-block;
|
|
29713
|
+
background: var(--s11212zy-0);
|
|
29714
|
+
border: 1px solid #fff;
|
|
29715
|
+
box-sizing: content-box;
|
|
29716
|
+
margin-right: 6px;
|
|
29717
|
+
}
|
|
29718
|
+
|
|
29719
|
+
.E_p1lyky6c > :first-child {
|
|
29720
|
+
font-weight: bold;
|
|
29721
|
+
color: white;
|
|
29722
|
+
margin-right: 4px;
|
|
29723
|
+
}
|
|
29724
|
+
|
|
29725
|
+
.E_n12mqh7z {
|
|
29726
|
+
display: flex;
|
|
29727
|
+
align-items: center;
|
|
29728
|
+
font-size: 12px;
|
|
29729
|
+
line-height: 18px;
|
|
29730
|
+
}
|
|
29731
|
+
|
|
29732
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29733
|
+
margin-bottom: 4px;
|
|
29734
|
+
}
|
|
29735
|
+
|
|
29736
|
+
.E_tf5bynu {
|
|
29737
|
+
margin: 0 3px;
|
|
29738
|
+
}
|
|
29739
|
+
|
|
29740
|
+
.E_tcckoz1 {
|
|
29741
|
+
max-height: 400px;
|
|
29742
|
+
overflow: auto;
|
|
29709
29743
|
}
|
|
29710
29744
|
|
|
29711
29745
|
.E_clm1wy1 {
|
|
@@ -29817,187 +29851,208 @@ html body {
|
|
|
29817
29851
|
border-radius: 2px;
|
|
29818
29852
|
}
|
|
29819
29853
|
|
|
29820
|
-
.
|
|
29821
|
-
|
|
29822
|
-
|
|
29854
|
+
.E_ou7iq30 {
|
|
29855
|
+
overflow: hidden;
|
|
29856
|
+
text-overflow: ellipsis;
|
|
29823
29857
|
}
|
|
29824
29858
|
|
|
29825
|
-
.
|
|
29826
|
-
|
|
29859
|
+
.E_s1tui002 {
|
|
29860
|
+
white-space: nowrap;
|
|
29827
29861
|
}
|
|
29828
29862
|
|
|
29829
|
-
.
|
|
29830
|
-
|
|
29831
|
-
|
|
29832
|
-
|
|
29833
|
-
|
|
29834
|
-
display: flex;
|
|
29835
|
-
width: 100%;
|
|
29836
|
-
overflow: hidden;
|
|
29863
|
+
.E_mxrc2zg {
|
|
29864
|
+
display: -webkit-box;
|
|
29865
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29866
|
+
-webkit-box-orient: vertical;
|
|
29867
|
+
word-break: break-all;
|
|
29837
29868
|
}
|
|
29838
29869
|
|
|
29839
|
-
.
|
|
29840
|
-
|
|
29870
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
29871
|
+
display: none;
|
|
29841
29872
|
}
|
|
29842
29873
|
|
|
29843
|
-
.
|
|
29844
|
-
|
|
29845
|
-
|
|
29846
|
-
font-size: 12px;
|
|
29847
|
-
line-height: 18px;
|
|
29874
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
29875
|
+
background: rgba(23, 38, 64, 0.8);
|
|
29876
|
+
border-radius: 4px;
|
|
29848
29877
|
}
|
|
29849
29878
|
|
|
29850
|
-
.
|
|
29851
|
-
|
|
29879
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
29880
|
+
visibility: hidden;
|
|
29852
29881
|
}
|
|
29853
29882
|
|
|
29854
|
-
.
|
|
29855
|
-
|
|
29883
|
+
.E_c1up1pdz {
|
|
29884
|
+
width: 648px;
|
|
29856
29885
|
}
|
|
29857
29886
|
|
|
29858
|
-
.
|
|
29859
|
-
|
|
29860
|
-
overflow: auto;
|
|
29887
|
+
.E_c1up1pdz.active {
|
|
29888
|
+
border-color: #0080ff;
|
|
29861
29889
|
}
|
|
29862
29890
|
|
|
29863
|
-
|
|
29864
|
-
|
|
29891
|
+
.E_c1up1pdz.active > header {
|
|
29892
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29865
29893
|
}
|
|
29866
29894
|
|
|
29867
|
-
.
|
|
29868
|
-
|
|
29869
|
-
padding: 32px 8px;
|
|
29870
|
-
overflow: auto;
|
|
29895
|
+
.E_c1up1pdz .expand {
|
|
29896
|
+
padding: 12px;
|
|
29871
29897
|
}
|
|
29872
29898
|
|
|
29873
|
-
.
|
|
29899
|
+
.E_c1up1pdz .field-item {
|
|
29874
29900
|
display: flex;
|
|
29875
|
-
|
|
29876
|
-
|
|
29901
|
+
padding: 10px 0;
|
|
29902
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29877
29903
|
}
|
|
29878
29904
|
|
|
29879
|
-
.
|
|
29880
|
-
|
|
29905
|
+
.E_c1up1pdz .field-item:last-child {
|
|
29906
|
+
border-bottom: none;
|
|
29907
|
+
padding-bottom: 0;
|
|
29881
29908
|
}
|
|
29882
29909
|
|
|
29883
|
-
.
|
|
29884
|
-
|
|
29910
|
+
.E_c1up1pdz .field-item label {
|
|
29911
|
+
line-height: 32px;
|
|
29912
|
+
width: 100px;
|
|
29913
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29885
29914
|
}
|
|
29886
29915
|
|
|
29887
|
-
.
|
|
29888
|
-
color:
|
|
29889
|
-
|
|
29890
|
-
overflow: hidden;
|
|
29891
|
-
text-overflow: ellipsis;
|
|
29916
|
+
.E_c1up1pdz .help {
|
|
29917
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29918
|
+
margin-top: 5px;
|
|
29892
29919
|
}
|
|
29893
29920
|
|
|
29894
|
-
.
|
|
29895
|
-
|
|
29921
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29922
|
+
.E_c1up1pdz .ant-picker {
|
|
29923
|
+
width: 128px;
|
|
29896
29924
|
}
|
|
29897
29925
|
|
|
29898
|
-
.
|
|
29899
|
-
|
|
29926
|
+
.E_c156wh19 {
|
|
29927
|
+
display: flex;
|
|
29928
|
+
align-items: center;
|
|
29929
|
+
justify-content: space-between;
|
|
29930
|
+
word-break: keep-all;
|
|
29900
29931
|
}
|
|
29901
29932
|
|
|
29902
|
-
.
|
|
29903
|
-
|
|
29904
|
-
padding: 0 8px 4px;
|
|
29905
|
-
line-height: 18px;
|
|
29933
|
+
.E_c156wh19 .title {
|
|
29934
|
+
margin: 0 16px 0 8px;
|
|
29906
29935
|
}
|
|
29907
29936
|
|
|
29908
|
-
.
|
|
29909
|
-
|
|
29937
|
+
.E_c156wh19 .retain {
|
|
29938
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29910
29939
|
}
|
|
29911
29940
|
|
|
29912
|
-
.
|
|
29913
|
-
|
|
29941
|
+
.E_c156wh19 div.left {
|
|
29942
|
+
flex: 1;
|
|
29943
|
+
display: flex;
|
|
29944
|
+
overflow: hidden;
|
|
29945
|
+
align-items: center;
|
|
29946
|
+
justify-content: flex-start;
|
|
29947
|
+
white-space: nowrap;
|
|
29914
29948
|
}
|
|
29915
29949
|
|
|
29916
|
-
.
|
|
29917
|
-
|
|
29918
|
-
|
|
29950
|
+
.E_c156wh19 div.left .title {
|
|
29951
|
+
max-width: 100%;
|
|
29952
|
+
overflow: hidden;
|
|
29953
|
+
text-overflow: ellipsis;
|
|
29919
29954
|
}
|
|
29920
29955
|
|
|
29921
|
-
.
|
|
29922
|
-
transition: none;
|
|
29956
|
+
.E_c156wh19 div.right {
|
|
29923
29957
|
display: flex;
|
|
29924
29958
|
align-items: center;
|
|
29925
|
-
height: 32px;
|
|
29926
|
-
line-height: 22px;
|
|
29927
|
-
padding: 0 8px;
|
|
29928
|
-
}
|
|
29929
|
-
|
|
29930
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
29931
|
-
margin-right: 12px;
|
|
29932
29959
|
}
|
|
29933
29960
|
|
|
29934
|
-
.
|
|
29935
|
-
|
|
29936
|
-
|
|
29961
|
+
.E_c156wh19 .reverse {
|
|
29962
|
+
display: flex;
|
|
29963
|
+
flex-direction: row-reverse;
|
|
29964
|
+
align-items: center;
|
|
29937
29965
|
}
|
|
29938
29966
|
|
|
29939
|
-
.
|
|
29940
|
-
|
|
29941
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
29942
|
-
border-radius: 6px;
|
|
29943
|
-
color: #fff;
|
|
29967
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
29968
|
+
margin-left: 8px;
|
|
29944
29969
|
}
|
|
29945
29970
|
|
|
29946
|
-
.
|
|
29947
|
-
|
|
29971
|
+
.E_c156wh19 .close {
|
|
29972
|
+
padding-left: 14px;
|
|
29973
|
+
margin-left: 14px;
|
|
29974
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
29975
|
+
cursor: pointer;
|
|
29948
29976
|
}
|
|
29949
29977
|
|
|
29950
|
-
.
|
|
29951
|
-
|
|
29952
|
-
|
|
29953
|
-
border-radius: 6px;
|
|
29978
|
+
.E_m126spxy {
|
|
29979
|
+
padding-bottom: 4px;
|
|
29980
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29954
29981
|
}
|
|
29955
29982
|
|
|
29956
|
-
.
|
|
29957
|
-
|
|
29958
|
-
|
|
29983
|
+
.E_m126spxy .ant-btn-link {
|
|
29984
|
+
padding: 1px 10px;
|
|
29985
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29986
|
+
border-radius: 4px;
|
|
29959
29987
|
}
|
|
29960
29988
|
|
|
29961
|
-
.
|
|
29962
|
-
|
|
29963
|
-
|
|
29989
|
+
.E_m126spxy .ant-btn-link.active {
|
|
29990
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29991
|
+
color: #0096ff;
|
|
29964
29992
|
}
|
|
29965
29993
|
|
|
29966
|
-
.
|
|
29967
|
-
|
|
29994
|
+
.E_wpbf4pq {
|
|
29995
|
+
padding: 10px 0;
|
|
29996
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29968
29997
|
}
|
|
29969
29998
|
|
|
29970
|
-
.
|
|
29971
|
-
|
|
29972
|
-
|
|
29999
|
+
.E_wpbf4pq .ant-input,
|
|
30000
|
+
.E_wpbf4pq .ant-picker {
|
|
30001
|
+
width: 80px;
|
|
30002
|
+
margin: 0 9px;
|
|
30003
|
+
text-align: center;
|
|
29973
30004
|
}
|
|
29974
30005
|
|
|
29975
|
-
.
|
|
29976
|
-
|
|
29977
|
-
|
|
29978
|
-
|
|
30006
|
+
.E_wpbf4pq .options {
|
|
30007
|
+
padding: 12px 0 12px 16px;
|
|
30008
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30009
|
+
margin: 5px 0 5px 8px;
|
|
29979
30010
|
}
|
|
29980
30011
|
|
|
29981
|
-
.
|
|
29982
|
-
|
|
29983
|
-
|
|
30012
|
+
.E_wpbf4pq .week-day-option,
|
|
30013
|
+
.E_wpbf4pq .month-day-option {
|
|
30014
|
+
background: #f5f7fa;
|
|
30015
|
+
box-sizing: border-box;
|
|
30016
|
+
border-radius: 16px;
|
|
30017
|
+
margin-right: 8px;
|
|
29984
30018
|
}
|
|
29985
30019
|
|
|
29986
|
-
.
|
|
29987
|
-
|
|
29988
|
-
color:
|
|
30020
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
30021
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
30022
|
+
color: inherit;
|
|
30023
|
+
border-color: #d9d9d9;
|
|
29989
30024
|
}
|
|
29990
30025
|
|
|
29991
|
-
.
|
|
29992
|
-
|
|
30026
|
+
.E_wpbf4pq .week-day-option.active {
|
|
30027
|
+
background-color: #0096ff;
|
|
30028
|
+
border-color: #0096ff;
|
|
30029
|
+
color: #fff;
|
|
29993
30030
|
}
|
|
29994
30031
|
|
|
29995
|
-
.
|
|
29996
|
-
|
|
29997
|
-
|
|
29998
|
-
|
|
29999
|
-
|
|
30000
|
-
|
|
30032
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
30033
|
+
width: 110px;
|
|
30034
|
+
margin-top: 4px;
|
|
30035
|
+
}
|
|
30036
|
+
|
|
30037
|
+
.E_wpbf4pq .month-day-option {
|
|
30038
|
+
width: 32px;
|
|
30039
|
+
padding: 0;
|
|
30040
|
+
margin-bottom: 8px;
|
|
30041
|
+
}
|
|
30042
|
+
|
|
30043
|
+
.E_wpbf4pq .month-day-option.active {
|
|
30044
|
+
background-color: #0096ff;
|
|
30045
|
+
border-color: #0096ff;
|
|
30046
|
+
color: #fff;
|
|
30047
|
+
}
|
|
30048
|
+
|
|
30049
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30050
|
+
display: flex;
|
|
30051
|
+
align-items: center;
|
|
30052
|
+
}
|
|
30053
|
+
|
|
30054
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30055
|
+
margin-right: 8px;
|
|
30001
30056
|
}
|
|
30002
30057
|
|
|
30003
30058
|
.E_t1sqg15u {
|
|
@@ -30106,121 +30161,299 @@ span.E_tqjc4ui {
|
|
|
30106
30161
|
padding-right: 12px;
|
|
30107
30162
|
}
|
|
30108
30163
|
|
|
30109
|
-
.
|
|
30110
|
-
|
|
30164
|
+
.E_berrcjl {
|
|
30165
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30166
|
+
margin-bottom: 4px;
|
|
30111
30167
|
}
|
|
30112
30168
|
|
|
30113
|
-
.
|
|
30114
|
-
color: rgba(
|
|
30169
|
+
.E_berrcjl .breadcrumb-link {
|
|
30170
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30171
|
+
cursor: pointer;
|
|
30172
|
+
transition: color 160ms ease;
|
|
30115
30173
|
}
|
|
30116
30174
|
|
|
30117
|
-
.
|
|
30175
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30118
30176
|
color: #0080ff;
|
|
30119
30177
|
}
|
|
30120
30178
|
|
|
30121
|
-
.
|
|
30179
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30180
|
+
color: #005ed1;
|
|
30181
|
+
}
|
|
30182
|
+
|
|
30183
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
30184
|
+
background: #edf0f7;
|
|
30185
|
+
padding: 32px 8px;
|
|
30186
|
+
overflow: auto;
|
|
30187
|
+
}
|
|
30188
|
+
|
|
30189
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
30122
30190
|
display: flex;
|
|
30123
30191
|
flex-direction: column;
|
|
30124
|
-
|
|
30125
|
-
/* FIXME:(yanzhen) do this better */
|
|
30192
|
+
justify-content: space-between;
|
|
30126
30193
|
}
|
|
30127
30194
|
|
|
30128
|
-
.
|
|
30129
|
-
flex-shrink: 0;
|
|
30195
|
+
.E_s1at6qmn footer {
|
|
30130
30196
|
display: flex;
|
|
30131
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30132
30197
|
}
|
|
30133
30198
|
|
|
30134
|
-
.
|
|
30135
|
-
|
|
30199
|
+
.E_s1at6qmn .ant-menu {
|
|
30200
|
+
background: #edf0f7;
|
|
30136
30201
|
}
|
|
30137
30202
|
|
|
30138
|
-
.
|
|
30139
|
-
|
|
30140
|
-
|
|
30141
|
-
|
|
30142
|
-
|
|
30143
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30144
|
-
border-radius: 4px 4px 0 0;
|
|
30145
|
-
cursor: pointer;
|
|
30146
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30203
|
+
.E_s1at6qmn .ant-menu a {
|
|
30204
|
+
color: #00122e;
|
|
30205
|
+
width: 180px;
|
|
30206
|
+
overflow: hidden;
|
|
30207
|
+
text-overflow: ellipsis;
|
|
30147
30208
|
}
|
|
30148
30209
|
|
|
30149
|
-
.
|
|
30150
|
-
|
|
30210
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
30211
|
+
margin-bottom: 24px;
|
|
30151
30212
|
}
|
|
30152
30213
|
|
|
30153
|
-
.
|
|
30154
|
-
|
|
30214
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
30215
|
+
margin: 0;
|
|
30155
30216
|
}
|
|
30156
30217
|
|
|
30157
|
-
.
|
|
30158
|
-
|
|
30159
|
-
|
|
30218
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
30219
|
+
font-size: 12px;
|
|
30220
|
+
padding: 0 8px 4px;
|
|
30221
|
+
line-height: 18px;
|
|
30160
30222
|
}
|
|
30161
30223
|
|
|
30162
|
-
.
|
|
30163
|
-
|
|
30224
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
30225
|
+
padding: 0;
|
|
30164
30226
|
}
|
|
30165
30227
|
|
|
30166
|
-
.
|
|
30167
|
-
|
|
30228
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
30229
|
+
padding-bottom: 24px;
|
|
30168
30230
|
}
|
|
30169
30231
|
|
|
30170
|
-
.
|
|
30171
|
-
|
|
30172
|
-
|
|
30232
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
30233
|
+
margin-bottom: 24px;
|
|
30234
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30173
30235
|
}
|
|
30174
30236
|
|
|
30175
|
-
.
|
|
30176
|
-
|
|
30237
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
30238
|
+
transition: none;
|
|
30239
|
+
display: flex;
|
|
30240
|
+
align-items: center;
|
|
30241
|
+
height: 32px;
|
|
30242
|
+
line-height: 22px;
|
|
30243
|
+
padding: 0 8px;
|
|
30177
30244
|
}
|
|
30178
30245
|
|
|
30179
|
-
.
|
|
30180
|
-
|
|
30246
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
30247
|
+
margin-right: 12px;
|
|
30181
30248
|
}
|
|
30182
30249
|
|
|
30183
|
-
.
|
|
30184
|
-
|
|
30250
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
30251
|
+
margin: 0;
|
|
30252
|
+
margin-bottom: 2px;
|
|
30185
30253
|
}
|
|
30186
30254
|
|
|
30187
|
-
.
|
|
30188
|
-
|
|
30189
|
-
|
|
30255
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
30256
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
30257
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
30258
|
+
border-radius: 6px;
|
|
30259
|
+
color: #fff;
|
|
30190
30260
|
}
|
|
30191
30261
|
|
|
30192
|
-
.
|
|
30193
|
-
|
|
30262
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
30263
|
+
color: #fff;
|
|
30194
30264
|
}
|
|
30195
30265
|
|
|
30196
|
-
.
|
|
30197
|
-
|
|
30266
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
30267
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
30268
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
30269
|
+
border-radius: 6px;
|
|
30198
30270
|
}
|
|
30199
30271
|
|
|
30200
|
-
.
|
|
30201
|
-
|
|
30202
|
-
|
|
30272
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
30273
|
+
white-space: nowrap;
|
|
30274
|
+
transition: all 0s;
|
|
30203
30275
|
}
|
|
30204
30276
|
|
|
30205
|
-
.
|
|
30206
|
-
|
|
30277
|
+
.E_s1wu0lms.shrink {
|
|
30278
|
+
transition: all 0s;
|
|
30279
|
+
overflow: hidden;
|
|
30207
30280
|
}
|
|
30208
30281
|
|
|
30209
|
-
.
|
|
30210
|
-
|
|
30211
|
-
display: flex;
|
|
30212
|
-
align-items: center;
|
|
30213
|
-
overflow: hidden;
|
|
30282
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
30283
|
+
visibility: hidden;
|
|
30214
30284
|
}
|
|
30215
30285
|
|
|
30216
|
-
.
|
|
30217
|
-
|
|
30218
|
-
|
|
30219
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30286
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
30287
|
+
width: 36px;
|
|
30288
|
+
padding: 0 6px;
|
|
30220
30289
|
}
|
|
30221
30290
|
|
|
30222
|
-
.
|
|
30223
|
-
|
|
30291
|
+
.E_n1ugzfva {
|
|
30292
|
+
display: flex;
|
|
30293
|
+
place-items: center;
|
|
30294
|
+
width: 100% !important;
|
|
30295
|
+
}
|
|
30296
|
+
|
|
30297
|
+
.E_n1ugzfva[disabled] {
|
|
30298
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
30299
|
+
opacity: 1 !important;
|
|
30300
|
+
}
|
|
30301
|
+
|
|
30302
|
+
.E_n1ugzfva.ant-btn {
|
|
30303
|
+
width: 100%;
|
|
30304
|
+
color: #00122e;
|
|
30305
|
+
}
|
|
30306
|
+
|
|
30307
|
+
.E_n1ugzfva .icon-wrapper {
|
|
30308
|
+
margin-right: 12px;
|
|
30309
|
+
}
|
|
30310
|
+
|
|
30311
|
+
.E_n1ugzfva .link-title {
|
|
30312
|
+
flex: 1;
|
|
30313
|
+
overflow: hidden;
|
|
30314
|
+
white-space: nowrap;
|
|
30315
|
+
text-overflow: ellipsis;
|
|
30316
|
+
text-align: left;
|
|
30317
|
+
}
|
|
30318
|
+
|
|
30319
|
+
.E_b1nip9bk {
|
|
30320
|
+
padding: 4px 11px;
|
|
30321
|
+
}
|
|
30322
|
+
|
|
30323
|
+
.E_bqamoqe {
|
|
30324
|
+
white-space: nowrap;
|
|
30325
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30326
|
+
}
|
|
30327
|
+
|
|
30328
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30329
|
+
--color: #0080ff;
|
|
30330
|
+
}
|
|
30331
|
+
|
|
30332
|
+
.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] {
|
|
30333
|
+
--color: #0080ff;
|
|
30334
|
+
}
|
|
30335
|
+
|
|
30336
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30337
|
+
margin-left: 1px;
|
|
30338
|
+
}
|
|
30339
|
+
|
|
30340
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30341
|
+
border-top-right-radius: 0;
|
|
30342
|
+
border-bottom-right-radius: 0;
|
|
30343
|
+
}
|
|
30344
|
+
|
|
30345
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30346
|
+
border-top-left-radius: 0;
|
|
30347
|
+
border-bottom-left-radius: 0;
|
|
30348
|
+
}
|
|
30349
|
+
|
|
30350
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30351
|
+
border-radius: unset;
|
|
30352
|
+
}
|
|
30353
|
+
|
|
30354
|
+
.E_t160l1cm {
|
|
30355
|
+
display: flex;
|
|
30356
|
+
flex-direction: column;
|
|
30357
|
+
flex: 1;
|
|
30358
|
+
/* FIXME:(yanzhen) do this better */
|
|
30359
|
+
}
|
|
30360
|
+
|
|
30361
|
+
.E_t160l1cm .tab-bar {
|
|
30362
|
+
flex-shrink: 0;
|
|
30363
|
+
display: flex;
|
|
30364
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30365
|
+
}
|
|
30366
|
+
|
|
30367
|
+
.E_t160l1cm .tab-content {
|
|
30368
|
+
height: 100%;
|
|
30369
|
+
}
|
|
30370
|
+
|
|
30371
|
+
.E_t160l1cm .tab-menu-item {
|
|
30372
|
+
margin-right: 2px;
|
|
30373
|
+
padding: 1px 12px;
|
|
30374
|
+
line-height: 24px;
|
|
30375
|
+
height: 24px;
|
|
30376
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30377
|
+
border-radius: 4px 4px 0 0;
|
|
30378
|
+
cursor: pointer;
|
|
30379
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30380
|
+
}
|
|
30381
|
+
|
|
30382
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
30383
|
+
padding-left: 0;
|
|
30384
|
+
}
|
|
30385
|
+
|
|
30386
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30387
|
+
padding-left: 12px;
|
|
30388
|
+
}
|
|
30389
|
+
|
|
30390
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
30391
|
+
color: #0080ff;
|
|
30392
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30393
|
+
}
|
|
30394
|
+
|
|
30395
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30396
|
+
fill: #0080ff;
|
|
30397
|
+
}
|
|
30398
|
+
|
|
30399
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
30400
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30401
|
+
}
|
|
30402
|
+
|
|
30403
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30404
|
+
color: #0080ff;
|
|
30405
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30406
|
+
}
|
|
30407
|
+
|
|
30408
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30409
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30410
|
+
}
|
|
30411
|
+
|
|
30412
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30413
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30414
|
+
}
|
|
30415
|
+
|
|
30416
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
30417
|
+
fill: #0080ff;
|
|
30418
|
+
}
|
|
30419
|
+
|
|
30420
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30421
|
+
color: #0080ff;
|
|
30422
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30423
|
+
}
|
|
30424
|
+
|
|
30425
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30426
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30427
|
+
}
|
|
30428
|
+
|
|
30429
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30430
|
+
fill: #1d326c;
|
|
30431
|
+
}
|
|
30432
|
+
|
|
30433
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
30434
|
+
margin-left: 8px;
|
|
30435
|
+
height: 22px;
|
|
30436
|
+
}
|
|
30437
|
+
|
|
30438
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
30439
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
30440
|
+
}
|
|
30441
|
+
|
|
30442
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
30443
|
+
padding: 0;
|
|
30444
|
+
display: flex;
|
|
30445
|
+
align-items: center;
|
|
30446
|
+
overflow: hidden;
|
|
30447
|
+
}
|
|
30448
|
+
|
|
30449
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
30450
|
+
opacity: 0;
|
|
30451
|
+
max-width: 0;
|
|
30452
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30453
|
+
}
|
|
30454
|
+
|
|
30455
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
30456
|
+
padding: 1px 12px;
|
|
30224
30457
|
position: relative;
|
|
30225
30458
|
display: flex;
|
|
30226
30459
|
}
|
|
@@ -30368,363 +30601,79 @@ span.E_tqjc4ui {
|
|
|
30368
30601
|
background: transparent;
|
|
30369
30602
|
}
|
|
30370
30603
|
|
|
30371
|
-
.
|
|
30372
|
-
|
|
30604
|
+
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30605
|
+
justify-content: center;
|
|
30373
30606
|
}
|
|
30374
30607
|
|
|
30375
|
-
.
|
|
30376
|
-
|
|
30608
|
+
.E_b1wx3t3t.ant-btn {
|
|
30609
|
+
display: inline-flex;
|
|
30610
|
+
align-items: center;
|
|
30611
|
+
justify-content: center;
|
|
30612
|
+
height: 32px;
|
|
30613
|
+
border-radius: 6px;
|
|
30614
|
+
line-height: 22px;
|
|
30615
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30616
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30377
30617
|
}
|
|
30378
30618
|
|
|
30379
|
-
.
|
|
30380
|
-
|
|
30619
|
+
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30620
|
+
height: 40px;
|
|
30621
|
+
line-height: 24px;
|
|
30381
30622
|
}
|
|
30382
30623
|
|
|
30383
|
-
.
|
|
30384
|
-
|
|
30624
|
+
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30625
|
+
height: 24px;
|
|
30626
|
+
line-height: 20px;
|
|
30385
30627
|
}
|
|
30386
30628
|
|
|
30387
|
-
.
|
|
30388
|
-
|
|
30389
|
-
padding: 10px 0;
|
|
30390
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30629
|
+
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30630
|
+
border-radius: 50%;
|
|
30391
30631
|
}
|
|
30392
30632
|
|
|
30393
|
-
.
|
|
30394
|
-
|
|
30395
|
-
padding-
|
|
30633
|
+
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
30634
|
+
margin-right: 8px;
|
|
30635
|
+
padding-right: 0px;
|
|
30396
30636
|
}
|
|
30397
30637
|
|
|
30398
|
-
.
|
|
30399
|
-
|
|
30400
|
-
|
|
30401
|
-
|
|
30638
|
+
.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 {
|
|
30639
|
+
color: var(--color, #06101f);
|
|
30640
|
+
font-weight: var(--font-weight);
|
|
30641
|
+
background: var(--background-color, #fff);
|
|
30642
|
+
border-width: var(--border-width, 1px);
|
|
30643
|
+
border-color: var(--border-color, #d9d9d9);
|
|
30402
30644
|
}
|
|
30403
30645
|
|
|
30404
|
-
.
|
|
30405
|
-
|
|
30406
|
-
margin-top: 5px;
|
|
30646
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
30647
|
+
display: none;
|
|
30407
30648
|
}
|
|
30408
30649
|
|
|
30409
|
-
.
|
|
30410
|
-
|
|
30411
|
-
width: 128px;
|
|
30650
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-secondary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-tertiary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint .anticon, .E_b1wx3t3t.ant-btn.ant-btn-quiet .anticon {
|
|
30651
|
+
color: var(--color, inherit);
|
|
30412
30652
|
}
|
|
30413
30653
|
|
|
30414
|
-
.
|
|
30415
|
-
|
|
30416
|
-
|
|
30417
|
-
justify-content: space-between;
|
|
30418
|
-
word-break: keep-all;
|
|
30654
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
30655
|
+
background: var(--background-color-hover, var(--background-color));
|
|
30656
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30419
30657
|
}
|
|
30420
30658
|
|
|
30421
|
-
.
|
|
30422
|
-
|
|
30659
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:active, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-secondary:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-quiet:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
30660
|
+
--scale: 1;
|
|
30661
|
+
--transY: 1px;
|
|
30662
|
+
background: var(--background-color-active, var(--background-color));
|
|
30663
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30423
30664
|
}
|
|
30424
30665
|
|
|
30425
|
-
.
|
|
30426
|
-
|
|
30666
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
30667
|
+
background: var(--background-color-focus, var(--background-color));
|
|
30668
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30669
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30427
30670
|
}
|
|
30428
30671
|
|
|
30429
|
-
.
|
|
30430
|
-
|
|
30431
|
-
|
|
30432
|
-
|
|
30433
|
-
|
|
30434
|
-
justify-content: flex-start;
|
|
30435
|
-
white-space: nowrap;
|
|
30436
|
-
}
|
|
30437
|
-
|
|
30438
|
-
.E_c156wh19 div.left .title {
|
|
30439
|
-
max-width: 100%;
|
|
30440
|
-
overflow: hidden;
|
|
30441
|
-
text-overflow: ellipsis;
|
|
30442
|
-
}
|
|
30443
|
-
|
|
30444
|
-
.E_c156wh19 div.right {
|
|
30445
|
-
display: flex;
|
|
30446
|
-
align-items: center;
|
|
30447
|
-
}
|
|
30448
|
-
|
|
30449
|
-
.E_c156wh19 .reverse {
|
|
30450
|
-
display: flex;
|
|
30451
|
-
flex-direction: row-reverse;
|
|
30452
|
-
align-items: center;
|
|
30453
|
-
}
|
|
30454
|
-
|
|
30455
|
-
.E_c156wh19 .reverse .ant-switch {
|
|
30456
|
-
margin-left: 8px;
|
|
30457
|
-
}
|
|
30458
|
-
|
|
30459
|
-
.E_c156wh19 .close {
|
|
30460
|
-
padding-left: 14px;
|
|
30461
|
-
margin-left: 14px;
|
|
30462
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30463
|
-
cursor: pointer;
|
|
30464
|
-
}
|
|
30465
|
-
|
|
30466
|
-
.E_m126spxy {
|
|
30467
|
-
padding-bottom: 4px;
|
|
30468
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30469
|
-
}
|
|
30470
|
-
|
|
30471
|
-
.E_m126spxy .ant-btn-link {
|
|
30472
|
-
padding: 1px 10px;
|
|
30473
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30474
|
-
border-radius: 4px;
|
|
30475
|
-
}
|
|
30476
|
-
|
|
30477
|
-
.E_m126spxy .ant-btn-link.active {
|
|
30478
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30479
|
-
color: #0096ff;
|
|
30480
|
-
}
|
|
30481
|
-
|
|
30482
|
-
.E_wpbf4pq {
|
|
30483
|
-
padding: 10px 0;
|
|
30484
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30485
|
-
}
|
|
30486
|
-
|
|
30487
|
-
.E_wpbf4pq .ant-input,
|
|
30488
|
-
.E_wpbf4pq .ant-picker {
|
|
30489
|
-
width: 80px;
|
|
30490
|
-
margin: 0 9px;
|
|
30491
|
-
text-align: center;
|
|
30492
|
-
}
|
|
30493
|
-
|
|
30494
|
-
.E_wpbf4pq .options {
|
|
30495
|
-
padding: 12px 0 12px 16px;
|
|
30496
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30497
|
-
margin: 5px 0 5px 8px;
|
|
30498
|
-
}
|
|
30499
|
-
|
|
30500
|
-
.E_wpbf4pq .week-day-option,
|
|
30501
|
-
.E_wpbf4pq .month-day-option {
|
|
30502
|
-
background: #f5f7fa;
|
|
30503
|
-
box-sizing: border-box;
|
|
30504
|
-
border-radius: 16px;
|
|
30505
|
-
margin-right: 8px;
|
|
30506
|
-
}
|
|
30507
|
-
|
|
30508
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
30509
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
30510
|
-
color: inherit;
|
|
30511
|
-
border-color: #d9d9d9;
|
|
30512
|
-
}
|
|
30513
|
-
|
|
30514
|
-
.E_wpbf4pq .week-day-option.active {
|
|
30515
|
-
background-color: #0096ff;
|
|
30516
|
-
border-color: #0096ff;
|
|
30517
|
-
color: #fff;
|
|
30518
|
-
}
|
|
30519
|
-
|
|
30520
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
30521
|
-
width: 110px;
|
|
30522
|
-
margin-top: 4px;
|
|
30523
|
-
}
|
|
30524
|
-
|
|
30525
|
-
.E_wpbf4pq .month-day-option {
|
|
30526
|
-
width: 32px;
|
|
30527
|
-
padding: 0;
|
|
30528
|
-
margin-bottom: 8px;
|
|
30529
|
-
}
|
|
30530
|
-
|
|
30531
|
-
.E_wpbf4pq .month-day-option.active {
|
|
30532
|
-
background-color: #0096ff;
|
|
30533
|
-
border-color: #0096ff;
|
|
30534
|
-
color: #fff;
|
|
30535
|
-
}
|
|
30536
|
-
|
|
30537
|
-
.E_b1nip9bk {
|
|
30538
|
-
padding: 4px 11px;
|
|
30539
|
-
}
|
|
30540
|
-
|
|
30541
|
-
.E_bqamoqe {
|
|
30542
|
-
white-space: nowrap;
|
|
30543
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30544
|
-
}
|
|
30545
|
-
|
|
30546
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30547
|
-
--color: #0080ff;
|
|
30548
|
-
}
|
|
30549
|
-
|
|
30550
|
-
.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] {
|
|
30551
|
-
--color: #0080ff;
|
|
30552
|
-
}
|
|
30553
|
-
|
|
30554
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30555
|
-
margin-left: 1px;
|
|
30556
|
-
}
|
|
30557
|
-
|
|
30558
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30559
|
-
border-top-right-radius: 0;
|
|
30560
|
-
border-bottom-right-radius: 0;
|
|
30561
|
-
}
|
|
30562
|
-
|
|
30563
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30564
|
-
border-top-left-radius: 0;
|
|
30565
|
-
border-bottom-left-radius: 0;
|
|
30566
|
-
}
|
|
30567
|
-
|
|
30568
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30569
|
-
border-radius: unset;
|
|
30570
|
-
}
|
|
30571
|
-
|
|
30572
|
-
.E_c18gxmrl {
|
|
30573
|
-
border: 1px solid #d8deeb;
|
|
30574
|
-
border-radius: 4px;
|
|
30575
|
-
}
|
|
30576
|
-
|
|
30577
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
30578
|
-
margin-top: 8px;
|
|
30579
|
-
}
|
|
30580
|
-
|
|
30581
|
-
.E_c18gxmrl:hover {
|
|
30582
|
-
border-color: #0080ff;
|
|
30583
|
-
}
|
|
30584
|
-
|
|
30585
|
-
.E_c18gxmrl:hover > header {
|
|
30586
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30587
|
-
}
|
|
30588
|
-
|
|
30589
|
-
.E_c18gxmrl.active header {
|
|
30590
|
-
border-bottom: 1px solid #d8deeb;
|
|
30591
|
-
}
|
|
30592
|
-
|
|
30593
|
-
.E_c18gxmrl > header {
|
|
30594
|
-
padding: 8px 12px;
|
|
30595
|
-
}
|
|
30596
|
-
|
|
30597
|
-
.E_m74vjol {
|
|
30598
|
-
display: flex;
|
|
30599
|
-
justify-content: space-between;
|
|
30600
|
-
width: 100%;
|
|
30601
|
-
}
|
|
30602
|
-
|
|
30603
|
-
.E_m74vjol .action {
|
|
30604
|
-
margin-left: 16px;
|
|
30605
|
-
}
|
|
30606
|
-
|
|
30607
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30608
|
-
width: 100%;
|
|
30609
|
-
}
|
|
30610
|
-
|
|
30611
|
-
.E_berrcjl {
|
|
30612
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30613
|
-
margin-bottom: 4px;
|
|
30614
|
-
}
|
|
30615
|
-
|
|
30616
|
-
.E_berrcjl .breadcrumb-link {
|
|
30617
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30618
|
-
cursor: pointer;
|
|
30619
|
-
transition: color 160ms ease;
|
|
30620
|
-
}
|
|
30621
|
-
|
|
30622
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
30623
|
-
color: #0080ff;
|
|
30624
|
-
}
|
|
30625
|
-
|
|
30626
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
30627
|
-
color: #005ed1;
|
|
30628
|
-
}
|
|
30629
|
-
|
|
30630
|
-
.E_wg1tsps {
|
|
30631
|
-
display: flex;
|
|
30632
|
-
align-items: center;
|
|
30633
|
-
justify-content: flex-end;
|
|
30634
|
-
}
|
|
30635
|
-
|
|
30636
|
-
.E_b1ctd5xy {
|
|
30637
|
-
display: flex;
|
|
30638
|
-
align-items: center;
|
|
30639
|
-
width: calc(100% - 40px);
|
|
30640
|
-
}
|
|
30641
|
-
|
|
30642
|
-
.E_b1ctd5xy .chart {
|
|
30643
|
-
display: inline-block;
|
|
30644
|
-
width: 100%;
|
|
30645
|
-
}
|
|
30646
|
-
|
|
30647
|
-
.E_u1p8acpn {
|
|
30648
|
-
min-width: 40px;
|
|
30649
|
-
}
|
|
30650
|
-
|
|
30651
|
-
.E_u1p8acpn .unit {
|
|
30652
|
-
color: #00122e !important;
|
|
30653
|
-
}
|
|
30654
|
-
|
|
30655
|
-
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30656
|
-
justify-content: center;
|
|
30657
|
-
}
|
|
30658
|
-
|
|
30659
|
-
.E_b1wx3t3t.ant-btn {
|
|
30660
|
-
display: inline-flex;
|
|
30661
|
-
align-items: center;
|
|
30662
|
-
justify-content: center;
|
|
30663
|
-
height: 32px;
|
|
30664
|
-
border-radius: 6px;
|
|
30665
|
-
line-height: 22px;
|
|
30666
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30667
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30668
|
-
}
|
|
30669
|
-
|
|
30670
|
-
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30671
|
-
height: 40px;
|
|
30672
|
-
line-height: 24px;
|
|
30673
|
-
}
|
|
30674
|
-
|
|
30675
|
-
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30676
|
-
height: 24px;
|
|
30677
|
-
line-height: 20px;
|
|
30678
|
-
}
|
|
30679
|
-
|
|
30680
|
-
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30681
|
-
border-radius: 50%;
|
|
30682
|
-
}
|
|
30683
|
-
|
|
30684
|
-
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
30685
|
-
margin-right: 8px;
|
|
30686
|
-
padding-right: 0px;
|
|
30687
|
-
}
|
|
30688
|
-
|
|
30689
|
-
.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 {
|
|
30690
|
-
color: var(--color, #06101f);
|
|
30691
|
-
font-weight: var(--font-weight);
|
|
30692
|
-
background: var(--background-color, #fff);
|
|
30693
|
-
border-width: var(--border-width, 1px);
|
|
30694
|
-
border-color: var(--border-color, #d9d9d9);
|
|
30695
|
-
}
|
|
30696
|
-
|
|
30697
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
30698
|
-
display: none;
|
|
30699
|
-
}
|
|
30700
|
-
|
|
30701
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-secondary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-tertiary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint .anticon, .E_b1wx3t3t.ant-btn.ant-btn-quiet .anticon {
|
|
30702
|
-
color: var(--color, inherit);
|
|
30703
|
-
}
|
|
30704
|
-
|
|
30705
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
30706
|
-
background: var(--background-color-hover, var(--background-color));
|
|
30707
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30708
|
-
}
|
|
30709
|
-
|
|
30710
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary:active, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-secondary:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-quiet:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
30711
|
-
--scale: 1;
|
|
30712
|
-
--transY: 1px;
|
|
30713
|
-
background: var(--background-color-active, var(--background-color));
|
|
30714
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30715
|
-
}
|
|
30716
|
-
|
|
30717
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
30718
|
-
background: var(--background-color-focus, var(--background-color));
|
|
30719
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30720
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30721
|
-
}
|
|
30722
|
-
|
|
30723
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled], .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:active {
|
|
30724
|
-
color: var(--color-disabled, var(--color));
|
|
30725
|
-
background: var(--background-color-disabled, var(--background-color));
|
|
30726
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30727
|
-
opacity: 0.5;
|
|
30672
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled], .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:active {
|
|
30673
|
+
color: var(--color-disabled, var(--color));
|
|
30674
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
30675
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30676
|
+
opacity: 0.5;
|
|
30728
30677
|
}
|
|
30729
30678
|
|
|
30730
30679
|
.E_b1wx3t3t.ant-btn-link[disabled] {
|
|
@@ -30944,58 +30893,93 @@ button.E_n7k2c6r {
|
|
|
30944
30893
|
padding: 0;
|
|
30945
30894
|
}
|
|
30946
30895
|
|
|
30947
|
-
.
|
|
30948
|
-
|
|
30896
|
+
.E_m74vjol {
|
|
30897
|
+
display: flex;
|
|
30898
|
+
justify-content: space-between;
|
|
30899
|
+
width: 100%;
|
|
30949
30900
|
}
|
|
30950
30901
|
|
|
30951
|
-
.
|
|
30952
|
-
|
|
30953
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30954
|
-
font-weight: 700;
|
|
30955
|
-
line-height: 32px;
|
|
30902
|
+
.E_m74vjol .action {
|
|
30903
|
+
margin-left: 16px;
|
|
30956
30904
|
}
|
|
30957
30905
|
|
|
30958
|
-
.
|
|
30959
|
-
|
|
30960
|
-
border-radius: 8px;
|
|
30961
|
-
background: #fff;
|
|
30906
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30907
|
+
width: 100%;
|
|
30962
30908
|
}
|
|
30963
30909
|
|
|
30964
|
-
.
|
|
30965
|
-
|
|
30966
|
-
|
|
30967
|
-
line-height: 22px;
|
|
30968
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30969
|
-
text-align: center;
|
|
30910
|
+
.E_c18gxmrl {
|
|
30911
|
+
border: 1px solid #d8deeb;
|
|
30912
|
+
border-radius: 4px;
|
|
30970
30913
|
}
|
|
30971
30914
|
|
|
30972
|
-
.
|
|
30973
|
-
|
|
30915
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30916
|
+
margin-top: 8px;
|
|
30974
30917
|
}
|
|
30975
30918
|
|
|
30976
|
-
.
|
|
30977
|
-
border:
|
|
30978
|
-
background-color: #fff;
|
|
30919
|
+
.E_c18gxmrl:hover {
|
|
30920
|
+
border-color: #0080ff;
|
|
30979
30921
|
}
|
|
30980
30922
|
|
|
30981
|
-
.
|
|
30982
|
-
|
|
30983
|
-
padding-bottom: 0px;
|
|
30984
|
-
padding-left: 0px !important;
|
|
30985
|
-
padding-right: 24px;
|
|
30923
|
+
.E_c18gxmrl:hover > header {
|
|
30924
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30986
30925
|
}
|
|
30987
30926
|
|
|
30988
|
-
.
|
|
30989
|
-
|
|
30927
|
+
.E_c18gxmrl.active header {
|
|
30928
|
+
border-bottom: 1px solid #d8deeb;
|
|
30990
30929
|
}
|
|
30991
30930
|
|
|
30992
|
-
.
|
|
30993
|
-
padding:
|
|
30931
|
+
.E_c18gxmrl > header {
|
|
30932
|
+
padding: 8px 12px;
|
|
30933
|
+
}
|
|
30934
|
+
|
|
30935
|
+
.E_wg1tsps {
|
|
30936
|
+
display: flex;
|
|
30937
|
+
align-items: center;
|
|
30938
|
+
justify-content: flex-end;
|
|
30939
|
+
}
|
|
30940
|
+
|
|
30941
|
+
.E_b1ctd5xy {
|
|
30942
|
+
display: flex;
|
|
30943
|
+
align-items: center;
|
|
30944
|
+
width: calc(100% - 40px);
|
|
30945
|
+
}
|
|
30946
|
+
|
|
30947
|
+
.E_b1ctd5xy .chart {
|
|
30948
|
+
display: inline-block;
|
|
30949
|
+
width: 100%;
|
|
30950
|
+
}
|
|
30951
|
+
|
|
30952
|
+
.E_u1p8acpn {
|
|
30953
|
+
min-width: 40px;
|
|
30954
|
+
}
|
|
30955
|
+
|
|
30956
|
+
.E_u1p8acpn .unit {
|
|
30957
|
+
color: #00122e !important;
|
|
30958
|
+
}
|
|
30959
|
+
|
|
30960
|
+
.E_c1uzzomf {
|
|
30961
|
+
margin-bottom: 16px;
|
|
30962
|
+
}
|
|
30963
|
+
|
|
30964
|
+
.E_c1uzzomf .card-title {
|
|
30965
|
+
font-size: 16px;
|
|
30966
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30967
|
+
font-weight: 700;
|
|
30968
|
+
line-height: 32px;
|
|
30969
|
+
}
|
|
30970
|
+
|
|
30971
|
+
.E_c1uzzomf .card-body {
|
|
30972
|
+
padding: 24px;
|
|
30973
|
+
border-radius: 8px;
|
|
30974
|
+
background: #fff;
|
|
30994
30975
|
}
|
|
30995
30976
|
|
|
30996
|
-
.
|
|
30997
|
-
|
|
30998
|
-
|
|
30977
|
+
.E_c1uzzomf .empty {
|
|
30978
|
+
font-weight: 700;
|
|
30979
|
+
font-size: 14px;
|
|
30980
|
+
line-height: 22px;
|
|
30981
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30982
|
+
text-align: center;
|
|
30999
30983
|
}
|
|
31000
30984
|
|
|
31001
30985
|
.E_d1bw7c5z {
|
|
@@ -31094,6 +31078,50 @@ button.E_n7k2c6r {
|
|
|
31094
31078
|
width: 102px;
|
|
31095
31079
|
}
|
|
31096
31080
|
|
|
31081
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
31082
|
+
padding: 4px 8px 0 8px;
|
|
31083
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31084
|
+
font-size: 12px;
|
|
31085
|
+
}
|
|
31086
|
+
|
|
31087
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
31088
|
+
padding-bottom: 6px;
|
|
31089
|
+
}
|
|
31090
|
+
|
|
31091
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
31092
|
+
padding-top: 4px;
|
|
31093
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31094
|
+
}
|
|
31095
|
+
|
|
31096
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31097
|
+
display: flex;
|
|
31098
|
+
}
|
|
31099
|
+
|
|
31100
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
31101
|
+
border: 0px;
|
|
31102
|
+
background-color: #fff;
|
|
31103
|
+
}
|
|
31104
|
+
|
|
31105
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31106
|
+
padding-top: 0px;
|
|
31107
|
+
padding-bottom: 0px;
|
|
31108
|
+
padding-left: 0px !important;
|
|
31109
|
+
padding-right: 24px;
|
|
31110
|
+
}
|
|
31111
|
+
|
|
31112
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31113
|
+
right: 0px;
|
|
31114
|
+
}
|
|
31115
|
+
|
|
31116
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31117
|
+
padding: 0px;
|
|
31118
|
+
}
|
|
31119
|
+
|
|
31120
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31121
|
+
padding-right: 0px;
|
|
31122
|
+
cursor: default;
|
|
31123
|
+
}
|
|
31124
|
+
|
|
31097
31125
|
.E_c1yyuluq {
|
|
31098
31126
|
border-radius: 8px;
|
|
31099
31127
|
}
|
|
@@ -31102,8 +31130,8 @@ button.E_n7k2c6r {
|
|
|
31102
31130
|
padding: 20px 24px 24px 24px;
|
|
31103
31131
|
}
|
|
31104
31132
|
|
|
31105
|
-
.
|
|
31106
|
-
|
|
31133
|
+
.E_sx1bpnu .ant-input-sm {
|
|
31134
|
+
line-height: 18px;
|
|
31107
31135
|
}
|
|
31108
31136
|
|
|
31109
31137
|
.E_phljevk {
|
|
@@ -31173,21 +31201,6 @@ button.E_n7k2c6r {
|
|
|
31173
31201
|
line-height: 18px;
|
|
31174
31202
|
}
|
|
31175
31203
|
|
|
31176
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
31177
|
-
padding: 4px 8px 0 8px;
|
|
31178
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31179
|
-
font-size: 12px;
|
|
31180
|
-
}
|
|
31181
|
-
|
|
31182
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
31183
|
-
padding-bottom: 6px;
|
|
31184
|
-
}
|
|
31185
|
-
|
|
31186
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
31187
|
-
padding-top: 4px;
|
|
31188
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31189
|
-
}
|
|
31190
|
-
|
|
31191
31204
|
.E_rapgekc.ant-radio-wrapper {
|
|
31192
31205
|
display: inline-flex;
|
|
31193
31206
|
align-items: baseline;
|
|
@@ -31377,8 +31390,47 @@ button.E_n7k2c6r {
|
|
|
31377
31390
|
color: rgba(44, 56, 82, 0.6);
|
|
31378
31391
|
}
|
|
31379
31392
|
|
|
31380
|
-
.
|
|
31381
|
-
|
|
31393
|
+
.E_c1bus5hc {
|
|
31394
|
+
--color: white;
|
|
31395
|
+
height: 14px;
|
|
31396
|
+
width: 14px;
|
|
31397
|
+
border-radius: 50%;
|
|
31398
|
+
flex-shrink: 0;
|
|
31399
|
+
display: flex;
|
|
31400
|
+
align-items: center;
|
|
31401
|
+
justify-content: center;
|
|
31402
|
+
border: 1px solid var(--color);
|
|
31403
|
+
}
|
|
31404
|
+
|
|
31405
|
+
.E_c1bus5hc .circle-inner {
|
|
31406
|
+
position: relative;
|
|
31407
|
+
height: 10px;
|
|
31408
|
+
width: 10px;
|
|
31409
|
+
border-radius: 50%;
|
|
31410
|
+
overflow: hidden;
|
|
31411
|
+
}
|
|
31412
|
+
|
|
31413
|
+
.E_c1bus5hc .circle-content {
|
|
31414
|
+
position: absolute;
|
|
31415
|
+
height: 100%;
|
|
31416
|
+
width: 100%;
|
|
31417
|
+
left: 0;
|
|
31418
|
+
top: 0;
|
|
31419
|
+
border-radius: 50%;
|
|
31420
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31421
|
+
transform: rotate(180deg);
|
|
31422
|
+
}
|
|
31423
|
+
|
|
31424
|
+
.E_c1bus5hc .circle-child {
|
|
31425
|
+
position: absolute;
|
|
31426
|
+
height: 100%;
|
|
31427
|
+
width: 100%;
|
|
31428
|
+
left: 0;
|
|
31429
|
+
top: 0;
|
|
31430
|
+
margin-left: 50%;
|
|
31431
|
+
transform-origin: left;
|
|
31432
|
+
background: white;
|
|
31433
|
+
transform: rotate(0deg);
|
|
31382
31434
|
}
|
|
31383
31435
|
|
|
31384
31436
|
.E_s1dizucg.ant-switch {
|
|
@@ -31445,144 +31497,7 @@ button.E_n7k2c6r {
|
|
|
31445
31497
|
}
|
|
31446
31498
|
|
|
31447
31499
|
.E_c1up6e3y {
|
|
31448
|
-
margin-left: 5px;
|
|
31449
|
-
}
|
|
31450
|
-
|
|
31451
|
-
.E_s1dni7lo {
|
|
31452
|
-
width: 430px !important;
|
|
31453
|
-
}
|
|
31454
|
-
|
|
31455
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31456
|
-
padding: 8px 16px;
|
|
31457
|
-
line-height: 18px;
|
|
31458
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31459
|
-
height: 34px;
|
|
31460
|
-
min-height: 34px;
|
|
31461
|
-
box-sizing: border-box;
|
|
31462
|
-
margin-top: 8px;
|
|
31463
|
-
}
|
|
31464
|
-
|
|
31465
|
-
.E_o1ugr09p {
|
|
31466
|
-
display: flex;
|
|
31467
|
-
flex-direction: column;
|
|
31468
|
-
margin: 1px 8px;
|
|
31469
|
-
padding: 8px;
|
|
31470
|
-
border-radius: 4px;
|
|
31471
|
-
}
|
|
31472
|
-
|
|
31473
|
-
.E_o1ugr09p .selected-icon {
|
|
31474
|
-
display: none;
|
|
31475
|
-
}
|
|
31476
|
-
|
|
31477
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31478
|
-
padding-left: 8px;
|
|
31479
|
-
}
|
|
31480
|
-
|
|
31481
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31482
|
-
background-color: white;
|
|
31483
|
-
}
|
|
31484
|
-
|
|
31485
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31486
|
-
color: #0080ff;
|
|
31487
|
-
}
|
|
31488
|
-
|
|
31489
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31490
|
-
display: block;
|
|
31491
|
-
}
|
|
31492
|
-
|
|
31493
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31494
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31495
|
-
}
|
|
31496
|
-
|
|
31497
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31498
|
-
color: #0080ff;
|
|
31499
|
-
}
|
|
31500
|
-
|
|
31501
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31502
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31503
|
-
color: #0080ff;
|
|
31504
|
-
}
|
|
31505
|
-
|
|
31506
|
-
.E_o1ifxsq4 {
|
|
31507
|
-
display: flex;
|
|
31508
|
-
justify-content: space-between;
|
|
31509
|
-
height: 20px;
|
|
31510
|
-
line-height: 20px;
|
|
31511
|
-
}
|
|
31512
|
-
|
|
31513
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31514
|
-
color: #2d3a56;
|
|
31515
|
-
overflow: hidden;
|
|
31516
|
-
text-overflow: ellipsis;
|
|
31517
|
-
}
|
|
31518
|
-
|
|
31519
|
-
.E_o1zue7 {
|
|
31520
|
-
display: flex;
|
|
31521
|
-
justify-content: space-between;
|
|
31522
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31523
|
-
height: 18px;
|
|
31524
|
-
line-height: 18px;
|
|
31525
|
-
margin-top: 2px;
|
|
31526
|
-
}
|
|
31527
|
-
|
|
31528
|
-
.E_tyfmlxg {
|
|
31529
|
-
border: none;
|
|
31530
|
-
margin-right: 0;
|
|
31531
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31532
|
-
}
|
|
31533
|
-
|
|
31534
|
-
.E_o18uybox {
|
|
31535
|
-
pointer-events: none;
|
|
31536
|
-
height: 32px;
|
|
31537
|
-
width: 100%;
|
|
31538
|
-
opacity: 0;
|
|
31539
|
-
}
|
|
31540
|
-
|
|
31541
|
-
.E_iq1gosr {
|
|
31542
|
-
display: inline-block;
|
|
31543
|
-
}
|
|
31544
|
-
|
|
31545
|
-
.E_c1bus5hc {
|
|
31546
|
-
--color: white;
|
|
31547
|
-
height: 14px;
|
|
31548
|
-
width: 14px;
|
|
31549
|
-
border-radius: 50%;
|
|
31550
|
-
flex-shrink: 0;
|
|
31551
|
-
display: flex;
|
|
31552
|
-
align-items: center;
|
|
31553
|
-
justify-content: center;
|
|
31554
|
-
border: 1px solid var(--color);
|
|
31555
|
-
}
|
|
31556
|
-
|
|
31557
|
-
.E_c1bus5hc .circle-inner {
|
|
31558
|
-
position: relative;
|
|
31559
|
-
height: 10px;
|
|
31560
|
-
width: 10px;
|
|
31561
|
-
border-radius: 50%;
|
|
31562
|
-
overflow: hidden;
|
|
31563
|
-
}
|
|
31564
|
-
|
|
31565
|
-
.E_c1bus5hc .circle-content {
|
|
31566
|
-
position: absolute;
|
|
31567
|
-
height: 100%;
|
|
31568
|
-
width: 100%;
|
|
31569
|
-
left: 0;
|
|
31570
|
-
top: 0;
|
|
31571
|
-
border-radius: 50%;
|
|
31572
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31573
|
-
transform: rotate(180deg);
|
|
31574
|
-
}
|
|
31575
|
-
|
|
31576
|
-
.E_c1bus5hc .circle-child {
|
|
31577
|
-
position: absolute;
|
|
31578
|
-
height: 100%;
|
|
31579
|
-
width: 100%;
|
|
31580
|
-
left: 0;
|
|
31581
|
-
top: 0;
|
|
31582
|
-
margin-left: 50%;
|
|
31583
|
-
transform-origin: left;
|
|
31584
|
-
background: white;
|
|
31585
|
-
transform: rotate(0deg);
|
|
31500
|
+
margin-left: 5px;
|
|
31586
31501
|
}
|
|
31587
31502
|
|
|
31588
31503
|
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
@@ -31656,6 +31571,100 @@ button.E_n7k2c6r {
|
|
|
31656
31571
|
transform: rotate(180deg);
|
|
31657
31572
|
}
|
|
31658
31573
|
|
|
31574
|
+
.E_tju3gfj .date {
|
|
31575
|
+
margin-right: 4px;
|
|
31576
|
+
}
|
|
31577
|
+
|
|
31578
|
+
.E_s1dni7lo {
|
|
31579
|
+
width: 430px !important;
|
|
31580
|
+
}
|
|
31581
|
+
|
|
31582
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31583
|
+
padding: 8px 16px;
|
|
31584
|
+
line-height: 18px;
|
|
31585
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31586
|
+
height: 34px;
|
|
31587
|
+
min-height: 34px;
|
|
31588
|
+
box-sizing: border-box;
|
|
31589
|
+
margin-top: 8px;
|
|
31590
|
+
}
|
|
31591
|
+
|
|
31592
|
+
.E_o1ugr09p {
|
|
31593
|
+
display: flex;
|
|
31594
|
+
flex-direction: column;
|
|
31595
|
+
margin: 1px 8px;
|
|
31596
|
+
padding: 8px;
|
|
31597
|
+
border-radius: 4px;
|
|
31598
|
+
}
|
|
31599
|
+
|
|
31600
|
+
.E_o1ugr09p .selected-icon {
|
|
31601
|
+
display: none;
|
|
31602
|
+
}
|
|
31603
|
+
|
|
31604
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31605
|
+
padding-left: 8px;
|
|
31606
|
+
}
|
|
31607
|
+
|
|
31608
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31609
|
+
background-color: white;
|
|
31610
|
+
}
|
|
31611
|
+
|
|
31612
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31613
|
+
color: #0080ff;
|
|
31614
|
+
}
|
|
31615
|
+
|
|
31616
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31617
|
+
display: block;
|
|
31618
|
+
}
|
|
31619
|
+
|
|
31620
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31621
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31622
|
+
}
|
|
31623
|
+
|
|
31624
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31625
|
+
color: #0080ff;
|
|
31626
|
+
}
|
|
31627
|
+
|
|
31628
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31629
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31630
|
+
color: #0080ff;
|
|
31631
|
+
}
|
|
31632
|
+
|
|
31633
|
+
.E_o1ifxsq4 {
|
|
31634
|
+
display: flex;
|
|
31635
|
+
justify-content: space-between;
|
|
31636
|
+
height: 20px;
|
|
31637
|
+
line-height: 20px;
|
|
31638
|
+
}
|
|
31639
|
+
|
|
31640
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31641
|
+
color: #2d3a56;
|
|
31642
|
+
overflow: hidden;
|
|
31643
|
+
text-overflow: ellipsis;
|
|
31644
|
+
}
|
|
31645
|
+
|
|
31646
|
+
.E_o1zue7 {
|
|
31647
|
+
display: flex;
|
|
31648
|
+
justify-content: space-between;
|
|
31649
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31650
|
+
height: 18px;
|
|
31651
|
+
line-height: 18px;
|
|
31652
|
+
margin-top: 2px;
|
|
31653
|
+
}
|
|
31654
|
+
|
|
31655
|
+
.E_tyfmlxg {
|
|
31656
|
+
border: none;
|
|
31657
|
+
margin-right: 0;
|
|
31658
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31659
|
+
}
|
|
31660
|
+
|
|
31661
|
+
.E_o18uybox {
|
|
31662
|
+
pointer-events: none;
|
|
31663
|
+
height: 32px;
|
|
31664
|
+
width: 100%;
|
|
31665
|
+
opacity: 0;
|
|
31666
|
+
}
|
|
31667
|
+
|
|
31659
31668
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31660
31669
|
display: none;
|
|
31661
31670
|
}
|
|
@@ -31665,6 +31674,10 @@ button.E_n7k2c6r {
|
|
|
31665
31674
|
border-radius: 4px;
|
|
31666
31675
|
}
|
|
31667
31676
|
|
|
31677
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31678
|
+
visibility: hidden;
|
|
31679
|
+
}
|
|
31680
|
+
|
|
31668
31681
|
.E_s1sck0th {
|
|
31669
31682
|
padding: 0 8px;
|
|
31670
31683
|
border-radius: 4px;
|
|
@@ -31763,6 +31776,10 @@ button.E_n7k2c6r {
|
|
|
31763
31776
|
background-color: #7E41FF;
|
|
31764
31777
|
}
|
|
31765
31778
|
|
|
31779
|
+
.E_iq1gosr {
|
|
31780
|
+
display: inline-block;
|
|
31781
|
+
}
|
|
31782
|
+
|
|
31766
31783
|
.E_fzh9mnb {
|
|
31767
31784
|
width: 100%;
|
|
31768
31785
|
height: 100%;
|
|
@@ -31819,6 +31836,27 @@ button.E_n7k2c6r {
|
|
|
31819
31836
|
min-height: 0px;
|
|
31820
31837
|
}
|
|
31821
31838
|
|
|
31839
|
+
.E_iouxfgt {
|
|
31840
|
+
display: inline-flex;
|
|
31841
|
+
align-items: center;
|
|
31842
|
+
}
|
|
31843
|
+
|
|
31844
|
+
.E_iouxfgt .icon-inner {
|
|
31845
|
+
display: inline-flex;
|
|
31846
|
+
align-items: center;
|
|
31847
|
+
justify-content: center;
|
|
31848
|
+
}
|
|
31849
|
+
|
|
31850
|
+
.E_iouxfgt .icon-inner + span,
|
|
31851
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31852
|
+
margin-left: 4px;
|
|
31853
|
+
}
|
|
31854
|
+
|
|
31855
|
+
.E_iouxfgt.is-rotate img,
|
|
31856
|
+
.E_iouxfgt.is-rotate svg {
|
|
31857
|
+
animation: rotate 680ms linear infinite;
|
|
31858
|
+
}
|
|
31859
|
+
|
|
31822
31860
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31823
31861
|
display: var(--ai7qkf2-0);
|
|
31824
31862
|
}
|
|
@@ -31889,40 +31927,6 @@ button.E_n7k2c6r {
|
|
|
31889
31927
|
padding: 2px 8px;
|
|
31890
31928
|
}
|
|
31891
31929
|
|
|
31892
|
-
.E_i1inqkme {
|
|
31893
|
-
height: 18px;
|
|
31894
|
-
line-height: 18px;
|
|
31895
|
-
padding: 0 4px;
|
|
31896
|
-
border-radius: 4px;
|
|
31897
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31898
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31899
|
-
display: flex;
|
|
31900
|
-
align-items: center;
|
|
31901
|
-
white-space: nowrap;
|
|
31902
|
-
margin-right: 4px;
|
|
31903
|
-
}
|
|
31904
|
-
|
|
31905
|
-
.E_iouxfgt {
|
|
31906
|
-
display: inline-flex;
|
|
31907
|
-
align-items: center;
|
|
31908
|
-
}
|
|
31909
|
-
|
|
31910
|
-
.E_iouxfgt .icon-inner {
|
|
31911
|
-
display: inline-flex;
|
|
31912
|
-
align-items: center;
|
|
31913
|
-
justify-content: center;
|
|
31914
|
-
}
|
|
31915
|
-
|
|
31916
|
-
.E_iouxfgt .icon-inner + span,
|
|
31917
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31918
|
-
margin-left: 4px;
|
|
31919
|
-
}
|
|
31920
|
-
|
|
31921
|
-
.E_iouxfgt.is-rotate img,
|
|
31922
|
-
.E_iouxfgt.is-rotate svg {
|
|
31923
|
-
animation: rotate 680ms linear infinite;
|
|
31924
|
-
}
|
|
31925
|
-
|
|
31926
31930
|
.E_atcz0kf .ant-input-suffix {
|
|
31927
31931
|
margin-left: 8px;
|
|
31928
31932
|
}
|
|
@@ -31966,6 +31970,19 @@ button.E_n7k2c6r {
|
|
|
31966
31970
|
font-size: inherit;
|
|
31967
31971
|
}
|
|
31968
31972
|
|
|
31973
|
+
.E_i1inqkme {
|
|
31974
|
+
height: 18px;
|
|
31975
|
+
line-height: 18px;
|
|
31976
|
+
padding: 0 4px;
|
|
31977
|
+
border-radius: 4px;
|
|
31978
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31979
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31980
|
+
display: flex;
|
|
31981
|
+
align-items: center;
|
|
31982
|
+
white-space: nowrap;
|
|
31983
|
+
margin-right: 4px;
|
|
31984
|
+
}
|
|
31985
|
+
|
|
31969
31986
|
.E_owd0kml {
|
|
31970
31987
|
display: inline-block;
|
|
31971
31988
|
}
|
|
@@ -31975,6 +31992,43 @@ button.E_n7k2c6r {
|
|
|
31975
31992
|
position: absolute;
|
|
31976
31993
|
}
|
|
31977
31994
|
|
|
31995
|
+
.E_m196gn1d {
|
|
31996
|
+
min-width: 1280px;
|
|
31997
|
+
}
|
|
31998
|
+
|
|
31999
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32000
|
+
display: inline-flex;
|
|
32001
|
+
align-items: center;
|
|
32002
|
+
justify-content: center;
|
|
32003
|
+
color: #fff;
|
|
32004
|
+
font-weight: bold;
|
|
32005
|
+
font-size: 12px;
|
|
32006
|
+
width: 24px;
|
|
32007
|
+
height: 24px;
|
|
32008
|
+
border-radius: 50%;
|
|
32009
|
+
background: var(--a1b5xrg3-0);
|
|
32010
|
+
}
|
|
32011
|
+
|
|
32012
|
+
.E_a1b5xrg3.btn-item {
|
|
32013
|
+
transition: all 160ms ease;
|
|
32014
|
+
cursor: pointer;
|
|
32015
|
+
width: 56px;
|
|
32016
|
+
height: 40px;
|
|
32017
|
+
display: inline-flex;
|
|
32018
|
+
align-items: center;
|
|
32019
|
+
justify-content: center;
|
|
32020
|
+
border-radius: 6px;
|
|
32021
|
+
}
|
|
32022
|
+
|
|
32023
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32024
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32025
|
+
}
|
|
32026
|
+
|
|
32027
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32028
|
+
transform: translateY(2px);
|
|
32029
|
+
transition: all 320ms ease;
|
|
32030
|
+
}
|
|
32031
|
+
|
|
31978
32032
|
.E_dsnbhzf {
|
|
31979
32033
|
font-family: Inter;
|
|
31980
32034
|
font-style: normal;
|
|
@@ -32427,64 +32481,27 @@ button.E_n7k2c6r {
|
|
|
32427
32481
|
.E_tc2oqpq {
|
|
32428
32482
|
font-family: Inter;
|
|
32429
32483
|
font-style: normal;
|
|
32430
|
-
font-weight: 500;
|
|
32431
|
-
font-feature-settings: "zero" on;
|
|
32432
|
-
font-size: 12px;
|
|
32433
|
-
line-height: 18px;
|
|
32434
|
-
}
|
|
32435
|
-
|
|
32436
|
-
.E_tzvddmc {
|
|
32437
|
-
font-family: Inter;
|
|
32438
|
-
font-style: normal;
|
|
32439
|
-
font-weight: bold;
|
|
32440
|
-
font-feature-settings: "zero" on;
|
|
32441
|
-
font-size: 16px;
|
|
32442
|
-
line-height: 24px;
|
|
32443
|
-
}
|
|
32444
|
-
|
|
32445
|
-
.E_u18llj45 {
|
|
32446
|
-
font-family: Inter;
|
|
32447
|
-
font-style: normal;
|
|
32448
|
-
font-weight: normal;
|
|
32449
|
-
font-size: 10px;
|
|
32450
|
-
line-height: 12px;
|
|
32451
|
-
}
|
|
32452
|
-
|
|
32453
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
32454
|
-
display: inline-flex;
|
|
32455
|
-
align-items: center;
|
|
32456
|
-
justify-content: center;
|
|
32457
|
-
color: #fff;
|
|
32458
|
-
font-weight: bold;
|
|
32459
|
-
font-size: 12px;
|
|
32460
|
-
width: 24px;
|
|
32461
|
-
height: 24px;
|
|
32462
|
-
border-radius: 50%;
|
|
32463
|
-
background: var(--a1b5xrg3-0);
|
|
32464
|
-
}
|
|
32465
|
-
|
|
32466
|
-
.E_a1b5xrg3.btn-item {
|
|
32467
|
-
transition: all 160ms ease;
|
|
32468
|
-
cursor: pointer;
|
|
32469
|
-
width: 56px;
|
|
32470
|
-
height: 40px;
|
|
32471
|
-
display: inline-flex;
|
|
32472
|
-
align-items: center;
|
|
32473
|
-
justify-content: center;
|
|
32474
|
-
border-radius: 6px;
|
|
32475
|
-
}
|
|
32476
|
-
|
|
32477
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32478
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32484
|
+
font-weight: 500;
|
|
32485
|
+
font-feature-settings: "zero" on;
|
|
32486
|
+
font-size: 12px;
|
|
32487
|
+
line-height: 18px;
|
|
32479
32488
|
}
|
|
32480
32489
|
|
|
32481
|
-
.
|
|
32482
|
-
|
|
32483
|
-
|
|
32490
|
+
.E_tzvddmc {
|
|
32491
|
+
font-family: Inter;
|
|
32492
|
+
font-style: normal;
|
|
32493
|
+
font-weight: bold;
|
|
32494
|
+
font-feature-settings: "zero" on;
|
|
32495
|
+
font-size: 16px;
|
|
32496
|
+
line-height: 24px;
|
|
32484
32497
|
}
|
|
32485
32498
|
|
|
32486
|
-
.
|
|
32487
|
-
|
|
32499
|
+
.E_u18llj45 {
|
|
32500
|
+
font-family: Inter;
|
|
32501
|
+
font-style: normal;
|
|
32502
|
+
font-weight: normal;
|
|
32503
|
+
font-size: 10px;
|
|
32504
|
+
line-height: 12px;
|
|
32488
32505
|
}
|
|
32489
32506
|
|
|
32490
32507
|
.E_cnujxq2 {
|
|
@@ -34397,68 +34414,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34397
34414
|
padding: 0;
|
|
34398
34415
|
}
|
|
34399
34416
|
|
|
34400
|
-
.E_b14q2gmw {
|
|
34401
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34402
|
-
}
|
|
34403
|
-
|
|
34404
|
-
.E_c1eym6el {
|
|
34405
|
-
border-radius: 8px;
|
|
34406
|
-
background-color: white;
|
|
34407
|
-
}
|
|
34408
|
-
|
|
34409
|
-
.E_c1eym6el.hoverable {
|
|
34410
|
-
cursor: pointer;
|
|
34411
|
-
}
|
|
34412
|
-
|
|
34413
|
-
.E_c1eym6el.hoverable:hover {
|
|
34414
|
-
transition: all 200ms ease;
|
|
34415
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34416
|
-
transform: translateY(-4px);
|
|
34417
|
-
}
|
|
34418
|
-
|
|
34419
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34420
|
-
margin-right: 2px;
|
|
34421
|
-
}
|
|
34422
|
-
|
|
34423
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34424
|
-
padding-left: 8px;
|
|
34425
|
-
padding-right: 8px;
|
|
34426
|
-
}
|
|
34427
|
-
|
|
34428
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34429
|
-
border-radius: 4px;
|
|
34430
|
-
}
|
|
34431
|
-
|
|
34432
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34433
|
-
border-radius: 4px;
|
|
34434
|
-
}
|
|
34435
|
-
|
|
34436
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
34437
|
-
padding-left: 12px;
|
|
34438
|
-
padding-right: 12px;
|
|
34439
|
-
}
|
|
34440
|
-
|
|
34441
|
-
.E_ckld275 {
|
|
34442
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34443
|
-
}
|
|
34444
|
-
|
|
34445
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34446
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
34447
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34448
|
-
}
|
|
34449
|
-
|
|
34450
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34451
|
-
background-color: transparent;
|
|
34452
|
-
}
|
|
34453
|
-
|
|
34454
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34455
|
-
background-color: transparent;
|
|
34456
|
-
}
|
|
34457
|
-
|
|
34458
|
-
.E_c1yd35n {
|
|
34459
|
-
padding: 0 12px 14px 12px;
|
|
34460
|
-
}
|
|
34461
|
-
|
|
34462
34417
|
.E_c1kghdax {
|
|
34463
34418
|
color: #2d3a56;
|
|
34464
34419
|
padding: 7px 12px;
|
|
@@ -34506,84 +34461,66 @@ input.E_rf8rlle.ant-input {
|
|
|
34506
34461
|
margin-right: 2px;
|
|
34507
34462
|
}
|
|
34508
34463
|
|
|
34509
|
-
.
|
|
34510
|
-
|
|
34511
|
-
line-height: 22px;
|
|
34512
|
-
display: inline-flex;
|
|
34513
|
-
}
|
|
34514
|
-
|
|
34515
|
-
.E_ckui4s7 .ant-checkbox {
|
|
34516
|
-
height: 22px;
|
|
34517
|
-
display: flex;
|
|
34518
|
-
align-items: center;
|
|
34519
|
-
top: 0;
|
|
34520
|
-
}
|
|
34521
|
-
|
|
34522
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34523
|
-
border: none;
|
|
34524
|
-
}
|
|
34525
|
-
|
|
34526
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34527
|
-
border-color: #0080ff;
|
|
34464
|
+
.E_c1yd35n {
|
|
34465
|
+
padding: 0 12px 14px 12px;
|
|
34528
34466
|
}
|
|
34529
34467
|
|
|
34530
|
-
.
|
|
34531
|
-
|
|
34468
|
+
.E_b14q2gmw {
|
|
34469
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34532
34470
|
}
|
|
34533
34471
|
|
|
34534
|
-
.
|
|
34535
|
-
border:
|
|
34472
|
+
.E_c1eym6el {
|
|
34473
|
+
border-radius: 8px;
|
|
34474
|
+
background-color: white;
|
|
34536
34475
|
}
|
|
34537
34476
|
|
|
34538
|
-
.
|
|
34539
|
-
|
|
34477
|
+
.E_c1eym6el.hoverable {
|
|
34478
|
+
cursor: pointer;
|
|
34540
34479
|
}
|
|
34541
34480
|
|
|
34542
|
-
.
|
|
34543
|
-
|
|
34544
|
-
|
|
34545
|
-
|
|
34546
|
-
border-radius: 2px;
|
|
34481
|
+
.E_c1eym6el.hoverable:hover {
|
|
34482
|
+
transition: all 200ms ease;
|
|
34483
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34484
|
+
transform: translateY(-4px);
|
|
34547
34485
|
}
|
|
34548
34486
|
|
|
34549
|
-
.
|
|
34550
|
-
|
|
34487
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34488
|
+
margin-right: 2px;
|
|
34551
34489
|
}
|
|
34552
34490
|
|
|
34553
|
-
.
|
|
34554
|
-
|
|
34555
|
-
|
|
34491
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34492
|
+
padding-left: 8px;
|
|
34493
|
+
padding-right: 8px;
|
|
34556
34494
|
}
|
|
34557
34495
|
|
|
34558
|
-
.
|
|
34559
|
-
border-
|
|
34496
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34497
|
+
border-radius: 4px;
|
|
34560
34498
|
}
|
|
34561
34499
|
|
|
34562
|
-
.
|
|
34563
|
-
|
|
34500
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34501
|
+
border-radius: 4px;
|
|
34564
34502
|
}
|
|
34565
34503
|
|
|
34566
|
-
.
|
|
34567
|
-
padding:
|
|
34504
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
34505
|
+
padding-left: 12px;
|
|
34506
|
+
padding-right: 12px;
|
|
34568
34507
|
}
|
|
34569
34508
|
|
|
34570
|
-
.
|
|
34571
|
-
|
|
34572
|
-
margin-left: 12px;
|
|
34573
|
-
color: #2d3a56;
|
|
34509
|
+
.E_ckld275 {
|
|
34510
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34574
34511
|
}
|
|
34575
34512
|
|
|
34576
|
-
.
|
|
34577
|
-
|
|
34578
|
-
color: rgba(44, 56, 82, 0.
|
|
34513
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34514
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
34515
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34579
34516
|
}
|
|
34580
34517
|
|
|
34581
|
-
.
|
|
34582
|
-
|
|
34518
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34519
|
+
background-color: transparent;
|
|
34583
34520
|
}
|
|
34584
34521
|
|
|
34585
|
-
.
|
|
34586
|
-
|
|
34522
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34523
|
+
background-color: transparent;
|
|
34587
34524
|
}
|
|
34588
34525
|
|
|
34589
34526
|
.E_l12xdkhl {
|
|
@@ -35194,30 +35131,110 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35194
35131
|
z-index: 10;
|
|
35195
35132
|
}
|
|
35196
35133
|
|
|
35197
|
-
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
35198
|
-
padding: 0 !important;
|
|
35199
|
-
position: relative;
|
|
35200
|
-
background: #fff;
|
|
35134
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
35135
|
+
padding: 0 !important;
|
|
35136
|
+
position: relative;
|
|
35137
|
+
background: #fff;
|
|
35138
|
+
}
|
|
35139
|
+
|
|
35140
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
35141
|
+
height: 100%;
|
|
35142
|
+
display: flex;
|
|
35143
|
+
align-items: center;
|
|
35144
|
+
justify-content: flex-end;
|
|
35145
|
+
padding-right: 8px;
|
|
35146
|
+
}
|
|
35147
|
+
|
|
35148
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
35149
|
+
width: 24px;
|
|
35150
|
+
height: 24px;
|
|
35151
|
+
cursor: pointer;
|
|
35152
|
+
justify-content: center;
|
|
35153
|
+
border-radius: 4px;
|
|
35154
|
+
}
|
|
35155
|
+
|
|
35156
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
35157
|
+
background: #fff;
|
|
35158
|
+
}
|
|
35159
|
+
|
|
35160
|
+
.E_ckui4s7 {
|
|
35161
|
+
color: #2d3a56;
|
|
35162
|
+
line-height: 22px;
|
|
35163
|
+
display: inline-flex;
|
|
35164
|
+
}
|
|
35165
|
+
|
|
35166
|
+
.E_ckui4s7 .ant-checkbox {
|
|
35167
|
+
height: 22px;
|
|
35168
|
+
display: flex;
|
|
35169
|
+
align-items: center;
|
|
35170
|
+
top: 0;
|
|
35171
|
+
}
|
|
35172
|
+
|
|
35173
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
35174
|
+
border: none;
|
|
35175
|
+
}
|
|
35176
|
+
|
|
35177
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
35178
|
+
border-color: #0080ff;
|
|
35179
|
+
}
|
|
35180
|
+
|
|
35181
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
35182
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
35183
|
+
}
|
|
35184
|
+
|
|
35185
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
35186
|
+
border: 1px solid #0080ff;
|
|
35187
|
+
}
|
|
35188
|
+
|
|
35189
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
35190
|
+
background: #0080ff;
|
|
35191
|
+
}
|
|
35192
|
+
|
|
35193
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
35194
|
+
background-color: #fff;
|
|
35195
|
+
height: 2px;
|
|
35196
|
+
width: 10px;
|
|
35197
|
+
border-radius: 2px;
|
|
35198
|
+
}
|
|
35199
|
+
|
|
35200
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
35201
|
+
opacity: 0.5;
|
|
35202
|
+
}
|
|
35203
|
+
|
|
35204
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
35205
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35206
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
35207
|
+
}
|
|
35208
|
+
|
|
35209
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
35210
|
+
border-color: #2d3a56;
|
|
35211
|
+
}
|
|
35212
|
+
|
|
35213
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
35214
|
+
background: #2d3a56;
|
|
35215
|
+
}
|
|
35216
|
+
|
|
35217
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
35218
|
+
padding: 0;
|
|
35219
|
+
}
|
|
35220
|
+
|
|
35221
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
35222
|
+
display: inline-block;
|
|
35223
|
+
margin-left: 12px;
|
|
35224
|
+
color: #2d3a56;
|
|
35201
35225
|
}
|
|
35202
35226
|
|
|
35203
|
-
.
|
|
35204
|
-
|
|
35205
|
-
|
|
35206
|
-
align-items: center;
|
|
35207
|
-
justify-content: flex-end;
|
|
35208
|
-
padding-right: 8px;
|
|
35227
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
35228
|
+
margin-left: 28px;
|
|
35229
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35209
35230
|
}
|
|
35210
35231
|
|
|
35211
|
-
.
|
|
35212
|
-
|
|
35213
|
-
height: 24px;
|
|
35214
|
-
cursor: pointer;
|
|
35215
|
-
justify-content: center;
|
|
35216
|
-
border-radius: 4px;
|
|
35232
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
35233
|
+
margin-left: 8px;
|
|
35217
35234
|
}
|
|
35218
35235
|
|
|
35219
|
-
.
|
|
35220
|
-
|
|
35236
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
35237
|
+
margin-left: 24px;
|
|
35221
35238
|
}
|
|
35222
35239
|
|
|
35223
35240
|
.E_lht19u8 {
|
|
@@ -35293,37 +35310,269 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35293
35310
|
margin: 0;
|
|
35294
35311
|
}
|
|
35295
35312
|
|
|
35296
|
-
.E_i1vxv4ln {
|
|
35297
|
-
margin-right: 4px;
|
|
35298
|
-
height: 16px;
|
|
35313
|
+
.E_i1vxv4ln {
|
|
35314
|
+
margin-right: 4px;
|
|
35315
|
+
height: 16px;
|
|
35316
|
+
}
|
|
35317
|
+
|
|
35318
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
35319
|
+
font-weight: 700;
|
|
35320
|
+
color: #00122e;
|
|
35321
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35322
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35323
|
+
word-break: break-all;
|
|
35324
|
+
display: inline;
|
|
35325
|
+
white-space: normal;
|
|
35326
|
+
}
|
|
35327
|
+
|
|
35328
|
+
.E_r77hffu {
|
|
35329
|
+
display: flex;
|
|
35330
|
+
align-items: center;
|
|
35331
|
+
justify-content: space-between;
|
|
35332
|
+
column-gap: 6px;
|
|
35333
|
+
}
|
|
35334
|
+
|
|
35335
|
+
.E_p1cmxsf7 {
|
|
35336
|
+
display: flex;
|
|
35337
|
+
flex-direction: column;
|
|
35338
|
+
justify-content: center;
|
|
35339
|
+
row-gap: var(--p1cmxsf7-0);
|
|
35340
|
+
}
|
|
35341
|
+
|
|
35342
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
35343
|
+
font-size: 0;
|
|
35344
|
+
}
|
|
35345
|
+
|
|
35346
|
+
.E_sjob3jg {
|
|
35347
|
+
--item-min-width: 60px;
|
|
35348
|
+
}
|
|
35349
|
+
|
|
35350
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
35351
|
+
display: none !important;
|
|
35352
|
+
}
|
|
35353
|
+
|
|
35354
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
35355
|
+
flex-shrink: 0 !important;
|
|
35356
|
+
}
|
|
35357
|
+
|
|
35358
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
35359
|
+
color: #0080ff;
|
|
35360
|
+
}
|
|
35361
|
+
|
|
35362
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35363
|
+
color: #0080ff;
|
|
35364
|
+
font-weight: normal;
|
|
35365
|
+
}
|
|
35366
|
+
|
|
35367
|
+
.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 {
|
|
35368
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35369
|
+
}
|
|
35370
|
+
|
|
35371
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35372
|
+
color: #00122e;
|
|
35373
|
+
}
|
|
35374
|
+
|
|
35375
|
+
.E_sjob3jg .step-item-text {
|
|
35376
|
+
display: inline-block;
|
|
35377
|
+
}
|
|
35378
|
+
|
|
35379
|
+
.E_sjob3jg .step-item-title {
|
|
35380
|
+
overflow: hidden;
|
|
35381
|
+
white-space: nowrap;
|
|
35382
|
+
text-overflow: ellipsis;
|
|
35383
|
+
}
|
|
35384
|
+
|
|
35385
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
35386
|
+
min-width: var(--item-min-width);
|
|
35387
|
+
}
|
|
35388
|
+
|
|
35389
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
35390
|
+
cursor: not-allowed !important;
|
|
35391
|
+
}
|
|
35392
|
+
|
|
35393
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
35394
|
+
flex-direction: row;
|
|
35395
|
+
justify-content: stretch;
|
|
35396
|
+
}
|
|
35397
|
+
|
|
35398
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
35399
|
+
padding: 0;
|
|
35400
|
+
margin-right: 4px;
|
|
35401
|
+
flex: 1;
|
|
35402
|
+
overflow: visible;
|
|
35403
|
+
}
|
|
35404
|
+
|
|
35405
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
35406
|
+
width: 100%;
|
|
35407
|
+
min-height: unset;
|
|
35408
|
+
}
|
|
35409
|
+
|
|
35410
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
35411
|
+
height: 26px;
|
|
35412
|
+
line-height: 26px;
|
|
35413
|
+
width: 100%;
|
|
35414
|
+
padding: 0;
|
|
35415
|
+
font-size: 12px;
|
|
35416
|
+
}
|
|
35417
|
+
|
|
35418
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
35419
|
+
margin-right: 10px;
|
|
35420
|
+
}
|
|
35421
|
+
|
|
35422
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
35423
|
+
display: none;
|
|
35424
|
+
}
|
|
35425
|
+
|
|
35426
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
35427
|
+
padding-left: 8px;
|
|
35428
|
+
padding-right: 4px;
|
|
35429
|
+
border-radius: 4px 0 0 4px;
|
|
35430
|
+
}
|
|
35431
|
+
|
|
35432
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
35433
|
+
margin-right: 0;
|
|
35434
|
+
}
|
|
35435
|
+
|
|
35436
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
35437
|
+
padding-right: 8px;
|
|
35438
|
+
padding-left: 12px;
|
|
35439
|
+
border-radius: 0 4px 4px 0;
|
|
35440
|
+
}
|
|
35441
|
+
|
|
35442
|
+
.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 {
|
|
35443
|
+
content: "";
|
|
35444
|
+
width: 0;
|
|
35445
|
+
height: 0;
|
|
35446
|
+
border: 13px solid transparent;
|
|
35447
|
+
position: absolute;
|
|
35448
|
+
top: 0;
|
|
35449
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35450
|
+
z-index: 2;
|
|
35451
|
+
position: relative;
|
|
35452
|
+
top: -50%;
|
|
35453
|
+
right: -100%;
|
|
35454
|
+
}
|
|
35455
|
+
|
|
35456
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
35457
|
+
padding: 0 4px 0 12px;
|
|
35458
|
+
}
|
|
35459
|
+
|
|
35460
|
+
.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 {
|
|
35461
|
+
content: "";
|
|
35462
|
+
width: 0;
|
|
35463
|
+
height: 0;
|
|
35464
|
+
border: 13px solid transparent;
|
|
35465
|
+
position: absolute;
|
|
35466
|
+
top: 0;
|
|
35467
|
+
border-left: 8px solid #fff;
|
|
35468
|
+
left: 0;
|
|
35469
|
+
}
|
|
35470
|
+
|
|
35471
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
35472
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
35473
|
+
}
|
|
35474
|
+
|
|
35475
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
35476
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35477
|
+
}
|
|
35478
|
+
|
|
35479
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
35480
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
35481
|
+
}
|
|
35482
|
+
|
|
35483
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35484
|
+
cursor: pointer;
|
|
35485
|
+
min-width: var(--item-min-width);
|
|
35486
|
+
}
|
|
35487
|
+
|
|
35488
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
35489
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35490
|
+
min-width: var(--item-min-width);
|
|
35491
|
+
}
|
|
35492
|
+
|
|
35493
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
35494
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
35495
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35496
|
+
}
|
|
35497
|
+
|
|
35498
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
35499
|
+
padding: 0;
|
|
35500
|
+
}
|
|
35501
|
+
|
|
35502
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
35503
|
+
width: 192px;
|
|
35504
|
+
row-gap: 2px;
|
|
35505
|
+
}
|
|
35506
|
+
|
|
35507
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
35508
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35509
|
+
}
|
|
35510
|
+
|
|
35511
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
35512
|
+
color: #00122e !important;
|
|
35513
|
+
}
|
|
35514
|
+
|
|
35515
|
+
.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 {
|
|
35516
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35517
|
+
}
|
|
35518
|
+
|
|
35519
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
35520
|
+
padding: 0 8px;
|
|
35521
|
+
border-radius: 4px;
|
|
35522
|
+
height: 32px;
|
|
35523
|
+
display: flex;
|
|
35524
|
+
align-items: center;
|
|
35525
|
+
}
|
|
35526
|
+
|
|
35527
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
35528
|
+
min-height: auto;
|
|
35529
|
+
white-space: nowrap;
|
|
35530
|
+
}
|
|
35531
|
+
|
|
35532
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35533
|
+
font-size: 13px;
|
|
35534
|
+
line-height: 20px;
|
|
35535
|
+
max-width: 100%;
|
|
35536
|
+
padding-right: 0;
|
|
35537
|
+
}
|
|
35538
|
+
|
|
35539
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
35540
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35299
35541
|
}
|
|
35300
35542
|
|
|
35301
|
-
.
|
|
35302
|
-
|
|
35303
|
-
|
|
35304
|
-
|
|
35305
|
-
|
|
35306
|
-
|
|
35307
|
-
display: inline;
|
|
35308
|
-
white-space: normal;
|
|
35543
|
+
.E_h6l1tj4 {
|
|
35544
|
+
width: 100%;
|
|
35545
|
+
display: inline-flex;
|
|
35546
|
+
align-items: center;
|
|
35547
|
+
justify-content: center;
|
|
35548
|
+
column-gap: 4px;
|
|
35309
35549
|
}
|
|
35310
35550
|
|
|
35311
|
-
.
|
|
35312
|
-
display: flex;
|
|
35551
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
35552
|
+
display: inline-flex;
|
|
35313
35553
|
align-items: center;
|
|
35314
|
-
|
|
35315
|
-
|
|
35554
|
+
width: 18px;
|
|
35555
|
+
height: 18px;
|
|
35556
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35557
|
+
justify-content: center;
|
|
35316
35558
|
}
|
|
35317
35559
|
|
|
35318
|
-
.
|
|
35560
|
+
.E_v18frne8 {
|
|
35561
|
+
width: 100%;
|
|
35319
35562
|
display: flex;
|
|
35320
|
-
|
|
35563
|
+
align-items: center;
|
|
35321
35564
|
justify-content: center;
|
|
35322
|
-
|
|
35565
|
+
column-gap: 6px;
|
|
35566
|
+
font-size: 13px;
|
|
35323
35567
|
}
|
|
35324
35568
|
|
|
35325
|
-
.
|
|
35326
|
-
|
|
35569
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
35570
|
+
display: inline-flex;
|
|
35571
|
+
align-items: center;
|
|
35572
|
+
min-width: 20px;
|
|
35573
|
+
min-height: 20px;
|
|
35574
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35575
|
+
justify-content: center;
|
|
35327
35576
|
}
|
|
35328
35577
|
|
|
35329
35578
|
.E_t1dtlqs1 {
|
|
@@ -35401,389 +35650,157 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35401
35650
|
z-index: 2;
|
|
35402
35651
|
display: flex;
|
|
35403
35652
|
padding: 8px;
|
|
35404
|
-
flex-wrap: nowrap;
|
|
35405
|
-
justify-content: flex-start;
|
|
35406
|
-
background: #f2f5fa;
|
|
35407
|
-
font-size: 14px;
|
|
35408
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35409
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35410
|
-
}
|
|
35411
|
-
|
|
35412
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35413
|
-
align-items: inherit;
|
|
35414
|
-
}
|
|
35415
|
-
|
|
35416
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
35417
|
-
display: flex;
|
|
35418
|
-
justify-content: flex-start;
|
|
35419
|
-
align-items: flex-start;
|
|
35420
|
-
flex-wrap: wrap;
|
|
35421
|
-
padding: 8px;
|
|
35422
|
-
border: none;
|
|
35423
|
-
}
|
|
35424
|
-
|
|
35425
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
35426
|
-
flex-basis: 100%;
|
|
35427
|
-
margin: 12px 0 0;
|
|
35428
|
-
order: 99;
|
|
35429
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35430
|
-
}
|
|
35431
|
-
|
|
35432
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
35433
|
-
color: #f0483e;
|
|
35434
|
-
flex-basis: 100%;
|
|
35435
|
-
order: 98;
|
|
35436
|
-
margin: 12px 0 0;
|
|
35437
|
-
}
|
|
35438
|
-
|
|
35439
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
35440
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35441
|
-
}
|
|
35442
|
-
|
|
35443
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
35444
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
35445
|
-
}
|
|
35446
|
-
|
|
35447
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
35448
|
-
flex: 1 0 0;
|
|
35449
|
-
overflow: hidden;
|
|
35450
|
-
}
|
|
35451
|
-
|
|
35452
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
35453
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35454
|
-
margin: 0;
|
|
35455
|
-
}
|
|
35456
|
-
|
|
35457
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
35458
|
-
text-align: center;
|
|
35459
|
-
}
|
|
35460
|
-
|
|
35461
|
-
.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 > * {
|
|
35462
|
-
text-align: center;
|
|
35463
|
-
}
|
|
35464
|
-
|
|
35465
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
35466
|
-
text-align: left;
|
|
35467
|
-
}
|
|
35468
|
-
|
|
35469
|
-
.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 > * {
|
|
35470
|
-
text-align: left;
|
|
35471
|
-
}
|
|
35472
|
-
|
|
35473
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
35474
|
-
text-align: right;
|
|
35475
|
-
}
|
|
35476
|
-
|
|
35477
|
-
.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 > * {
|
|
35478
|
-
text-align: right;
|
|
35479
|
-
}
|
|
35480
|
-
|
|
35481
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
35482
|
-
margin-right: 8px;
|
|
35483
|
-
}
|
|
35484
|
-
|
|
35485
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
35486
|
-
padding: 4px;
|
|
35487
|
-
width: 24px;
|
|
35488
|
-
height: 24px;
|
|
35489
|
-
overflow: hidden;
|
|
35490
|
-
}
|
|
35491
|
-
|
|
35492
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
35493
|
-
padding: 0;
|
|
35494
|
-
}
|
|
35495
|
-
|
|
35496
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
35497
|
-
cursor: not-allowed;
|
|
35498
|
-
opacity: 0.5;
|
|
35499
|
-
}
|
|
35500
|
-
|
|
35501
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
35502
|
-
margin: 0;
|
|
35503
|
-
}
|
|
35504
|
-
|
|
35505
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
35506
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
35507
|
-
border-radius: 5px;
|
|
35508
|
-
font-size: 12px;
|
|
35509
|
-
}
|
|
35510
|
-
|
|
35511
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
35512
|
-
font-size: inherit;
|
|
35513
|
-
}
|
|
35514
|
-
|
|
35515
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
35516
|
-
min-height: 24px;
|
|
35517
|
-
font-size: 12px;
|
|
35518
|
-
position: relative;
|
|
35519
|
-
}
|
|
35520
|
-
|
|
35521
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
35522
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35523
|
-
}
|
|
35524
|
-
|
|
35525
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
35526
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35527
|
-
}
|
|
35528
|
-
|
|
35529
|
-
.E_a138syjm {
|
|
35530
|
-
display: flex;
|
|
35531
|
-
align-items: center;
|
|
35532
|
-
margin-top: 8px;
|
|
35533
|
-
}
|
|
35534
|
-
|
|
35535
|
-
.E_a138syjm button.ant-btn {
|
|
35536
|
-
padding: 2px 8px;
|
|
35537
|
-
height: 24px;
|
|
35538
|
-
}
|
|
35539
|
-
|
|
35540
|
-
.E_a138syjm > span.maximum-desc {
|
|
35541
|
-
display: none;
|
|
35542
|
-
margin-left: 8px;
|
|
35543
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35544
|
-
}
|
|
35545
|
-
|
|
35546
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
35547
|
-
display: inline;
|
|
35548
|
-
}
|
|
35549
|
-
|
|
35550
|
-
.E_d77i8u0 {
|
|
35551
|
-
width: 24px;
|
|
35552
|
-
height: 24px;
|
|
35553
|
-
padding: 4px;
|
|
35554
|
-
margin-right: 8px;
|
|
35555
|
-
}
|
|
35556
|
-
|
|
35557
|
-
.E_sjob3jg {
|
|
35558
|
-
--item-min-width: 60px;
|
|
35559
|
-
}
|
|
35560
|
-
|
|
35561
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
35562
|
-
display: none !important;
|
|
35563
|
-
}
|
|
35564
|
-
|
|
35565
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
35566
|
-
flex-shrink: 0 !important;
|
|
35567
|
-
}
|
|
35568
|
-
|
|
35569
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
35570
|
-
color: #0080ff;
|
|
35571
|
-
}
|
|
35572
|
-
|
|
35573
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35574
|
-
color: #0080ff;
|
|
35575
|
-
font-weight: normal;
|
|
35576
|
-
}
|
|
35577
|
-
|
|
35578
|
-
.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 {
|
|
35579
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35580
|
-
}
|
|
35581
|
-
|
|
35582
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35583
|
-
color: #00122e;
|
|
35584
|
-
}
|
|
35585
|
-
|
|
35586
|
-
.E_sjob3jg .step-item-text {
|
|
35587
|
-
display: inline-block;
|
|
35588
|
-
}
|
|
35589
|
-
|
|
35590
|
-
.E_sjob3jg .step-item-title {
|
|
35591
|
-
overflow: hidden;
|
|
35592
|
-
white-space: nowrap;
|
|
35593
|
-
text-overflow: ellipsis;
|
|
35594
|
-
}
|
|
35595
|
-
|
|
35596
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
35597
|
-
min-width: var(--item-min-width);
|
|
35598
|
-
}
|
|
35599
|
-
|
|
35600
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
35601
|
-
cursor: not-allowed !important;
|
|
35602
|
-
}
|
|
35603
|
-
|
|
35604
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
35605
|
-
flex-direction: row;
|
|
35606
|
-
justify-content: stretch;
|
|
35607
|
-
}
|
|
35608
|
-
|
|
35609
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
35610
|
-
padding: 0;
|
|
35611
|
-
margin-right: 4px;
|
|
35612
|
-
flex: 1;
|
|
35613
|
-
overflow: visible;
|
|
35653
|
+
flex-wrap: nowrap;
|
|
35654
|
+
justify-content: flex-start;
|
|
35655
|
+
background: #f2f5fa;
|
|
35656
|
+
font-size: 14px;
|
|
35657
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35658
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35614
35659
|
}
|
|
35615
35660
|
|
|
35616
|
-
.
|
|
35617
|
-
|
|
35618
|
-
min-height: unset;
|
|
35661
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35662
|
+
align-items: inherit;
|
|
35619
35663
|
}
|
|
35620
35664
|
|
|
35621
|
-
.
|
|
35622
|
-
|
|
35623
|
-
|
|
35624
|
-
|
|
35625
|
-
|
|
35626
|
-
|
|
35665
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
35666
|
+
display: flex;
|
|
35667
|
+
justify-content: flex-start;
|
|
35668
|
+
align-items: flex-start;
|
|
35669
|
+
flex-wrap: wrap;
|
|
35670
|
+
padding: 8px;
|
|
35671
|
+
border: none;
|
|
35627
35672
|
}
|
|
35628
35673
|
|
|
35629
|
-
.
|
|
35630
|
-
|
|
35674
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
35675
|
+
flex-basis: 100%;
|
|
35676
|
+
margin: 12px 0 0;
|
|
35677
|
+
order: 99;
|
|
35678
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35631
35679
|
}
|
|
35632
35680
|
|
|
35633
|
-
.
|
|
35634
|
-
|
|
35681
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
35682
|
+
color: #f0483e;
|
|
35683
|
+
flex-basis: 100%;
|
|
35684
|
+
order: 98;
|
|
35685
|
+
margin: 12px 0 0;
|
|
35635
35686
|
}
|
|
35636
35687
|
|
|
35637
|
-
.
|
|
35638
|
-
|
|
35639
|
-
padding-right: 4px;
|
|
35640
|
-
border-radius: 4px 0 0 4px;
|
|
35688
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
35689
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35641
35690
|
}
|
|
35642
35691
|
|
|
35643
|
-
.
|
|
35644
|
-
|
|
35692
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
35693
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35645
35694
|
}
|
|
35646
35695
|
|
|
35647
|
-
.
|
|
35648
|
-
|
|
35649
|
-
|
|
35650
|
-
border-radius: 0 4px 4px 0;
|
|
35696
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
35697
|
+
flex: 1 0 0;
|
|
35698
|
+
overflow: hidden;
|
|
35651
35699
|
}
|
|
35652
35700
|
|
|
35653
|
-
.
|
|
35654
|
-
|
|
35655
|
-
|
|
35656
|
-
height: 0;
|
|
35657
|
-
border: 13px solid transparent;
|
|
35658
|
-
position: absolute;
|
|
35659
|
-
top: 0;
|
|
35660
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35661
|
-
z-index: 2;
|
|
35662
|
-
position: relative;
|
|
35663
|
-
top: -50%;
|
|
35664
|
-
right: -100%;
|
|
35701
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
35702
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35703
|
+
margin: 0;
|
|
35665
35704
|
}
|
|
35666
35705
|
|
|
35667
|
-
.
|
|
35668
|
-
|
|
35706
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
35707
|
+
text-align: center;
|
|
35669
35708
|
}
|
|
35670
35709
|
|
|
35671
|
-
.
|
|
35672
|
-
|
|
35673
|
-
width: 0;
|
|
35674
|
-
height: 0;
|
|
35675
|
-
border: 13px solid transparent;
|
|
35676
|
-
position: absolute;
|
|
35677
|
-
top: 0;
|
|
35678
|
-
border-left: 8px solid #fff;
|
|
35679
|
-
left: 0;
|
|
35710
|
+
.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 > * {
|
|
35711
|
+
text-align: center;
|
|
35680
35712
|
}
|
|
35681
35713
|
|
|
35682
|
-
.
|
|
35683
|
-
|
|
35714
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
35715
|
+
text-align: left;
|
|
35684
35716
|
}
|
|
35685
35717
|
|
|
35686
|
-
.
|
|
35687
|
-
|
|
35718
|
+
.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 > * {
|
|
35719
|
+
text-align: left;
|
|
35688
35720
|
}
|
|
35689
35721
|
|
|
35690
|
-
.
|
|
35691
|
-
|
|
35722
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
35723
|
+
text-align: right;
|
|
35692
35724
|
}
|
|
35693
35725
|
|
|
35694
|
-
.
|
|
35695
|
-
|
|
35696
|
-
min-width: var(--item-min-width);
|
|
35726
|
+
.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 > * {
|
|
35727
|
+
text-align: right;
|
|
35697
35728
|
}
|
|
35698
35729
|
|
|
35699
|
-
.
|
|
35700
|
-
|
|
35701
|
-
min-width: var(--item-min-width);
|
|
35730
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
35731
|
+
margin-right: 8px;
|
|
35702
35732
|
}
|
|
35703
35733
|
|
|
35704
|
-
.
|
|
35705
|
-
|
|
35706
|
-
|
|
35734
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
35735
|
+
padding: 4px;
|
|
35736
|
+
width: 24px;
|
|
35737
|
+
height: 24px;
|
|
35738
|
+
overflow: hidden;
|
|
35707
35739
|
}
|
|
35708
35740
|
|
|
35709
|
-
.
|
|
35741
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
35710
35742
|
padding: 0;
|
|
35711
35743
|
}
|
|
35712
35744
|
|
|
35713
|
-
.
|
|
35714
|
-
|
|
35715
|
-
|
|
35745
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
35746
|
+
cursor: not-allowed;
|
|
35747
|
+
opacity: 0.5;
|
|
35716
35748
|
}
|
|
35717
35749
|
|
|
35718
|
-
.
|
|
35719
|
-
|
|
35750
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
35751
|
+
margin: 0;
|
|
35720
35752
|
}
|
|
35721
35753
|
|
|
35722
|
-
.
|
|
35723
|
-
|
|
35754
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
35755
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
35756
|
+
border-radius: 5px;
|
|
35757
|
+
font-size: 12px;
|
|
35724
35758
|
}
|
|
35725
35759
|
|
|
35726
|
-
.
|
|
35727
|
-
|
|
35760
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
35761
|
+
font-size: inherit;
|
|
35728
35762
|
}
|
|
35729
35763
|
|
|
35730
|
-
.
|
|
35731
|
-
|
|
35732
|
-
|
|
35733
|
-
|
|
35734
|
-
display: flex;
|
|
35735
|
-
align-items: center;
|
|
35764
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
35765
|
+
min-height: 24px;
|
|
35766
|
+
font-size: 12px;
|
|
35767
|
+
position: relative;
|
|
35736
35768
|
}
|
|
35737
35769
|
|
|
35738
|
-
.
|
|
35739
|
-
|
|
35740
|
-
white-space: nowrap;
|
|
35770
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
35771
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35741
35772
|
}
|
|
35742
35773
|
|
|
35743
|
-
.
|
|
35744
|
-
|
|
35745
|
-
line-height: 20px;
|
|
35746
|
-
max-width: 100%;
|
|
35747
|
-
padding-right: 0;
|
|
35774
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
35775
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35748
35776
|
}
|
|
35749
35777
|
|
|
35750
|
-
.
|
|
35751
|
-
|
|
35778
|
+
.E_a138syjm {
|
|
35779
|
+
display: flex;
|
|
35780
|
+
align-items: center;
|
|
35781
|
+
margin-top: 8px;
|
|
35752
35782
|
}
|
|
35753
35783
|
|
|
35754
|
-
.
|
|
35755
|
-
|
|
35756
|
-
|
|
35757
|
-
align-items: center;
|
|
35758
|
-
justify-content: center;
|
|
35759
|
-
column-gap: 4px;
|
|
35784
|
+
.E_a138syjm button.ant-btn {
|
|
35785
|
+
padding: 2px 8px;
|
|
35786
|
+
height: 24px;
|
|
35760
35787
|
}
|
|
35761
35788
|
|
|
35762
|
-
.
|
|
35763
|
-
display:
|
|
35764
|
-
|
|
35765
|
-
|
|
35766
|
-
height: 18px;
|
|
35767
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35768
|
-
justify-content: center;
|
|
35789
|
+
.E_a138syjm > span.maximum-desc {
|
|
35790
|
+
display: none;
|
|
35791
|
+
margin-left: 8px;
|
|
35792
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35769
35793
|
}
|
|
35770
35794
|
|
|
35771
|
-
.
|
|
35772
|
-
|
|
35773
|
-
display: flex;
|
|
35774
|
-
align-items: center;
|
|
35775
|
-
justify-content: center;
|
|
35776
|
-
column-gap: 6px;
|
|
35777
|
-
font-size: 13px;
|
|
35795
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
35796
|
+
display: inline;
|
|
35778
35797
|
}
|
|
35779
35798
|
|
|
35780
|
-
.
|
|
35781
|
-
|
|
35782
|
-
|
|
35783
|
-
|
|
35784
|
-
|
|
35785
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35786
|
-
justify-content: center;
|
|
35799
|
+
.E_d77i8u0 {
|
|
35800
|
+
width: 24px;
|
|
35801
|
+
height: 24px;
|
|
35802
|
+
padding: 4px;
|
|
35803
|
+
margin-right: 8px;
|
|
35787
35804
|
}
|
|
35788
35805
|
|
|
35789
35806
|
.E_i1g85yz3 {
|
|
@@ -35828,6 +35845,31 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35828
35845
|
background: rgba(163, 180, 204, 0.18);
|
|
35829
35846
|
}
|
|
35830
35847
|
|
|
35848
|
+
.E_t1gvlxt5 {
|
|
35849
|
+
min-width: 0;
|
|
35850
|
+
flex: 1;
|
|
35851
|
+
}
|
|
35852
|
+
|
|
35853
|
+
.E_t1gvlxt5 .tag {
|
|
35854
|
+
flex: 0 0 auto;
|
|
35855
|
+
}
|
|
35856
|
+
|
|
35857
|
+
.E_t1gvlxt5 .progress-title {
|
|
35858
|
+
flex: 2;
|
|
35859
|
+
max-width: fit-content;
|
|
35860
|
+
}
|
|
35861
|
+
|
|
35862
|
+
.E_t1gvlxt5 .progress-desc {
|
|
35863
|
+
flex: 1;
|
|
35864
|
+
max-width: fit-content;
|
|
35865
|
+
}
|
|
35866
|
+
|
|
35867
|
+
.E_a1ji6r68 {
|
|
35868
|
+
display: flex;
|
|
35869
|
+
align-items: center;
|
|
35870
|
+
column-gap: var(--a1ji6r68-0);
|
|
35871
|
+
}
|
|
35872
|
+
|
|
35831
35873
|
.E_msn7nxt {
|
|
35832
35874
|
color: rgba(44, 56, 82, 0.6);
|
|
35833
35875
|
text-align: center;
|
|
@@ -36012,31 +36054,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36012
36054
|
margin-left: 8px;
|
|
36013
36055
|
}
|
|
36014
36056
|
|
|
36015
|
-
.E_t1gvlxt5 {
|
|
36016
|
-
min-width: 0;
|
|
36017
|
-
flex: 1;
|
|
36018
|
-
}
|
|
36019
|
-
|
|
36020
|
-
.E_t1gvlxt5 .tag {
|
|
36021
|
-
flex: 0 0 auto;
|
|
36022
|
-
}
|
|
36023
|
-
|
|
36024
|
-
.E_t1gvlxt5 .progress-title {
|
|
36025
|
-
flex: 2;
|
|
36026
|
-
max-width: fit-content;
|
|
36027
|
-
}
|
|
36028
|
-
|
|
36029
|
-
.E_t1gvlxt5 .progress-desc {
|
|
36030
|
-
flex: 1;
|
|
36031
|
-
max-width: fit-content;
|
|
36032
|
-
}
|
|
36033
|
-
|
|
36034
|
-
.E_a1ji6r68 {
|
|
36035
|
-
display: flex;
|
|
36036
|
-
align-items: center;
|
|
36037
|
-
column-gap: var(--a1ji6r68-0);
|
|
36038
|
-
}
|
|
36039
|
-
|
|
36040
36057
|
.E_s20iney.skeleton-box {
|
|
36041
36058
|
display: flex;
|
|
36042
36059
|
align-items: center;
|