@cloudtower/eagle 0.31.17 → 0.31.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/TableForm/TableFormBodyCell.js +6 -3
- package/dist/cjs/core/TableForm/TableFormBodyRows.js +7 -2
- package/dist/cjs/core/TableForm/index.js +12 -1
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1179 -1180
- package/dist/esm/core/TableForm/TableFormBodyCell.js +6 -3
- package/dist/esm/core/TableForm/TableFormBodyRows.js +7 -2
- package/dist/esm/core/TableForm/index.js +13 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Select/select.type.d.ts +1 -2
- package/dist/src/core/TableForm/types.d.ts +3 -0
- package/dist/style.css +1031 -1031
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29571,6 +29571,10 @@ html body {
|
|
|
29571
29571
|
margin-left: 1px;
|
|
29572
29572
|
}
|
|
29573
29573
|
|
|
29574
|
+
span.E_tqjc4ui {
|
|
29575
|
+
margin: 0 2px;
|
|
29576
|
+
}
|
|
29577
|
+
|
|
29574
29578
|
.E_c18bcrac {
|
|
29575
29579
|
display: inline-block;
|
|
29576
29580
|
width: 100%;
|
|
@@ -29618,6 +29622,25 @@ html body {
|
|
|
29618
29622
|
margin-right: 4px;
|
|
29619
29623
|
}
|
|
29620
29624
|
|
|
29625
|
+
.E_n12mqh7z {
|
|
29626
|
+
display: flex;
|
|
29627
|
+
align-items: center;
|
|
29628
|
+
font-size: 12px;
|
|
29629
|
+
line-height: 18px;
|
|
29630
|
+
}
|
|
29631
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29632
|
+
margin-bottom: 4px;
|
|
29633
|
+
}
|
|
29634
|
+
|
|
29635
|
+
.E_tf5bynu {
|
|
29636
|
+
margin: 0 3px;
|
|
29637
|
+
}
|
|
29638
|
+
|
|
29639
|
+
.E_tcckoz1 {
|
|
29640
|
+
max-height: 400px;
|
|
29641
|
+
overflow: auto;
|
|
29642
|
+
}
|
|
29643
|
+
|
|
29621
29644
|
.E_gmyahx3 {
|
|
29622
29645
|
cursor: pointer;
|
|
29623
29646
|
}
|
|
@@ -29721,52 +29744,6 @@ html body {
|
|
|
29721
29744
|
border-radius: 2px;
|
|
29722
29745
|
}
|
|
29723
29746
|
|
|
29724
|
-
.E_n12mqh7z {
|
|
29725
|
-
display: flex;
|
|
29726
|
-
align-items: center;
|
|
29727
|
-
font-size: 12px;
|
|
29728
|
-
line-height: 18px;
|
|
29729
|
-
}
|
|
29730
|
-
.E_n12mqh7z:not(:last-child) {
|
|
29731
|
-
margin-bottom: 4px;
|
|
29732
|
-
}
|
|
29733
|
-
|
|
29734
|
-
.E_tf5bynu {
|
|
29735
|
-
margin: 0 3px;
|
|
29736
|
-
}
|
|
29737
|
-
|
|
29738
|
-
.E_tcckoz1 {
|
|
29739
|
-
max-height: 400px;
|
|
29740
|
-
overflow: auto;
|
|
29741
|
-
}
|
|
29742
|
-
|
|
29743
|
-
.E_ou7iq30 {
|
|
29744
|
-
overflow: hidden;
|
|
29745
|
-
text-overflow: ellipsis;
|
|
29746
|
-
}
|
|
29747
|
-
|
|
29748
|
-
.E_s1tui002 {
|
|
29749
|
-
white-space: nowrap;
|
|
29750
|
-
}
|
|
29751
|
-
|
|
29752
|
-
.E_mxrc2zg {
|
|
29753
|
-
display: -webkit-box;
|
|
29754
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29755
|
-
-webkit-box-orient: vertical;
|
|
29756
|
-
word-break: break-all;
|
|
29757
|
-
}
|
|
29758
|
-
|
|
29759
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
29760
|
-
display: none;
|
|
29761
|
-
}
|
|
29762
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
29763
|
-
background: rgba(23, 38, 64, 0.8);
|
|
29764
|
-
border-radius: 4px;
|
|
29765
|
-
}
|
|
29766
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
29767
|
-
visibility: hidden;
|
|
29768
|
-
}
|
|
29769
|
-
|
|
29770
29747
|
.E_s1ebs0ra {
|
|
29771
29748
|
display: flex;
|
|
29772
29749
|
align-items: center;
|
|
@@ -29828,150 +29805,6 @@ html body {
|
|
|
29828
29805
|
background: #fff;
|
|
29829
29806
|
}
|
|
29830
29807
|
|
|
29831
|
-
.E_c1up1pdz {
|
|
29832
|
-
width: 648px;
|
|
29833
|
-
}
|
|
29834
|
-
.E_c1up1pdz.active {
|
|
29835
|
-
border-color: #0080ff;
|
|
29836
|
-
}
|
|
29837
|
-
.E_c1up1pdz.active > header {
|
|
29838
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29839
|
-
}
|
|
29840
|
-
.E_c1up1pdz .expand {
|
|
29841
|
-
padding: 12px;
|
|
29842
|
-
}
|
|
29843
|
-
.E_c1up1pdz .field-item {
|
|
29844
|
-
display: flex;
|
|
29845
|
-
padding: 10px 0;
|
|
29846
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29847
|
-
}
|
|
29848
|
-
.E_c1up1pdz .field-item:last-child {
|
|
29849
|
-
border-bottom: none;
|
|
29850
|
-
padding-bottom: 0;
|
|
29851
|
-
}
|
|
29852
|
-
.E_c1up1pdz .field-item label {
|
|
29853
|
-
line-height: 32px;
|
|
29854
|
-
width: 100px;
|
|
29855
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29856
|
-
}
|
|
29857
|
-
.E_c1up1pdz .help {
|
|
29858
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29859
|
-
margin-top: 5px;
|
|
29860
|
-
}
|
|
29861
|
-
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29862
|
-
.E_c1up1pdz .ant-picker {
|
|
29863
|
-
width: 128px;
|
|
29864
|
-
}
|
|
29865
|
-
|
|
29866
|
-
.E_c156wh19 {
|
|
29867
|
-
display: flex;
|
|
29868
|
-
align-items: center;
|
|
29869
|
-
justify-content: space-between;
|
|
29870
|
-
word-break: keep-all;
|
|
29871
|
-
}
|
|
29872
|
-
.E_c156wh19 .title {
|
|
29873
|
-
margin: 0 16px 0 8px;
|
|
29874
|
-
}
|
|
29875
|
-
.E_c156wh19 .retain {
|
|
29876
|
-
color: rgba(129, 138, 153, 0.6);
|
|
29877
|
-
}
|
|
29878
|
-
.E_c156wh19 div.left {
|
|
29879
|
-
flex: 1;
|
|
29880
|
-
display: flex;
|
|
29881
|
-
overflow: hidden;
|
|
29882
|
-
align-items: center;
|
|
29883
|
-
justify-content: flex-start;
|
|
29884
|
-
white-space: nowrap;
|
|
29885
|
-
}
|
|
29886
|
-
.E_c156wh19 div.left .title {
|
|
29887
|
-
max-width: 100%;
|
|
29888
|
-
overflow: hidden;
|
|
29889
|
-
text-overflow: ellipsis;
|
|
29890
|
-
}
|
|
29891
|
-
.E_c156wh19 div.right {
|
|
29892
|
-
display: flex;
|
|
29893
|
-
align-items: center;
|
|
29894
|
-
}
|
|
29895
|
-
.E_c156wh19 .reverse {
|
|
29896
|
-
display: flex;
|
|
29897
|
-
flex-direction: row-reverse;
|
|
29898
|
-
align-items: center;
|
|
29899
|
-
}
|
|
29900
|
-
.E_c156wh19 .reverse .ant-switch {
|
|
29901
|
-
margin-left: 8px;
|
|
29902
|
-
}
|
|
29903
|
-
.E_c156wh19 .close {
|
|
29904
|
-
padding-left: 14px;
|
|
29905
|
-
margin-left: 14px;
|
|
29906
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
29907
|
-
cursor: pointer;
|
|
29908
|
-
}
|
|
29909
|
-
|
|
29910
|
-
.E_m126spxy {
|
|
29911
|
-
padding-bottom: 4px;
|
|
29912
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29913
|
-
}
|
|
29914
|
-
.E_m126spxy .ant-btn-link {
|
|
29915
|
-
padding: 1px 10px;
|
|
29916
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29917
|
-
border-radius: 4px;
|
|
29918
|
-
}
|
|
29919
|
-
.E_m126spxy .ant-btn-link.active {
|
|
29920
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29921
|
-
color: #0096ff;
|
|
29922
|
-
}
|
|
29923
|
-
|
|
29924
|
-
.E_wpbf4pq {
|
|
29925
|
-
padding: 10px 0;
|
|
29926
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29927
|
-
}
|
|
29928
|
-
.E_wpbf4pq .ant-input,
|
|
29929
|
-
.E_wpbf4pq .ant-picker {
|
|
29930
|
-
width: 80px;
|
|
29931
|
-
margin: 0 9px;
|
|
29932
|
-
text-align: center;
|
|
29933
|
-
}
|
|
29934
|
-
.E_wpbf4pq .options {
|
|
29935
|
-
padding: 12px 0 12px 16px;
|
|
29936
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
29937
|
-
margin: 5px 0 5px 8px;
|
|
29938
|
-
}
|
|
29939
|
-
.E_wpbf4pq .week-day-option,
|
|
29940
|
-
.E_wpbf4pq .month-day-option {
|
|
29941
|
-
background: #f5f7fa;
|
|
29942
|
-
box-sizing: border-box;
|
|
29943
|
-
border-radius: 16px;
|
|
29944
|
-
margin-right: 8px;
|
|
29945
|
-
}
|
|
29946
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
29947
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
29948
|
-
color: inherit;
|
|
29949
|
-
border-color: #d9d9d9;
|
|
29950
|
-
}
|
|
29951
|
-
.E_wpbf4pq .week-day-option.active {
|
|
29952
|
-
background-color: #0096ff;
|
|
29953
|
-
border-color: #0096ff;
|
|
29954
|
-
color: #fff;
|
|
29955
|
-
}
|
|
29956
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
29957
|
-
width: 110px;
|
|
29958
|
-
margin-top: 4px;
|
|
29959
|
-
}
|
|
29960
|
-
.E_wpbf4pq .month-day-option {
|
|
29961
|
-
width: 32px;
|
|
29962
|
-
padding: 0;
|
|
29963
|
-
margin-bottom: 8px;
|
|
29964
|
-
}
|
|
29965
|
-
.E_wpbf4pq .month-day-option.active {
|
|
29966
|
-
background-color: #0096ff;
|
|
29967
|
-
border-color: #0096ff;
|
|
29968
|
-
color: #fff;
|
|
29969
|
-
}
|
|
29970
|
-
|
|
29971
|
-
span.E_tqjc4ui {
|
|
29972
|
-
margin: 0 2px;
|
|
29973
|
-
}
|
|
29974
|
-
|
|
29975
29808
|
.E_s1at6qmn.ant-layout-sider {
|
|
29976
29809
|
background: #edf0f7;
|
|
29977
29810
|
padding: 32px 8px;
|
|
@@ -30085,41 +29918,166 @@ span.E_tqjc4ui {
|
|
|
30085
29918
|
text-align: left;
|
|
30086
29919
|
}
|
|
30087
29920
|
|
|
30088
|
-
.
|
|
30089
|
-
|
|
29921
|
+
.E_t1sqg15u {
|
|
29922
|
+
background: white;
|
|
29923
|
+
}
|
|
29924
|
+
.E_t1sqg15u.inline .table-row {
|
|
30090
29925
|
flex-direction: column;
|
|
30091
|
-
flex: 1;
|
|
30092
|
-
/* FIXME:(yanzhen) do this better */
|
|
30093
29926
|
}
|
|
30094
|
-
.
|
|
30095
|
-
|
|
30096
|
-
display: flex;
|
|
30097
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
29927
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
29928
|
+
padding: 0 16px 7px 0;
|
|
30098
29929
|
}
|
|
30099
|
-
.
|
|
30100
|
-
|
|
29930
|
+
.E_t1sqg15u.has-border .table-header {
|
|
29931
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30101
29932
|
}
|
|
30102
|
-
.
|
|
30103
|
-
|
|
30104
|
-
padding: 1px 12px;
|
|
30105
|
-
line-height: 24px;
|
|
30106
|
-
height: 24px;
|
|
30107
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30108
|
-
border-radius: 4px 4px 0 0;
|
|
30109
|
-
cursor: pointer;
|
|
30110
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
29933
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
29934
|
+
border-top: none !important;
|
|
30111
29935
|
}
|
|
30112
|
-
.
|
|
30113
|
-
|
|
29936
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
29937
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30114
29938
|
}
|
|
30115
|
-
.
|
|
30116
|
-
padding-
|
|
29939
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
29940
|
+
padding-bottom: 0;
|
|
30117
29941
|
}
|
|
30118
|
-
.
|
|
30119
|
-
|
|
30120
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29942
|
+
.E_t1sqg15u.align-right .content {
|
|
29943
|
+
text-align: right;
|
|
30121
29944
|
}
|
|
30122
|
-
.
|
|
29945
|
+
.E_t1sqg15u .uuid-row {
|
|
29946
|
+
display: flex;
|
|
29947
|
+
justify-content: space-between;
|
|
29948
|
+
}
|
|
29949
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
29950
|
+
white-space: nowrap;
|
|
29951
|
+
overflow: hidden;
|
|
29952
|
+
text-overflow: ellipsis;
|
|
29953
|
+
}
|
|
29954
|
+
|
|
29955
|
+
.E_t4zczcp {
|
|
29956
|
+
display: flex;
|
|
29957
|
+
justify-content: space-between;
|
|
29958
|
+
align-items: center;
|
|
29959
|
+
padding: 8px;
|
|
29960
|
+
min-height: 32px;
|
|
29961
|
+
}
|
|
29962
|
+
.E_t4zczcp .table-title {
|
|
29963
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29964
|
+
font-weight: 600;
|
|
29965
|
+
font-size: 12px;
|
|
29966
|
+
line-height: 8px;
|
|
29967
|
+
}
|
|
29968
|
+
.E_t4zczcp .edit-icon {
|
|
29969
|
+
font-size: 16px;
|
|
29970
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29971
|
+
cursor: pointer;
|
|
29972
|
+
}
|
|
29973
|
+
|
|
29974
|
+
.E_t1s7goww {
|
|
29975
|
+
font-size: 12px;
|
|
29976
|
+
line-height: 18px;
|
|
29977
|
+
}
|
|
29978
|
+
|
|
29979
|
+
.E_t93e4cf {
|
|
29980
|
+
display: flex;
|
|
29981
|
+
padding: 8px 0;
|
|
29982
|
+
color: #2d3a56;
|
|
29983
|
+
}
|
|
29984
|
+
.E_t93e4cf .hidden {
|
|
29985
|
+
display: none;
|
|
29986
|
+
}
|
|
29987
|
+
.E_t93e4cf .ant-btn-link {
|
|
29988
|
+
height: auto;
|
|
29989
|
+
}
|
|
29990
|
+
.E_t93e4cf .content {
|
|
29991
|
+
overflow: hidden;
|
|
29992
|
+
overflow-x: auto;
|
|
29993
|
+
width: 100%;
|
|
29994
|
+
white-space: pre-wrap;
|
|
29995
|
+
}
|
|
29996
|
+
.E_t93e4cf .content .ant-btn {
|
|
29997
|
+
white-space: pre-wrap;
|
|
29998
|
+
text-align: left;
|
|
29999
|
+
}
|
|
30000
|
+
.E_t93e4cf .content .unit-chart {
|
|
30001
|
+
justify-content: flex-start;
|
|
30002
|
+
}
|
|
30003
|
+
|
|
30004
|
+
.E_rhz2uv5 {
|
|
30005
|
+
width: var(--rhz2uv5-0);
|
|
30006
|
+
flex-shrink: 0;
|
|
30007
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30008
|
+
padding-right: 12px;
|
|
30009
|
+
}
|
|
30010
|
+
|
|
30011
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30012
|
+
display: flex;
|
|
30013
|
+
align-items: center;
|
|
30014
|
+
}
|
|
30015
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30016
|
+
margin-right: 8px;
|
|
30017
|
+
}
|
|
30018
|
+
|
|
30019
|
+
.E_ou7iq30 {
|
|
30020
|
+
overflow: hidden;
|
|
30021
|
+
text-overflow: ellipsis;
|
|
30022
|
+
}
|
|
30023
|
+
|
|
30024
|
+
.E_s1tui002 {
|
|
30025
|
+
white-space: nowrap;
|
|
30026
|
+
}
|
|
30027
|
+
|
|
30028
|
+
.E_mxrc2zg {
|
|
30029
|
+
display: -webkit-box;
|
|
30030
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30031
|
+
-webkit-box-orient: vertical;
|
|
30032
|
+
word-break: break-all;
|
|
30033
|
+
}
|
|
30034
|
+
|
|
30035
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
30036
|
+
display: none;
|
|
30037
|
+
}
|
|
30038
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
30039
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30040
|
+
border-radius: 4px;
|
|
30041
|
+
}
|
|
30042
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30043
|
+
visibility: hidden;
|
|
30044
|
+
}
|
|
30045
|
+
|
|
30046
|
+
.E_t160l1cm {
|
|
30047
|
+
display: flex;
|
|
30048
|
+
flex-direction: column;
|
|
30049
|
+
flex: 1;
|
|
30050
|
+
/* FIXME:(yanzhen) do this better */
|
|
30051
|
+
}
|
|
30052
|
+
.E_t160l1cm .tab-bar {
|
|
30053
|
+
flex-shrink: 0;
|
|
30054
|
+
display: flex;
|
|
30055
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30056
|
+
}
|
|
30057
|
+
.E_t160l1cm .tab-content {
|
|
30058
|
+
height: 100%;
|
|
30059
|
+
}
|
|
30060
|
+
.E_t160l1cm .tab-menu-item {
|
|
30061
|
+
margin-right: 2px;
|
|
30062
|
+
padding: 1px 12px;
|
|
30063
|
+
line-height: 24px;
|
|
30064
|
+
height: 24px;
|
|
30065
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30066
|
+
border-radius: 4px 4px 0 0;
|
|
30067
|
+
cursor: pointer;
|
|
30068
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30069
|
+
}
|
|
30070
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
30071
|
+
padding-left: 0;
|
|
30072
|
+
}
|
|
30073
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30074
|
+
padding-left: 12px;
|
|
30075
|
+
}
|
|
30076
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
30077
|
+
color: #0080ff;
|
|
30078
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30079
|
+
}
|
|
30080
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30123
30081
|
fill: #0080ff;
|
|
30124
30082
|
}
|
|
30125
30083
|
.E_t160l1cm .tab-menu-item:active {
|
|
@@ -30288,111 +30246,153 @@ span.E_tqjc4ui {
|
|
|
30288
30246
|
background: transparent;
|
|
30289
30247
|
}
|
|
30290
30248
|
|
|
30291
|
-
.
|
|
30292
|
-
|
|
30293
|
-
}
|
|
30294
|
-
.E_t1sqg15u.inline .table-row {
|
|
30295
|
-
flex-direction: column;
|
|
30249
|
+
.E_c1up1pdz {
|
|
30250
|
+
width: 648px;
|
|
30296
30251
|
}
|
|
30297
|
-
.
|
|
30298
|
-
|
|
30252
|
+
.E_c1up1pdz.active {
|
|
30253
|
+
border-color: #0080ff;
|
|
30299
30254
|
}
|
|
30300
|
-
.
|
|
30301
|
-
|
|
30255
|
+
.E_c1up1pdz.active > header {
|
|
30256
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30302
30257
|
}
|
|
30303
|
-
.
|
|
30304
|
-
|
|
30258
|
+
.E_c1up1pdz .expand {
|
|
30259
|
+
padding: 12px;
|
|
30305
30260
|
}
|
|
30306
|
-
.
|
|
30307
|
-
|
|
30261
|
+
.E_c1up1pdz .field-item {
|
|
30262
|
+
display: flex;
|
|
30263
|
+
padding: 10px 0;
|
|
30264
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30308
30265
|
}
|
|
30309
|
-
.
|
|
30266
|
+
.E_c1up1pdz .field-item:last-child {
|
|
30267
|
+
border-bottom: none;
|
|
30310
30268
|
padding-bottom: 0;
|
|
30311
30269
|
}
|
|
30312
|
-
.
|
|
30313
|
-
|
|
30270
|
+
.E_c1up1pdz .field-item label {
|
|
30271
|
+
line-height: 32px;
|
|
30272
|
+
width: 100px;
|
|
30273
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30314
30274
|
}
|
|
30315
|
-
.
|
|
30316
|
-
|
|
30317
|
-
|
|
30275
|
+
.E_c1up1pdz .help {
|
|
30276
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30277
|
+
margin-top: 5px;
|
|
30318
30278
|
}
|
|
30319
|
-
.
|
|
30320
|
-
|
|
30321
|
-
|
|
30322
|
-
text-overflow: ellipsis;
|
|
30279
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
30280
|
+
.E_c1up1pdz .ant-picker {
|
|
30281
|
+
width: 128px;
|
|
30323
30282
|
}
|
|
30324
30283
|
|
|
30325
|
-
.
|
|
30284
|
+
.E_c156wh19 {
|
|
30326
30285
|
display: flex;
|
|
30327
|
-
justify-content: space-between;
|
|
30328
30286
|
align-items: center;
|
|
30329
|
-
|
|
30330
|
-
|
|
30331
|
-
}
|
|
30332
|
-
.E_t4zczcp .table-title {
|
|
30333
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30334
|
-
font-weight: 600;
|
|
30335
|
-
font-size: 12px;
|
|
30336
|
-
line-height: 8px;
|
|
30287
|
+
justify-content: space-between;
|
|
30288
|
+
word-break: keep-all;
|
|
30337
30289
|
}
|
|
30338
|
-
.
|
|
30339
|
-
|
|
30340
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30341
|
-
cursor: pointer;
|
|
30290
|
+
.E_c156wh19 .title {
|
|
30291
|
+
margin: 0 16px 0 8px;
|
|
30342
30292
|
}
|
|
30343
|
-
|
|
30344
|
-
.
|
|
30345
|
-
font-size: 12px;
|
|
30346
|
-
line-height: 18px;
|
|
30293
|
+
.E_c156wh19 .retain {
|
|
30294
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30347
30295
|
}
|
|
30348
|
-
|
|
30349
|
-
|
|
30296
|
+
.E_c156wh19 div.left {
|
|
30297
|
+
flex: 1;
|
|
30350
30298
|
display: flex;
|
|
30351
|
-
padding: 8px 0;
|
|
30352
|
-
color: #2d3a56;
|
|
30353
|
-
}
|
|
30354
|
-
.E_t93e4cf .hidden {
|
|
30355
|
-
display: none;
|
|
30356
|
-
}
|
|
30357
|
-
.E_t93e4cf .ant-btn-link {
|
|
30358
|
-
height: auto;
|
|
30359
|
-
}
|
|
30360
|
-
.E_t93e4cf .content {
|
|
30361
30299
|
overflow: hidden;
|
|
30362
|
-
|
|
30363
|
-
width: 100%;
|
|
30364
|
-
white-space: pre-wrap;
|
|
30365
|
-
}
|
|
30366
|
-
.E_t93e4cf .content .ant-btn {
|
|
30367
|
-
white-space: pre-wrap;
|
|
30368
|
-
text-align: left;
|
|
30369
|
-
}
|
|
30370
|
-
.E_t93e4cf .content .unit-chart {
|
|
30300
|
+
align-items: center;
|
|
30371
30301
|
justify-content: flex-start;
|
|
30302
|
+
white-space: nowrap;
|
|
30372
30303
|
}
|
|
30373
|
-
|
|
30374
|
-
|
|
30375
|
-
|
|
30376
|
-
|
|
30377
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30378
|
-
padding-right: 12px;
|
|
30304
|
+
.E_c156wh19 div.left .title {
|
|
30305
|
+
max-width: 100%;
|
|
30306
|
+
overflow: hidden;
|
|
30307
|
+
text-overflow: ellipsis;
|
|
30379
30308
|
}
|
|
30380
|
-
|
|
30381
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
30309
|
+
.E_c156wh19 div.right {
|
|
30382
30310
|
display: flex;
|
|
30383
30311
|
align-items: center;
|
|
30384
30312
|
}
|
|
30385
|
-
.
|
|
30386
|
-
margin-right: 8px;
|
|
30387
|
-
}
|
|
30388
|
-
|
|
30389
|
-
.E_wg1tsps {
|
|
30313
|
+
.E_c156wh19 .reverse {
|
|
30390
30314
|
display: flex;
|
|
30315
|
+
flex-direction: row-reverse;
|
|
30391
30316
|
align-items: center;
|
|
30392
|
-
justify-content: flex-end;
|
|
30393
30317
|
}
|
|
30394
|
-
|
|
30395
|
-
|
|
30318
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
30319
|
+
margin-left: 8px;
|
|
30320
|
+
}
|
|
30321
|
+
.E_c156wh19 .close {
|
|
30322
|
+
padding-left: 14px;
|
|
30323
|
+
margin-left: 14px;
|
|
30324
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30325
|
+
cursor: pointer;
|
|
30326
|
+
}
|
|
30327
|
+
|
|
30328
|
+
.E_m126spxy {
|
|
30329
|
+
padding-bottom: 4px;
|
|
30330
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30331
|
+
}
|
|
30332
|
+
.E_m126spxy .ant-btn-link {
|
|
30333
|
+
padding: 1px 10px;
|
|
30334
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30335
|
+
border-radius: 4px;
|
|
30336
|
+
}
|
|
30337
|
+
.E_m126spxy .ant-btn-link.active {
|
|
30338
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30339
|
+
color: #0096ff;
|
|
30340
|
+
}
|
|
30341
|
+
|
|
30342
|
+
.E_wpbf4pq {
|
|
30343
|
+
padding: 10px 0;
|
|
30344
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30345
|
+
}
|
|
30346
|
+
.E_wpbf4pq .ant-input,
|
|
30347
|
+
.E_wpbf4pq .ant-picker {
|
|
30348
|
+
width: 80px;
|
|
30349
|
+
margin: 0 9px;
|
|
30350
|
+
text-align: center;
|
|
30351
|
+
}
|
|
30352
|
+
.E_wpbf4pq .options {
|
|
30353
|
+
padding: 12px 0 12px 16px;
|
|
30354
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30355
|
+
margin: 5px 0 5px 8px;
|
|
30356
|
+
}
|
|
30357
|
+
.E_wpbf4pq .week-day-option,
|
|
30358
|
+
.E_wpbf4pq .month-day-option {
|
|
30359
|
+
background: #f5f7fa;
|
|
30360
|
+
box-sizing: border-box;
|
|
30361
|
+
border-radius: 16px;
|
|
30362
|
+
margin-right: 8px;
|
|
30363
|
+
}
|
|
30364
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
30365
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
30366
|
+
color: inherit;
|
|
30367
|
+
border-color: #d9d9d9;
|
|
30368
|
+
}
|
|
30369
|
+
.E_wpbf4pq .week-day-option.active {
|
|
30370
|
+
background-color: #0096ff;
|
|
30371
|
+
border-color: #0096ff;
|
|
30372
|
+
color: #fff;
|
|
30373
|
+
}
|
|
30374
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
30375
|
+
width: 110px;
|
|
30376
|
+
margin-top: 4px;
|
|
30377
|
+
}
|
|
30378
|
+
.E_wpbf4pq .month-day-option {
|
|
30379
|
+
width: 32px;
|
|
30380
|
+
padding: 0;
|
|
30381
|
+
margin-bottom: 8px;
|
|
30382
|
+
}
|
|
30383
|
+
.E_wpbf4pq .month-day-option.active {
|
|
30384
|
+
background-color: #0096ff;
|
|
30385
|
+
border-color: #0096ff;
|
|
30386
|
+
color: #fff;
|
|
30387
|
+
}
|
|
30388
|
+
|
|
30389
|
+
.E_wg1tsps {
|
|
30390
|
+
display: flex;
|
|
30391
|
+
align-items: center;
|
|
30392
|
+
justify-content: flex-end;
|
|
30393
|
+
}
|
|
30394
|
+
|
|
30395
|
+
.E_b1ctd5xy {
|
|
30396
30396
|
display: flex;
|
|
30397
30397
|
align-items: center;
|
|
30398
30398
|
width: calc(100% - 40px);
|
|
@@ -30409,46 +30409,24 @@ span.E_tqjc4ui {
|
|
|
30409
30409
|
color: #00122e !important;
|
|
30410
30410
|
}
|
|
30411
30411
|
|
|
30412
|
-
.
|
|
30413
|
-
|
|
30414
|
-
|
|
30415
|
-
width: 100%;
|
|
30416
|
-
}
|
|
30417
|
-
.E_m74vjol .action {
|
|
30418
|
-
margin-left: 16px;
|
|
30419
|
-
}
|
|
30420
|
-
|
|
30421
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30422
|
-
width: 100%;
|
|
30423
|
-
}
|
|
30424
|
-
|
|
30425
|
-
.E_b1nip9bk {
|
|
30426
|
-
padding: 4px 11px;
|
|
30427
|
-
}
|
|
30428
|
-
|
|
30429
|
-
.E_bqamoqe {
|
|
30430
|
-
white-space: nowrap;
|
|
30431
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30432
|
-
}
|
|
30433
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30434
|
-
--color: #0080ff;
|
|
30412
|
+
.E_c18gxmrl {
|
|
30413
|
+
border: 1px solid #d8deeb;
|
|
30414
|
+
border-radius: 4px;
|
|
30435
30415
|
}
|
|
30436
|
-
.
|
|
30437
|
-
|
|
30416
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30417
|
+
margin-top: 8px;
|
|
30438
30418
|
}
|
|
30439
|
-
.
|
|
30440
|
-
|
|
30419
|
+
.E_c18gxmrl:hover {
|
|
30420
|
+
border-color: #0080ff;
|
|
30441
30421
|
}
|
|
30442
|
-
.
|
|
30443
|
-
|
|
30444
|
-
border-bottom-right-radius: 0;
|
|
30422
|
+
.E_c18gxmrl:hover > header {
|
|
30423
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30445
30424
|
}
|
|
30446
|
-
.
|
|
30447
|
-
border-
|
|
30448
|
-
border-bottom-left-radius: 0;
|
|
30425
|
+
.E_c18gxmrl.active header {
|
|
30426
|
+
border-bottom: 1px solid #d8deeb;
|
|
30449
30427
|
}
|
|
30450
|
-
.
|
|
30451
|
-
|
|
30428
|
+
.E_c18gxmrl > header {
|
|
30429
|
+
padding: 8px 12px;
|
|
30452
30430
|
}
|
|
30453
30431
|
|
|
30454
30432
|
.E_berrcjl {
|
|
@@ -30721,24 +30699,68 @@ button.E_n7k2c6r {
|
|
|
30721
30699
|
padding: 0;
|
|
30722
30700
|
}
|
|
30723
30701
|
|
|
30724
|
-
.
|
|
30725
|
-
|
|
30726
|
-
|
|
30702
|
+
.E_m74vjol {
|
|
30703
|
+
display: flex;
|
|
30704
|
+
justify-content: space-between;
|
|
30705
|
+
width: 100%;
|
|
30727
30706
|
}
|
|
30728
|
-
.
|
|
30729
|
-
margin-
|
|
30707
|
+
.E_m74vjol .action {
|
|
30708
|
+
margin-left: 16px;
|
|
30730
30709
|
}
|
|
30731
|
-
|
|
30732
|
-
|
|
30710
|
+
|
|
30711
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30712
|
+
width: 100%;
|
|
30733
30713
|
}
|
|
30734
|
-
|
|
30735
|
-
|
|
30714
|
+
|
|
30715
|
+
.E_b1nip9bk {
|
|
30716
|
+
padding: 4px 11px;
|
|
30736
30717
|
}
|
|
30737
|
-
|
|
30738
|
-
|
|
30718
|
+
|
|
30719
|
+
.E_bqamoqe {
|
|
30720
|
+
white-space: nowrap;
|
|
30721
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30739
30722
|
}
|
|
30740
|
-
.
|
|
30741
|
-
|
|
30723
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30724
|
+
--color: #0080ff;
|
|
30725
|
+
}
|
|
30726
|
+
.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] {
|
|
30727
|
+
--color: #0080ff;
|
|
30728
|
+
}
|
|
30729
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30730
|
+
margin-left: 1px;
|
|
30731
|
+
}
|
|
30732
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30733
|
+
border-top-right-radius: 0;
|
|
30734
|
+
border-bottom-right-radius: 0;
|
|
30735
|
+
}
|
|
30736
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30737
|
+
border-top-left-radius: 0;
|
|
30738
|
+
border-bottom-left-radius: 0;
|
|
30739
|
+
}
|
|
30740
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30741
|
+
border-radius: unset;
|
|
30742
|
+
}
|
|
30743
|
+
|
|
30744
|
+
.E_c1uzzomf {
|
|
30745
|
+
margin-bottom: 16px;
|
|
30746
|
+
}
|
|
30747
|
+
.E_c1uzzomf .card-title {
|
|
30748
|
+
font-size: 16px;
|
|
30749
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30750
|
+
font-weight: 700;
|
|
30751
|
+
line-height: 32px;
|
|
30752
|
+
}
|
|
30753
|
+
.E_c1uzzomf .card-body {
|
|
30754
|
+
padding: 24px;
|
|
30755
|
+
border-radius: 8px;
|
|
30756
|
+
background: #fff;
|
|
30757
|
+
}
|
|
30758
|
+
.E_c1uzzomf .empty {
|
|
30759
|
+
font-weight: 700;
|
|
30760
|
+
font-size: 14px;
|
|
30761
|
+
line-height: 22px;
|
|
30762
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30763
|
+
text-align: center;
|
|
30742
30764
|
}
|
|
30743
30765
|
|
|
30744
30766
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -30770,26 +30792,25 @@ button.E_n7k2c6r {
|
|
|
30770
30792
|
padding: 20px 24px 24px 24px;
|
|
30771
30793
|
}
|
|
30772
30794
|
|
|
30773
|
-
.
|
|
30774
|
-
|
|
30775
|
-
}
|
|
30776
|
-
.E_c1uzzomf .card-title {
|
|
30777
|
-
font-size: 16px;
|
|
30795
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30796
|
+
padding: 4px 8px 0 8px;
|
|
30778
30797
|
color: rgba(44, 56, 82, 0.6);
|
|
30779
|
-
font-
|
|
30780
|
-
line-height: 32px;
|
|
30798
|
+
font-size: 12px;
|
|
30781
30799
|
}
|
|
30782
|
-
.
|
|
30783
|
-
padding:
|
|
30784
|
-
border-radius: 8px;
|
|
30785
|
-
background: #fff;
|
|
30800
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30801
|
+
padding-bottom: 6px;
|
|
30786
30802
|
}
|
|
30787
|
-
.
|
|
30788
|
-
|
|
30789
|
-
|
|
30790
|
-
|
|
30791
|
-
|
|
30792
|
-
|
|
30803
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30804
|
+
padding-top: 4px;
|
|
30805
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30806
|
+
}
|
|
30807
|
+
|
|
30808
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30809
|
+
line-height: 18px;
|
|
30810
|
+
}
|
|
30811
|
+
|
|
30812
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30813
|
+
display: flex;
|
|
30793
30814
|
}
|
|
30794
30815
|
|
|
30795
30816
|
.E_d1bw7c5z {
|
|
@@ -30875,27 +30896,6 @@ button.E_n7k2c6r {
|
|
|
30875
30896
|
width: 102px;
|
|
30876
30897
|
}
|
|
30877
30898
|
|
|
30878
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30879
|
-
padding: 4px 8px 0 8px;
|
|
30880
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30881
|
-
font-size: 12px;
|
|
30882
|
-
}
|
|
30883
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30884
|
-
padding-bottom: 6px;
|
|
30885
|
-
}
|
|
30886
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30887
|
-
padding-top: 4px;
|
|
30888
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30889
|
-
}
|
|
30890
|
-
|
|
30891
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30892
|
-
line-height: 18px;
|
|
30893
|
-
}
|
|
30894
|
-
|
|
30895
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30896
|
-
display: flex;
|
|
30897
|
-
}
|
|
30898
|
-
|
|
30899
30899
|
.E_phljevk {
|
|
30900
30900
|
display: flex;
|
|
30901
30901
|
justify-content: space-between;
|
|
@@ -30953,152 +30953,6 @@ button.E_n7k2c6r {
|
|
|
30953
30953
|
line-height: 18px;
|
|
30954
30954
|
}
|
|
30955
30955
|
|
|
30956
|
-
.E_ivqqkzv {
|
|
30957
|
-
height: 24px;
|
|
30958
|
-
width: 56px !important;
|
|
30959
|
-
margin-right: 4px;
|
|
30960
|
-
}
|
|
30961
|
-
|
|
30962
|
-
.E_c1wk4q29 {
|
|
30963
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30964
|
-
}
|
|
30965
|
-
|
|
30966
|
-
.E_s1dizucg.ant-switch {
|
|
30967
|
-
min-width: 40px;
|
|
30968
|
-
height: 24px;
|
|
30969
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30970
|
-
overflow: hidden;
|
|
30971
|
-
}
|
|
30972
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30973
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30974
|
-
}
|
|
30975
|
-
.E_s1dizucg.ant-switch-small {
|
|
30976
|
-
min-width: 26px;
|
|
30977
|
-
height: 16px;
|
|
30978
|
-
}
|
|
30979
|
-
.E_s1dizucg.ant-switch-large {
|
|
30980
|
-
min-width: 52px;
|
|
30981
|
-
height: 32px;
|
|
30982
|
-
}
|
|
30983
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30984
|
-
height: 20px;
|
|
30985
|
-
width: 20px;
|
|
30986
|
-
}
|
|
30987
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30988
|
-
border-radius: 10px;
|
|
30989
|
-
transition-delay: 120ms;
|
|
30990
|
-
}
|
|
30991
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30992
|
-
height: 14px;
|
|
30993
|
-
width: 14px;
|
|
30994
|
-
top: 1px;
|
|
30995
|
-
left: 1px;
|
|
30996
|
-
}
|
|
30997
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30998
|
-
height: 28px;
|
|
30999
|
-
width: 28px;
|
|
31000
|
-
}
|
|
31001
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31002
|
-
border-radius: 14px;
|
|
31003
|
-
}
|
|
31004
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31005
|
-
background-color: #00ba5d;
|
|
31006
|
-
}
|
|
31007
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31008
|
-
left: calc(100% - 20px - 2px);
|
|
31009
|
-
}
|
|
31010
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31011
|
-
left: calc(100% - 14px - 1px);
|
|
31012
|
-
}
|
|
31013
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31014
|
-
left: calc(100% - 28px - 2px);
|
|
31015
|
-
}
|
|
31016
|
-
|
|
31017
|
-
.E_c1up6e3y {
|
|
31018
|
-
margin-left: 5px;
|
|
31019
|
-
}
|
|
31020
|
-
|
|
31021
|
-
.E_s1dni7lo {
|
|
31022
|
-
width: 430px !important;
|
|
31023
|
-
}
|
|
31024
|
-
|
|
31025
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31026
|
-
padding: 8px 16px;
|
|
31027
|
-
line-height: 18px;
|
|
31028
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31029
|
-
height: 34px;
|
|
31030
|
-
min-height: 34px;
|
|
31031
|
-
box-sizing: border-box;
|
|
31032
|
-
margin-top: 8px;
|
|
31033
|
-
}
|
|
31034
|
-
|
|
31035
|
-
.E_o1ugr09p {
|
|
31036
|
-
display: flex;
|
|
31037
|
-
flex-direction: column;
|
|
31038
|
-
margin: 1px 8px;
|
|
31039
|
-
padding: 8px;
|
|
31040
|
-
border-radius: 4px;
|
|
31041
|
-
}
|
|
31042
|
-
.E_o1ugr09p .selected-icon {
|
|
31043
|
-
display: none;
|
|
31044
|
-
}
|
|
31045
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31046
|
-
padding-left: 8px;
|
|
31047
|
-
}
|
|
31048
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31049
|
-
background-color: white;
|
|
31050
|
-
}
|
|
31051
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31052
|
-
color: #0080ff;
|
|
31053
|
-
}
|
|
31054
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31055
|
-
display: block;
|
|
31056
|
-
}
|
|
31057
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31058
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31059
|
-
}
|
|
31060
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31061
|
-
color: #0080ff;
|
|
31062
|
-
}
|
|
31063
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31064
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31065
|
-
color: #0080ff;
|
|
31066
|
-
}
|
|
31067
|
-
|
|
31068
|
-
.E_o1ifxsq4 {
|
|
31069
|
-
display: flex;
|
|
31070
|
-
justify-content: space-between;
|
|
31071
|
-
height: 20px;
|
|
31072
|
-
line-height: 20px;
|
|
31073
|
-
}
|
|
31074
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31075
|
-
color: #2d3a56;
|
|
31076
|
-
overflow: hidden;
|
|
31077
|
-
text-overflow: ellipsis;
|
|
31078
|
-
}
|
|
31079
|
-
|
|
31080
|
-
.E_o1zue7 {
|
|
31081
|
-
display: flex;
|
|
31082
|
-
justify-content: space-between;
|
|
31083
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31084
|
-
height: 18px;
|
|
31085
|
-
line-height: 18px;
|
|
31086
|
-
margin-top: 2px;
|
|
31087
|
-
}
|
|
31088
|
-
|
|
31089
|
-
.E_tyfmlxg {
|
|
31090
|
-
border: none;
|
|
31091
|
-
margin-right: 0;
|
|
31092
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31093
|
-
}
|
|
31094
|
-
|
|
31095
|
-
.E_o18uybox {
|
|
31096
|
-
pointer-events: none;
|
|
31097
|
-
height: 32px;
|
|
31098
|
-
width: 100%;
|
|
31099
|
-
opacity: 0;
|
|
31100
|
-
}
|
|
31101
|
-
|
|
31102
30956
|
.E_c1bus5hc {
|
|
31103
30957
|
--color: white;
|
|
31104
30958
|
height: 14px;
|
|
@@ -31221,6 +31075,101 @@ button.E_n7k2c6r {
|
|
|
31221
31075
|
background-color: #7E41FF;
|
|
31222
31076
|
}
|
|
31223
31077
|
|
|
31078
|
+
.E_s1dizucg.ant-switch {
|
|
31079
|
+
min-width: 40px;
|
|
31080
|
+
height: 24px;
|
|
31081
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31082
|
+
overflow: hidden;
|
|
31083
|
+
}
|
|
31084
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31085
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31086
|
+
}
|
|
31087
|
+
.E_s1dizucg.ant-switch-small {
|
|
31088
|
+
min-width: 26px;
|
|
31089
|
+
height: 16px;
|
|
31090
|
+
}
|
|
31091
|
+
.E_s1dizucg.ant-switch-large {
|
|
31092
|
+
min-width: 52px;
|
|
31093
|
+
height: 32px;
|
|
31094
|
+
}
|
|
31095
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31096
|
+
height: 20px;
|
|
31097
|
+
width: 20px;
|
|
31098
|
+
}
|
|
31099
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31100
|
+
border-radius: 10px;
|
|
31101
|
+
transition-delay: 120ms;
|
|
31102
|
+
}
|
|
31103
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31104
|
+
height: 14px;
|
|
31105
|
+
width: 14px;
|
|
31106
|
+
top: 1px;
|
|
31107
|
+
left: 1px;
|
|
31108
|
+
}
|
|
31109
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31110
|
+
height: 28px;
|
|
31111
|
+
width: 28px;
|
|
31112
|
+
}
|
|
31113
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31114
|
+
border-radius: 14px;
|
|
31115
|
+
}
|
|
31116
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31117
|
+
background-color: #00ba5d;
|
|
31118
|
+
}
|
|
31119
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31120
|
+
left: calc(100% - 20px - 2px);
|
|
31121
|
+
}
|
|
31122
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31123
|
+
left: calc(100% - 14px - 1px);
|
|
31124
|
+
}
|
|
31125
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31126
|
+
left: calc(100% - 28px - 2px);
|
|
31127
|
+
}
|
|
31128
|
+
|
|
31129
|
+
.E_c1up6e3y {
|
|
31130
|
+
margin-left: 5px;
|
|
31131
|
+
}
|
|
31132
|
+
|
|
31133
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
31134
|
+
margin-right: 8px;
|
|
31135
|
+
}
|
|
31136
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
31137
|
+
margin-left: 8px;
|
|
31138
|
+
}
|
|
31139
|
+
|
|
31140
|
+
.E_cc368xp {
|
|
31141
|
+
color: #00122e;
|
|
31142
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
31143
|
+
margin-right: 8px;
|
|
31144
|
+
padding-right: 8px;
|
|
31145
|
+
}
|
|
31146
|
+
|
|
31147
|
+
.E_i11o6xqj {
|
|
31148
|
+
display: flex;
|
|
31149
|
+
gap: 4px;
|
|
31150
|
+
}
|
|
31151
|
+
.E_i11o6xqj .icon-wrapper {
|
|
31152
|
+
cursor: pointer;
|
|
31153
|
+
}
|
|
31154
|
+
|
|
31155
|
+
.E_d19ruhdj.icon-wrapper {
|
|
31156
|
+
cursor: not-allowed;
|
|
31157
|
+
}
|
|
31158
|
+
|
|
31159
|
+
.E_ivqqkzv {
|
|
31160
|
+
height: 24px;
|
|
31161
|
+
width: 56px !important;
|
|
31162
|
+
margin-right: 4px;
|
|
31163
|
+
}
|
|
31164
|
+
|
|
31165
|
+
.E_c1wk4q29 {
|
|
31166
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31167
|
+
}
|
|
31168
|
+
|
|
31169
|
+
.E_tju3gfj .date {
|
|
31170
|
+
margin-right: 4px;
|
|
31171
|
+
}
|
|
31172
|
+
|
|
31224
31173
|
.E_rapgekc.ant-radio-wrapper {
|
|
31225
31174
|
display: inline-flex;
|
|
31226
31175
|
align-items: baseline;
|
|
@@ -31367,53 +31316,120 @@ button.E_n7k2c6r {
|
|
|
31367
31316
|
width: 36px;
|
|
31368
31317
|
}
|
|
31369
31318
|
|
|
31370
|
-
.
|
|
31371
|
-
|
|
31319
|
+
.E_s1dni7lo {
|
|
31320
|
+
width: 430px !important;
|
|
31372
31321
|
}
|
|
31373
31322
|
|
|
31374
|
-
.
|
|
31375
|
-
|
|
31376
|
-
|
|
31377
|
-
|
|
31378
|
-
|
|
31323
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31324
|
+
padding: 8px 16px;
|
|
31325
|
+
line-height: 18px;
|
|
31326
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31327
|
+
height: 34px;
|
|
31328
|
+
min-height: 34px;
|
|
31329
|
+
box-sizing: border-box;
|
|
31330
|
+
margin-top: 8px;
|
|
31379
31331
|
}
|
|
31380
31332
|
|
|
31381
|
-
.
|
|
31382
|
-
|
|
31383
|
-
|
|
31384
|
-
margin
|
|
31385
|
-
padding
|
|
31333
|
+
.E_o1ugr09p {
|
|
31334
|
+
display: flex;
|
|
31335
|
+
flex-direction: column;
|
|
31336
|
+
margin: 1px 8px;
|
|
31337
|
+
padding: 8px;
|
|
31338
|
+
border-radius: 4px;
|
|
31339
|
+
}
|
|
31340
|
+
.E_o1ugr09p .selected-icon {
|
|
31341
|
+
display: none;
|
|
31342
|
+
}
|
|
31343
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31344
|
+
padding-left: 8px;
|
|
31345
|
+
}
|
|
31346
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31347
|
+
background-color: white;
|
|
31348
|
+
}
|
|
31349
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31350
|
+
color: #0080ff;
|
|
31351
|
+
}
|
|
31352
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31353
|
+
display: block;
|
|
31354
|
+
}
|
|
31355
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31356
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31357
|
+
}
|
|
31358
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31359
|
+
color: #0080ff;
|
|
31360
|
+
}
|
|
31361
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31362
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31363
|
+
color: #0080ff;
|
|
31386
31364
|
}
|
|
31387
31365
|
|
|
31388
|
-
.
|
|
31366
|
+
.E_o1ifxsq4 {
|
|
31389
31367
|
display: flex;
|
|
31390
|
-
|
|
31368
|
+
justify-content: space-between;
|
|
31369
|
+
height: 20px;
|
|
31370
|
+
line-height: 20px;
|
|
31391
31371
|
}
|
|
31392
|
-
.
|
|
31393
|
-
|
|
31372
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31373
|
+
color: #2d3a56;
|
|
31374
|
+
overflow: hidden;
|
|
31375
|
+
text-overflow: ellipsis;
|
|
31394
31376
|
}
|
|
31395
31377
|
|
|
31396
|
-
.
|
|
31397
|
-
|
|
31378
|
+
.E_o1zue7 {
|
|
31379
|
+
display: flex;
|
|
31380
|
+
justify-content: space-between;
|
|
31381
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31382
|
+
height: 18px;
|
|
31383
|
+
line-height: 18px;
|
|
31384
|
+
margin-top: 2px;
|
|
31385
|
+
}
|
|
31386
|
+
|
|
31387
|
+
.E_tyfmlxg {
|
|
31388
|
+
border: none;
|
|
31389
|
+
margin-right: 0;
|
|
31390
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31391
|
+
}
|
|
31392
|
+
|
|
31393
|
+
.E_o18uybox {
|
|
31394
|
+
pointer-events: none;
|
|
31395
|
+
height: 32px;
|
|
31396
|
+
width: 100%;
|
|
31397
|
+
opacity: 0;
|
|
31398
31398
|
}
|
|
31399
31399
|
|
|
31400
31400
|
.E_iq1gosr {
|
|
31401
31401
|
display: inline-block;
|
|
31402
31402
|
}
|
|
31403
31403
|
|
|
31404
|
-
.
|
|
31405
|
-
|
|
31406
|
-
|
|
31407
|
-
|
|
31408
|
-
|
|
31409
|
-
|
|
31410
|
-
|
|
31404
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31405
|
+
display: var(--a1wfy30z-0);
|
|
31406
|
+
}
|
|
31407
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31408
|
+
padding: 4px 11px;
|
|
31409
|
+
display: inline-flex;
|
|
31410
|
+
line-height: 1.5715;
|
|
31411
|
+
height: inherit;
|
|
31412
|
+
}
|
|
31413
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31414
|
+
content: var(--a1wfy30z-1);
|
|
31415
|
+
display: var(--a1wfy30z-2);
|
|
31416
|
+
flex: none;
|
|
31411
31417
|
align-items: center;
|
|
31418
|
+
margin-left: 4px;
|
|
31412
31419
|
}
|
|
31413
|
-
.
|
|
31414
|
-
|
|
31415
|
-
|
|
31416
|
-
|
|
31420
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31421
|
+
content: var(--a1wfy30z-3);
|
|
31422
|
+
display: var(--a1wfy30z-4);
|
|
31423
|
+
flex: none;
|
|
31424
|
+
align-items: center;
|
|
31425
|
+
margin-right: 4px;
|
|
31426
|
+
cursor: auto;
|
|
31427
|
+
}
|
|
31428
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31429
|
+
padding: 0;
|
|
31430
|
+
margin: 0;
|
|
31431
|
+
height: auto;
|
|
31432
|
+
font-size: inherit;
|
|
31417
31433
|
}
|
|
31418
31434
|
|
|
31419
31435
|
.E_f7pxqmh {
|
|
@@ -31450,6 +31466,70 @@ button.E_n7k2c6r {
|
|
|
31450
31466
|
min-height: 0px;
|
|
31451
31467
|
}
|
|
31452
31468
|
|
|
31469
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31470
|
+
display: none;
|
|
31471
|
+
}
|
|
31472
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31473
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31474
|
+
border-radius: 4px;
|
|
31475
|
+
}
|
|
31476
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31477
|
+
visibility: hidden;
|
|
31478
|
+
}
|
|
31479
|
+
|
|
31480
|
+
.E_i1inqkme {
|
|
31481
|
+
height: 18px;
|
|
31482
|
+
line-height: 18px;
|
|
31483
|
+
padding: 0 4px;
|
|
31484
|
+
border-radius: 4px;
|
|
31485
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31486
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31487
|
+
display: flex;
|
|
31488
|
+
align-items: center;
|
|
31489
|
+
white-space: nowrap;
|
|
31490
|
+
margin-right: 4px;
|
|
31491
|
+
}
|
|
31492
|
+
|
|
31493
|
+
.E_fzh9mnb {
|
|
31494
|
+
width: 100%;
|
|
31495
|
+
height: 100%;
|
|
31496
|
+
min-height: 124px;
|
|
31497
|
+
display: flex;
|
|
31498
|
+
flex-direction: column;
|
|
31499
|
+
justify-content: center;
|
|
31500
|
+
align-items: center;
|
|
31501
|
+
}
|
|
31502
|
+
.E_fzh9mnb .error-text {
|
|
31503
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31504
|
+
margin-bottom: 16px;
|
|
31505
|
+
font-size: 18px;
|
|
31506
|
+
}
|
|
31507
|
+
|
|
31508
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31509
|
+
margin-left: 8px;
|
|
31510
|
+
}
|
|
31511
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31512
|
+
padding: 2px 7px 2px 12px;
|
|
31513
|
+
}
|
|
31514
|
+
|
|
31515
|
+
.E_iouxfgt {
|
|
31516
|
+
display: inline-flex;
|
|
31517
|
+
align-items: center;
|
|
31518
|
+
}
|
|
31519
|
+
.E_iouxfgt .icon-inner {
|
|
31520
|
+
display: inline-flex;
|
|
31521
|
+
align-items: center;
|
|
31522
|
+
justify-content: center;
|
|
31523
|
+
}
|
|
31524
|
+
.E_iouxfgt .icon-inner + span,
|
|
31525
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31526
|
+
margin-left: 4px;
|
|
31527
|
+
}
|
|
31528
|
+
.E_iouxfgt.is-rotate img,
|
|
31529
|
+
.E_iouxfgt.is-rotate svg {
|
|
31530
|
+
animation: rotate 680ms linear infinite;
|
|
31531
|
+
}
|
|
31532
|
+
|
|
31453
31533
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31454
31534
|
display: var(--ai7qkf2-0);
|
|
31455
31535
|
}
|
|
@@ -31510,84 +31590,13 @@ button.E_n7k2c6r {
|
|
|
31510
31590
|
padding: 2px 8px;
|
|
31511
31591
|
}
|
|
31512
31592
|
|
|
31513
|
-
.
|
|
31514
|
-
display: inline-
|
|
31515
|
-
align-items: center;
|
|
31516
|
-
}
|
|
31517
|
-
.E_iouxfgt .icon-inner {
|
|
31518
|
-
display: inline-flex;
|
|
31519
|
-
align-items: center;
|
|
31520
|
-
justify-content: center;
|
|
31521
|
-
}
|
|
31522
|
-
.E_iouxfgt .icon-inner + span,
|
|
31523
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31524
|
-
margin-left: 4px;
|
|
31525
|
-
}
|
|
31526
|
-
.E_iouxfgt.is-rotate img,
|
|
31527
|
-
.E_iouxfgt.is-rotate svg {
|
|
31528
|
-
animation: rotate 680ms linear infinite;
|
|
31529
|
-
}
|
|
31530
|
-
|
|
31531
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31532
|
-
display: var(--a1wfy30z-0);
|
|
31533
|
-
}
|
|
31534
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31535
|
-
padding: 4px 11px;
|
|
31536
|
-
display: inline-flex;
|
|
31537
|
-
line-height: 1.5715;
|
|
31538
|
-
height: inherit;
|
|
31539
|
-
}
|
|
31540
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31541
|
-
content: var(--a1wfy30z-1);
|
|
31542
|
-
display: var(--a1wfy30z-2);
|
|
31543
|
-
flex: none;
|
|
31544
|
-
align-items: center;
|
|
31545
|
-
margin-left: 4px;
|
|
31546
|
-
}
|
|
31547
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31548
|
-
content: var(--a1wfy30z-3);
|
|
31549
|
-
display: var(--a1wfy30z-4);
|
|
31550
|
-
flex: none;
|
|
31551
|
-
align-items: center;
|
|
31552
|
-
margin-right: 4px;
|
|
31553
|
-
cursor: auto;
|
|
31554
|
-
}
|
|
31555
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
31556
|
-
padding: 0;
|
|
31557
|
-
margin: 0;
|
|
31558
|
-
height: auto;
|
|
31559
|
-
font-size: inherit;
|
|
31560
|
-
}
|
|
31561
|
-
|
|
31562
|
-
.E_i1inqkme {
|
|
31563
|
-
height: 18px;
|
|
31564
|
-
line-height: 18px;
|
|
31565
|
-
padding: 0 4px;
|
|
31566
|
-
border-radius: 4px;
|
|
31567
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31568
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31569
|
-
display: flex;
|
|
31570
|
-
align-items: center;
|
|
31571
|
-
white-space: nowrap;
|
|
31572
|
-
margin-right: 4px;
|
|
31593
|
+
.E_owd0kml {
|
|
31594
|
+
display: inline-block;
|
|
31573
31595
|
}
|
|
31574
31596
|
|
|
31575
|
-
.
|
|
31576
|
-
display: none;
|
|
31577
|
-
}
|
|
31578
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31579
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31580
|
-
border-radius: 4px;
|
|
31581
|
-
}
|
|
31582
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31597
|
+
.E_h1jsgezc {
|
|
31583
31598
|
visibility: hidden;
|
|
31584
|
-
|
|
31585
|
-
|
|
31586
|
-
.E_atcz0kf .ant-input-suffix {
|
|
31587
|
-
margin-left: 8px;
|
|
31588
|
-
}
|
|
31589
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31590
|
-
padding: 2px 7px 2px 12px;
|
|
31599
|
+
position: absolute;
|
|
31591
31600
|
}
|
|
31592
31601
|
|
|
31593
31602
|
.E_a1b5xrg3 .user-icon-inner {
|
|
@@ -32095,15 +32104,6 @@ button.E_n7k2c6r {
|
|
|
32095
32104
|
line-height: 12px;
|
|
32096
32105
|
}
|
|
32097
32106
|
|
|
32098
|
-
.E_owd0kml {
|
|
32099
|
-
display: inline-block;
|
|
32100
|
-
}
|
|
32101
|
-
|
|
32102
|
-
.E_h1jsgezc {
|
|
32103
|
-
visibility: hidden;
|
|
32104
|
-
position: absolute;
|
|
32105
|
-
}
|
|
32106
|
-
|
|
32107
32107
|
.E_m196gn1d {
|
|
32108
32108
|
min-width: 1280px;
|
|
32109
32109
|
}
|
|
@@ -32803,7 +32803,7 @@ input.E_rf8rlle.ant-input {
|
|
|
32803
32803
|
padding: unset;
|
|
32804
32804
|
}
|
|
32805
32805
|
|
|
32806
|
-
.E_s17wv897.ant-select, .E_s17wv897.ant-select .ant-select-selector {
|
|
32806
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32807
32807
|
border-radius: 6px;
|
|
32808
32808
|
}
|
|
32809
32809
|
.E_s17wv897.ant-select.ant-select-single {
|
|
@@ -34067,119 +34067,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34067
34067
|
background-color: transparent;
|
|
34068
34068
|
}
|
|
34069
34069
|
|
|
34070
|
-
.E_ckui4s7 {
|
|
34071
|
-
color: #2d3a56;
|
|
34072
|
-
line-height: 22px;
|
|
34073
|
-
display: inline-flex;
|
|
34074
|
-
}
|
|
34075
|
-
.E_ckui4s7 .ant-checkbox {
|
|
34076
|
-
height: 22px;
|
|
34077
|
-
display: flex;
|
|
34078
|
-
align-items: center;
|
|
34079
|
-
top: 0;
|
|
34080
|
-
}
|
|
34081
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34082
|
-
border: none;
|
|
34083
|
-
}
|
|
34084
|
-
.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 {
|
|
34085
|
-
border-color: #0080ff;
|
|
34086
|
-
}
|
|
34087
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34088
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34089
|
-
}
|
|
34090
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34091
|
-
border: 1px solid #0080ff;
|
|
34092
|
-
}
|
|
34093
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34094
|
-
background: #0080ff;
|
|
34095
|
-
}
|
|
34096
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34097
|
-
background-color: #fff;
|
|
34098
|
-
height: 2px;
|
|
34099
|
-
width: 10px;
|
|
34100
|
-
border-radius: 2px;
|
|
34101
|
-
}
|
|
34102
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34103
|
-
opacity: 0.5;
|
|
34104
|
-
}
|
|
34105
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34106
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34107
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34108
|
-
}
|
|
34109
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34110
|
-
border-color: #2d3a56;
|
|
34111
|
-
}
|
|
34112
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34113
|
-
background: #2d3a56;
|
|
34114
|
-
}
|
|
34115
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34116
|
-
padding: 0;
|
|
34117
|
-
}
|
|
34118
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34119
|
-
display: inline-block;
|
|
34120
|
-
margin-left: 12px;
|
|
34121
|
-
color: #2d3a56;
|
|
34122
|
-
}
|
|
34123
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34124
|
-
margin-left: 28px;
|
|
34125
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34126
|
-
}
|
|
34127
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34128
|
-
margin-left: 8px;
|
|
34129
|
-
}
|
|
34130
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34131
|
-
margin-left: 24px;
|
|
34132
|
-
}
|
|
34133
|
-
|
|
34134
|
-
.E_lht19u8 {
|
|
34135
|
-
width: 64px;
|
|
34136
|
-
height: 64px;
|
|
34137
|
-
display: flex;
|
|
34138
|
-
align-items: center;
|
|
34139
|
-
justify-content: center;
|
|
34140
|
-
position: relative;
|
|
34141
|
-
opacity: 0.2;
|
|
34142
|
-
}
|
|
34143
|
-
|
|
34144
|
-
.E_lk3gkp4 {
|
|
34145
|
-
position: absolute;
|
|
34146
|
-
width: 5px;
|
|
34147
|
-
height: 48px;
|
|
34148
|
-
left: 9.33px;
|
|
34149
|
-
top: 40.5px;
|
|
34150
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34151
|
-
border-radius: 5px;
|
|
34152
|
-
transform: rotate(-128deg);
|
|
34153
|
-
transform-origin: top left;
|
|
34154
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34155
|
-
}
|
|
34156
|
-
|
|
34157
|
-
.E_ll4n94n {
|
|
34158
|
-
position: absolute;
|
|
34159
|
-
width: 5px;
|
|
34160
|
-
height: 48px;
|
|
34161
|
-
left: 40.8px;
|
|
34162
|
-
top: 8.4px;
|
|
34163
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34164
|
-
border-radius: 5px;
|
|
34165
|
-
transform: rotate(-8deg);
|
|
34166
|
-
transform-origin: top left;
|
|
34167
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34168
|
-
}
|
|
34169
|
-
|
|
34170
|
-
.E_l17lbdo6 {
|
|
34171
|
-
position: absolute;
|
|
34172
|
-
width: 5px;
|
|
34173
|
-
height: 48px;
|
|
34174
|
-
left: 52.9px;
|
|
34175
|
-
top: 51.8px;
|
|
34176
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34177
|
-
border-radius: 5px;
|
|
34178
|
-
transform: rotate(112deg);
|
|
34179
|
-
transform-origin: top left;
|
|
34180
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34181
|
-
}
|
|
34182
|
-
|
|
34183
34070
|
button.E_l48ei06.ant-btn {
|
|
34184
34071
|
font-size: 12px;
|
|
34185
34072
|
line-height: 18px;
|
|
@@ -34254,6 +34141,81 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34254
34141
|
}
|
|
34255
34142
|
}
|
|
34256
34143
|
|
|
34144
|
+
.E_sddwhm6 {
|
|
34145
|
+
margin: 0;
|
|
34146
|
+
border-radius: 20px;
|
|
34147
|
+
padding: 2px 10px;
|
|
34148
|
+
height: 22px;
|
|
34149
|
+
}
|
|
34150
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34151
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34152
|
+
}
|
|
34153
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
34154
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34155
|
+
}
|
|
34156
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34157
|
+
color: #00122e;
|
|
34158
|
+
}
|
|
34159
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34160
|
+
margin-right: 6px;
|
|
34161
|
+
}
|
|
34162
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34163
|
+
margin-left: 8px;
|
|
34164
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34165
|
+
}
|
|
34166
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34167
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34168
|
+
}
|
|
34169
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34170
|
+
background-color: #0080ff;
|
|
34171
|
+
}
|
|
34172
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
34173
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34174
|
+
}
|
|
34175
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34176
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34177
|
+
}
|
|
34178
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34179
|
+
background-color: #f0483e;
|
|
34180
|
+
}
|
|
34181
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
34182
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34183
|
+
}
|
|
34184
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34185
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34186
|
+
}
|
|
34187
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34188
|
+
background-color: #fea008;
|
|
34189
|
+
}
|
|
34190
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
34191
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34192
|
+
}
|
|
34193
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34194
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34195
|
+
}
|
|
34196
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34197
|
+
background-color: #00ba5d;
|
|
34198
|
+
}
|
|
34199
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
34200
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34201
|
+
}
|
|
34202
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34203
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34204
|
+
}
|
|
34205
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34206
|
+
background-color: #6b7d99;
|
|
34207
|
+
}
|
|
34208
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
34209
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34210
|
+
}
|
|
34211
|
+
|
|
34212
|
+
.E_satwmqm {
|
|
34213
|
+
width: 8px;
|
|
34214
|
+
height: 8px;
|
|
34215
|
+
border-radius: 50%;
|
|
34216
|
+
display: inline-block;
|
|
34217
|
+
}
|
|
34218
|
+
|
|
34257
34219
|
.E_tc97u5y {
|
|
34258
34220
|
height: 100%;
|
|
34259
34221
|
}
|
|
@@ -34624,96 +34586,117 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34624
34586
|
background: #fff;
|
|
34625
34587
|
}
|
|
34626
34588
|
|
|
34627
|
-
.
|
|
34628
|
-
|
|
34629
|
-
|
|
34630
|
-
|
|
34589
|
+
.E_ckui4s7 {
|
|
34590
|
+
color: #2d3a56;
|
|
34591
|
+
line-height: 22px;
|
|
34592
|
+
display: inline-flex;
|
|
34593
|
+
}
|
|
34594
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34631
34595
|
height: 22px;
|
|
34596
|
+
display: flex;
|
|
34597
|
+
align-items: center;
|
|
34598
|
+
top: 0;
|
|
34632
34599
|
}
|
|
34633
|
-
.
|
|
34634
|
-
|
|
34600
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34601
|
+
border: none;
|
|
34635
34602
|
}
|
|
34636
|
-
.
|
|
34637
|
-
|
|
34603
|
+
.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 {
|
|
34604
|
+
border-color: #0080ff;
|
|
34638
34605
|
}
|
|
34639
|
-
.
|
|
34640
|
-
|
|
34606
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34607
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34641
34608
|
}
|
|
34642
|
-
.
|
|
34643
|
-
|
|
34609
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34610
|
+
border: 1px solid #0080ff;
|
|
34644
34611
|
}
|
|
34645
|
-
.
|
|
34646
|
-
|
|
34647
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34612
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34613
|
+
background: #0080ff;
|
|
34648
34614
|
}
|
|
34649
|
-
.
|
|
34650
|
-
background-color:
|
|
34615
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34616
|
+
background-color: #fff;
|
|
34617
|
+
height: 2px;
|
|
34618
|
+
width: 10px;
|
|
34619
|
+
border-radius: 2px;
|
|
34651
34620
|
}
|
|
34652
|
-
.
|
|
34653
|
-
|
|
34621
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34622
|
+
opacity: 0.5;
|
|
34654
34623
|
}
|
|
34655
|
-
.
|
|
34656
|
-
background
|
|
34624
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34625
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34626
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34657
34627
|
}
|
|
34658
|
-
.
|
|
34659
|
-
|
|
34628
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34629
|
+
border-color: #2d3a56;
|
|
34660
34630
|
}
|
|
34661
|
-
.
|
|
34662
|
-
background
|
|
34631
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34632
|
+
background: #2d3a56;
|
|
34663
34633
|
}
|
|
34664
|
-
.
|
|
34665
|
-
|
|
34634
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34635
|
+
padding: 0;
|
|
34666
34636
|
}
|
|
34667
|
-
.
|
|
34668
|
-
|
|
34637
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34638
|
+
display: inline-block;
|
|
34639
|
+
margin-left: 12px;
|
|
34640
|
+
color: #2d3a56;
|
|
34669
34641
|
}
|
|
34670
|
-
.
|
|
34671
|
-
|
|
34672
|
-
|
|
34673
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
34674
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
34675
|
-
}
|
|
34676
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34677
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
34678
|
-
}
|
|
34679
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34680
|
-
background-color: #00ba5d;
|
|
34681
|
-
}
|
|
34682
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
34683
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
34684
|
-
}
|
|
34685
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34686
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34687
|
-
}
|
|
34688
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34689
|
-
background-color: #6b7d99;
|
|
34642
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34643
|
+
margin-left: 28px;
|
|
34644
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34690
34645
|
}
|
|
34691
|
-
.
|
|
34692
|
-
|
|
34646
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34647
|
+
margin-left: 8px;
|
|
34693
34648
|
}
|
|
34694
|
-
|
|
34695
|
-
|
|
34696
|
-
width: 8px;
|
|
34697
|
-
height: 8px;
|
|
34698
|
-
border-radius: 50%;
|
|
34699
|
-
display: inline-block;
|
|
34649
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34650
|
+
margin-left: 24px;
|
|
34700
34651
|
}
|
|
34701
34652
|
|
|
34702
|
-
.
|
|
34653
|
+
.E_lht19u8 {
|
|
34654
|
+
width: 64px;
|
|
34655
|
+
height: 64px;
|
|
34703
34656
|
display: flex;
|
|
34704
34657
|
align-items: center;
|
|
34705
|
-
justify-content:
|
|
34706
|
-
|
|
34658
|
+
justify-content: center;
|
|
34659
|
+
position: relative;
|
|
34660
|
+
opacity: 0.2;
|
|
34707
34661
|
}
|
|
34708
34662
|
|
|
34709
|
-
.
|
|
34710
|
-
|
|
34711
|
-
|
|
34712
|
-
|
|
34713
|
-
|
|
34663
|
+
.E_lk3gkp4 {
|
|
34664
|
+
position: absolute;
|
|
34665
|
+
width: 5px;
|
|
34666
|
+
height: 48px;
|
|
34667
|
+
left: 9.33px;
|
|
34668
|
+
top: 40.5px;
|
|
34669
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34670
|
+
border-radius: 5px;
|
|
34671
|
+
transform: rotate(-128deg);
|
|
34672
|
+
transform-origin: top left;
|
|
34673
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34714
34674
|
}
|
|
34715
|
-
|
|
34716
|
-
|
|
34675
|
+
|
|
34676
|
+
.E_ll4n94n {
|
|
34677
|
+
position: absolute;
|
|
34678
|
+
width: 5px;
|
|
34679
|
+
height: 48px;
|
|
34680
|
+
left: 40.8px;
|
|
34681
|
+
top: 8.4px;
|
|
34682
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34683
|
+
border-radius: 5px;
|
|
34684
|
+
transform: rotate(-8deg);
|
|
34685
|
+
transform-origin: top left;
|
|
34686
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34687
|
+
}
|
|
34688
|
+
|
|
34689
|
+
.E_l17lbdo6 {
|
|
34690
|
+
position: absolute;
|
|
34691
|
+
width: 5px;
|
|
34692
|
+
height: 48px;
|
|
34693
|
+
left: 52.9px;
|
|
34694
|
+
top: 51.8px;
|
|
34695
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34696
|
+
border-radius: 5px;
|
|
34697
|
+
transform: rotate(112deg);
|
|
34698
|
+
transform-origin: top left;
|
|
34699
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34717
34700
|
}
|
|
34718
34701
|
|
|
34719
34702
|
.E_w7ob4th.outside-tag {
|
|
@@ -34746,213 +34729,34 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34746
34729
|
|
|
34747
34730
|
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34748
34731
|
font-weight: 700;
|
|
34749
|
-
color: #00122e;
|
|
34750
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34751
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34752
|
-
word-break: break-all;
|
|
34753
|
-
display: inline;
|
|
34754
|
-
white-space: normal;
|
|
34755
|
-
}
|
|
34756
|
-
|
|
34757
|
-
.E_i1g85yz3 {
|
|
34758
|
-
margin-right: 4px;
|
|
34759
|
-
height: 16px;
|
|
34760
|
-
}
|
|
34761
|
-
|
|
34762
|
-
.E_t1dtlqs1 {
|
|
34763
|
-
margin-bottom: 4px;
|
|
34764
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34765
|
-
}
|
|
34766
|
-
|
|
34767
|
-
.E_s1ese5oy {
|
|
34768
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34769
|
-
line-height: 32px;
|
|
34770
|
-
height: 32px;
|
|
34771
|
-
margin-bottom: 0;
|
|
34772
|
-
}
|
|
34773
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34774
|
-
color: #0080ff;
|
|
34775
|
-
}
|
|
34776
|
-
.E_s1ese5oy.warning {
|
|
34777
|
-
color: #ffa500;
|
|
34778
|
-
}
|
|
34779
|
-
.E_s1ese5oy.success {
|
|
34780
|
-
color: #00ba5d;
|
|
34781
|
-
}
|
|
34782
|
-
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34783
|
-
color: #f0483e;
|
|
34784
|
-
}
|
|
34785
|
-
.E_s1ese5oy.normal {
|
|
34786
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34787
|
-
}
|
|
34788
|
-
|
|
34789
|
-
.E_b1ibis43 {
|
|
34790
|
-
margin-bottom: 0;
|
|
34791
|
-
color: #00122e;
|
|
34792
|
-
}
|
|
34793
|
-
|
|
34794
|
-
.E_b11xxjd2 {
|
|
34795
|
-
line-height: 32px;
|
|
34796
|
-
margin-right: 6px;
|
|
34797
|
-
}
|
|
34798
|
-
|
|
34799
|
-
.E_bsub5bw.with-description {
|
|
34800
|
-
height: 24px;
|
|
34801
|
-
flex: 1;
|
|
34802
|
-
position: relative;
|
|
34803
|
-
top: -7px;
|
|
34804
|
-
}
|
|
34805
|
-
.E_bsub5bw p {
|
|
34806
|
-
width: 100%;
|
|
34807
|
-
overflow: hidden;
|
|
34808
|
-
text-overflow: ellipsis;
|
|
34809
|
-
white-space: nowrap;
|
|
34810
|
-
}
|
|
34811
|
-
|
|
34812
|
-
.E_tmoyoag {
|
|
34813
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34814
|
-
border-radius: 8px;
|
|
34815
|
-
overflow: auto;
|
|
34816
|
-
}
|
|
34817
|
-
.E_tmoyoag .ant-list {
|
|
34818
|
-
position: relative;
|
|
34819
|
-
}
|
|
34820
|
-
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
34821
|
-
border-bottom: none;
|
|
34822
|
-
}
|
|
34823
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34824
|
-
position: sticky;
|
|
34825
|
-
top: 0;
|
|
34826
|
-
z-index: 2;
|
|
34827
|
-
display: flex;
|
|
34828
|
-
padding: 8px;
|
|
34829
|
-
flex-wrap: nowrap;
|
|
34830
|
-
justify-content: flex-start;
|
|
34831
|
-
background: #f2f5fa;
|
|
34832
|
-
font-size: 14px;
|
|
34833
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34834
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34835
|
-
}
|
|
34836
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34837
|
-
align-items: inherit;
|
|
34838
|
-
}
|
|
34839
|
-
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
34840
|
-
margin-bottom: 0;
|
|
34841
|
-
}
|
|
34842
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34843
|
-
display: flex;
|
|
34844
|
-
justify-content: flex-start;
|
|
34845
|
-
align-items: flex-start;
|
|
34846
|
-
flex-wrap: wrap;
|
|
34847
|
-
padding: 8px;
|
|
34848
|
-
border: none;
|
|
34849
|
-
}
|
|
34850
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34851
|
-
flex-basis: 100%;
|
|
34852
|
-
margin: 12px 0 0;
|
|
34853
|
-
order: 99;
|
|
34854
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34855
|
-
}
|
|
34856
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34857
|
-
color: #f0483e;
|
|
34858
|
-
flex-basis: 100%;
|
|
34859
|
-
order: 98;
|
|
34860
|
-
margin: 12px 0 0;
|
|
34861
|
-
}
|
|
34862
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34863
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34864
|
-
}
|
|
34865
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34866
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34867
|
-
}
|
|
34868
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34869
|
-
flex: 1 0 0;
|
|
34870
|
-
overflow: hidden;
|
|
34871
|
-
}
|
|
34872
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34873
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34874
|
-
margin: 0;
|
|
34875
|
-
}
|
|
34876
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34877
|
-
text-align: center;
|
|
34878
|
-
}
|
|
34879
|
-
.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 > * {
|
|
34880
|
-
text-align: center;
|
|
34881
|
-
}
|
|
34882
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34883
|
-
text-align: left;
|
|
34884
|
-
}
|
|
34885
|
-
.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 > * {
|
|
34886
|
-
text-align: left;
|
|
34887
|
-
}
|
|
34888
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34889
|
-
text-align: right;
|
|
34890
|
-
}
|
|
34891
|
-
.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 > * {
|
|
34892
|
-
text-align: right;
|
|
34893
|
-
}
|
|
34894
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34895
|
-
margin-right: 8px;
|
|
34896
|
-
}
|
|
34897
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34898
|
-
padding: 4px;
|
|
34899
|
-
width: 24px;
|
|
34900
|
-
height: 24px;
|
|
34901
|
-
overflow: hidden;
|
|
34902
|
-
}
|
|
34903
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34904
|
-
padding: 0;
|
|
34905
|
-
}
|
|
34906
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34907
|
-
cursor: not-allowed;
|
|
34908
|
-
opacity: 0.5;
|
|
34909
|
-
}
|
|
34910
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34911
|
-
margin: 0;
|
|
34912
|
-
}
|
|
34913
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34914
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34915
|
-
border-radius: 5px;
|
|
34916
|
-
font-size: 12px;
|
|
34917
|
-
}
|
|
34918
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34919
|
-
font-size: inherit;
|
|
34920
|
-
}
|
|
34921
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34922
|
-
min-height: 24px;
|
|
34923
|
-
font-size: 12px;
|
|
34924
|
-
position: relative;
|
|
34925
|
-
}
|
|
34926
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34927
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34928
|
-
}
|
|
34929
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34732
|
+
color: #00122e;
|
|
34930
34733
|
background-color: rgba(237, 241, 250, 0.6);
|
|
34734
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34735
|
+
word-break: break-all;
|
|
34736
|
+
display: inline;
|
|
34737
|
+
white-space: normal;
|
|
34931
34738
|
}
|
|
34932
34739
|
|
|
34933
|
-
.
|
|
34740
|
+
.E_r77hffu {
|
|
34934
34741
|
display: flex;
|
|
34935
34742
|
align-items: center;
|
|
34936
|
-
|
|
34937
|
-
|
|
34938
|
-
.E_a138syjm button.ant-btn {
|
|
34939
|
-
padding: 2px 8px;
|
|
34940
|
-
height: 24px;
|
|
34743
|
+
justify-content: space-between;
|
|
34744
|
+
column-gap: 6px;
|
|
34941
34745
|
}
|
|
34942
|
-
|
|
34943
|
-
|
|
34944
|
-
|
|
34945
|
-
|
|
34746
|
+
|
|
34747
|
+
.E_p1cmxsf7 {
|
|
34748
|
+
display: flex;
|
|
34749
|
+
flex-direction: column;
|
|
34750
|
+
justify-content: center;
|
|
34751
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34946
34752
|
}
|
|
34947
|
-
.
|
|
34948
|
-
|
|
34753
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34754
|
+
font-size: 0;
|
|
34949
34755
|
}
|
|
34950
34756
|
|
|
34951
|
-
.
|
|
34952
|
-
|
|
34953
|
-
height:
|
|
34954
|
-
padding: 4px;
|
|
34955
|
-
margin-right: 8px;
|
|
34757
|
+
.E_i1g85yz3 {
|
|
34758
|
+
margin-right: 4px;
|
|
34759
|
+
height: 16px;
|
|
34956
34760
|
}
|
|
34957
34761
|
|
|
34958
34762
|
.E_sjob3jg {
|
|
@@ -35150,6 +34954,202 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35150
34954
|
justify-content: center;
|
|
35151
34955
|
}
|
|
35152
34956
|
|
|
34957
|
+
.E_t1dtlqs1 {
|
|
34958
|
+
margin-bottom: 4px;
|
|
34959
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34960
|
+
}
|
|
34961
|
+
|
|
34962
|
+
.E_s1ese5oy {
|
|
34963
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34964
|
+
line-height: 32px;
|
|
34965
|
+
height: 32px;
|
|
34966
|
+
margin-bottom: 0;
|
|
34967
|
+
}
|
|
34968
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34969
|
+
color: #0080ff;
|
|
34970
|
+
}
|
|
34971
|
+
.E_s1ese5oy.warning {
|
|
34972
|
+
color: #ffa500;
|
|
34973
|
+
}
|
|
34974
|
+
.E_s1ese5oy.success {
|
|
34975
|
+
color: #00ba5d;
|
|
34976
|
+
}
|
|
34977
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34978
|
+
color: #f0483e;
|
|
34979
|
+
}
|
|
34980
|
+
.E_s1ese5oy.normal {
|
|
34981
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34982
|
+
}
|
|
34983
|
+
|
|
34984
|
+
.E_b1ibis43 {
|
|
34985
|
+
margin-bottom: 0;
|
|
34986
|
+
color: #00122e;
|
|
34987
|
+
}
|
|
34988
|
+
|
|
34989
|
+
.E_b11xxjd2 {
|
|
34990
|
+
line-height: 32px;
|
|
34991
|
+
margin-right: 6px;
|
|
34992
|
+
}
|
|
34993
|
+
|
|
34994
|
+
.E_bsub5bw.with-description {
|
|
34995
|
+
height: 24px;
|
|
34996
|
+
flex: 1;
|
|
34997
|
+
position: relative;
|
|
34998
|
+
top: -7px;
|
|
34999
|
+
}
|
|
35000
|
+
.E_bsub5bw p {
|
|
35001
|
+
width: 100%;
|
|
35002
|
+
overflow: hidden;
|
|
35003
|
+
text-overflow: ellipsis;
|
|
35004
|
+
white-space: nowrap;
|
|
35005
|
+
}
|
|
35006
|
+
|
|
35007
|
+
.E_tmoyoag {
|
|
35008
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35009
|
+
border-radius: 8px;
|
|
35010
|
+
overflow: auto;
|
|
35011
|
+
}
|
|
35012
|
+
.E_tmoyoag .ant-list {
|
|
35013
|
+
position: relative;
|
|
35014
|
+
}
|
|
35015
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
35016
|
+
border-bottom: none;
|
|
35017
|
+
}
|
|
35018
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35019
|
+
position: sticky;
|
|
35020
|
+
top: 0;
|
|
35021
|
+
z-index: 2;
|
|
35022
|
+
display: flex;
|
|
35023
|
+
padding: 8px;
|
|
35024
|
+
flex-wrap: nowrap;
|
|
35025
|
+
justify-content: flex-start;
|
|
35026
|
+
background: #f2f5fa;
|
|
35027
|
+
font-size: 14px;
|
|
35028
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35029
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35030
|
+
}
|
|
35031
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35032
|
+
align-items: inherit;
|
|
35033
|
+
}
|
|
35034
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
35035
|
+
margin-bottom: 0;
|
|
35036
|
+
}
|
|
35037
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
35038
|
+
display: flex;
|
|
35039
|
+
justify-content: flex-start;
|
|
35040
|
+
align-items: flex-start;
|
|
35041
|
+
flex-wrap: wrap;
|
|
35042
|
+
padding: 8px;
|
|
35043
|
+
border: none;
|
|
35044
|
+
}
|
|
35045
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
35046
|
+
flex-basis: 100%;
|
|
35047
|
+
margin: 12px 0 0;
|
|
35048
|
+
order: 99;
|
|
35049
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35050
|
+
}
|
|
35051
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
35052
|
+
color: #f0483e;
|
|
35053
|
+
flex-basis: 100%;
|
|
35054
|
+
order: 98;
|
|
35055
|
+
margin: 12px 0 0;
|
|
35056
|
+
}
|
|
35057
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
35058
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35059
|
+
}
|
|
35060
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
35061
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35062
|
+
}
|
|
35063
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
35064
|
+
flex: 1 0 0;
|
|
35065
|
+
overflow: hidden;
|
|
35066
|
+
}
|
|
35067
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
35068
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35069
|
+
margin: 0;
|
|
35070
|
+
}
|
|
35071
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
35072
|
+
text-align: center;
|
|
35073
|
+
}
|
|
35074
|
+
.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 > * {
|
|
35075
|
+
text-align: center;
|
|
35076
|
+
}
|
|
35077
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
35078
|
+
text-align: left;
|
|
35079
|
+
}
|
|
35080
|
+
.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 > * {
|
|
35081
|
+
text-align: left;
|
|
35082
|
+
}
|
|
35083
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
35084
|
+
text-align: right;
|
|
35085
|
+
}
|
|
35086
|
+
.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 > * {
|
|
35087
|
+
text-align: right;
|
|
35088
|
+
}
|
|
35089
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
35090
|
+
margin-right: 8px;
|
|
35091
|
+
}
|
|
35092
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
35093
|
+
padding: 4px;
|
|
35094
|
+
width: 24px;
|
|
35095
|
+
height: 24px;
|
|
35096
|
+
overflow: hidden;
|
|
35097
|
+
}
|
|
35098
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
35099
|
+
padding: 0;
|
|
35100
|
+
}
|
|
35101
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
35102
|
+
cursor: not-allowed;
|
|
35103
|
+
opacity: 0.5;
|
|
35104
|
+
}
|
|
35105
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
35106
|
+
margin: 0;
|
|
35107
|
+
}
|
|
35108
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
35109
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
35110
|
+
border-radius: 5px;
|
|
35111
|
+
font-size: 12px;
|
|
35112
|
+
}
|
|
35113
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
35114
|
+
font-size: inherit;
|
|
35115
|
+
}
|
|
35116
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
35117
|
+
min-height: 24px;
|
|
35118
|
+
font-size: 12px;
|
|
35119
|
+
position: relative;
|
|
35120
|
+
}
|
|
35121
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
35122
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35123
|
+
}
|
|
35124
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
35125
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35126
|
+
}
|
|
35127
|
+
|
|
35128
|
+
.E_a138syjm {
|
|
35129
|
+
display: flex;
|
|
35130
|
+
align-items: center;
|
|
35131
|
+
margin-top: 8px;
|
|
35132
|
+
}
|
|
35133
|
+
.E_a138syjm button.ant-btn {
|
|
35134
|
+
padding: 2px 8px;
|
|
35135
|
+
height: 24px;
|
|
35136
|
+
}
|
|
35137
|
+
.E_a138syjm > span.maximum-desc {
|
|
35138
|
+
display: none;
|
|
35139
|
+
margin-left: 8px;
|
|
35140
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35141
|
+
}
|
|
35142
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
35143
|
+
display: inline;
|
|
35144
|
+
}
|
|
35145
|
+
|
|
35146
|
+
.E_d77i8u0 {
|
|
35147
|
+
width: 24px;
|
|
35148
|
+
height: 24px;
|
|
35149
|
+
padding: 4px;
|
|
35150
|
+
margin-right: 8px;
|
|
35151
|
+
}
|
|
35152
|
+
|
|
35153
35153
|
.E_t13ef470 {
|
|
35154
35154
|
height: 100%;
|
|
35155
35155
|
}
|
|
@@ -35440,18 +35440,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35440
35440
|
display: block;
|
|
35441
35441
|
}
|
|
35442
35442
|
|
|
35443
|
-
.E_i14c7jc8 {
|
|
35444
|
-
color: var(--i14c7jc8-0);
|
|
35445
|
-
}
|
|
35446
|
-
|
|
35447
|
-
.E_i1ibuolf {
|
|
35448
|
-
display: flex;
|
|
35449
|
-
align-items: center;
|
|
35450
|
-
column-gap: 4px;
|
|
35451
|
-
font-size: 12px;
|
|
35452
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35453
|
-
}
|
|
35454
|
-
|
|
35455
35443
|
.E_d1u4ndxc {
|
|
35456
35444
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35457
35445
|
font-size: 12px;
|
|
@@ -35481,4 +35469,16 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35481
35469
|
to {
|
|
35482
35470
|
transform: translateX(100%);
|
|
35483
35471
|
}
|
|
35472
|
+
}
|
|
35473
|
+
|
|
35474
|
+
.E_i14c7jc8 {
|
|
35475
|
+
color: var(--i14c7jc8-0);
|
|
35476
|
+
}
|
|
35477
|
+
|
|
35478
|
+
.E_i1ibuolf {
|
|
35479
|
+
display: flex;
|
|
35480
|
+
align-items: center;
|
|
35481
|
+
column-gap: 4px;
|
|
35482
|
+
font-size: 12px;
|
|
35483
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35484
35484
|
}
|